
@import url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/static/optimized/rev-dea7dc8/cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@import url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/static/source/rev-dea7dc8/fonts.googleapis.com/023a7a6942ff4e559c208ee3e9534c6f.css2");

.toplevel_page_wp-react-form #wpcontent {
	padding-left: 0;
}

.wp-react-form.wprf-tabs-wrapper {
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper {
	margin-bottom: 5px;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper .wprf-tab-nav {
	display: flex;
	margin: 0;
	padding: 0;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper .wprf-tab-nav .wprf-tab-nav-item {
	background-color: #f8fafb;
	border-top: 2px solid #f8fafb;
	color: #516378;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 15px 25px;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper .wprf-tab-nav .wprf-tab-nav-item.wprf-active-nav {
	background-color: #fff;
	border-color: #6648fe;
	color: #516378;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper.wprf-tab-menu-sidebar {
	background-color: #f8fafb;
	flex-basis: 15%;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper.wprf-tab-menu-sidebar .wprf-tab-nav {
	display: block;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-menu-wrapper.wprf-tab-menu-sidebar .wprf-tab-nav .wprf-tab-nav-item.wprf-active-nav {
	border-right: 2px solid #6648fe;
	border-top-width: 0;
}

.wp-react-form.wprf-tabs-wrapper.wprf-tab-menu-as-sidebar {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	flex-direction: row;
	padding: 0;
}

.wp-react-form.wprf-tabs-wrapper.wprf-tab-menu-as-sidebar .wprf-tab-menu-wrapper {
	margin-bottom: 0;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper {
	background: #fff;
	flex: 1;
	flex-basis: 85%;
	padding: 30px;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .wprf-tab-content {
	display: none;
}

.wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .wprf-tab-content.wprf-active {
	display: block;
}

.wprf-control-section:not(:last-child) {
	margin-bottom: 15px;
}

.wprf-control-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.wprf-control-wrapper:not(:last-child) {
	margin-bottom: 20px;
}

.wprf-control-wrapper.hidden {
	display: none;
}

.wprf-control-wrapper .wprf-control-label {
	flex-basis: 20%;
	font-weight: 700;
}

.wprf-control-wrapper .wprf-control-field {
	align-items: center;
	display: flex;
	flex-basis: 80%;
	flex-wrap: wrap;
}

.wprf-control-wrapper .wprf-control-field .wprf-description {
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 0;
}

.wprf-control-wrapper .wprf-control-field>.wprf-radio-card+.wprf-description {
	display: block;
	flex-basis: 100%;
	margin-left: 0;
	margin-top: 20px;
}

.wprf-control-wrapper .wprf-control-field .wprf-help {
	display: block;
	flex-basis: 100%;
	font-size: 12px;
	margin: 5px 0 0;
}

.wprf-control-wrapper.wprf-label-none .wprf-control-field {
	flex-basis: 100%;
}

.wprf-control-wrapper.wprf-top-label, .wprf-control-wrapper.wprf-top-label div.wprf-control-field {
	display: block;
}

.wprf-control-wrapper .wprf-badge-wrapper {
	display: flex;
	width: 100%;
}

.wprf-control {
	margin-bottom: 20px;
	width: 100%;
}

.wprf-control:last-of-type {
	margin-bottom: 0;
}

.wprf-control .wprf-control-label {
	margin-bottom: 0;
	margin-top: 0;
}

.wprf-control .wprf-input-field {
	border: 1px solid #f2f2f2;
	box-shadow: none;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 8px;
	transition: border .2s linear, box-shadow .2s linear;
}

.wprf-control .wprf-input-field.wprf-large {
	width: 100%;
}

.wprf-control .wprf-input-field:focus {
	box-shadow: none;
	outline: none;
}

.wprf-control .clearfix:after, .wprf-control .clearfix:before {
	content: "";
	display: table;
}

.wprf-control .clearfix:after {
	clear: both;
}

.wprf-control .wprf-input-label {
	display: block;
	margin-bottom: 10px;
}

.wprf-control .wprf-input-label .wprf-label-image {
	max-width: 100%;
}

.wprf-control .wprf-input-label .wprf-badge {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.wprf-control .wprf-input-label .wprf-badge .wprf-badge-item {
	background-image: linear-gradient(-122deg, #9271ff, #5725ff);
	box-shadow: 0 3px 7px 0 rgba(0, 5, 41, .1);
	color: #fff;
	font-size: 14px;
	height: 30px;
	left: -20px;
	left: -29px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 8px;
	transform: rotate(-45deg);
	width: 80px;
	width: 100px;
	z-index: 9;
}

.wprf-control .wprf-input-label .wprf-badge .wprf-badge-item.wprf-badge-active {
	background-color: #0ccf9f;
	background-image: none;
}

.wprf-control .wprf-input-label .wprf-badge .wprf-badge-item.wprf-badge-active.nitro-lazy {
	background-image: none !important;
}

.wprf-control .wprf-row {
	margin-left: -10px;
	margin-right: -10px;
}

.wprf-control .wprf-row .wprf-column {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-1 {
	width: 8.3333%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-2 {
	width: 16.6667%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-3 {
	width: 25%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-4 {
	width: 33.3333%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-5 {
	width: 41.6667%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-6 {
	width: 50%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-7 {
	width: 58.3333%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-8 {
	width: 66.6667%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-9 {
	width: 75%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-10 {
	width: 83.3333%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-11 {
	width: 91.6667%;
}

.wprf-control .wprf-row .wprf-column.wprf-column-12 {
	width: 100%;
}

.wprf-control .wprf-flex {
	display: flex;
	flex-wrap: wrap;
}

.wprf-control .wprf-error-message {
	color: red;
}

.wprf-control.wprf-submit {
	margin-top: 30px;
}

.wprf-control.wprf-submit button.wprf-submit-button {
	border: none;
	padding: 10px 20px;
}

.wprf-control-section {
	border: 1px solid #f7f7f7;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.wprf-control-section>div.wprf-section-title h4 {
	background: #f8fafb;
	color: #516378;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 14px;
	text-transform: uppercase;
}

.wprf-control-section>div.wprf-section-fields {
	padding-left: 20px;
	padding-right: 20px;
}

button.wprf-btn {
	border: 0;
	cursor: pointer;
	padding: 10px 20px;
}

.wprf-control .wprf-input-field.wprf-input-text {
	padding: 10px;
}

.wprf-input-radio-set-wrap.wprf-radio-card input {
	display: none;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option {
	align-items: center;
	box-shadow: 0 0 25px 0 rgba(0, 9, 78, .08);
	display: flex;
	line-height: 60px;
	margin-top: 20px;
	min-height: 80px;
	position: relative;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected:after, .wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected:before {
	content: "";
	position: absolute;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected:after {
	border-bottom: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	display: inline-block;
	height: 6px;
	right: -3px;
	top: -6px;
	transform: rotate(45deg);
	width: 3px;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected:before {
	background: #09dca8;
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	left: auto;
	right: -10px;
	top: -10px;
	transition: all .3s ease 0s;
	width: 20px;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected .wprf-input-label {
	background-color: #0ccf9f;
	color: #fff;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option.wprf-option-selected .wprf-input-label.wprf-label-has-image {
	background-color: #fff;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option input.wprf-input-field {
	display: none;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option .wprf-input-label {
	align-items: center;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	margin-bottom: 0;
	padding: 10px;
	transition: background .3s ease 0s;
	width: 100%;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option .wprf-input-label.wprf-label-has-image {
	padding: 0;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option .wprf-input-label.wprf-label-has-image.wprf-size-medium {
	box-sizing: border-box;
	padding: 10px;
}

.wprf-input-radio-set-wrap.wprf-radio-card .wprf-input-radio-option .wprf-input-label.wprf-label-has-image.wprf-size-medium>img {
	height: 50px;
	width: 50px;
}

.wprf-control-section .wprf-section-title {
	align-items: center;
	display: flex;
}

.wprf-control-section .wprf-section-title>h4 {
	flex: 1;
}

.wprf-control-section .wprf-section-fields {
	height: auto;
	transition: all .3s ease 0s;
}

.wprf-control-section.wprf-section-collapsed .wprf-section-fields {
	height: 0;
	overflow: hidden;
}

.components-visually-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.wprf-control-datetime {
	position: relative;
}

.wprf-control-datetime .wprf-control-datetime-content {
	z-index: 1;
}

.wprf-control-datetime .components-button.is-tertiary {
	background-color: #f2f2f2;
	border: none;
	color: #6648fe;
	cursor: pointer;
	padding: 10px;
}

.wprf-control-datetime .components-button.is-tertiary:focus {
	border: none;
	outline: none;
}

.wprf-control-datetime .components-datetime .PresetDateRangePicker_panel {
	padding: 0 22px 11px;
}

.wprf-control-datetime .components-datetime .PresetDateRangePicker_button {
	background: 0 0;
	border: 2px solid #00a699;
	box-sizing: border-box;
	color: #00a699;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	height: 100%;
	line-height: normal;
	margin-right: 8px;
	overflow: visible;
	padding: 4px 12px;
	position: relative;
	text-align: center;
}

.wprf-control-datetime .components-datetime .PresetDateRangePicker_button:active {
	outline: 0;
}

.wprf-control-datetime .components-datetime .PresetDateRangePicker_button__selected {
	background: #00a699;
	color: #fff;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput {
	background-color: #fff;
	display: inline-block;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput__withBorder {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput__rtl {
	direction: rtl;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput__disabled {
	background-color: #f2f2f2;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput__block {
	display: block;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput__showClearDate {
	padding-right: 30px;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	margin: 0 10px 0 5px;
	overflow: visible;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate__default:focus, .wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate__default:hover {
	background: #dbdbdb;
	border-radius: 50%;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate__small {
	padding: 6px;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate__hide {
	visibility: hidden;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate_svg {
	fill: #82888a;
	height: 12px;
	vertical-align: middle;
	width: 15px;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_clearDate_svg__small {
	height: 9px;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_calendarIcon {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: normal;
	margin: 0 5px 0 10px;
	overflow: visible;
	padding: 10px;
	vertical-align: middle;
}

.wprf-control-datetime .components-datetime .SingleDatePickerInput_calendarIcon_svg {
	fill: #82888a;
	height: 15px;
	vertical-align: middle;
	width: 14px;
}

.wprf-control-datetime .components-datetime .SingleDatePicker {
	display: inline-block;
	position: relative;
}

.wprf-control-datetime .components-datetime .SingleDatePicker__block {
	display: block;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker {
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker__rtl {
	direction: rtl;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker__directionLeft {
	left: 0;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker__directionRight {
	right: 0;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker__portal {
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_picker__fullScreenPortal {
	background-color: #fff;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_closeButton {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_closeButton:focus, .wprf-control-datetime .components-datetime .SingleDatePicker_closeButton:hover {
	color: #b0b3b4;
	text-decoration: none;
}

.wprf-control-datetime .components-datetime .SingleDatePicker_closeButton_svg {
	fill: #cacccd;
	height: 15px;
	width: 15px;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_buttonReset {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	line-height: normal;
	overflow: visible;
	padding: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_buttonReset:active {
	outline: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show {
	position: absolute;
	width: 22px;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__bottomRight {
	border-right: 33px solid #00a699;
	border-top: 26px solid transparent;
	bottom: 0;
	right: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__bottomRight:hover {
	border-right: 33px solid #008489;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__topRight {
	border-bottom: 26px solid transparent;
	border-right: 33px solid #00a699;
	right: 0;
	top: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__topRight:hover {
	border-right: 33px solid #008489;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__topLeft {
	border-bottom: 26px solid transparent;
	border-left: 33px solid #00a699;
	left: 0;
	top: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_show__topLeft:hover {
	border-left: 33px solid #008489;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_showSpan {
	color: #fff;
	position: absolute;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_showSpan__bottomRight {
	bottom: 0;
	right: -28px;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_showSpan__topRight {
	right: -28px;
	top: 1px;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_showSpan__topLeft {
	left: -28px;
	top: 1px;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_panel {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	bottom: 0;
	left: 0;
	margin: 33px;
	overflow: auto;
	padding: 22px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_list {
	font-size: 14px;
	list-style: none;
	padding: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_close {
	position: absolute;
	right: 22px;
	top: 22px;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_close:active {
	outline: 0;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_closeSvg {
	fill: #cacccd;
	height: 15px;
	width: 15px;
}

.wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_closeSvg:focus, .wprf-control-datetime .components-datetime .DayPickerKeyboardShortcuts_closeSvg:hover {
	fill: #82888a;
}

.wprf-control-datetime .components-datetime .CalendarDay {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.wprf-control-datetime .components-datetime .CalendarDay:active {
	outline: 0;
}

.wprf-control-datetime .components-datetime .CalendarDay__defaultCursor {
	cursor: default;
}

.wprf-control-datetime .components-datetime .CalendarDay__default {
	background: #fff;
	border: 1px solid #e4e7e7;
	color: #484848;
}

.wprf-control-datetime .components-datetime .CalendarDay__default:hover {
	background: #e4e7e7;
	border: 1px double #e4e7e7;
	color: inherit;
}

.wprf-control-datetime .components-datetime .CalendarDay__hovered_offset {
	background: #f4f5f5;
	border: 1px double #e4e7e7;
	color: inherit;
}

.wprf-control-datetime .components-datetime .CalendarDay__outside {
	background: #fff;
	border: 0;
	color: #484848;
}

.wprf-control-datetime .components-datetime .CalendarDay__outside:hover {
	border: 0;
}

.wprf-control-datetime .components-datetime .CalendarDay__blocked_minimum_nights {
	background: #fff;
	border: 1px solid #eceeee;
	color: #cacccd;
}

.wprf-control-datetime .components-datetime .CalendarDay__blocked_minimum_nights:active, .wprf-control-datetime .components-datetime .CalendarDay__blocked_minimum_nights:hover {
	background: #fff;
	color: #cacccd;
}

.wprf-control-datetime .components-datetime .CalendarDay__highlighted_calendar {
	background: #ffe8bc;
	color: #484848;
}

.wprf-control-datetime .components-datetime .CalendarDay__highlighted_calendar:active, .wprf-control-datetime .components-datetime .CalendarDay__highlighted_calendar:hover {
	background: #ffce71;
	color: #484848;
}

.wprf-control-datetime .components-datetime .CalendarDay__selected_span {
	background: #66e2da;
	border: 1px solid #33dacd;
	color: #fff;
}

.wprf-control-datetime .components-datetime .CalendarDay__selected_span:active, .wprf-control-datetime .components-datetime .CalendarDay__selected_span:hover {
	background: #33dacd;
	border: 1px solid #33dacd;
	color: #fff;
}

.wprf-control-datetime .components-datetime .CalendarDay__last_in_range {
	border-right: #00a699;
}

.wprf-control-datetime .components-datetime .CalendarDay__selected, .wprf-control-datetime .components-datetime .CalendarDay__selected:active, .wprf-control-datetime .components-datetime .CalendarDay__selected:hover {
	background: #00a699;
	border: 1px solid #00a699;
	color: #fff;
}

.wprf-control-datetime .components-datetime .CalendarDay__hovered_span, .wprf-control-datetime .components-datetime .CalendarDay__hovered_span:hover {
	background: #b2f1ec;
	border: 1px solid #80e8e0;
	color: #007a87;
}

.wprf-control-datetime .components-datetime .CalendarDay__hovered_span:active {
	background: #80e8e0;
	border: 1px solid #80e8e0;
	color: #007a87;
}

.wprf-control-datetime .components-datetime .CalendarDay__blocked_calendar, .wprf-control-datetime .components-datetime .CalendarDay__blocked_calendar:active, .wprf-control-datetime .components-datetime .CalendarDay__blocked_calendar:hover {
	background: #cacccd;
	border: 1px solid #cacccd;
	color: #82888a;
}

.wprf-control-datetime .components-datetime .CalendarDay__blocked_out_of_range, .wprf-control-datetime .components-datetime .CalendarDay__blocked_out_of_range:active, .wprf-control-datetime .components-datetime .CalendarDay__blocked_out_of_range:hover {
	background: #fff;
	border: 1px solid #e4e7e7;
	color: #cacccd;
}

.wprf-control-datetime .components-datetime .CalendarMonth {
	background: #fff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: top;
}

.wprf-control-datetime .components-datetime .CalendarMonth_table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wprf-control-datetime .components-datetime .CalendarMonth_verticalSpacing {
	border-collapse: separate;
}

.wprf-control-datetime .components-datetime .CalendarMonth_caption {
	caption-side: top;
	color: #484848;
	font-size: 18px;
	padding-bottom: 37px;
	padding-top: 22px;
	text-align: center;
}

.wprf-control-datetime .components-datetime .CalendarMonth_caption__verticalScrollable {
	padding-bottom: 7px;
	padding-top: 12px;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid {
	background: #fff;
	text-align: left;
	z-index: 0;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid__animating {
	z-index: 1;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid__vertical {
	margin: 0 auto;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid__vertical_scrollable {
	margin: 0 auto;
	overflow-y: scroll;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid_month__horizontal {
	display: inline-block;
	min-height: 100%;
	vertical-align: top;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid_month__hideForAnimation {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.wprf-control-datetime .components-datetime .CalendarMonthGrid_month__hidden {
	visibility: hidden;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation {
	position: relative;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation__horizontal {
	height: 0;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation__verticalDefault {
	bottom: 0;
	height: 52px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation__verticalScrollableDefault {
	position: relative;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button {
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button__default {
	background-color: #fff;
	border: 1px solid #e4e7e7;
	color: #757575;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button__default:focus, .wprf-control-datetime .components-datetime .DayPickerNavigation_button__default:hover {
	border: 1px solid #c4c4c4;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button__default:active {
	background: #f2f2f2;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button__horizontalDefault {
	border-radius: 3px;
	line-height: .78;
	padding: 6px 9px;
	position: absolute;
	top: 18px;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_leftButton__horizontalDefault {
	left: 22px;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_rightButton__horizontalDefault {
	right: 22px;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_button__verticalDefault {
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	display: inline-block;
	height: 100%;
	padding: 5px;
	position: relative;
	width: 50%;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_nextButton__verticalDefault {
	border-left: 0;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_nextButton__verticalScrollableDefault {
	width: 100%;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_svg__horizontal {
	fill: #82888a;
	display: block;
	height: 19px;
	width: 19px;
}

.wprf-control-datetime .components-datetime .DayPickerNavigation_svg__vertical {
	fill: #484848;
	display: block;
	height: 42px;
	width: 42px;
}

.wprf-control-datetime .components-datetime .DayPicker {
	background: #fff;
	position: relative;
	text-align: left;
}

.wprf-control-datetime .components-datetime .DayPicker__horizontal {
	background: #fff;
}

.wprf-control-datetime .components-datetime .DayPicker__verticalScrollable {
	height: 100%;
}

.wprf-control-datetime .components-datetime .DayPicker__hidden {
	visibility: hidden;
}

.wprf-control-datetime .components-datetime .DayPicker__withBorder {
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
}

.wprf-control-datetime .components-datetime .DayPicker_portal__horizontal {
	box-shadow: none;
	left: 50%;
	position: absolute;
	top: 50%;
}

.wprf-control-datetime .components-datetime .DayPicker_portal__vertical {
	position: static;
}

.wprf-control-datetime .components-datetime .DayPicker_focusRegion {
	outline: 0;
}

.wprf-control-datetime .components-datetime .DayPicker_calendarInfo__horizontal, .wprf-control-datetime .components-datetime .DayPicker_wrapper__horizontal {
	display: inline-block;
	vertical-align: top;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeaders {
	position: relative;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeaders__horizontal {
	margin-left: 9px;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeader {
	color: #757575;
	position: absolute;
	text-align: left;
	top: 62px;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeader__vertical {
	left: 50%;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeader__verticalScrollable {
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	display: table-row;
	left: 0;
	margin-left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeader_ul {
	font-size: 14px;
	list-style: none;
	margin: 1px 0;
	padding-left: 0;
	padding-right: 0;
}

.wprf-control-datetime .components-datetime .DayPicker_weekHeader_li {
	display: inline-block;
	text-align: center;
}

.wprf-control-datetime .components-datetime .DayPicker_transitionContainer {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.wprf-control-datetime .components-datetime .DayPicker_transitionContainer__horizontal {
	transition: height .2s ease-in-out;
}

.wprf-control-datetime .components-datetime .DayPicker_transitionContainer__vertical {
	width: 100%;
}

.wprf-control-datetime .components-datetime .DayPicker_transitionContainer__verticalScrollable {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding-top: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.wprf-control-datetime .components-datetime .DateInput {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 130px;
}

.wprf-control-datetime .components-datetime .DateInput__small {
	width: 97px;
}

.wprf-control-datetime .components-datetime .DateInput__block {
	width: 100%;
}

.wprf-control-datetime .components-datetime .DateInput__disabled {
	background: #f2f2f2;
	color: #dbdbdb;
}

.wprf-control-datetime .components-datetime .DateInput_input {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #484848;
	font-size: 19px;
	font-weight: 200;
	line-height: 24px;
	padding: 11px 11px 9px;
	width: 100%;
}

.wprf-control-datetime .components-datetime .DateInput_input__small {
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 18px;
	padding: 7px 7px 5px;
}

.wprf-control-datetime .components-datetime .DateInput_input__regular {
	font-weight: auto;
}

.wprf-control-datetime .components-datetime .DateInput_input__readOnly {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-control-datetime .components-datetime .DateInput_input__focused {
	background: #fff;
	border: 0;
	border-bottom: 2px solid #008489;
	outline: 0;
}

.wprf-control-datetime .components-datetime .DateInput_input__disabled {
	background: #f2f2f2;
	font-style: italic;
}

.wprf-control-datetime .components-datetime .DateInput_screenReaderMessage {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.wprf-control-datetime .components-datetime .DateInput_fang {
	height: 10px;
	left: 22px;
	position: absolute;
	width: 20px;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DateInput_fangShape {
	fill: #fff;
}

.wprf-control-datetime .components-datetime .DateInput_fangStroke {
	stroke: #dbdbdb;
	fill: transparent;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput {
	background-color: #fff;
	display: inline-block;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput__disabled {
	background: #f2f2f2;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput__withBorder {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput__rtl {
	direction: rtl;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput__block {
	display: block;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput__showClearDates {
	padding-right: 30px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_arrow {
	color: #484848;
	display: inline-block;
	vertical-align: middle;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_arrow_svg {
	fill: #484848;
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	margin: 0 10px 0 5px;
	overflow: visible;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates__small {
	padding: 6px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates_default:focus, .wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates_default:hover {
	background: #dbdbdb;
	border-radius: 50%;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates__hide {
	visibility: hidden;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates_svg {
	fill: #82888a;
	height: 12px;
	vertical-align: middle;
	width: 15px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_clearDates_svg__small {
	height: 9px;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_calendarIcon {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: normal;
	margin: 0 5px 0 10px;
	overflow: visible;
	padding: 10px;
	vertical-align: middle;
}

.wprf-control-datetime .components-datetime .DateRangePickerInput_calendarIcon_svg {
	fill: #82888a;
	height: 15px;
	vertical-align: middle;
	width: 14px;
}

.wprf-control-datetime .components-datetime .DateRangePicker {
	display: inline-block;
	position: relative;
}

.wprf-control-datetime .components-datetime .DateRangePicker__block {
	display: block;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker {
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker__rtl {
	direction: rtl;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker__directionLeft {
	left: 0;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker__directionRight {
	right: 0;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker__portal {
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.wprf-control-datetime .components-datetime .DateRangePicker_picker__fullScreenPortal {
	background-color: #fff;
}

.wprf-control-datetime .components-datetime .DateRangePicker_closeButton {
	background: 0 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wprf-control-datetime .components-datetime .DateRangePicker_closeButton:focus, .wprf-control-datetime .components-datetime .DateRangePicker_closeButton:hover {
	color: #b0b3b4;
	text-decoration: none;
}

.wprf-control-datetime .components-datetime .DateRangePicker_closeButton_svg {
	fill: #cacccd;
	height: 15px;
	width: 15px;
}

.wprf-control-datetime .components-datetime .components-datetime {
	padding: 0;
}

.wprf-control-datetime .components-datetime .components-datetime .components-datetime__calendar-help {
	padding: 16px;
}

.wprf-control-datetime .components-datetime .components-datetime .components-datetime__calendar-help h4 {
	margin: 0;
}

.wprf-control-datetime .components-datetime .components-datetime .components-datetime__buttons {
	display: flex;
	justify-content: space-between;
}

.wprf-control-datetime .components-datetime .components-datetime fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.wprf-control-datetime .components-datetime .components-datetime input, .wprf-control-datetime .components-datetime .components-datetime select {
	border: 1px solid #757575;
	border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	transition: box-shadow .1s linear;
}

@media (prefers-reduced-motion:reduce) {
	.wprf-control-datetime .components-datetime .components-datetime input, .wprf-control-datetime .components-datetime .components-datetime select {
		transition-duration: 0s;
	}
}

.wprf-control-datetime .components-datetime .components-datetime .components-button, .wprf-control-datetime .components-datetime .components-datetime input[type=number], .wprf-control-datetime .components-datetime .components-datetime select {
	height: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__date {
	border-top: 1px solid #ddd;
	min-height: 236px;
}

.wprf-control-datetime .components-datetime .components-datetime__date button {
	border: none;
}

.wprf-control-datetime .components-datetime .components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault {
	left: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarMonth_caption {
	font-size: 13px;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarMonth_table {
	border-collapse: separate;
	border-spacing: 2px;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarDay {
	border: none;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarDay:focus {
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
	outline: 2px solid transparent;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarDay__selected {
	background: #6648fe;
	border: 2px solid transparent;
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarDay__selected:hover {
	background: var(--wp-admin-theme-color-darker-20);
}

.wprf-control-datetime .components-datetime .components-datetime__date .CalendarDay__selected:focus {
	box-shadow: inset 0 0 0 1px #fff;
}

.wprf-control-datetime .components-datetime .components-datetime__date .DayPickerNavigation_button__horizontalDefault {
	padding: 2px 8px;
	top: 20px;
}

.wprf-control-datetime .components-datetime .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent;
}

.wprf-control-datetime .components-datetime .components-datetime__date .DayPicker_weekHeader {
	top: 50px;
}

.wprf-control-datetime .components-datetime .components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul {
	margin: 1px 0;
	padding-left: 0;
	padding-right: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__date.is-description-visible .DayPicker {
	visibility: hidden;
}

.wprf-control-datetime .components-datetime .components-datetime__time {
	padding-bottom: 16px;
}

.wprf-control-datetime .components-datetime .components-datetime__time fieldset {
	margin-bottom: .5em;
	position: relative;
}

.wprf-control-datetime .components-datetime .components-datetime__time fieldset button, .wprf-control-datetime .components-datetime .components-datetime__time fieldset input, .wprf-control-datetime .components-datetime .components-datetime__time fieldset select {
	height: 30px;
}

.wprf-control-datetime .components-datetime .components-datetime__time fieldset+fieldset {
	margin-bottom: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-field-am-pm fieldset {
	margin-top: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper {
	display: flex;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator {
	display: inline-block;
	padding: 0 3px 0 0;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time {
	direction: ltr;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select {
	margin-right: 4px;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus {
	position: relative;
	z-index: 1;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number] {
	-moz-appearance: textfield;
	margin-right: 4px;
	padding: 2px;
	text-align: center;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]:focus {
	position: relative;
	z-index: 1;
}

.wprf-control-datetime .components-datetime .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wprf-control-datetime .components-datetime .components-datetime__time.is-12-hour .components-datetime__time-field-day input {
	border-radius: 2px 0 0 2px !important;
	margin: -4px 0 0 !important;
}

.wprf-control-datetime .components-datetime .components-datetime__time.is-12-hour .components-datetime__time-field-year input {
	border-radius: 0 2px 2px 0 !important;
}

.wprf-control-datetime .components-datetime .components-datetime__timezone {
	line-height: 30px;
	margin-left: 4px;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.wprf-control-datetime .components-datetime .components-datetime__time-legend {
	font-weight: 600;
	margin-top: .5em;
}

.wprf-control-datetime .components-datetime .components-datetime__time-legend.invisible {
	left: -999em;
	position: absolute;
	top: -999em;
}

.wprf-control-datetime .components-datetime .components-datetime__time-field-day-input, .wprf-control-datetime .components-datetime .components-datetime__time-field-hours-input, .wprf-control-datetime .components-datetime .components-datetime__time-field-minutes-input {
	width: 35px;
}

.wprf-control-datetime .components-datetime .components-datetime__time-field-year-input {
	width: 55px;
}

.wprf-control-datetime .components-datetime .components-datetime__time-field-month-select {
	max-width: 145px;
}

.wprf-control-datetime .components-popover .components-datetime__date {
	padding-left: 4px;
}

.wprf-control-datetime .components-popover .components-popover__content {
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 15px;
	position: absolute;
	z-index: 9999999;
}

.wprf-control-datetime .components-popover .components-datetime__date-help-toggle {
	display: none;
	margin-left: auto;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field {
	margin-top: 20px;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title {
	align-items: center;
	background-color: #f8fafb;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	padding: 15px;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title h4 {
	color: #3d4f7f;
	cursor: grab;
	flex-basis: 100%;
	line-height: 18px;
	margin: 0;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title h4 .dashicon, .wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title h4 .icon, .wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title h4 svg {
	align-items: center;
	display: inline-flex;
	font-size: 18px;
	height: 18px;
	justify-content: center;
	line-height: 18px;
	margin-right: 5px;
	width: 18px;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls {
	align-self: flex-end;
	display: flex;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span {
	margin-left: 10px;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page {
	color: #5f7eff;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash {
	color: #dc4f4b;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field .wprf-repeater-inner-field {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	padding: 20px;
}

.wprf-repeater-control .wprf-repeater-content .wprf-repeater-field.sortable-chosen .wprf-repeater-field-title h4 {
	cursor: grabbing;
}

.wprf-toggle-wrap {
	align-items: center;
	display: flex;
}

.wprf-toggle-wrap.wprf-card {
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
	padding: 15px;
}

.wprf-toggle-wrap.wprf-label-position-left .wprf-input-label {
	margin-left: 15px;
}

.wprf-toggle-wrap.wprf-label-position-right .wprf-input-label {
	margin-right: 15px;
}

.wprf-toggle-wrap .wprf-input-field, .wprf-toggle-wrap input {
	display: none;
}

.wprf-toggle-wrap label.wprf-input-label {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-bottom: 0;
	max-height: 30px;
	min-height: 30px;
	position: relative;
	width: 55px;
}

.wprf-toggle-wrap label.wprf-input-label:after, .wprf-toggle-wrap label.wprf-input-label:before {
	content: "";
	position: absolute;
}

.wprf-toggle-wrap label.wprf-input-label:before {
	background: #f0f0f0;
	border: 1px solid #e8eae9;
	border-radius: 20px;
	height: 28px;
	left: 0;
	top: 0;
	transition: all .4s ease;
	width: 55px;
}

.wprf-toggle-wrap label.wprf-input-label:after {
	background: #fbfbfb;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .08);
	height: 24px;
	left: 3px;
	top: 3px;
	transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
	width: 24px;
}

.wprf-toggle-wrap input:checked+label:before, .wprf-toggle-wrap.wprf-checked:before {
	background: #2df16e;
}

.wprf-toggle-wrap input:checked+label:after, .wprf-toggle-wrap.wprf-checked:after {
	left: auto;
	right: 0;
}

.wprf-toggle-wrapper>h4 {
	margin-bottom: 10px;
	margin-top: 0;
}

.wprf-toggle-wrapper .wprf-toggle-options .wprf-toggle-wrap {
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 15px;
}

.wprf-toggle-wrapper .wprf-toggle-options .wprf-toggle-wrap.wprf-label-position-right>span {
	text-align: right;
}

.wprf-toggle-wrapper .wprf-toggle-options .wprf-toggle-wrap>span {
	flex: 1;
}

.wprf-colorpicker-wrap .components-color-picker {
	width: 100%;
}

.wprf-colorpicker-wrap .components-color-picker * {
	box-sizing: border-box;
}

.wprf-colorpicker-wrap .components-color-picker__saturation {
	padding-bottom: 55%;
	position: relative;
	width: 100%;
}

.wprf-colorpicker-wrap .components-color-picker__body {
	padding: 16px 16px 12px;
}

.wprf-colorpicker-wrap .components-color-picker__controls {
	display: flex;
}

.wprf-colorpicker-wrap .components-color-picker__alpha-pointer, .wprf-colorpicker-wrap .components-color-picker__hue-pointer, .wprf-colorpicker-wrap .components-color-picker__saturation-pointer {
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
}

.wprf-colorpicker-wrap .components-color-picker__swatch {
	background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
	background-position: 0 0, 0 5px, 5px -5px, -5px 0;
	background-size: 10px 10px;
	border-radius: 50%;
	height: 32px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
	width: 32px;
}

.is-alpha-disabled .wprf-colorpicker-wrap .components-color-picker__swatch {
	height: 12px;
	margin-top: 0;
	width: 12px;
}

.wprf-colorpicker-wrap .components-color-picker__active {
	border-radius: 50%;
	bottom: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wprf-colorpicker-wrap .components-color-picker__saturation-black, .wprf-colorpicker-wrap .components-color-picker__saturation-color, .wprf-colorpicker-wrap .components-color-picker__saturation-white {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wprf-colorpicker-wrap .components-color-picker__saturation-color {
	overflow: visible;
}

.wprf-colorpicker-wrap .components-color-picker__saturation-white {
	background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.wprf-colorpicker-wrap .components-color-picker__saturation-black {
	background: linear-gradient(0deg, #000, transparent);
}

.wprf-colorpicker-wrap .components-button.components-color-picker__saturation-pointer {
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #000, 0 0 0 2px #000;
	height: 14px;
	padding: 0;
	transform: translate(-50%, -50%);
	width: 14px;
}

.wprf-colorpicker-wrap .components-button.components-color-picker__saturation-pointer:focus:not(:disabled) {
	box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000, 0 0 0 3px #000;
}

.wprf-colorpicker-wrap .components-color-picker__toggles {
	flex: 1;
}

.wprf-colorpicker-wrap .components-color-picker__alpha {
	background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
	background-position: 0 0, 0 5px, 5px -5px, -5px 0;
	background-size: 10px 10px;
}

.wprf-colorpicker-wrap .components-color-picker__alpha-gradient, .wprf-colorpicker-wrap .components-color-picker__hue-gradient {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wprf-colorpicker-wrap .components-color-picker__alpha, .wprf-colorpicker-wrap .components-color-picker__hue {
	height: 12px;
	position: relative;
}

.wprf-colorpicker-wrap .is-alpha-enabled .components-color-picker__hue {
	margin-bottom: 8px;
}

.wprf-colorpicker-wrap .components-color-picker__alpha-bar, .wprf-colorpicker-wrap .components-color-picker__hue-bar {
	height: 100%;
	margin: 0 3px;
	padding: 0 2px;
	position: relative;
}

.wprf-colorpicker-wrap .components-color-picker__hue-gradient {
	background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}

.wprf-colorpicker-wrap .components-color-picker__alpha-pointer, .wprf-colorpicker-wrap .components-color-picker__hue-pointer {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
	height: 14px;
	left: 0;
	transform: translate(-7px, -1px);
	width: 14px;
}

.wprf-colorpicker-wrap .components-color-picker__hue-pointer, .wprf-colorpicker-wrap .components-color-picker__saturation-pointer {
	transition: box-shadow .1s linear;
}

@media (prefers-reduced-motion:reduce) {
	.wprf-colorpicker-wrap .components-color-picker__hue-pointer, .wprf-colorpicker-wrap .components-color-picker__saturation-pointer {
		transition-duration: 0s;
	}
}

.wprf-colorpicker-wrap .components-color-picker__saturation-pointer:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
}

.wprf-colorpicker-wrap .components-color-picker__alpha-pointer:focus, .wprf-colorpicker-wrap .components-color-picker__hue-pointer:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color);
	outline: 2px solid transparent;
	outline-offset: -2px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-wrapper {
	align-items: flex-end;
	display: flex;
	margin: 0 -4px;
	min-width: 255px;
	padding-top: 16px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-wrapper fieldset {
	border: none;
	flex: 1;
	margin: 0;
	padding: 0;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number] {
	margin: 0;
	padding: 6px 3px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-field {
	width: 100%;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-fields {
	direction: ltr;
	display: flex;
	flex-grow: 1;
	margin-right: 4px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-fields .components-base-control+.components-base-control {
	margin-top: 0;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-fields .components-base-control__field {
	margin: 0 2px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-toggle {
	height: 30px;
	padding: 0 5px;
}

.wprf-colorpicker-wrap {
	max-width: 300px;
	min-width: 300px;
	position: relative;
}

.wprf-colorpicker-wrap .wprf-colorpicker-reset {
	bottom: 25px;
	position: absolute;
}

.wprf-colorpicker-wrap .wprf-picker-display {
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 10px;
	outline: none;
	width: 30px;
}

.wprf-colorpicker-wrap>.components-color-picker {
	background-color: #fff;
	border-radius: 5px;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 45px;
	z-index: 11;
}

.wprf-colorpicker-wrap .chrome-picker {
	position: absolute;
	top: 30px;
}

.wprf-colorpicker-wrap .components-color-picker__inputs-wrapper
.components-color-picker__inputs-fields
.components-text-control__input[type=number] {
	width: 54px;
}

.wprf-group-control .wprf-group-control-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.wprf-group-control .wprf-group-control-inner>* {
	flex-basis: 30%;
}

.wprf-select-wrapper {
	min-width: 250px;
}

.wprf-media {
	align-items: center;
	display: flex;
}

.wprf-media .wprf-image-preview {
	height: auto;
	margin-right: 20px;
	max-height: 100px;
	overflow: hidden;
	width: 100px;
}

.wprf-media .wprf-image-preview img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.wprf-media .wprf-image-uploader button {
	margin-right: 10px;
}

.wprf-media .wprf-image-uploader button.wprf-image-remove-btn {
	background-color: #f26f5a;
	color: #fff;
}

.wprf-editor {
	height: 250px;
}

.wprf-editor .wprf-editor-toolbar {
	margin-bottom: 0;
}

.wprf-editor .wprf-editor-main {
	border: 1px solid #f1f1f1;
	border-top: 0;
	box-sizing: border-box;
	height: calc(100% - 46px);
	padding: 0 15px;
}

.wprf-modal {
	position: relative;
}

.components-modal__screen-overlay {
	animation: edit-post__fade-in-animation .2s ease-out 0s;
	animation-fill-mode: forwards;
	background-color: rgba(0, 0, 0, .35);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

@media (prefers-reduced-motion:reduce) {
	.components-modal__screen-overlay {
		animation-duration: 1ms;
	}
}

.components-modal__frame {
	background: #fff;
	border: 1px solid #ddd;
	bottom: 0;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	left: 0;
	margin: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width:600px) {
	.components-modal__frame {
		animation: components-modal__appear-animation .1s ease-out;
		animation-fill-mode: forwards;
		bottom: auto;
		left: 50%;
		max-height: 90%;
		max-width: calc(100% - 32px);
		min-width: 360px;
		right: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (min-width:600px) and (prefers-reduced-motion:reduce) {
	.components-modal__frame {
		animation-duration: 1ms;
	}
}

@keyframes components-modal__appear-animation {
	0% {
		margin-top: 32px;
	}
	
	to {
		margin-top: 0;
	}
}

.components-modal__header {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: 60px;
	justify-content: space-between;
	margin: 0 -24px 24px;
	padding: 0 24px;
	position: relative;
	position: sticky;
	top: 0;
	z-index: 10;
}

@supports (-ms-ime-align:auto) {
	.components-modal__header {
		position: fixed;
		width: 100%;
	}
}

.components-modal__header .components-modal__header-heading {
	font-size: 1rem;
	font-weight: 600;
}

.components-modal__header h1 {
	line-height: 1;
	margin: 0;
}

.components-modal__header .components-button {
	left: 8px;
	position: relative;
}

.components-modal__header-heading-container {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	justify-content: left;
}

.components-modal__header-icon-container {
	display: inline-block;
}

.components-modal__header-icon-container svg {
	max-height: 36px;
	max-width: 36px;
	padding: 8px;
}

.components-modal__content {
	box-sizing: border-box;
	height: 100%;
	padding: 0 24px;
}

@supports (-ms-ime-align:auto) {
	.components-modal__content {
		padding-top: 60px;
	}
}

.wprf-modal-body .wprf-modal-footer {
	align-items: center;
	border-top: 1px solid #f2f2f2;
	display: flex;
	margin: 24px -24px 0;
	padding: 15px 24px 0;
}

.wprf-modal-body .wprf-modal-footer .wprf-modal-footer-left {
	flex: 1;
}

.wprf-control.wprf-button-group>div {
	margin-right: 15px;
}

.responsive-button {
	all: initial;
	align-items: center;
	background: rgba(106, 75, 255, .1);
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	height: 22px;
	justify-content: center;
	margin-right: 5px;
	width: 22px;
}

.responsive-button img {
	display: inline-flex;
	filter: brightness(50%) invert(55%);
}

.responsive-button.active img, .responsive-button:hover img {
	filter: brightness(100%) invert(0);
}

.wprf-code-viewer {
	position: relative;
}

.wprf-code-viewer textarea {
	background: #2e3246;
	border-color: transparent;
	border-radius: 15px;
	border-width: 15px;
	color: #eae8eb;
	cursor: pointer;
	font-style: italic;
	line-height: 1.7;
	min-height: 300px;
	resize: none;
	width: 100%;
}

.wprf-code-viewer textarea::-webkit-scrollbar {
	display: none;
}

.wprf-code-viewer .wprf-copy-button {
	align-items: center;
	background: #15c7a3;
	border: none;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .5), inset 0 5px 5px 5px rgba(0, 0, 0, .05), inset 0 -5px 5px 5px hsla(0, 0%, 100%, .1);
	color: #fff;
	display: flex;
	font-weight: 600;
	height: 36px;
	padding: 5px 20px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 15px;
}

.wprf-code-viewer .pro-deactivated textarea {
	background: #555;
	cursor: not-allowed;
}

.wprf-json-uploader {
	align-items: center;
	display: flex;
}

.wprf-json-uploader .wprf-json-uploaderButton {
	align-items: center;
	background: #6a4bff;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	min-width: 80px;
	padding: 5px 20px;
}

.wprf-json-uploader .wprf-json-uploaderButton input {
	display: none;
}

.wprf-json-uploader .wpfr-json-file-name-wrapper {
	align-items: center;
	background: #f3f3f3;
	border: 1px solid #e2e2e2;
	border-radius: 22px;
	display: inline-flex;
	padding: 2px 4px 2px 10px;
	position: relative;
}

.wprf-json-uploader .wpfr-json-file-name-wrapper .wpfr-json-file-name {
	color: #7c8db5;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 0;
	margin-right: 5px;
}

.wprf-json-uploader .wpfr-json-file-name-wrapper .wprf-json-file-delete-button {
	background: rgba(255, 0, 0, .1);
	border-radius: 10px;
	color: red;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	height: 20px;
	justify-content: center;
	line-height: 20px;
	min-width: 20px;
	width: 20px;
}

.wprf-json-uploader .wpfr-json-file-name-wrapper .wprf-json-file-delete-button:hover {
	background: red;
	color: #fff;
}

.wprf-clipboard-wrapper {
	position: relative;
}

.wprf-clipboard-wrapper input {
	padding-right: 20px !important;
	width: 100% !important;
}

.wprf-clipboard-wrapper .wprf-clipboard-tooltip {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.wprf-clipboard-wrapper .wprf-clipboard-tooltip .wprf-clipboard-tooltip-text {
	background: #5725ff;
	border-radius: 3px;
	bottom: calc(100% + 10px);
	color: #fff;
	left: 50%;
	line-height: 1;
	max-width: 30ch;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	transform: translateX(-50%);
	visibility: hidden;
	white-space: pre;
}

.wprf-clipboard-wrapper .wprf-clipboard-tooltip .wprf-clipboard-tooltip-text:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #5725ff;
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translate(-50%);
}

.wprf-clipboard-wrapper .wprf-clipboard-tooltip .wprf-copy-icon {
	cursor: pointer;
}

.wprf-clipboard-wrapper:focus .wprf-clipboard-tooltip-text, .wprf-clipboard-wrapper:hover .wprf-clipboard-tooltip-text {
	opacity: 1;
	visibility: visible;
}

.rdw-option-wrapper {
	align-items: center;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	height: 20px;
	justify-content: center;
	margin: 0 4px;
	min-width: 25px;
	padding: 5px;
	text-transform: capitalize;
}

.rdw-option-wrapper:hover {
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-option-active, .rdw-option-wrapper:active {
	box-shadow: inset 1px 1px 0 #bfbdbd;
}

.rdw-option-disabled {
	cursor: default;
	opacity: .3;
}

.rdw-dropdown-wrapper {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	margin: 0 3px;
	text-transform: capitalize;
}

.rdw-dropdown-wrapper:focus {
	outline: none;
}

.rdw-dropdown-wrapper:hover {
	background-color: #fff;
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-dropdown-wrapper:active {
	box-shadow: inset 1px 1px 0 #bfbdbd;
}

.rdw-dropdown-carettoopen {
	border-top: 6px solid #000;
}

.rdw-dropdown-carettoclose, .rdw-dropdown-carettoopen {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	position: absolute;
	right: 10%;
	top: 35%;
	width: 0;
}

.rdw-dropdown-carettoclose {
	border-bottom: 6px solid #000;
}

.rdw-dropdown-selectedtext {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 0 5px;
	position: relative;
}

.rdw-dropdown-optionwrapper {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	margin: 0;
	max-height: 250px;
	overflow-y: scroll;
	padding: 0;
	position: relative;
	width: 98%;
	z-index: 100;
}

.rdw-dropdown-optionwrapper:hover {
	background-color: #fff;
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-dropdownoption-default {
	align-items: center;
	display: flex;
	min-height: 25px;
	padding: 0 5px;
}

.rdw-dropdownoption-highlighted {
	background: #f1f1f1;
}

.rdw-dropdownoption-active {
	background: #f5f5f5;
}

.rdw-dropdownoption-disabled {
	cursor: default;
	opacity: .3;
}

.rdw-inline-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-inline-dropdown {
	width: 50px;
}

.rdw-inline-dropdownoption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-block-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-block-dropdown {
	width: 110px;
}

.rdw-fontsize-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-fontsize-dropdown {
	min-width: 40px;
}

.rdw-fontsize-option {
	display: flex;
	justify-content: center;
}

.rdw-fontfamily-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-fontfamily-dropdown {
	width: 115px;
}

.rdw-fontfamily-placeholder {
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rdw-fontfamily-optionwrapper {
	width: 140px;
}

.rdw-list-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-list-dropdown {
	width: 50px;
	z-index: 90;
}

.rdw-list-dropdownOption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-text-align-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-text-align-dropdown {
	width: 50px;
	z-index: 90;
}

.rdw-text-align-dropdownOption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-right-aligned-block {
	text-align: right;
}

.rdw-left-aligned-block {
	text-align: left !important;
}

.rdw-center-aligned-block {
	text-align: center !important;
}

.rdw-justify-aligned-block {
	text-align: justify !important;
}

.rdw-center-aligned-block>div, .rdw-justify-aligned-block>div, .rdw-left-aligned-block>div, .rdw-right-aligned-block>div {
	display: inline-block;
}

.rdw-colorpicker-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	position: relative;
}

.rdw-colorpicker-modal {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 3px 3px 5px #bfbdbd;
	display: flex;
	flex-direction: column;
	height: 175px;
	left: 5px;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 175px;
	z-index: 100;
}

.rdw-colorpicker-modal-header {
	display: flex;
	padding-bottom: 5px;
}

.rdw-colorpicker-modal-style-label {
	cursor: pointer;
	font-size: 15px;
	padding: 0 10px 5px;
	text-align: center;
	width: 50%;
}

.rdw-colorpicker-modal-style-label-active {
	border-bottom: 2px solid #0a66b7;
}

.rdw-colorpicker-modal-options {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	margin: 5px auto;
	overflow: scroll;
	width: 100%;
}

.rdw-colorpicker-cube {
	border: 1px solid #f1f1f1;
	height: 22px;
	width: 22px;
}

.rdw-colorpicker-option {
	border: none;
	box-shadow: inset 1px 2px 1px #bfbdbd;
	height: 22px;
	margin: 3px;
	min-height: 20px;
	min-width: 22px;
	padding: 0;
	width: 22px;
}

.rdw-colorpicker-option:hover {
	box-shadow: 1px 2px 1px #bfbdbd;
}

.rdw-colorpicker-option:active {
	box-shadow: -1px -2px 1px #bfbdbd;
}

.rdw-colorpicker-option-active {
	box-shadow: 0 0 2px 2px #bfbdbd;
}

.rdw-link-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	position: relative;
}

.rdw-link-dropdown {
	width: 50px;
}

.rdw-link-dropdownOption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-link-dropdownPlaceholder {
	margin-left: 8px;
}

.rdw-link-modal {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 3px 3px 5px #bfbdbd;
	display: flex;
	flex-direction: column;
	height: 205px;
	left: 5px;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 235px;
	z-index: 100;
}

.rdw-link-modal-label {
	font-size: 15px;
}

.rdw-link-modal-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	height: 25px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0 5px;
}

.rdw-link-modal-input:focus {
	outline: none;
}

.rdw-link-modal-buttonsection {
	margin: 0 auto;
}

.rdw-link-modal-target-option {
	margin-bottom: 20px;
}

.rdw-link-modal-target-option>span {
	margin-left: 5px;
}

.rdw-link-modal-btn {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	margin-left: 10px;
	text-transform: capitalize;
	width: 75px;
}

.rdw-link-modal-btn:hover {
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-link-modal-btn:active {
	box-shadow: inset 1px 1px 0 #bfbdbd;
}

.rdw-link-modal-btn:focus {
	outline: none !important;
}

.rdw-link-modal-btn:disabled {
	background: #ece9e9;
}

.rdw-link-dropdownoption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-embedded-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	position: relative;
}

.rdw-embedded-modal {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 3px 3px 5px #bfbdbd;
	display: flex;
	flex-direction: column;
	height: 180px;
	justify-content: space-between;
	left: 5px;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 235px;
	z-index: 100;
}

.rdw-embedded-modal-header {
	display: flex;
	font-size: 15px;
}

.rdw-embedded-modal-header-option {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.rdw-embedded-modal-header-label {
	background: #6eb8d4;
	border: 1px solid #f1f1f1;
	border-bottom: 2px solid #0a66b7;
	margin-top: 5px;
	width: 95px;
}

.rdw-embedded-modal-link-section {
	display: flex;
	flex-direction: column;
}

.rdw-embedded-modal-link-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	font-size: 15px;
	height: 35px;
	margin: 10px 0;
	padding: 0 5px;
	width: 88%;
}

.rdw-embedded-modal-link-input-wrapper {
	align-items: center;
	display: flex;
}

.rdw-embedded-modal-link-input:focus {
	outline: none;
}

.rdw-embedded-modal-btn-section {
	display: flex;
	justify-content: center;
}

.rdw-embedded-modal-btn {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	margin: 0 3px;
	text-transform: capitalize;
	width: 75px;
}

.rdw-embedded-modal-btn:hover {
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-embedded-modal-btn:active {
	box-shadow: inset 1px 1px 0 #bfbdbd;
}

.rdw-embedded-modal-btn:focus {
	outline: none !important;
}

.rdw-embedded-modal-btn:disabled {
	background: #ece9e9;
}

.rdw-embedded-modal-size {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
}

.rdw-embedded-modal-size-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	font-size: 12px;
	height: 20px;
	width: 80%;
}

.rdw-embedded-modal-size-input:focus {
	outline: none;
}

.rdw-emoji-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	position: relative;
}

.rdw-emoji-modal {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 3px 3px 5px #bfbdbd;
	display: flex;
	flex-wrap: wrap;
	height: 180px;
	left: 5px;
	overflow: auto;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 235px;
	z-index: 100;
}

.rdw-emoji-icon {
	cursor: pointer;
	font-size: 22px;
	height: 24px;
	margin: 2.5px;
	width: 24px;
}

.rdw-emoji-icon, .rdw-spinner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.rdw-spinner {
	height: 100%;
	width: 100%;
}

.rdw-spinner>div {
	animation: sk-bouncedelay 1.4s ease-in-out infinite both;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.rdw-spinner .rdw-bounce1 {
	animation-delay: -.32s;
}

.rdw-spinner .rdw-bounce2 {
	animation-delay: -.16s;
}

@keyframes sk-bouncedelay {
	0%, 80%, to {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.rdw-image-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	position: relative;
}

.rdw-image-modal {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 3px 3px 5px #bfbdbd;
	display: flex;
	flex-direction: column;
	left: 5px;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 235px;
	z-index: 100;
}

.rdw-image-modal-header {
	display: flex;
	font-size: 15px;
	margin: 10px 0;
}

.rdw-image-modal-header-option {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.rdw-image-modal-header-label {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	margin-top: 5px;
	width: 80px;
}

.rdw-image-modal-header-label-highlighted {
	background: #6eb8d4;
	border-bottom: 2px solid #0a66b7;
}

.rdw-image-modal-upload-option {
	align-items: center;
	background-color: #f1f1f1;
	border: none;
	color: gray;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	justify-content: center;
	margin: 10px 0;
	outline: 2px dashed gray;
	outline-offset: -10px;
	padding: 9px 0;
	width: 100%;
}

.rdw-image-modal-upload-option-highlighted {
	outline: 2px dashed #0a66b7;
}

.rdw-image-modal-upload-option-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 15px;
	width: 100%;
}

.rdw-image-modal-upload-option-label span {
	padding: 0 20px;
}

.rdw-image-modal-upload-option-image-preview {
	max-height: 200px;
	max-width: 100%;
}

.rdw-image-modal-upload-option-input {
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: .1px;
	z-index: -1;
}

.rdw-image-modal-url-section {
	align-items: center;
	display: flex;
}

.rdw-image-modal-url-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	font-size: 15px;
	height: 35px;
	margin: 15px 0 12px;
	padding: 0 5px;
	width: 90%;
}

.rdw-image-modal-btn-section {
	margin: 10px auto 0;
}

.rdw-image-modal-url-input:focus {
	outline: none;
}

.rdw-image-modal-btn {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	margin: 0 5px;
	text-transform: capitalize;
	width: 75px;
}

.rdw-image-modal-btn:hover {
	box-shadow: 1px 1px 0 #bfbdbd;
}

.rdw-image-modal-btn:active {
	box-shadow: inset 1px 1px 0 #bfbdbd;
}

.rdw-image-modal-btn:focus {
	outline: none !important;
}

.rdw-image-modal-btn:disabled {
	background: #ece9e9;
}

.rdw-image-modal-spinner {
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: -3px;
	width: 100%;
}

.rdw-image-modal-alt-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	font-size: 12px;
	height: 20px;
	margin-left: 5px;
	width: 70%;
}

.rdw-image-modal-alt-input:focus {
	outline: none;
}

.rdw-image-modal-alt-lbl {
	font-size: 12px;
}

.rdw-image-modal-size {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
}

.rdw-image-modal-size-input {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	font-size: 12px;
	height: 20px;
	width: 40%;
}

.rdw-image-modal-size-input:focus {
	outline: none;
}

.rdw-image-mandatory-sign {
	color: red;
	margin-left: 3px;
	margin-right: 3px;
}

.rdw-remove-wrapper {
	position: relative;
}

.rdw-history-wrapper, .rdw-remove-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.rdw-history-dropdownoption {
	display: flex;
	height: 40px;
	justify-content: center;
}

.rdw-history-dropdown {
	width: 50px;
}

.rdw-link-decorator-wrapper {
	position: relative;
}

.rdw-link-decorator-icon {
	background-color: #fff;
	cursor: pointer;
	left: 40%;
	position: absolute;
	top: 0;
}

.rdw-mention-link {
	background-color: #f0fbff;
	border-radius: 2px;
	color: #1236ff;
	padding: 1px 2px;
	text-decoration: none;
}

.rdw-suggestion-wrapper {
	position: relative;
}

.rdw-suggestion-dropdown {
	background: #fff;
	border: 1px solid #f1f1f1;
	display: flex;
	flex-direction: column;
	max-height: 150px;
	min-width: 100px;
	overflow: auto;
	position: absolute;
	z-index: 100;
}

.rdw-suggestion-option {
	border-bottom: 1px solid #f1f1f1;
	padding: 7px 5px;
}

.rdw-suggestion-option-active {
	background-color: #f1f1f1;
}

.rdw-hashtag-link {
	background-color: #f0fbff;
	border-radius: 2px;
	color: #1236ff;
	padding: 1px 2px;
	text-decoration: none;
}

.rdw-image-alignment-options-popup {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	padding: 5px 2px;
	position: absolute;
	width: 105px;
	z-index: 100;
}

.rdw-alignment-option-left {
	justify-content: flex-start;
}

.rdw-image-alignment-option {
	height: 15px;
	min-width: 15px;
	width: 15px;
}

.rdw-image-alignment, .rdw-image-imagewrapper {
	position: relative;
}

.rdw-image-center {
	display: flex;
	justify-content: center;
}

.rdw-image-left {
	display: flex;
}

.rdw-image-right {
	display: flex;
	justify-content: flex-end;
}

.rdw-image-alignment-options-popup-right {
	right: 0;
}

.rdw-editor-main {
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

.rdw-editor-toolbar {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	justify-content: flex-start;
	margin-bottom: 5px;
	padding: 6px 5px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.public-DraftStyleDefault-block {
	margin: 1em 0;
}

.rdw-editor-wrapper:focus {
	outline: none;
}

.rdw-editor-wrapper {
	box-sizing: content-box;
}

.rdw-editor-main blockquote {
	border-left: 5px solid #f1f1f1;
	padding-left: 5px;
}

.rdw-editor-main pre {
	background: #f1f1f1;
	border-radius: 3px;
	padding: 1px 10px;
}

.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
	height: inherit;
	text-align: initial;
}

.public-DraftEditor-content[contenteditable=true] {
	-webkit-user-modify: read-write-plaintext-only;
}

.DraftEditor-root {
	position: relative;
}

.DraftEditor-editorContainer {
	background-color: hsla(0, 0%, 100%, 0);
	border-left: .1px solid transparent;
	position: relative;
	z-index: 1;
}

.public-DraftEditor-block {
	position: relative;
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
	text-align: left;
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
	left: 0;
	text-align: left;
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
	text-align: center;
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
	text-align: right;
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
	right: 0;
	text-align: right;
}

.public-DraftEditorPlaceholder-root {
	color: #9197a3;
	position: absolute;
	z-index: 0;
}

.public-DraftEditorPlaceholder-hasFocus {
	color: #bdc1c9;
}

.DraftEditorPlaceholder-hidden {
	display: none;
}

.public-DraftStyleDefault-block {
	position: relative;
	white-space: pre-wrap;
}

.public-DraftStyleDefault-ltr {
	direction: ltr;
	text-align: left;
}

.public-DraftStyleDefault-rtl {
	direction: rtl;
	text-align: right;
}

.public-DraftStyleDefault-listLTR {
	direction: ltr;
}

.public-DraftStyleDefault-listRTL {
	direction: rtl;
}

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
	margin: 16px 0;
	padding: 0;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
	margin-left: 1.5em;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
	margin-right: 1.5em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
	margin-left: 3em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
	margin-right: 3em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
	margin-left: 4.5em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
	margin-right: 4.5em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
	margin-left: 6em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
	margin-right: 6em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
	margin-left: 7.5em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
	margin-right: 7.5em;
}

.public-DraftStyleDefault-unorderedListItem {
	list-style-type: square;
	position: relative;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
	list-style-type: disc;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
	list-style-type: circle;
}

.public-DraftStyleDefault-orderedListItem {
	list-style-type: none;
	position: relative;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
	left: -36px;
	position: absolute;
	text-align: right;
	width: 30px;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
	position: absolute;
	right: -36px;
	text-align: left;
	width: 30px;
}

.public-DraftStyleDefault-orderedListItem:before {
	content: counter(ol0) ". ";
	counter-increment: ol0;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
	content: counter(ol1) ". ";
	counter-increment: ol1;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
	content: counter(ol2) ". ";
	counter-increment: ol2;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
	content: counter(ol3) ". ";
	counter-increment: ol3;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
	content: counter(ol4) ". ";
	counter-increment: ol4;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
	counter-reset: ol0;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
	counter-reset: ol1;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
	counter-reset: ol2;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
	counter-reset: ol3;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
	counter-reset: ol4;
}

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: 1;
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: 2;
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: 3;
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: 1s;
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: 2s;
	animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: 3s;
	animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: 4s;
	animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: 5s;
	animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: .5s;
	animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: .8s;
	animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: 3s;
	animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: 1.3s;
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
	}
	
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
	}
	
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
	}
	
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
	}
	
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

.animate__animated.animate__flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after {
	content: "";
}

.notificationx-shortcode-wrapper>.nx-bar, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after, .nx-bar, .nx-bar .nx-bar-inner .notificationx-close, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after {
	position: absolute;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper {
	align-items: center;
	display: flex;
}

#notificationx-frontend, #notificationx-frontend-crosssite, .notificationx-frontend {
	color: #000;
	font-family: Open Sans, sans-serif;
	text-shadow: none;
}

#notificationx-frontend .nx-container, #notificationx-frontend-crosssite .nx-container, .notificationx-frontend .nx-container {
	display: flex;
	flex-direction: column;
	pointer-events: none;
	position: fixed;
	z-index: 99998;
}

#notificationx-frontend .nx-container.nxc-bottom_left, #notificationx-frontend-crosssite .nx-container.nxc-bottom_left, .notificationx-frontend .nx-container.nxc-bottom_left {
	align-items: flex-start;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (max-width:480px) {
	#notificationx-frontend .nx-container.nxc-bottom_left, #notificationx-frontend-crosssite .nx-container.nxc-bottom_left, .notificationx-frontend .nx-container.nxc-bottom_left {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}

#notificationx-frontend .nx-container.nxc-bottom_right, #notificationx-frontend-crosssite .nx-container.nxc-bottom_right, .notificationx-frontend .nx-container.nxc-bottom_right {
	align-items: flex-end;
	bottom: 30px;
	left: 0;
	right: 30px;
}

@media only screen and (max-width:480px) {
	#notificationx-frontend .nx-container.nxc-bottom_right, #notificationx-frontend-crosssite .nx-container.nxc-bottom_right, .notificationx-frontend .nx-container.nxc-bottom_right {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}

#notificationx-frontend .nx-container.nxc-top_right, #notificationx-frontend-crosssite .nx-container.nxc-top_right, .notificationx-frontend .nx-container.nxc-top_right {
	align-items: flex-end;
	right: 30px;
	top: 30px;
}

@media only screen and (max-width:480px) {
	#notificationx-frontend .nx-container.nxc-top_right, #notificationx-frontend-crosssite .nx-container.nxc-top_right, .notificationx-frontend .nx-container.nxc-top_right {
		left: 10px;
		right: 10px;
		top: 10px;
	}
}

#notificationx-frontend .nx-container.nxc-top_left, #notificationx-frontend-crosssite .nx-container.nxc-top_left, .notificationx-frontend .nx-container.nxc-top_left {
	align-items: flex-end;
	left: 30px;
	top: 30px;
}

@media only screen and (max-width:480px) {
	#notificationx-frontend .nx-container.nxc-top_left, #notificationx-frontend-crosssite .nx-container.nxc-top_left, .notificationx-frontend .nx-container.nxc-top_left {
		left: 10px;
		right: 10px;
		top: 10px;
	}
}

#notificationx-frontend .nx-container .nx-notification, #notificationx-frontend-crosssite .nx-container .nx-notification, .notificationx-frontend .nx-container .nx-notification {
	pointer-events: auto;
}

.notification-item.nx-notification.position-bottom_right {
	bottom: 0 !important;
	left: auto !important;
	right: 0 !important;
}

@keyframes SlideBottom {
	0% {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(1000%);
	}
}

@keyframes SlideTop {
	0% {
		transform: translateY(1000%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.notificationx-frontend .nx-container .notification-res-item {
	animation-fill-mode: forwards;
	background: #fff;
	bottom: 20px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	left: auto;
	left: 10px !important;
	min-width: 190px;
	pointer-events: auto;
	position: relative;
	z-index: 99998;
}

.notificationx-frontend .nx-container .notification-res-item.nx-res-notification {
	pointer-events: auto;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-inner {
	align-items: center;
	display: flex;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-image {
	align-items: center;
	align-self: stretch;
	aspect-ratio: 1;
	display: flex;
	flex-basis: 36px;
	justify-content: center;
	margin: 0 2px 0 0;
	min-width: 36px;
	overflow: hidden;
	padding: 6px;
	width: 36px;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-image img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-image .notificationx-image-badge {
	opacity: 0;
	visibility: hidden;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content {
	display: flex;
	flex: 1;
	flex-direction: row;
	font-size: 10px;
	margin-left: 4px;
	margin-right: 20px;
	padding: 4px 0;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content .notificationX-theme-five-shape {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span:first-child {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #687895;
	font-weight: 400;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-second-row>span {
	color: #344054;
	font-size: 10px;
	font-weight: 500;
	margin-left: 4px;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-second-row>span span:nth-child(2) {
	margin-left: 4px;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row .nx-branding, .notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row span {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-close {
	display: inline-flex;
	position: absolute;
	right: 8px !important;
	top: 6px !important;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-close svg {
	fill: #000;
	cursor: pointer;
	height: 7px;
	width: 7px;
}

.notificationx-frontend .nx-container .notification-res-item .notificationx-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.notificationx-frontend .nx-container .notification-res-item.button-link .notificationx-link {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item:not(:last-child) {
	margin-bottom: 20px;
}

.notificationx-frontend .nx-container .notification-res-item.source-res-freemius_conversions .notificationx-content {
	flex-direction: column;
	gap: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.source-res-freemius_conversions .notificationx-content .nx-second-row span {
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two .notificationx-image {
	margin: 0;
	padding: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-three .notificationx-content {
	margin-left: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription .notificationx-content p.nx-second-row span {
	color: #5220b4;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-one .notificationx-content p.nx-second-row {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-one .notificationx-content p.nx-second-row span span {
	color: #5614d5;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three, .notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-image {
	margin: 0;
	padding: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-content p.nx-second-row {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-content p.nx-second-row span span {
	color: #5614d5;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-first-row, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-first-row, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-first-row {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-first-row span span {
	color: #5614d5;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-second-row span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-image {
	margin: 0;
	padding: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-first-row span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-second-row {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-second-row span span {
	color: #5614d5;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-eight .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-nine .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-one .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-seven .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-three .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-two .notificationx-content p.nx-second-row {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement {
	border-radius: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-image svg {
	max-height: 34px;
	position: absolute;
	top: -3px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-content p.nx-first-row span span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-content p.nx-second-row span {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-two .notificationx-content p.nx-first-row span span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-two .notificationx-content p.nx-second-row span {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-image {
	padding: 3px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-image img {
	border-radius: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-content p.nx-first-row span span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-content p.nx-second-row span {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four {
	padding-right: 10px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-image {
	margin: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content {
	margin: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content p.nx-first-row span span {
	color: #344054;
	font-size: 12px;
	font-weight: 500;
	margin-left: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content p.nx-second-row span {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content a, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content a {
	background: #fef1ff;
	border-radius: 4px;
	color: #ab48b3;
	font-size: 8px;
	font-weight: 500;
	line-height: 1.1em;
	margin-left: 4px;
	padding: 6px 12px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner a, .notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner a {
	background: #4f19cd;
	border-radius: 4px;
	color: #fff;
	font-size: 8px;
	font-weight: 500;
	line-height: 1.1em;
	margin-left: 4px;
	padding: 6px 12px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video {
	border-radius: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content {
	flex-direction: column;
	gap: 2px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span {
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span:first-child {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span {
	color: #667085;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:first-child, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:first-child, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:first-child {
	color: #5614d5;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(2) {
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(3), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(5), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(3), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(5), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(3), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(5) {
	color: #5614d5;
	margin-left: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 {
	border-radius: 50px 4px 4px 50px;
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-image {
	animation: animated 2s infinite;
	border-radius: 50%;
	box-shadow: none;
	padding: 0;
	position: relative;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content {
	padding-left: 8px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span {
	color: #667085;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span {
	position: relative;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:first-child {
	color: #5614d5;
	margin-left: 14px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:first-child:before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 12px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:nth-child(2) {
	color: #5614d5;
	margin-left: 18px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:nth-child(2):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 12px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 {
	border-radius: 50px 4px 4px 50px;
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-image {
	animation: animated 2s infinite;
	border-radius: 50%;
	box-shadow: none;
	padding: 0;
	position: relative;
}

@keyframes animated {
	0% {
		outline: 0 solid #c00;
	}
	
	to {
		outline: 6px solid rgba(204, 0, 0, .2);
	}
}

@keyframes animated-before {
	0% {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.2);
	}
}

@keyframes animated-after {
	0% {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.4);
	}
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content {
	padding-left: 8px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span {
	color: #667085;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span {
	position: relative;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:first-child, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:first-child {
	color: #5614d5;
	margin-left: 14px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:first-child:before, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:first-child:before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 12px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(2) {
	color: #5614d5;
	margin-left: 18px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(2):before, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(2):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 12px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(3), .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(3) {
	color: #5614d5;
	margin-left: 18px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(3):before, .notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(3):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 12px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .notificationx-link {
	background: #c00;
	border-radius: 2px;
	bottom: inherit;
	color: #fff;
	display: block;
	font-size: 8px;
	font-weight: 500;
	left: inherit;
	line-height: 10px;
	padding: 3px 6px;
	right: 6px;
	text-decoration: none;
	top: -18px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .yt-notificationx-link {
	border-radius: 4px;
	bottom: inherit;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	left: auto;
	line-height: 12px;
	position: absolute;
	right: 4px;
	text-decoration: none;
	top: -24px;
}

.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .yt-notificationx-link .yt-subscription-button-subscriber-count-branded-horizontal {
	height: 18px !important;
	line-height: 18px !important;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row, .notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-second-row span {
	color: #5220b4;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-third-row span {
	color: #5220b4;
	display: block;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-image {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-image img {
	border-radius: 3px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-left: 6px;
	padding: 12px 10px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row span span:first-child {
	color: #7253ec;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-second-row span {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-third-row span {
	color: #687895;
	display: block;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-image {
	margin-right: 0;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row span span:first-child {
	color: #02c7a1;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-second-row span {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-third-row span {
	color: #687895;
	display: block;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-one .notificationx-content p.nx-first-row span span:first-child {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-one .notificationx-content p.nx-first-row span span:nth-child(2) {
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-image {
	margin: 0;
	padding: 2px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-image img {
	border-radius: 2px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content {
	margin-left: 8px;
	padding: 8px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-second-row span span {
	font-weight: 600;
	margin-left: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-third-row span {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two .notificationx-image {
	margin: 0;
	padding: 2px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two {
	border-radius: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-image {
	margin: 0;
	padding: 4px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content {
	margin-left: 8px;
	padding: 8px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span:first-child {
	color: #344054;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #687895;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-two .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-email_subscription_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-two .notificationx-image {
	border-right: 1px solid #f2f2f2;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three {
	background: transparent;
	box-shadow: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image {
	background: #fff;
	border: none !important;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	flex-basis: 32px;
	min-width: 32px;
	overflow: initial !important;
	padding: 4px;
	position: relative;
	width: 32px;
	z-index: 1;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image .notificationx-image-badge:not(.second-span), .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image .notificationx-image-badge:not(.second-span), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image .notificationx-image-badge:not(.second-span), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image .notificationx-image-badge:not(.second-span), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image .notificationx-image-badge:not(.second-span) {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image .notificationx-image-badge {
	background: transparent !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	border-right: 14px transparent !important;
	border-style: solid !important;
	border-top-color: #fff;
	border-top-width: 16px !important;
	bottom: -7px !important;
	left: 52% !important;
	opacity: 1;
	position: absolute;
	visibility: visible;
	z-index: -1;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content {
	background: #fff;
	border: none !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	justify-content: center;
	margin-left: 2px !important;
	margin-right: 0 !important;
	padding: 8px 16px 8px 8px;
	position: relative;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-second-row span {
	color: #5220b4;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content .notificationX-theme-five-shape, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content .notificationX-theme-five-shape, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content .notificationX-theme-five-shape, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content .notificationX-theme-five-shape, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content .notificationX-theme-five-shape {
	fill: #fff;
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four {
	border-radius: 20px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four .notificationx-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #ead9f8;
	flex-basis: 28px;
	height: 28px;
	margin: 4px 10px 4px 4px;
	min-width: 28px;
	padding: 0;
	width: 28px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four .notificationx-content {
	padding: 10px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four {
	background: transparent;
	box-shadow: none;
	min-width: 160px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image {
	background: #fff;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	overflow: initial !important;
	padding: 4px;
	position: relative;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image img {
	border-radius: 2px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image .notificationx-image-badge, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image .notificationx-image-badge {
	background: transparent !important;
	border-bottom-width: 0 !important;
	border-left-color: transparent !important;
	border-left-width: 10px;
	border-right-width: 0 !important;
	border-style: solid !important;
	border-top-color: #fff;
	border-top-width: 7px;
	bottom: -7px;
	opacity: 1;
	position: absolute;
	right: 0;
	visibility: visible;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	flex-direction: column;
	gap: 4px;
	margin-left: 6px;
	padding: 4px 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span {
	color: #344054;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:first-child {
	color: #5614d5;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-second-row {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-second-row span {
	color: #687895;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-third-row {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five {
	border-radius: 20px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image {
	background: #f0edff;
	border-radius: 50%;
	box-shadow: none;
	margin: 2px 6px 2px 2px;
	padding: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image:after {
	align-items: center;
	background: #6f51ec;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 6px;
	height: 12px;
	justify-content: center;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 12px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-first-row span span:first-child {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-second-row span span:first-child {
	color: #687895;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-second-row span span:nth-child(2) {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five {
	border-radius: 36px;
	min-width: 160px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-image {
	background: #fae8f4;
	border-radius: 50%;
	flex-basis: 40px;
	margin: 1px;
	min-width: 40px;
	padding: 8px;
	width: 40px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-image:after {
	align-items: center;
	background: #fe70bc;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: .4px .4px 8.24px .76px rgba(102, 12, 60, .102);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 5px;
	height: 11px;
	justify-content: center;
	left: 2px;
	line-height: 5px;
	position: absolute;
	top: -3px;
	width: 11px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content {
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 2px 12px 2px 8px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:first-child {
	color: #ff69b3;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row {
	line-height: 1;
	max-width: 180px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row span {
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row span span {
	color: #687895;
	font-weight: 500;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-third-row {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-image {
	margin: 0;
	padding: 0;
	transform: scale(1.2);
	transform-origin: right center;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content {
	margin-left: 8px;
	padding: 8px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content p.nx-second-row span span {
	color: #5220b4;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six {
	border-radius: 36px;
	min-width: 160px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-image {
	background: #f0edfe;
	border-radius: 50%;
	flex-basis: 40px;
	margin: 1px;
	min-width: 40px;
	padding: 8px;
	width: 40px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-image:after {
	align-items: center;
	background: #775af3;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: .4px .4px 8.24px .76px rgba(102, 12, 60, .102);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 5px;
	height: 11px;
	justify-content: center;
	left: 2px;
	line-height: 5px;
	position: absolute;
	top: -3px;
	width: 11px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content {
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 2px 12px 2px 8px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:first-child {
	color: #775af3;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row {
	line-height: 1;
	max-width: 180px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row span {
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row span span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row span span {
	color: #687895;
	font-weight: 500;
	margin-left: 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-third-row, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-third-row {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six {
	border-radius: 20px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image {
	background: #f0edff;
	border-radius: 50%;
	box-shadow: none;
	margin: 2px 6px 2px 2px;
	padding: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image:after {
	align-items: center;
	background: #6f51ec;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 6px;
	height: 12px;
	justify-content: center;
	left: -1px;
	line-height: 6px;
	position: absolute;
	top: -1px;
	width: 12px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content {
	padding: 12px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-first-row span span:first-child {
	color: #344054;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #687895;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-second-row span:first-child {
	color: #344054;
	font-weight: 500;
}

.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-second-row span:nth-child(2) {
	color: #687895;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven {
	border-radius: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight.button-link .notificationx-link, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven.button-link .notificationx-link, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight.button-link .notificationx-link, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven.button-link .notificationx-link {
	background: #5612d6;
	border-radius: 2px;
	bottom: inherit;
	color: #fff;
	display: block;
	font-size: 8px;
	font-weight: 500;
	left: inherit;
	line-height: 12px;
	padding: 3px 8px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: -21px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight {
	box-shadow: 0 0 28px rgba(0, 0, 0, .2);
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image {
	animation: ani 1.5s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 10px #fff;
	flex-basis: 28px;
	height: 28px;
	margin: 4px;
	min-width: 28px;
	padding: 0;
	position: relative;
	width: 28px;
}

@keyframes ani {
	0% {
		outline: 0 solid rgba(86, 18, 214, .8);
	}
	
	33% {
		outline: 2px solid rgba(86, 18, 214, .6);
	}
	
	66% {
		outline: 4px solid rgba(86, 18, 214, .4);
	}
	
	to {
		outline: 6px solid rgba(86, 18, 214, .2);
	}
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-content {
	margin-left: 14px;
	padding: 8px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine {
	border-radius: 3px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-image {
	background: #e2f8f5;
	border-radius: 3px;
	box-shadow: none;
	margin: 2px 6px 2px 2px;
	padding: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-image:after {
	align-items: center;
	background: #45c9b1;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 6px;
	height: 12px;
	justify-content: center;
	left: -2px;
	line-height: 6px;
	position: absolute;
	top: -3px;
	width: 12px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-first-row span {
	color: #3ad0bf;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-first-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2) {
	color: #344054;
	font-weight: 400;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2) {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten {
	border-radius: 20px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image {
	background: #f0edff;
	border-radius: 50%;
	box-shadow: none;
	margin: 2px 6px 2px 2px;
	padding: 6px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image:after {
	align-items: center;
	background: #6f51ec;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 6px;
	height: 12px;
	justify-content: center;
	left: -1px;
	line-height: 6px;
	position: absolute;
	top: -1px;
	width: 12px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image img, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image img {
	border-radius: 50%;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content {
	padding: 12px 0;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-first-row span span:first-child {
	color: #7253ec;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2) {
	display: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven {
	background: transparent;
	box-shadow: none;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-image, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-image {
	background: #f0edff;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 1.2px 0 4.8px 1.2px rgba(53, 32, 136, .059);
	flex-basis: 36px;
	height: 36px;
	margin: 0 6px 0 0;
	min-width: 36px;
	padding: 6px;
	width: 36px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-image:after, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-image:after {
	align-items: center;
	background: #6f51ec;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 6px;
	height: 12px;
	justify-content: center;
	left: 3px;
	line-height: 6px;
	position: absolute;
	top: -7px;
	width: 12px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content {
	background: #fff;
	border-radius: 2px;
	box-shadow: 1.2px 0 4.8px 1.2px rgba(53, 32, 136, .059);
	margin: 0;
	padding: 10px 16px 10px 10px;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-first-row span span:first-child, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-first-row span, .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-first-row span span:first-child {
	color: #7253ec;
	font-weight: 600;
}

.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2), .notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-second-row span span:nth-child(2) {
	display: none;
}

.notification-item {
	animation-fill-mode: forwards;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	left: auto;
	min-width: 300px;
	position: relative;
	z-index: 99998;
}

@media only screen and (max-width:550px) {
	.notification-item {
		width: 80%;
	}
}

.notification-item audio {
	display: none;
}

.notification-item:not(.notification-item:last-child) {
	margin-bottom: 30px;
}

.notification-item.exit {
	opacity: 0;
}

.notification-item.button-link .notificationx-link {
	background: #5612d6;
	left: inherit;
	padding: 6px 15px;
}

.notification-item.button-link .notificationx-link, .notification-item.button-link .yt-notificationx-link {
	border-radius: 4px;
	bottom: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	right: 15px;
	text-decoration: none;
	top: -35px;
}

.notification-item.button-link .yt-notificationx-link {
	left: auto;
	position: absolute;
}

.notification-item.themes-pa-theme-four.button-link .notificationx-link {
	background-color: red;
}

.notification-item .notificationx-inner {
	align-items: center;
	display: flex;
}

.notification-item .notificationx-image {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-basis: 100px;
	justify-content: center;
	min-width: 100px;
	overflow: hidden;
	padding: 12px;
	width: 100px;
}

.notification-item .notificationx-image>img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.notification-item .notificationx-image.image-circle img {
	aspect-ratio: 1/1;
	border-radius: 50%;
}

.notification-item .notificationx-image.image-rounded img {
	border-radius: 10px;
}

.notification-item .notificationx-image .notificationx-image-badge {
	opacity: 0;
	visibility: hidden;
}

.notification-item .notificationx-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0;
}

.notification-item .notificationx-content:first-child {
	margin-left: 25px;
}

.notification-item .notificationx-content .notificationX-theme-five-shape {
	display: none;
}

.notification-item .notificationx-content>p {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
}

.notification-item .notificationx-content>p a {
	position: relative;
	z-index: 9;
}

.notification-item .notificationx-content>p:not(:last-of-type) {
	margin-bottom: 5px;
}

.notification-item .notificationx-content>p>span {
	margin-right: 5px;
}

.notification-item .notificationx-content>p>span p {
	margin-bottom: 0;
	margin-top: 0;
}

.notification-item .notificationx-content>p.nx-first-row {
	font-size: 13px;
	line-height: 1.2;
}

.notification-item .notificationx-content>p.nx-first-row * {
	line-height: 1.2;
}

.notification-item .notificationx-content>p.nx-second-row {
	font-size: 14px;
	line-height: 1.2;
}

.notification-item .notificationx-content>p.nx-third-row {
	font-size: 13px;
	line-height: 1.2;
}

.notification-item .notificationx-content>p.nx-third-row * {
	line-height: 1.2;
}

.notification-item .notificationx-content.adv-template>p>span {
	width: 100%;
}

.notification-item .notificationx-content.adv-template>p.nx-third-row {
	align-items: center;
	display: flex;
}

.notification-item .notificationx-content.adv-template>p.nx-third-row>span {
	flex-grow: 1;
	width: auto;
}

.notification-item .notificationx-content .nx-branding {
	align-items: center;
	display: flex;
	z-index: 9;
}

.notification-item .notificationx-content .nx-branding>* {
	margin-right: 5px;
}

.notification-item .notificationx-content .nx-branding>a {
	display: inline-block;
	z-index: 999;
}

.notification-item .notificationx-content .nx-branding>a>svg {
	fill: #5614d5;
	display: block;
	height: 16px;
	width: 80px;
}

.notification-item .notificationx-content .nx-branding>a:hover>svg {
	fill: #b18ef4;
	transition: fill .3s ease 0s;
}

.notification-item .notificationx-close {
	align-self: start;
	display: inline-flex;
	margin-top: 5px;
	order: 2;
	padding: 10px 15px 10px 10px;
	z-index: 9;
}

.notification-item .notificationx-close svg {
	fill: #000;
	cursor: pointer;
}

.notification-item.img-position-right .notificationx-close {
	order: 0;
}

.notification-item.img-position-right .notificationx-content {
	order: 1;
}

.notification-item.img-position-right .notificationx-image {
	order: 2;
}

.notification-item .notificationx-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.notification-item:not(.button-link) .notificationx-link {
	background-color: transparent !important;
}

.notification-item.themes-page_analytics_pa-theme-three, .notification-item.themes-page_analytics_pa-theme-three .notificationx-inner, .notification-item.themes-review_saying, .notification-item.themes-review_saying .notificationx-inner, .notification-item.themes-reviewed, .notification-item.themes-reviewed .notificationx-inner, .notification-item.themes-theme-two, .notification-item.themes-theme-two .notificationx-inner, .notification-item.themes-total-download, .notification-item.themes-total-download .notificationx-inner {
	border-radius: 100px;
}

.notification-item.themes-page_analytics_pa-theme-three:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-review_saying:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-reviewed:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-theme-two:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-total-download:not(.img-position-right) .notificationx-content:first-child {
	margin-left: 25px;
}

.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-content:first-child, .notification-item.themes-review_saying.img-position-right .notificationx-content:first-child, .notification-item.themes-reviewed.img-position-right .notificationx-content:first-child, .notification-item.themes-theme-two.img-position-right .notificationx-content:first-child, .notification-item.themes-total-download.img-position-right .notificationx-content:first-child {
	margin-right: 25px;
}

.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle), .notification-item.themes-review_saying .notificationx-image:not(.image-circle), .notification-item.themes-reviewed .notificationx-image:not(.image-circle), .notification-item.themes-theme-two .notificationx-image:not(.image-circle), .notification-item.themes-total-download .notificationx-image:not(.image-circle) {
	flex-basis: 80px;
	margin: 10px 0 10px 10px;
	padding: 15px;
	width: 80px;
}

@media only screen and (max-width:576px) {
	.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle), .notification-item.themes-review_saying .notificationx-image:not(.image-circle), .notification-item.themes-reviewed .notificationx-image:not(.image-circle), .notification-item.themes-theme-two .notificationx-image:not(.image-circle), .notification-item.themes-total-download .notificationx-image:not(.image-circle) {
		flex-basis: 32px;
		margin: 0 4px;
		min-width: 32px;
		padding: 8px 4px;
		width: 32px;
	}
}

.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle).position-left, .notification-item.themes-review_saying .notificationx-image:not(.image-circle).position-left, .notification-item.themes-reviewed .notificationx-image:not(.image-circle).position-left, .notification-item.themes-theme-two .notificationx-image:not(.image-circle).position-left, .notification-item.themes-total-download .notificationx-image:not(.image-circle).position-left {
	margin-left: 10px;
	margin-right: 0;
}

.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle).position-right, .notification-item.themes-review_saying .notificationx-image:not(.image-circle).position-right, .notification-item.themes-reviewed .notificationx-image:not(.image-circle).position-right, .notification-item.themes-theme-two .notificationx-image:not(.image-circle).position-right, .notification-item.themes-total-download .notificationx-image:not(.image-circle).position-right {
	margin-left: 0;
	margin-right: 10px;
}

.notification-item.themes-page_analytics_pa-theme-three .notificationx-close, .notification-item.themes-review_saying .notificationx-close, .notification-item.themes-reviewed .notificationx-close, .notification-item.themes-theme-two .notificationx-close, .notification-item.themes-total-download .notificationx-close {
	align-self: center;
	margin-top: 0;
}

.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-close, .notification-item.themes-review_saying.img-position-right .notificationx-close, .notification-item.themes-reviewed.img-position-right .notificationx-close, .notification-item.themes-theme-two.img-position-right .notificationx-close, .notification-item.themes-total-download.img-position-right .notificationx-close {
	order: 0;
	padding: 10px 10px 10px 15px;
}

.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-content, .notification-item.themes-review_saying.img-position-right .notificationx-content, .notification-item.themes-reviewed.img-position-right .notificationx-content, .notification-item.themes-theme-two.img-position-right .notificationx-content, .notification-item.themes-total-download.img-position-right .notificationx-content {
	order: 1;
}

.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-image, .notification-item.themes-review_saying.img-position-right .notificationx-image, .notification-item.themes-reviewed.img-position-right .notificationx-image, .notification-item.themes-theme-two.img-position-right .notificationx-image, .notification-item.themes-total-download.img-position-right .notificationx-image {
	order: 2;
}

.notification-item.themes-page_analytics_pa-theme-three .notificationx-link, .notification-item.themes-review_saying .notificationx-link, .notification-item.themes-reviewed .notificationx-link, .notification-item.themes-theme-two .notificationx-link, .notification-item.themes-total-download .notificationx-link {
	border-radius: 100px;
}

.notification-item.themes-theme-three .notificationx-image {
	border-left: none;
	border-right: 1px solid #f2f2f2;
}

.notification-item.themes-theme-three .notificationx-image.position-right {
	border-left: 1px solid #f2f2f2;
	border-right: none;
}

.notification-item.themes-email_subscription_theme-three .notificationx-image, .notification-item.themes-email_subscription_theme-three .notificationx-image.position-right {
	border-left: none;
	border-right: none;
}

.notification-item.themes-theme-six-free .notificationx-inner div.notificationx-image {
	border-color: #f2f2f2;
}

.notification-item.themes-review-comment-2, .notification-item.themes-theme-seven-free {
	border-radius: 100px;
}

.notification-item.themes-review-comment-2:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-theme-seven-free:not(.img-position-right) .notificationx-content:first-child {
	margin-left: 25px;
}

.notification-item.themes-review-comment-2.img-position-right .notificationx-content:first-child, .notification-item.themes-theme-seven-free.img-position-right .notificationx-content:first-child {
	margin-right: 25px;
}

.notification-item.themes-review-comment-2 .notificationx-inner, .notification-item.themes-theme-seven-free .notificationx-inner {
	border-radius: 100px;
}

.notification-item.themes-review-comment-2 .notificationx-image:not(.image-circle), .notification-item.themes-theme-seven-free .notificationx-image:not(.image-circle) {
	padding: 19px;
}

.notification-item.themes-review-comment-2 .notificationx-image, .notification-item.themes-theme-seven-free .notificationx-image {
	background: #fae8f4;
	border-radius: 100px !important;
	overflow: initial;
	padding: 8px;
	position: relative;
}

.notification-item.themes-review-comment-2 .notificationx-image:after, .notification-item.themes-theme-seven-free .notificationx-image:after {
	align-items: center;
	background: #ff66bc;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(255, 102, 188, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 7px;
	height: 20px;
	justify-content: center;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 20px;
}

.notification-item.themes-review-comment-2 .notificationx-close, .notification-item.themes-theme-seven-free .notificationx-close {
	align-self: center;
	margin-top: 0;
}

.notification-item.themes-review-comment-2.img-position-right div.notificationx-close, .notification-item.themes-theme-seven-free.img-position-right div.notificationx-close {
	order: 0;
	padding: 10px 10px 10px 15px;
}

.notification-item.themes-review-comment-2.img-position-right div.notificationx-content, .notification-item.themes-theme-seven-free.img-position-right div.notificationx-content {
	order: 1;
}

.notification-item.themes-review-comment-2.img-position-right div.notificationx-image, .notification-item.themes-theme-seven-free.img-position-right div.notificationx-image {
	order: 2;
}

.notification-item.themes-review-comment-2 .notificationx-link, .notification-item.themes-theme-seven-free .notificationx-link {
	border-radius: 100px;
}

.notification-item.themes-conversions_conv-theme-seven, .notification-item.themes-woocommerce_sales_conv-theme-seven {
	border-radius: 3px;
}

.notification-item.themes-conversions_conv-theme-seven .notificationx-image, .notification-item.themes-woocommerce_sales_conv-theme-seven .notificationx-image {
	overflow: initial !important;
	position: relative;
}

.notification-item.themes-conversions_conv-theme-seven .notificationx-image:after, .notification-item.themes-woocommerce_sales_conv-theme-seven .notificationx-image:after {
	align-items: center;
	background: #45c9b1;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(69, 201, 177, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 7px;
	height: 20px;
	justify-content: center;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 20px;
}

.notification-item.themes-review-comment-3, .notification-item.themes-theme-eight-free {
	border-radius: 100px;
}

.notification-item.themes-review-comment-3:not(.img-position-right) .notificationx-content:first-child, .notification-item.themes-theme-eight-free:not(.img-position-right) .notificationx-content:first-child {
	margin-left: 25px;
}

.notification-item.themes-review-comment-3.img-position-right .notificationx-content:first-child, .notification-item.themes-theme-eight-free.img-position-right .notificationx-content:first-child {
	margin-right: 25px;
}

.notification-item.themes-review-comment-3 .notificationx-inner, .notification-item.themes-theme-eight-free .notificationx-inner {
	border-radius: 100px;
}

.notification-item.themes-review-comment-3 .notificationx-image:not(.image-circle), .notification-item.themes-theme-eight-free .notificationx-image:not(.image-circle) {
	padding: 19px;
}

.notification-item.themes-review-comment-3 .notificationx-image, .notification-item.themes-theme-eight-free .notificationx-image {
	background: #f0edfe;
	border-radius: 100px !important;
	overflow: initial;
	padding: 8px;
	position: relative;
}

.notification-item.themes-review-comment-3 .notificationx-image:after, .notification-item.themes-theme-eight-free .notificationx-image:after {
	align-items: center;
	background: #7052f0;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(112, 82, 240, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 7px;
	height: 20px;
	justify-content: center;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 20px;
}

.notification-item.themes-review-comment-3 .notificationx-close, .notification-item.themes-theme-eight-free .notificationx-close {
	align-self: center;
	margin-top: 0;
}

.notification-item.themes-review-comment-3.img-position-right div.notificationx-close, .notification-item.themes-theme-eight-free.img-position-right div.notificationx-close {
	order: 0;
	padding: 10px 10px 10px 15px;
}

.notification-item.themes-review-comment-3.img-position-right div.notificationx-content, .notification-item.themes-theme-eight-free.img-position-right div.notificationx-content {
	order: 1;
}

.notification-item.themes-review-comment-3.img-position-right div.notificationx-image, .notification-item.themes-theme-eight-free.img-position-right div.notificationx-image {
	order: 2;
}

.notification-item.themes-review-comment-3 .notificationx-link, .notification-item.themes-theme-eight-free .notificationx-link {
	border-radius: 100px;
}

.notification-item.themes-conversions_conv-theme-ten:not(.notification-item.themes-woocommerce_sales_conv-theme-ten:last-child, .notification-item.themes-conversions_conv-theme-ten:last-child), .notification-item.themes-woocommerce_sales_conv-theme-ten:not(.notification-item.themes-woocommerce_sales_conv-theme-ten:last-child, .notification-item.themes-conversions_conv-theme-ten:last-child) {
	margin-bottom: 45px;
}

.notification-item.themes-conversions_conv-theme-ten, .notification-item.themes-conversions_conv-theme-ten .notificationx-inner, .notification-item.themes-woocommerce_sales_conv-theme-ten, .notification-item.themes-woocommerce_sales_conv-theme-ten .notificationx-inner {
	border-radius: 8px;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content {
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(3, auto);
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row {
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	grid-column-end: 3;
	grid-column-start: 1;
	line-height: 21px;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2), .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2) {
	color: #b39899;
	font-weight: 400 !important;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row {
	font-size: 14px;
	font-weight: 700;
	grid-column-end: 3;
	grid-column-start: 1;
	line-height: 18px;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row span span:first-child, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row span span:first-child {
	color: #5d3ab4;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row {
	font-size: 12px;
	font-weight: 500;
	grid-column-end: 4;
	grid-column-start: 3;
	grid-row-end: 3;
	grid-row-start: 1;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row span span:first-child, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row span span:first-child {
	color: #98a2b3;
}

.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row .nx-branding, .notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row .nx-branding {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

.notification-item.themes-conversions_conv-theme-eleven, .notification-item.themes-woocommerce_sales_conv-theme-eleven {
	border-radius: 50px 8px 8px 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.notification-item.themes-conversions_conv-theme-eleven:not(.notification-item.themes-woocommerce_sales_conv-theme-eleven:last-child, .notification-item.themes-conversions_conv-theme-eleven:last-child), .notification-item.themes-woocommerce_sales_conv-theme-eleven:not(.notification-item.themes-woocommerce_sales_conv-theme-eleven:last-child, .notification-item.themes-conversions_conv-theme-eleven:last-child) {
	margin-bottom: 45px;
}

.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner, .notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner {
	border-radius: 50px 8px 8px 50px;
}

.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-image, .notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-image {
	animation: bling 1.5s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 15px #fff;
	flex-basis: 90px;
	min-width: 90px;
	padding: 0;
	position: relative;
	width: 90px;
}

.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-image img, .notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-image img {
	border-radius: 50%;
}

.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-content, .notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-content {
	margin-left: 20px;
	margin-right: 10px;
	width: 100%;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content {
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(3, auto);
	margin-left: 20px;
	margin-right: 10px;
	width: 100%;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row {
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	grid-column-end: 3;
	grid-column-start: 1;
	line-height: 21px;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2), .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2) {
	color: #98a2b3;
	font-weight: 400 !important;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row {
	font-size: 14px;
	font-weight: 500;
	grid-column-end: 3;
	grid-column-start: 1;
	line-height: 18px;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row span span:first-child, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row span span:first-child {
	color: #344054;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row {
	font-size: 12px;
	font-weight: 500;
	grid-column-end: 4;
	grid-column-start: 3;
	grid-row-end: 3;
	grid-row-start: 1;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row span span:first-child, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row span span:first-child {
	color: #98a2b3;
}

.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row .nx-branding, .notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row .nx-branding {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

.notification-res-item:not(.button-link) .notificationx-link {
	background-color: transparent !important;
}

.notificationx-shortcode-wrapper {
	padding: 30px 0;
}

.notificationx-shortcode-wrapper .notification-item {
	animation: FadeIn .5s;
	animation-fill-mode: forwards;
}

.themes-conv-theme-nine, .themes-page_analytics_pa-theme-two, .themes-review-comment, .themes-theme-five, .themes-theme-six-free {
	background-color: transparent;
	box-shadow: none;
	left: auto;
}

.themes-conv-theme-nine audio, .themes-page_analytics_pa-theme-two audio, .themes-review-comment audio, .themes-theme-five audio, .themes-theme-six-free audio {
	display: none;
}

.themes-conv-theme-nine .notificationx-inner, .themes-page_analytics_pa-theme-two .notificationx-inner, .themes-review-comment .notificationx-inner, .themes-theme-five .notificationx-inner, .themes-theme-six-free .notificationx-inner {
	align-items: stretch;
	display: flex;
	position: relative;
}

.themes-conv-theme-nine .notificationx-image, .themes-page_analytics_pa-theme-two .notificationx-image, .themes-review-comment .notificationx-image, .themes-theme-five .notificationx-image, .themes-theme-six-free .notificationx-image {
	align-items: center;
	align-self: stretch;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: flex;
	flex-basis: 100px;
	min-width: 100px;
	overflow: hidden;
	padding: 12px;
	width: 100px;
}

@media only screen and (max-width:576px) {
	.themes-conv-theme-nine .notificationx-image, .themes-page_analytics_pa-theme-two .notificationx-image, .themes-review-comment .notificationx-image, .themes-theme-five .notificationx-image, .themes-theme-six-free .notificationx-image {
		flex-basis: 32px;
		margin: 0 4px;
		min-width: 32px;
		padding: 8px 4px;
		width: 32px;
	}
}

.themes-conv-theme-nine .notificationx-content, .themes-page_analytics_pa-theme-two .notificationx-content, .themes-review-comment .notificationx-content, .themes-theme-five .notificationx-content, .themes-theme-six-free .notificationx-content {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	justify-content: center;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 45px;
}

.themes-conv-theme-nine div.notificationx-close, .themes-page_analytics_pa-theme-two div.notificationx-close, .themes-review-comment div.notificationx-close, .themes-theme-five div.notificationx-close, .themes-theme-six-free div.notificationx-close {
	position: absolute;
	right: 0;
	top: 0;
}

.themes-conv-theme-nine.img-position-right .notificationx-close, .themes-page_analytics_pa-theme-two.img-position-right .notificationx-close, .themes-review-comment.img-position-right .notificationx-close, .themes-theme-five.img-position-right .notificationx-close, .themes-theme-six-free.img-position-right .notificationx-close {
	left: 5px;
	right: auto;
}

.themes-conv-theme-nine.img-position-right .notificationx-content, .themes-page_analytics_pa-theme-two.img-position-right .notificationx-content, .themes-review-comment.img-position-right .notificationx-content, .themes-theme-five.img-position-right .notificationx-content, .themes-theme-six-free.img-position-right .notificationx-content {
	margin-left: 0;
	margin-right: 10px;
	padding-left: 45px;
	padding-right: 10px;
}

.themes-conv-theme-nine .notificationx-link, .themes-page_analytics_pa-theme-two .notificationx-link, .themes-review-comment .notificationx-link, .themes-theme-five .notificationx-link, .themes-theme-six-free .notificationx-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.themes-conv-theme-nine .notificationx-image {
	overflow: initial !important;
	position: relative;
}

.themes-conv-theme-nine .notificationx-image:after {
	align-items: center;
	background: #7052f0;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(112, 82, 240, .4);
	color: #fff;
	content: "";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 7px;
	height: 20px;
	justify-content: center;
	left: 5px;
	position: absolute;
	top: -10px;
	width: 20px;
}

.themes-review-comment .notificationx-inner, .themes-theme-six-free .notificationx-inner {
	margin-bottom: 15px;
}

.themes-review-comment .notificationx-image, .themes-theme-six-free .notificationx-image {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: initial !important;
	position: relative;
}

.themes-review-comment .notificationx-image .notificationx-image-badge, .themes-theme-six-free .notificationx-image .notificationx-image-badge {
	background: transparent !important;
	border-bottom-width: 0 !important;
	border-left-color: transparent !important;
	border-left-width: 23px;
	border-right-width: 0 !important;
	border-style: solid !important;
	border-top-color: #fff;
	border-top-width: 13px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: visible;
}

.themes-review-comment .notificationx-image .notificationx-image-badge.second-span, .themes-theme-six-free .notificationx-image .notificationx-image-badge.second-span {
	border-left-width: 23px !important;
	border-top-width: 13px !important;
}

.themes-review-comment .notificationx-content, .themes-theme-six-free .notificationx-content {
	border-radius: 5px;
}

.themes-theme-five .notificationx-inner {
	margin-bottom: 50px;
}

.themes-theme-five .notificationx-image {
	border: none !important;
	border-radius: 100px;
	height: 100px;
	overflow: initial !important;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width:576px) {
	.themes-theme-five .notificationx-image {
		height: 32px;
	}
}

.themes-theme-five .notificationx-image:not(.image-circle) {
	padding: 19px;
}

.themes-theme-five .notificationx-image .notificationx-image-badge {
	background: transparent !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	border-right: 35px transparent !important;
	border-style: solid !important;
	border-top-color: #fff;
	border-top-width: 40px !important;
	bottom: -25px !important;
	left: 50% !important;
	opacity: 1;
	position: absolute;
	visibility: visible;
	z-index: -1;
}

@media only screen and (max-width:576px) {
	.themes-theme-five .notificationx-image .notificationx-image-badge {
		border-right-width: 9px !important;
		border-top-width: 16px !important;
		bottom: -8px !important;
		left: 65% !important;
	}
}

.themes-theme-five .notificationx-image .notificationx-image-badge:not(.second-span) {
	display: none;
}

.themes-theme-five .notificationx-content {
	border: none !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	margin-left: 20px !important;
	margin-right: 0 !important;
	position: relative;
}

@media only screen and (max-width:576px) {
	.themes-theme-five .notificationx-content {
		margin-left: 1px !important;
	}
}

.themes-theme-five .notificationx-content .notificationX-theme-five-shape {
	fill: #fff;
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.themes-theme-five .notificationx-content:first-child {
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	margin-left: 0 !important;
}

.themes-theme-five .notificationx-content:first-child .notificationX-theme-five-shape {
	display: none;
}

.themes-theme-five.img-position-right .notificationx-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	margin-left: 0 !important;
	margin-right: 20px !important;
}

.themes-theme-five.img-position-right .notificationx-content .notificationX-theme-five-shape {
	left: 100%;
	right: auto;
	transform: rotateY(180deg);
}

.themes-theme-five.img-position-right .notificationx-content:first-child {
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
	margin-right: 0 !important;
}

.notification-item.nx-notification.source-announcements.themes-announcements_theme-1 .notificationx-image svg {
	position: absolute !important;
}

@media only screen and (max-width:550px) {
	.notification-item.nx-notification.source-announcements.themes-announcements_theme-1 .notificationx-content .nx-second-row span, .notification-item.nx-notification.source-announcements.themes-announcements_theme-12 .notificationx-content .nx-second-row span, .notification-item.nx-notification.source-announcements.themes-announcements_theme-14 .notificationx-content>p.nx-second-row span, .notification-item.nx-notification.source-announcements.themes-announcements_theme-2 .notificationx-content .nx-second-row span {
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.notification-item.nx-notification.source-announcements.themes-announcements_theme-14 .notificationx-content>p.nx-third-row .nx-branding {
		display: none;
	}
}

.notification-item.nx-notification.source-announcements.themes-announcements_theme-15 .notificationx-inner .notificationx-content {
	padding: 10px 6px;
}

.notification-item.nx-notification.source-announcements.themes-announcements_theme-15 .notificationx-inner>a {
	text-align: center;
}

#nx-bar-bottom {
	position: relative;
}

.notificationx-shortcode-wrapper>.nx-bar, .nx-bar {
	background-color: #ddd;
	box-shadow: 0 0 70px -30px grey;
	color: #000;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	left: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	transition: all .2s ease-in;
	width: 100%;
	z-index: 99997;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-sticky-bar, .nx-bar.nx-sticky-bar {
	position: fixed;
	width: 100%;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-position-top.nx-bar-out, .nx-bar.nx-position-top.nx-bar-out {
	top: -100% !important;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom, .nx-bar.nx-position-bottom {
	position: absolute;
	top: 0;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom.nx-bar-out, .nx-bar.nx-position-bottom.nx-bar-out {
	bottom: -100%;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom.nx-sticky-bar, .nx-bar.nx-position-bottom.nx-sticky-bar {
	bottom: 0;
	position: fixed;
	top: auto;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner, .nx-bar .nx-bar-inner {
	display: inline-block;
	padding: 20px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text {
	margin-right: 10px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired {
	display: none;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown {
	background-color: #262626;
	color: #fff;
	overflow: hidden;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section {
	float: left;
	margin: 0 5px;
	padding: 10px;
	position: relative;
	width: 40px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span {
	display: block;
	line-height: 1;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text {
	display: none;
	font-size: 14px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after {
	content: ":";
	line-height: 1;
	right: -6px;
	top: 9px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after {
	display: none;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text {
	display: inline-block;
	padding: 10px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text:not(.nx-countdown-expired), .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text:not(.nx-countdown-expired) {
	display: none;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired {
	letter-spacing: 1px;
	padding: 10px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text {
	display: block;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span {
	display: none;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content {
	display: inline-block;
	margin-left: 15px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper {
	min-width: 500px;
}

@media only screen and (max-width:786px) {
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper {
		min-width: 100%;
	}
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p {
	margin-bottom: 0;
	margin-top: 0;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .notificationx-link-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .notificationx-link-wrapper {
	margin-left: 15px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button, .nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button {
	border: none;
	border-radius: 3px;
	color: unset;
	cursor: pointer;
	display: inline-block;
	padding: 6px 15px;
	text-decoration: none;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper {
	margin-right: 40px;
}

@media only screen and (max-width:786px) {
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper {
		margin-right: 0;
	}
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close, .nx-bar .nx-bar-inner .notificationx-close {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 10px;
	line-height: 17px;
	margin: -5px 0 0;
	right: 30px;
	top: 25%;
	transform: translateY(-50%);
	width: 10px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-right, .nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-right {
	left: auto;
	right: 20px;
	top: 20px;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-left, .nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-left {
	left: 20px;
	right: auto;
	top: 20px;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .notificationx-close, .nx-bar.nx-close-left .nx-bar-inner .notificationx-close {
	left: 30px;
	right: auto;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-bar-has-elementor .nx-bar-inner, .nx-bar.nx-bar-has-elementor .nx-bar-inner {
	display: block;
	padding: 0;
}

.notificationx-shortcode-wrapper>.nx-bar.nx-bar-has-elementor .nx-bar-inner .nx-bar-content-wrap, .nx-bar.nx-bar-has-elementor .nx-bar-inner .nx-bar-content-wrap {
	display: block;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-one .notificationx-link-wrapper, .nx-bar.press_bar_theme-one .notificationx-link-wrapper {
	background-color: #262626;
	color: #fff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two, .nx-bar.press_bar_theme-two {
	background-color: #5704a2;
	color: #fff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two .notificationx-link-wrapper, .nx-bar.press_bar_theme-two .notificationx-link-wrapper {
	background-color: #9b2aff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two .nx-bar-inner .notificationx-close, .nx-bar.press_bar_theme-two .nx-bar-inner .notificationx-close {
	fill: #fff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three, .nx-bar.press_bar_theme-three {
	background-color: #3f4462;
	color: #fff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-close, .nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-close {
	fill: #fff;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-link-wrapper, .nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-link-wrapper {
	background-color: #6549fe;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown {
	background: none !important;
	margin-bottom: -10px;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section {
	background-color: #6549fe;
	margin-bottom: 10px;
	width: 55px;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text {
	display: block;
}

.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text {
	background-color: #6549fe;
	margin-bottom: 10px;
}

@media only screen and (max-width:786px) {
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap, .nx-bar .nx-bar-inner .nx-bar-content-wrap {
		flex-direction: column;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper {
		margin-bottom: 15px;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-right: 0 !important;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content {
		margin-left: 0;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper {
		margin-top: 10px;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button {
		margin-left: 0 !important;
	}
	
	.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close, .nx-bar .nx-bar-inner .notificationx-close {
		bottom: auto;
		right: 10px;
		top: 10px;
		transform: translateY(0);
	}
	
	.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .notificationx-close, .nx-bar.nx-close-left .nx-bar-inner .notificationx-close {
		bottom: auto;
		left: 10px;
		right: auto;
		top: 10px;
		transform: translateY(0);
	}
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide-wrapper, .nx-bar .nx-bar-slide-wrapper {
	min-height: 20px;
	overflow: hidden;
	position: relative;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide, .nx-bar .nx-bar-slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateX(0);
	width: 100%;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h1, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h2, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h3, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h4, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h5, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h6, .notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide p, .nx-bar .nx-bar-slide h1, .nx-bar .nx-bar-slide h2, .nx-bar .nx-bar-slide h3, .nx-bar .nx-bar-slide h4, .nx-bar .nx-bar-slide h5, .nx-bar .nx-bar-slide h6, .nx-bar .nx-bar-slide p {
	margin: 0;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide.active, .nx-bar .nx-bar-slide.active {
	opacity: 1;
	position: relative;
	transform: translateX(0);
}

.notificationx-shortcode-wrapper>.nx-bar .slide-direction-left .nx-bar-slide:not(.active), .nx-bar .slide-direction-left .nx-bar-slide:not(.active) {
	transform: translateX(100%);
}

.notificationx-shortcode-wrapper>.nx-bar .slide-direction-left .nx-bar-slide.left-exit, .nx-bar .slide-direction-left .nx-bar-slide.left-exit {
	opacity: 0;
	transform: translateX(-100%);
}

.notificationx-shortcode-wrapper>.nx-bar .slide-direction-right .nx-bar-slide:not(.active), .nx-bar .slide-direction-right .nx-bar-slide:not(.active) {
	transform: translateX(-100%);
}

.notificationx-shortcode-wrapper>.nx-bar .slide-direction-right .nx-bar-slide.right-exit, .nx-bar .slide-direction-right .nx-bar-slide.right-exit {
	opacity: 0;
	transform: translateX(100%);
}

.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner, .nx-bar-has-gutenberg .nx-bar-inner {
	display: block;
	padding: 0;
}

.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap, .nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap {
	display: block;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper #themes .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-title {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section:not(.advanced_active)>.wprf-section-fields {
	padding: 0 !important;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields {
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit {
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section .wprf-section-fields, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section .wprf-section-title {
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor {
	margin-bottom: 16px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-title {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields {
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control {
	margin-bottom: 0;
	width: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-normal-message p {
	margin: -20px 0 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-modal .wprf-control-wrapper {
	padding: 0 !important;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-modal .wprf-control-wrapper .wprf-button {
	background: transparent;
	border: 1px solid #6a4bff;
	border-radius: 6px;
	color: #6a4bff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	min-height: 35px;
	padding: 6px 16px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control-wrapper.wprf-name-nx-bar_with_elementor_install {
	padding: 0 !important;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control-wrapper.wprf-name-nx-bar_with_elementor_install .wprf-button {
	background: transparent;
	border: 1px solid #6a4bff;
	border-radius: 6px;
	color: #6a4bff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	min-height: 35px;
	padding: 6px 16px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields span {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_design .wprf-section-title {
	background: transparent;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-name-advance_edit .wprf-control-label {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-name-advance_edit .wprf-control-field {
	min-height: auto;
	position: absolute;
	right: 16px;
	top: 20px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section.advanced_active .wprf-section-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 2px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section.advanced_active .wprf-section-fields {
	padding: 30px;
	transition: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview {
	border-radius: 0;
	box-shadow: 0 0 15px hsla(0, 18%, 86%, .42);
	position: sticky;
	top: 32px;
	z-index: 1000;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-title {
	margin: 0;
	min-height: auto;
	padding: 12px 24px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields {
	padding: 12px 24px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head {
	padding: 0;
	position: absolute;
	right: 24px;
	top: 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button {
	background: #f5f7fd;
	border-radius: 4px;
	height: 32px;
	width: 32px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button svg {
	width: 17px !important;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button svg path {
	fill: #7884a0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button.active svg path {
	fill: #5453fd;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview {
	position: sticky;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview .nx-bar-inner {
	align-items: center;
	justify-content: center;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview .nx-bar-inner .nx-bar-content {
	min-width: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-desktop {
	margin: 0 auto;
	max-width: 100%;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet {
	margin: 0 auto;
	max-width: 542px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner {
	align-items: center;
	justify-content: center;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner .nx-bar-content {
	min-width: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap {
	flex-direction: column;
	gap: 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown {
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section {
	margin: 0 2px;
	width: 44px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span {
	font-size: 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone {
	margin: 0 auto;
	max-width: 384px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner {
	align-items: center;
	justify-content: center;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content {
	min-width: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap {
	flex-direction: column;
	gap: 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper {
	margin-right: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown {
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section {
	margin: 0 2px;
	width: 44px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span {
	font-size: 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-repeater-control .wprf-repeater-field-title .wprf-repeater-field-controls .dashicons-admin-page {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-fields .wprf-name-press_content .wprf-control-label {
	opacity: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-title {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-fields {
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.pro-activated .wprf-section-fields .radio-card-v2 .wprf-control-field .wprf-row .wprf-input-radio-option .wprf-badge {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-label {
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field {
	min-height: 28px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row:after, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row:before {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column {
	height: auto;
	padding: 0;
	width: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option {
	align-items: unset;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: unset;
	height: auto;
	margin-top: 0;
	min-height: auto;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label {
	background-color: transparent !important;
	border: none;
	border-radius: 0;
	color: #092161 !important;
	cursor: pointer;
	flex-grow: unset;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	padding: 0 0 0 20px;
	position: relative;
	text-align: center;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label:before {
	background: transparent;
	border: 1.5px solid #dbe3ee;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label .wprf-badge {
	left: auto;
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected .wprf-input-label:before {
	border: 4px solid #6a4bff;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected:after, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected:before {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control {
	margin-bottom: 30px;
	margin-left: auto;
	width: 70%;
}

@media only screen and (max-width:1599px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control {
		width: 75%;
	}
}

@media only screen and (max-width:700px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control {
		width: 100%;
	}
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-field-title {
	align-items: center;
	background-color: #f8fafb;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	padding: 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field {
	background-color: #f8fafb;
	border: none;
	padding: 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field {
	width: 100%;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .rdw-editor-toolbar {
	background: #fff;
	border: none;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	justify-content: flex-start;
	margin-bottom: 5px;
	padding: 7px 6px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-editor .wprf-editor-main {
	border: none;
	border-top: 0;
	box-sizing: border-box;
	height: calc(100% - 46px);
	padding: 5px 16px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-label .wprf-repeater-button {
	background: #6a4bff;
	border: 1px solid #6a4bff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	gap: 4px;
	line-height: 1em;
	margin-top: 20px;
	padding: 10px 12px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-title {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields {
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields .wprf-name-enable_coupon .wprf-control-label {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields .wprf-name-enable_coupon .wprf-control-field {
	min-height: auto;
	position: absolute;
	right: 16px;
	top: 20px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 2px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-fields {
	padding: 30px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-fields .wprf-name-enable_coupon {
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-title {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields {
	padding: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time {
	display: inline-flex;
	flex-direction: column;
	margin-left: 30%;
	margin-right: 16px;
}

@media only screen and (max-width:1599px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time {
		margin-left: 25%;
	}
}

@media only screen and (max-width:700px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time {
		margin-left: 0;
	}
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time .wprf-control-label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time .wprf-control-label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time .wprf-control-label {
	display: inline-flex;
	flex: 1;
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time .wprf-control-label label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time .wprf-control-label label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time .wprf-control-label label {
	margin: 0 0 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time {
	display: inline-flex;
	flex-direction: column;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time .wprf-control-label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time .wprf-control-label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time .wprf-control-label {
	display: inline-flex;
	flex: 1;
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time .wprf-control-label label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time .wprf-control-label label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time .wprf-control-label label {
	margin: 0 0 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days {
	flex-direction: column;
	margin-left: auto;
	width: 70%;
}

@media only screen and (max-width:1599px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days {
		width: 75%;
	}
}

@media only screen and (max-width:700px) {
	#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days {
		width: 1000%;
	}
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule .wprf-control-label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days .wprf-control-label {
	display: inline-flex;
	flex: 1;
	margin: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule .wprf-control-label label, #notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days .wprf-control-label label {
	margin: 0 0 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange {
	min-width: 400px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrDateDisplayWrapper {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonthAndYearWrapper {
	padding-top: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonth .rdrDay.rdrDayToday {
	color: #6a4bff;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonth .rdrDay.rdrDayToday .rdrDayNumber span:after {
	background: #6a4bff;
	border-radius: 50%;
	bottom: 4px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 4px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrStartEdge {
	background-color: #6a4bff;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrInRange {
	background: #aba7c2;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrEndEdge {
	background-color: #6a4bff;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions {
	margin-top: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions .wprf-daterange-buttons .wprf-daterange-apply {
	background-color: #6a4bff;
	border-color: #6a4bff;
	color: #fff;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions .wprf-daterange-buttons .wprf-daterange-apply:hover {
	background-color: #6a4bff;
	border-color: #6a4bff;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-timepicker {
	min-width: 192px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-timepicker .wprf-timepicker-formatted {
	display: none;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper {
	margin-right: 0;
	min-width: 400px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner {
	gap: 16px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper {
	margin-bottom: 0;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_value {
	flex-basis: 50%;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_value .wprf-control-field input[type=number] {
	margin-right: 0;
	max-width: 170px;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_mode .wprf-select-wrapper {
	margin-right: 0;
	max-width: 110px;
	min-width: 110px;
	width: 100%;
}

#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar #source_section {
	display: none;
}

.themes-comments_maps_theme .notificationx-content>p.nx-first-row, .themes-comments_theme-five .notificationx-content>p.nx-first-row, .themes-comments_theme-four .notificationx-content>p.nx-first-row, .themes-conversions_maps_theme .notificationx-content>p.nx-first-row, .themes-conversions_theme-five .notificationx-content>p.nx-first-row, .themes-conversions_theme-four .notificationx-content>p.nx-first-row, .themes-donation_maps_theme .notificationx-content>p.nx-first-row, .themes-donation_theme-five .notificationx-content>p.nx-first-row, .themes-donation_theme-four .notificationx-content>p.nx-first-row, .themes-download_stats_actively_using .notificationx-content>p.nx-first-row, .themes-elearning_maps_theme .notificationx-content>p.nx-first-row, .themes-elearning_theme-five .notificationx-content>p.nx-first-row, .themes-elearning_theme-four .notificationx-content>p.nx-first-row, .themes-email_subscription_maps_theme .notificationx-content>p.nx-first-row, .themes-email_subscription_theme-one .notificationx-content>p.nx-first-row, .themes-email_subscription_theme-three .notificationx-content>p.nx-first-row, .themes-email_subscription_theme-two .notificationx-content>p.nx-first-row, .themes-google_reviews_maps_theme .notificationx-content>p.nx-first-row, .themes-page_analytics_pa-theme-one .notificationx-content>p.nx-first-row, .themes-review_saying .notificationx-content>p.nx-first-row, .themes-reviewed .notificationx-content>p.nx-first-row, .themes-total-rated .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_theme-five .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_theme-four .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 13px;
	font-weight: 500;
}

.themes-comments_maps_theme .notificationx-content>p.nx-second-row, .themes-comments_theme-five .notificationx-content>p.nx-second-row, .themes-comments_theme-four .notificationx-content>p.nx-second-row, .themes-conversions_maps_theme .notificationx-content>p.nx-second-row, .themes-conversions_theme-five .notificationx-content>p.nx-second-row, .themes-conversions_theme-four .notificationx-content>p.nx-second-row, .themes-donation_maps_theme .notificationx-content>p.nx-second-row, .themes-donation_theme-five .notificationx-content>p.nx-second-row, .themes-donation_theme-four .notificationx-content>p.nx-second-row, .themes-download_stats_actively_using .notificationx-content>p.nx-second-row, .themes-elearning_maps_theme .notificationx-content>p.nx-second-row, .themes-elearning_theme-five .notificationx-content>p.nx-second-row, .themes-elearning_theme-four .notificationx-content>p.nx-second-row, .themes-email_subscription_maps_theme .notificationx-content>p.nx-second-row, .themes-email_subscription_theme-one .notificationx-content>p.nx-second-row, .themes-email_subscription_theme-three .notificationx-content>p.nx-second-row, .themes-email_subscription_theme-two .notificationx-content>p.nx-second-row, .themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row, .themes-page_analytics_pa-theme-one .notificationx-content>p.nx-second-row, .themes-review_saying .notificationx-content>p.nx-second-row, .themes-reviewed .notificationx-content>p.nx-second-row, .themes-total-rated .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_theme-five .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_theme-four .notificationx-content>p.nx-second-row {
	color: #6a4bff;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width:576px) {
	.themes-comments_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-comments_theme-five .notificationx-content>p.nx-second-row>span span, .themes-comments_theme-four .notificationx-content>p.nx-second-row>span span, .themes-conversions_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-conversions_theme-five .notificationx-content>p.nx-second-row>span span, .themes-conversions_theme-four .notificationx-content>p.nx-second-row>span span, .themes-donation_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-donation_theme-five .notificationx-content>p.nx-second-row>span span, .themes-donation_theme-four .notificationx-content>p.nx-second-row>span span, .themes-download_stats_actively_using .notificationx-content>p.nx-second-row>span span, .themes-elearning_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-elearning_theme-five .notificationx-content>p.nx-second-row>span span, .themes-elearning_theme-four .notificationx-content>p.nx-second-row>span span, .themes-email_subscription_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-email_subscription_theme-one .notificationx-content>p.nx-second-row>span span, .themes-email_subscription_theme-three .notificationx-content>p.nx-second-row>span span, .themes-email_subscription_theme-two .notificationx-content>p.nx-second-row>span span, .themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-page_analytics_pa-theme-one .notificationx-content>p.nx-second-row>span span, .themes-review_saying .notificationx-content>p.nx-second-row>span span, .themes-reviewed .notificationx-content>p.nx-second-row>span span, .themes-total-rated .notificationx-content>p.nx-second-row>span span, .themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-second-row>span span, .themes-woocommerce_sales_theme-five .notificationx-content>p.nx-second-row>span span, .themes-woocommerce_sales_theme-four .notificationx-content>p.nx-second-row>span span {
		display: none;
	}
}

.themes-comments_maps_theme .notificationx-content>p.nx-third-row, .themes-comments_theme-five .notificationx-content>p.nx-third-row, .themes-comments_theme-four .notificationx-content>p.nx-third-row, .themes-conversions_maps_theme .notificationx-content>p.nx-third-row, .themes-conversions_theme-five .notificationx-content>p.nx-third-row, .themes-conversions_theme-four .notificationx-content>p.nx-third-row, .themes-donation_maps_theme .notificationx-content>p.nx-third-row, .themes-donation_theme-five .notificationx-content>p.nx-third-row, .themes-donation_theme-four .notificationx-content>p.nx-third-row, .themes-download_stats_actively_using .notificationx-content>p.nx-third-row, .themes-elearning_maps_theme .notificationx-content>p.nx-third-row, .themes-elearning_theme-five .notificationx-content>p.nx-third-row, .themes-elearning_theme-four .notificationx-content>p.nx-third-row, .themes-email_subscription_maps_theme .notificationx-content>p.nx-third-row, .themes-email_subscription_theme-one .notificationx-content>p.nx-third-row, .themes-email_subscription_theme-three .notificationx-content>p.nx-third-row, .themes-email_subscription_theme-two .notificationx-content>p.nx-third-row, .themes-google_reviews_maps_theme .notificationx-content>p.nx-third-row, .themes-page_analytics_pa-theme-one .notificationx-content>p.nx-third-row, .themes-review_saying .notificationx-content>p.nx-third-row, .themes-reviewed .notificationx-content>p.nx-third-row, .themes-total-rated .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_theme-five .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_theme-four .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-review_saying .notificationx-content>p.nx-third-row {
	color: #45c9b1;
}

.themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row {
	font-size: 16px;
	font-weight: 600;
}

.themes-comments_theme-one .notificationx-content>p.nx-first-row, .themes-comments_theme-three .notificationx-content>p.nx-first-row, .themes-comments_theme-two .notificationx-content>p.nx-first-row, .themes-conversions_theme-one .notificationx-content>p.nx-first-row, .themes-conversions_theme-three .notificationx-content>p.nx-first-row, .themes-conversions_theme-two .notificationx-content>p.nx-first-row, .themes-donation_theme-one .notificationx-content>p.nx-first-row, .themes-donation_theme-three .notificationx-content>p.nx-first-row, .themes-donation_theme-two .notificationx-content>p.nx-first-row, .themes-elearning_theme-one .notificationx-content>p.nx-first-row, .themes-elearning_theme-three .notificationx-content>p.nx-first-row, .themes-elearning_theme-two .notificationx-content>p.nx-first-row, .themes-form_theme-one .notificationx-content>p.nx-first-row, .themes-form_theme-three .notificationx-content>p.nx-first-row, .themes-form_theme-two .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_theme-one .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_theme-three .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_theme-two .notificationx-content>p.nx-first-row {
	color: #7c8db5;
	font-size: 14px;
	font-weight: 400;
}

.themes-comments_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-two .notificationx-content>p.nx-first-row .nx-first-word, .themes-conversions_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-conversions_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-conversions_theme-two .notificationx-content>p.nx-first-row .nx-first-word, .themes-donation_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-donation_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-donation_theme-two .notificationx-content>p.nx-first-row .nx-first-word, .themes-elearning_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-elearning_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-elearning_theme-two .notificationx-content>p.nx-first-row .nx-first-word, .themes-form_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-form_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-form_theme-two .notificationx-content>p.nx-first-row .nx-first-word, .themes-woocommerce_sales_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-woocommerce_sales_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-woocommerce_sales_theme-two .notificationx-content>p.nx-first-row .nx-first-word {
	font-weight: 500;
}

.themes-comments_theme-one .notificationx-content>p.nx-second-row, .themes-comments_theme-three .notificationx-content>p.nx-second-row, .themes-comments_theme-two .notificationx-content>p.nx-second-row, .themes-conversions_theme-one .notificationx-content>p.nx-second-row, .themes-conversions_theme-three .notificationx-content>p.nx-second-row, .themes-conversions_theme-two .notificationx-content>p.nx-second-row, .themes-donation_theme-one .notificationx-content>p.nx-second-row, .themes-donation_theme-three .notificationx-content>p.nx-second-row, .themes-donation_theme-two .notificationx-content>p.nx-second-row, .themes-elearning_theme-one .notificationx-content>p.nx-second-row, .themes-elearning_theme-three .notificationx-content>p.nx-second-row, .themes-elearning_theme-two .notificationx-content>p.nx-second-row, .themes-form_theme-one .notificationx-content>p.nx-second-row, .themes-form_theme-three .notificationx-content>p.nx-second-row, .themes-form_theme-two .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_theme-one .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_theme-three .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_theme-two .notificationx-content>p.nx-second-row {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.themes-comments_theme-one .notificationx-content>p.nx-third-row, .themes-comments_theme-three .notificationx-content>p.nx-third-row, .themes-comments_theme-two .notificationx-content>p.nx-third-row, .themes-conversions_theme-one .notificationx-content>p.nx-third-row, .themes-conversions_theme-three .notificationx-content>p.nx-third-row, .themes-conversions_theme-two .notificationx-content>p.nx-third-row, .themes-donation_theme-one .notificationx-content>p.nx-third-row, .themes-donation_theme-three .notificationx-content>p.nx-third-row, .themes-donation_theme-two .notificationx-content>p.nx-third-row, .themes-elearning_theme-one .notificationx-content>p.nx-third-row, .themes-elearning_theme-three .notificationx-content>p.nx-third-row, .themes-elearning_theme-two .notificationx-content>p.nx-third-row, .themes-form_theme-one .notificationx-content>p.nx-third-row, .themes-form_theme-three .notificationx-content>p.nx-third-row, .themes-form_theme-two .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_theme-one .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_theme-three .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_theme-two .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-comments_theme-one .notificationx-content>p.nx-first-row, .themes-comments_theme-three .notificationx-content>p.nx-first-row, .themes-comments_theme-two .notificationx-content>p.nx-first-row {
	color: #7c8db5;
	font-size: 14px;
	font-weight: 400;
}

.themes-comments_theme-one .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-three .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-two .notificationx-content>p.nx-first-row .nx-first-word {
	font-weight: 500;
}

.themes-comments_theme-one .notificationx-content>p.nx-second-row, .themes-comments_theme-three .notificationx-content>p.nx-second-row, .themes-comments_theme-two .notificationx-content>p.nx-second-row {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.themes-comments_theme-one .notificationx-content>p.nx-third-row, .themes-comments_theme-three .notificationx-content>p.nx-third-row, .themes-comments_theme-two .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-download_stats_7day-download .notificationx-content>p.nx-first-row, .themes-download_stats_today-download .notificationx-content>p.nx-first-row {
	color: #6a4bff;
	font-size: 14px;
	font-weight: 500;
}

.themes-download_stats_7day-download .notificationx-content>p.nx-second-row, .themes-download_stats_today-download .notificationx-content>p.nx-second-row {
	color: #000;
	font-size: 11px;
	font-weight: 500;
}

.themes-download_stats_7day-download .notificationx-content>p.nx-third-row, .themes-download_stats_today-download .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-download_stats_today-download .notificationx-content>p.nx-third-row {
	color: #45c9b1;
	font-size: 10px;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child {
	color: #6a4bff;
	font-weight: 500;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word {
	font-weight: 400;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2) {
	color: #7c8db5;
	font-weight: 400;
}

.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row, .themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row, .themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row, .themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row, .themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row, .themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row, .themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row, .themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child, .themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word, .themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child {
	color: #6a4bff;
	font-weight: 500;
}

.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-second-row, .themes-review-comment .notificationx-inner .notificationx-content>p.nx-second-row, .themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-second-row {
	color: #7c8db5;
	font-size: 12px;
	font-weight: 500;
}

.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-third-row, .themes-review-comment .notificationx-inner .notificationx-content>p.nx-third-row, .themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row, .themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row, .themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row, .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child, .themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child, .themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child, .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row>span span:first-child, .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child {
	color: #45c9b1;
	font-weight: 500;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2) {
	color: #000;
	font-weight: 400;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-second-row, .themes-donation_conv-theme-seven .notificationx-content>p.nx-second-row, .themes-elearning_conv-theme-seven .notificationx-content>p.nx-second-row, .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-second-row {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-donation_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-elearning_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2) {
	color: #7c8db5;
	font-weight: 400;
}

.themes-conversions_conv-theme-seven .notificationx-content>p.nx-third-row, .themes-donation_conv-theme-seven .notificationx-content>p.nx-third-row, .themes-elearning_conv-theme-seven .notificationx-content>p.nx-third-row, .themes-page_analytics_pa-theme-three .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-review-comment-2 .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-review-comment-2 .notificationx-content>p.nx-first-row .nx-first-word, .themes-review-comment-2 .notificationx-content>p.nx-first-row>span span:first-child {
	color: #ff66bc;
	font-weight: 500;
}

.themes-review-comment-2 .notificationx-content>p.nx-second-row {
	color: #7c8db5;
	font-size: 12px;
	font-weight: 500;
}

.themes-review-comment-2 .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-comments_theme-eight-free .notificationx-content>p.nx-first-row, .themes-comments_theme-six-free .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-comments_theme-eight-free .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-eight-free .notificationx-content>p.nx-first-row>:last-child, .themes-comments_theme-six-free .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-six-free .notificationx-content>p.nx-first-row>:last-child {
	color: #6a4bff;
	font-weight: 500;
}

.themes-comments_theme-eight-free .notificationx-content>p.nx-second-row, .themes-comments_theme-six-free .notificationx-content>p.nx-second-row {
	color: #7c8db5;
	font-size: 12px;
	font-weight: 500;
}

.themes-comments_theme-eight-free .notificationx-content>p.nx-third-row, .themes-comments_theme-six-free .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-comments_theme-seven-free .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.themes-comments_theme-seven-free .notificationx-content>p.nx-first-row .nx-first-word, .themes-comments_theme-seven-free .notificationx-content>p.nx-first-row>:last-child {
	color: #ff66bc;
	font-weight: 500;
}

.themes-comments_theme-seven-free .notificationx-content>p.nx-second-row {
	color: #7c8db5;
	font-size: 12px;
	font-weight: 500;
}

.themes-comments_theme-seven-free .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row, .themes-donation_conv-theme-six .notificationx-content>p.nx-first-row, .themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width:576px) {
	.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row, .themes-donation_conv-theme-six .notificationx-content>p.nx-first-row, .themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row {
		font-size: 10px;
	}
}

.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-donation_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2) {
	font-weight: 400;
}

.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row, .themes-donation_conv-theme-six .notificationx-content>p.nx-second-row, .themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row {
	color: #6a4bff;
	font-size: 13px;
	font-weight: 500;
}

@media only screen and (max-width:576px) {
	.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row, .themes-donation_conv-theme-six .notificationx-content>p.nx-second-row, .themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row {
		font-size: 10px;
	}
}

.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word, .themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child, .themes-donation_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word, .themes-donation_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child, .themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word, .themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child {
	color: #7c8db5;
}

@media only screen and (max-width:576px) {
	.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-donation_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2), .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2) {
		display: none;
	}
}

.themes-conversions_conv-theme-six .notificationx-content>p.nx-third-row, .themes-donation_conv-theme-six .notificationx-content>p.nx-third-row, .themes-elearning_conv-theme-six .notificationx-content>p.nx-third-row, .themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-third-row {
	color: #7c8db5;
	font-size: 10px;
}

.themes-youtube_channel-1, .themes-youtube_video-2, .themes-youtube_video-4 {
	border-radius: 6px;
	box-shadow: 0 12px 24px 0 rgba(0, 1, 35, .08);
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.themes-youtube_channel-1:not(.themes-youtube_channel-1:last-child, .themes-youtube_video-2:last-child, .themes-youtube_video-4:last-child), .themes-youtube_video-2:not(.themes-youtube_channel-1:last-child, .themes-youtube_video-2:last-child, .themes-youtube_video-4:last-child), .themes-youtube_video-4:not(.themes-youtube_channel-1:last-child, .themes-youtube_video-2:last-child, .themes-youtube_video-4:last-child) {
	margin-bottom: 45px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-image, .themes-youtube_video-2 .notificationx-inner .notificationx-image, .themes-youtube_video-4 .notificationx-inner .notificationx-image {
	padding: 8px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-image>img, .themes-youtube_video-2 .notificationx-inner .notificationx-image>img, .themes-youtube_video-4 .notificationx-inner .notificationx-image>img {
	border-radius: 4px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content, .themes-youtube_video-2 .notificationx-inner .notificationx-content, .themes-youtube_video-4 .notificationx-inner .notificationx-content {
	margin-left: 0;
	margin-right: 0;
	padding: 8px 4px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-first-row, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-first-row, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-first-row {
	color: #344054 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row {
	color: #667085;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span {
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 2px;
	width: 100%;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child {
	color: #5614d5;
	font-weight: 500;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2), .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2), .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2) {
	margin-right: 12px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3), .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3), .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3) {
	color: #5614d5;
	font-weight: 500;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5), .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5), .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5) {
	color: #5614d5;
	font-weight: 500;
	margin-left: 12px;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-third-row>span, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-third-row>span, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-third-row>span {
	margin-right: 0;
}

.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding, .themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding, .themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding {
	margin-top: 0;
	width: 100%;
}

.themes-youtube_channel-2 {
	border-radius: 50px 8px 8px 50px;
	box-shadow: 0 12px 24px 0 rgba(0, 1, 35, .08);
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.themes-youtube_channel-2:not(.themes-youtube_channel-2:last-child) {
	margin-bottom: 45px;
}

.themes-youtube_channel-2 .notificationx-inner {
	border-radius: 50px 8px 8px 50px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-image {
	animation: bling 2s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 16px #fff;
	flex-basis: 90px;
	min-width: 90px;
	padding: 0;
	position: relative;
	width: 90px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-image img {
	border-radius: 50%;
	height: 100%;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content {
	margin-left: 20px;
	margin-right: 0;
	padding: 16px 4px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-first-row {
	color: #344054 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 6px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row {
	color: #5614d5;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child {
	margin-left: 16px;
	margin-right: 8px;
	position: relative;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 14px;
	left: -16px;
	position: absolute;
	top: -2px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2) {
	margin-left: 16px;
	margin-right: 0;
	position: relative;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 14px;
	left: -16px;
	position: absolute;
	top: -2px;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-third-row>span {
	margin-right: 0;
}

.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding {
	margin-top: 0;
	width: 100%;
}

.themes-youtube_video-1, .themes-youtube_video-3 {
	border-radius: 50px 8px 8px 50px;
	box-shadow: 0 12px 24px 0 rgba(0, 1, 35, .08);
	filter: drop-shadow(-10px 0 15px rgba(0, 0, 0, .1));
}

.themes-youtube_video-1:not(.themes-youtube_video-1:last-child, .themes-youtube_video-3:last-child), .themes-youtube_video-3:not(.themes-youtube_video-1:last-child, .themes-youtube_video-3:last-child) {
	margin-bottom: 45px;
}

.themes-youtube_video-1 .notificationx-inner, .themes-youtube_video-3 .notificationx-inner {
	border-radius: 50px 8px 8px 50px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-image, .themes-youtube_video-3 .notificationx-inner .notificationx-image {
	animation: bling 2s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 16px #fff;
	flex-basis: 90px;
	min-width: 90px;
	padding: 0;
	position: relative;
	width: 90px;
}

@keyframes bling {
	0% {
		outline: 0 solid #c00;
	}
	
	to {
		outline: 10px solid rgba(204, 0, 0, .2);
	}
}

@keyframes bling-before {
	0% {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.2);
	}
}

@keyframes bling-after {
	0% {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.4);
	}
}

.themes-youtube_video-1 .notificationx-inner .notificationx-image img, .themes-youtube_video-3 .notificationx-inner .notificationx-image img {
	border-radius: 50%;
	height: 100%;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content, .themes-youtube_video-3 .notificationx-inner .notificationx-content {
	margin-left: 20px;
	margin-right: 0;
	padding: 16px 4px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-first-row, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-first-row {
	color: #344054 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 6px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row {
	color: #5614d5;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child {
	margin-left: 16px;
	margin-right: 8px;
	position: relative;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 14px;
	left: -16px;
	position: absolute;
	top: -2px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2), .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2) {
	margin-left: 16px;
	margin-right: 8px;
	position: relative;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 14px;
	left: -16px;
	position: absolute;
	top: -2px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3), .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3) {
	margin-left: 16px;
	margin-right: 0;
	position: relative;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3):before, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3):before {
	color: #667085 !important;
	content: "";
	font-family: dashicons;
	font-size: 14px;
	left: -16px;
	position: absolute;
	top: -2px;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-third-row>span, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-third-row>span {
	margin-right: 0;
}

.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding, .themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding {
	margin-top: 0;
	width: 100%;
}

.themes-youtube_video-1.button-link .notificationx-link, .themes-youtube_video-2.button-link .notificationx-link, .themes-youtube_video-3.button-link .notificationx-link, .themes-youtube_video-4.button-link .notificationx-link {
	background: #c00;
	padding: 6px 12px;
}

.themes-youtube_video-1.button-link .notificationx-link>a, .themes-youtube_video-2.button-link .notificationx-link>a, .themes-youtube_video-3.button-link .notificationx-link>a, .themes-youtube_video-4.button-link .notificationx-link>a {
	color: #fff;
	text-decoration: none;
}

.themes-youtube_channel-1.button-link .notificationx-link-wrapper, .themes-youtube_channel-2.button-link .notificationx-link-wrapper {
	bottom: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 6px 0;
	position: absolute;
	right: 15px;
	text-decoration: none;
	top: -35px;
}

.themes-youtube_channel-1.button-link .notificationx-link-wrapper .notificationx-link, .themes-youtube_channel-2.button-link .notificationx-link-wrapper .notificationx-link {
	background: #c00;
	border-radius: 4px 0 0 4px;
	bottom: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	left: unset;
	line-height: inherit;
	padding: inherit;
	position: unset;
	right: unset;
	text-decoration: none;
	top: unset;
}

.themes-youtube_channel-1.button-link .notificationx-link-wrapper a, .themes-youtube_channel-2.button-link .notificationx-link-wrapper a {
	padding: 6px 8px !important;
}

.themes-youtube_channel-1.button-link .notificationx-link-wrapper span, .themes-youtube_channel-2.button-link .notificationx-link-wrapper span {
	background-color: #fff !important;
	border-radius: 0 4px 4px 0 !important;
	color: #c00 !important;
	padding: 6px 8px;
}

.themes-conversions_conv-theme-seven, .themes-conversions_theme-one, .themes-download_stats_7day-download, .themes-download_stats_actively_using, .themes-page_analytics_pa-theme-one, .themes-woocommerce_sales_conv-theme-seven, .themes-woocommerce_sales_theme-one {
	border-radius: 5px !important;
}

.themes-conversions_conv-theme-nine, .themes-donation_conv-theme-nine, .themes-elearning_conv-theme-nine, .themes-page_analytics_pa-theme-two, .themes-woocommerce_sales_conv-theme-nine {
	background: transparent !important;
	border-radius: 5px !important;
}

.themes-conversions_conv-theme-nine .notificationx-content, .themes-conversions_conv-theme-nine .notificationx-image, .themes-donation_conv-theme-nine .notificationx-content, .themes-donation_conv-theme-nine .notificationx-image, .themes-elearning_conv-theme-nine .notificationx-content, .themes-elearning_conv-theme-nine .notificationx-image, .themes-page_analytics_pa-theme-two .notificationx-content, .themes-page_analytics_pa-theme-two .notificationx-image, .themes-woocommerce_sales_conv-theme-nine .notificationx-content, .themes-woocommerce_sales_conv-theme-nine .notificationx-image {
	border-radius: 5px !important;
}

.nxc-cookie_notice_bottom_left {
	align-items: flex-start;
	bottom: 30px;
	left: 30px;
	right: 0;
}

@media only screen and (max-width:450px) {
	.nxc-cookie_notice_bottom_left {
		bottom: 15px;
		left: 15px;
	}
}

.nx-gdpr {
	border-radius: 16px;
	box-shadow: 0 5px 14px 0 rgba(8, 15, 52, .039);
	font-family: Open Sans, sans-serif;
}

.nx-gdpr.card-gdpr {
	bottom: 30px;
	left: 30px;
	max-width: 480px;
	min-width: 300px;
	position: fixed;
	width: 90%;
	z-index: 99999;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.card-gdpr {
		bottom: 15px;
		left: 15px;
	}
}

.nx-gdpr.card-gdpr.cookie_notice_bottom_right {
	bottom: 30px;
	left: unset;
	right: 30px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.card-gdpr.cookie_notice_bottom_right {
		bottom: 15px;
		right: 15px;
	}
}

.nx-gdpr.card-gdpr.cookie_notice_center {
	bottom: 30px;
	left: calc(50% - 240px);
}

@media only screen and (max-width:550px) {
	.nx-gdpr.card-gdpr.cookie_notice_center {
		bottom: 15px;
		left: 15px;
	}
}

.nx-gdpr .nx-gdpr-card.no-branding .nx-gdpr-card-body {
	border-radius: 0 0 16px 16px;
}

.nx-gdpr.banner-gdpr {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 9999999;
}

.nx-gdpr.banner-gdpr.cookie_banner_top {
	bottom: unset;
	top: 0;
}

.nx-gdpr.banner-gdpr .nx-gdpr-card {
	position: relative;
}

.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-header {
	padding-bottom: 12px;
}

.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
	padding-bottom: 16px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
		padding-bottom: 12px;
	}
}

.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-footer {
	padding: 4px 26px 8px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-footer {
		padding: 4px 20px 8px;
	}
}

.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-close {
	top: 16px;
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one, .nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one .nx-gdpr .nx-gdpr-card-footer, .nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one .nx-gdpr .nx-gdpr-card-header, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one .nx-gdpr .nx-gdpr-card-footer, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one .nx-gdpr .nx-gdpr-card-header {
	border-radius: 0;
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two {
	border-radius: 16px;
	bottom: 16px;
	left: 20px;
	right: 20px;
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-header, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-header {
	padding-bottom: 8px;
	padding-top: 12px;
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 8px 24px 12px;
}

@media only screen and (max-width:767px) {
	.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		justify-content: flex-start;
		padding: 8px 20px 12px;
	}
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-description, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-description {
	flex: 75%;
	max-width: 1165px;
	padding: 0;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-description, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-description {
		flex: 1;
		width: 100%;
	}
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions {
	flex: 25%;
	justify-content: flex-end;
	padding: 0;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions {
		flex: 1;
		width: 100%;
	}
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions .button-single, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions .button-single {
	display: none;
}

.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-footer, .nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-footer {
	padding: 8px 26px;
}

.nx-gdpr .nx-gdpr-card {
	position: relative;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header {
	align-items: center;
	background: #fff;
	border-radius: 16px 16px 0 0;
	display: flex;
	gap: 6px;
	padding: 24px 24px 18px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header {
		padding: 20px 20px 16px;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title {
		font-size: 16px;
		line-height: 18px;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link {
	font-weight: 500;
	outline: 0;
	padding-left: 4px;
	text-decoration: underline;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions {
		flex-direction: column;
		gap: 8px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-group {
	display: flex;
	gap: 8px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-group {
		flex-direction: column;
		width: 100%;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn {
	border-radius: 8px;
	cursor: pointer;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	min-width: 110px;
	padding: 12px 20px;
	transition: .3s ease-in-out;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn {
		flex: 1;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-primary {
	background: #6a4bff;
	border: 1px solid #6a4bff;
	color: #fff;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-primary:hover {
	background: #5414d0;
	border: 1px solid #5414d0;
	box-shadow: 0 15px 10px -10px rgba(86, 20, 213, .3);
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-single {
		display: inline-flex;
		width: 100%;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer {
	align-items: center;
	border-radius: 0 0 16px 16px;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 8px 26px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer {
		justify-content: center;
		padding: 8px 20px;
	}
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	margin: 0;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-byline {
	display: none;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-powered-by {
	display: inline-flex;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-powered-by svg {
	height: 8px;
	width: 65px;
}

.nx-gdpr .nx-gdpr-card .nx-gdpr-close {
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 24px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr .nx-gdpr-card .nx-gdpr-close {
		height: 20px;
		right: 20px;
		top: 20px;
		width: 20px;
	}
}

.nx-gdpr.light {
	background: transparent;
	border: 1px solid #d9dbe9;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title {
	color: #092161;
	margin: 0;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body {
	background: #fff;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
	color: #535d77;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link {
	color: #6a4bff;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-secondary {
	background: #fff;
	border: 1px solid #eff0f6;
	color: #092161;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-danger {
	background: transparent;
	border: 1px solid #e5e7f2;
	color: #092161;
	transition: none;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer {
	background: #f6f7fe;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered {
	color: #7c8db5;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer .nx-powered-by svg {
	fill: #1f3155;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-close {
	background: #f8f7fa;
	border: 1px solid #f8f7fa;
}

.nx-gdpr.light .nx-gdpr-card .nx-gdpr-close svg path {
	stroke: #092161;
}

.nx-gdpr.light.gdpr_theme-light-two .nx-gdpr-card .nx-gdpr-actions {
	background: #f7f7fb;
	padding-bottom: 8px;
	padding-top: 12px;
}

.nx-gdpr.light.gdpr_theme-banner-light-one .nx-gdpr-card .nx-gdpr-actions {
	background: #f7f7fb;
	padding-top: 12px;
}

.nx-gdpr.gdpr_theme-banner-dark-one .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-banner-light-one .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-dark-one .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-dark-two .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-one .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-two .nx-gdpr-card .nx-gdpr-card-header img {
	display: none;
}

.nx-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-dark-three .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-three .nx-gdpr-card .nx-gdpr-card-header img {
	max-width: 24px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-dark-three .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-three .nx-gdpr-card .nx-gdpr-card-header img {
		max-width: 20px;
	}
}

.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header, .nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header img {
	max-width: 48px;
}

@media only screen and (max-width:450px) {
	.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header img, .nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header img {
		max-width: 40px;
	}
}

.nx-gdpr.dark {
	background: transparent;
	border: 1px solid #222224;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-header {
	background: #000;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title {
	color: #ededf2;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body {
	background: #000;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description {
	color: #959599;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link {
	color: #6a4bff;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-secondary {
	background: #141414;
	border: 1px solid #222224;
	color: #ededf2;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-danger {
	background: transparent;
	border: 1px solid #222224;
	color: #ededf2;
	transition: none;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer {
	background: #0f0f0f;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered {
	color: #959599;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer .nx-powered-by svg {
	fill: #fff;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-close {
	background: #19191a;
	border: 1px solid #19191a;
}

.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-close svg path {
	stroke: #ededf2;
}

.nx-gdpr.dark.gdpr_theme-dark-two .nx-gdpr-card .nx-gdpr-actions {
	background: #0f0f0f;
	padding-bottom: 12px;
	padding-top: 16px;
}

.nx-gdpr.dark.gdpr_theme-banner-dark-one .nx-gdpr-card .nx-gdpr-actions {
	background: #0f0f0f;
	padding-top: 16px;
}

.nx-gdpr-modal-header h3 {
	margin: 0;
	padding: 0;
}

.nx-gdpr-modal-header p {
	font-size: 12px;
	margin: 0;
}

.wprf-gdpr-modal-frontend-content h3 {
	margin: 0;
	padding: 0;
}

.wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-header {
	display: flex;
	justify-content: space-between;
}

.wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-header-title {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: start;
}

.wprf-gdpr-modal-frontend-content p {
	font-size: 12px;
	margin: 0;
}

.nx-gdpr-customization-close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 9;
}

.nx-admin-modal-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	padding: 10px 20px;
	position: relative;
}

.nx-admin-modal-head .nx-admin-modal-preview-button {
	all: initial;
	align-items: center;
	background: #6a4bff;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.nx-admin-modal-head .nx-admin-modal-preview-button img {
	filter: brightness(100);
}

.nx-admin-modal-head .nx-admin-modal-preview-button.active {
	background: #5453fd;
}

.nx-admin-modal-head .nx-admin-modal-close-button {
	all: initial;
	align-items: center;
	background: #dcd6ff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 15px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.nx-admin-modal-body {
	background: #f6f7fd;
	border: 2px solid #5414d0;
	overflow: hidden;
}

.nx-admin-modal-body iframe {
	max-height: calc(100vh - 150px);
}

#pro_alert_video_popup {
	margin-top: 20px;
}

.wprf-modal-preview-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.wprf-modal-preview-footer .pagination-wrapper {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.wprf-modal-preview-footer .pagination-wrapper .pagination-info {
	color: #25396f;
	font-size: 14px;
	font-weight: 400;
}

.wprf-modal-preview-footer .rc-pagination {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}

.wprf-modal-preview-footer .rc-pagination>:not(:last-child) {
	margin-right: 5px;
}

.wprf-modal-preview-footer .rc-pagination:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.wprf-modal-preview-footer .rc-pagination-total-text {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
}

.wprf-modal-preview-footer .rc-pagination-item {
	aspect-ratio: 1;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	height: 32px;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-modal-preview-footer .rc-pagination-item a, .wprf-modal-preview-footer .rc-pagination-item button {
	align-items: center;
	box-shadow: none;
	color: #6a4bff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: none;
	width: 100%;
}

.wprf-modal-preview-footer .rc-pagination-item:focus a, .wprf-modal-preview-footer .rc-pagination-item:hover a {
	color: #25396f;
}

.wprf-modal-preview-footer .rc-pagination-item-active {
	background-color: rgba(106, 75, 255, .15);
}

.wprf-modal-preview-footer .rc-pagination-item-active a, .wprf-modal-preview-footer .rc-pagination-item-active:focus a, .wprf-modal-preview-footer .rc-pagination-item-active:hover a {
	color: #25396f;
}

.wprf-modal-preview-footer .rc-pagination-jump-next, .wprf-modal-preview-footer .rc-pagination-jump-prev {
	background: rgba(106, 75, 255, .15);
	border-radius: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-modal-preview-footer .rc-pagination-jump-next a, .wprf-modal-preview-footer .rc-pagination-jump-next button, .wprf-modal-preview-footer .rc-pagination-jump-prev a, .wprf-modal-preview-footer .rc-pagination-jump-prev button {
	align-items: center;
	border-radius: 10px;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.wprf-modal-preview-footer .rc-pagination-jump-next a:after, .wprf-modal-preview-footer .rc-pagination-jump-next button:after, .wprf-modal-preview-footer .rc-pagination-jump-prev a:after, .wprf-modal-preview-footer .rc-pagination-jump-prev button:after {
	align-items: center;
	border-radius: 10px;
	bottom: 0;
	box-shadow: none;
	color: #6a4bff;
	content: "•••";
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	justify-content: center;
	left: 0;
	position: absolute !important;
	position: relative;
	right: 0;
	text-decoration: none;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-modal-preview-footer .rc-pagination-jump-next:focus, .wprf-modal-preview-footer .rc-pagination-jump-next:hover, .wprf-modal-preview-footer .rc-pagination-jump-prev:focus, .wprf-modal-preview-footer .rc-pagination-jump-prev:hover {
	background-color: rgba(106, 75, 255, .15);
}

.wprf-modal-preview-footer .rc-pagination-jump-next:focus a, .wprf-modal-preview-footer .rc-pagination-jump-next:focus button, .wprf-modal-preview-footer .rc-pagination-jump-next:hover a, .wprf-modal-preview-footer .rc-pagination-jump-next:hover button, .wprf-modal-preview-footer .rc-pagination-jump-prev:focus a, .wprf-modal-preview-footer .rc-pagination-jump-prev:focus button, .wprf-modal-preview-footer .rc-pagination-jump-prev:hover a, .wprf-modal-preview-footer .rc-pagination-jump-prev:hover button {
	text-decoration: none;
}

.wprf-modal-preview-footer .rc-pagination-jump-next:focus a:after, .wprf-modal-preview-footer .rc-pagination-jump-next:focus button:after, .wprf-modal-preview-footer .rc-pagination-jump-next:hover a:after, .wprf-modal-preview-footer .rc-pagination-jump-next:hover button:after, .wprf-modal-preview-footer .rc-pagination-jump-prev:focus a:after, .wprf-modal-preview-footer .rc-pagination-jump-prev:focus button:after, .wprf-modal-preview-footer .rc-pagination-jump-prev:hover a:after, .wprf-modal-preview-footer .rc-pagination-jump-prev:hover button:after {
	color: #fff;
}

.wprf-modal-preview-footer .rc-pagination-jump-next, .wprf-modal-preview-footer .rc-pagination-jump-prev, .wprf-modal-preview-footer .rc-pagination-next, .wprf-modal-preview-footer .rc-pagination-prev {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 10px;
	color: #6a4bff;
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	height: 32px;
	justify-content: center;
	margin-bottom: 0;
}

.wprf-modal-preview-footer .rc-pagination-next a, .wprf-modal-preview-footer .rc-pagination-next button, .wprf-modal-preview-footer .rc-pagination-prev a, .wprf-modal-preview-footer .rc-pagination-prev button {
	align-items: center;
	background: none;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.wprf-modal-preview-footer .rc-pagination-next a:after, .wprf-modal-preview-footer .rc-pagination-next button:after, .wprf-modal-preview-footer .rc-pagination-prev a:after, .wprf-modal-preview-footer .rc-pagination-prev button:after {
	align-items: center;
	bottom: 0;
	color: #6a4bff;
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	justify-content: center;
	left: 0;
	position: absolute !important;
	position: relative;
	right: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wprf-modal-preview-footer .rc-pagination-prev a:after, .wprf-modal-preview-footer .rc-pagination-prev button:after {
	content: "<";
}

.wprf-modal-preview-footer .rc-pagination-next a:after, .wprf-modal-preview-footer .rc-pagination-next button:after {
	content: ">";
}

.wprf-modal-preview-footer .rc-pagination-disabled:focus a, .wprf-modal-preview-footer .rc-pagination-disabled:focus button, .wprf-modal-preview-footer .rc-pagination-disabled:hover a, .wprf-modal-preview-footer .rc-pagination-disabled:hover button {
	background: hsla(0, 0%, 80%, .15) !important;
	color: transparent !important;
	cursor: not-allowed !important;
}

.wprf-modal-preview-footer .rc-pagination-disabled:focus a:after, .wprf-modal-preview-footer .rc-pagination-disabled:focus button:after, .wprf-modal-preview-footer .rc-pagination-disabled:hover a:after, .wprf-modal-preview-footer .rc-pagination-disabled:hover button:after {
	background: hsla(0, 0%, 80%, .15) !important;
	color: #a3a3a3 !important;
	cursor: not-allowed !important;
}

.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	height: 32px;
	justify-content: center;
}

.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next a, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next button, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev a, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev button {
	height: 32px;
	text-decoration: none;
}

.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next a:after, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next button:after, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev a:after, .wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev button:after {
	height: 32px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open {
	background-color: rgba(11, 5, 44, .7) !important;
	padding: unset !important;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open {
	background: transparent !important;
	border: none !important;
	inset: unset !important;
	left: 50% !important;
	margin: 20px auto;
	max-height: calc(100vh - 100px);
	max-width: 980px !important;
	overflow: auto !important;
	padding: 0 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview {
	background: transparent !important;
	width: auto !important;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization {
	background: #fff !important;
	border-radius: 8px !important;
	font-family: Open Sans, sans-serif;
	max-height: 80vh !important;
	max-width: 750px !important;
	width: 90% !important;
}

@media only screen and (max-width:550px) {
	.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization {
		max-height: 95vh !important;
	}
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header {
	background: #fff;
	border-bottom: 1px solid #eaecfa;
	padding: 24px;
	position: sticky;
	top: 0;
	z-index: 999;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3 {
	color: #092161;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content {
	background: transparent;
	box-shadow: 0 5px 14px 0 rgba(8, 15, 52, .039);
	padding: 20px 24px 30px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top {
	margin-bottom: 20px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p {
	color: #535d77;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 12px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child {
	margin-bottom: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button {
	background: transparent;
	border: none;
	color: #6a4bff;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	padding: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn {
	margin-left: 4px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn {
	margin-bottom: 12px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a {
	color: #6a4bff;
	text-decoration: underline;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item {
	border: 1px solid #eaecfa;
	border-radius: 8px;
	padding: 12px 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3 {
	color: #092161;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active {
	color: #45c9b1;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input {
	display: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before {
	background: #6a4bff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after {
	left: auto;
	right: 1px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin-bottom: 0;
	max-height: 20px;
	min-height: 20px;
	position: relative;
	width: 40px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before {
	content: "";
	position: absolute;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before {
	background: #8d92b1;
	border: none;
	border-radius: 20px;
	height: 20px;
	left: 0;
	top: 0;
	transition: all .4s ease;
	width: 40px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	height: 18px;
	left: 1px;
	top: 1px;
	transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
	width: 18px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content {
	padding-bottom: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p {
	color: #7c8db5;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper {
	background: #f7f8fc;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 12px 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span {
	font-size: 12px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child), .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child), .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child), .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child) {
	border-bottom: 1px solid #eaecfa;
	padding-bottom: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child), .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child), .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child), .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child) {
	padding-top: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span {
	color: #7c8db5;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 4px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p {
	color: #092161;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer {
	background: transparent;
	border-radius: 0 0 16px 16px;
	flex-direction: column;
	padding: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .4), #fff 85%);
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	right: 0;
	top: -20px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button {
	background: #fff;
	display: flex;
	gap: 12px;
	padding: 20px 16px 12px;
}

@media only screen and (max-width:550px) {
	.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button {
		flex-direction: column;
		gap: 8px;
	}
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button {
	background: #fff;
	border: 1px solid #6a4bff;
	border-radius: 8px;
	color: #6a4bff;
	cursor: pointer;
	flex: auto;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 12px 20px;
}

@media only screen and (max-width:550px) {
	.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button {
		padding: 10px 20px;
	}
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child {
	background: #6a4bff;
	border: 1px solid #6a4bff;
	color: #fff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright {
	align-items: center;
	background: #f6f7fe;
	border-radius: 0 0 16px 16px;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 6px 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline {
	display: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by {
	display: inline-flex;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg {
	fill: #1f3155;
	height: 8px;
	width: 65px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close {
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 20px;
	width: 24px;
	z-index: 9999;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header {
	align-items: center;
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .102);
	color: #1b1b50;
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	padding: 20px 24px;
	position: sticky;
	top: 0;
	z-index: 999;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button {
	background: transparent;
	border: none;
	cursor: pointer;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper {
	background: #f6f7fe;
	padding: 24px 24px 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table {
	background: #fff;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 250px);
	max-width: 932px;
	overflow: auto;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead {
	flex: 1;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr {
	align-items: center;
	background: #c7cdf8;
	border-radius: 4px 4px 0 0;
	display: flex;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th {
	background: #c7cdf8;
	border-right: 1px solid #e0eaf8;
	box-sizing: border-box;
	color: #25396f;
	flex: 1;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1em;
	min-width: 136px;
	overflow: hidden;
	padding: 15px 10px;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child {
	width: 110px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody {
	flex: 1;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr {
	align-items: center;
	background: #fff;
	display: flex;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child {
	border-bottom: 1px solid #e0eaf8;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td {
	border-right: 1px solid #e0eaf8;
	box-sizing: border-box;
	color: #7c8db5;
	flex: 1;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1em;
	min-width: 136px;
	overflow: hidden;
	padding: 15px 10px;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child {
	width: 110px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img {
	max-height: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container {
	position: relative;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image {
	display: block;
	max-height: 70px;
	min-height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .3s ease-in-out;
	width: 70px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover {
	cursor: pointer;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image {
	opacity: 0;
	position: absolute;
	right: 95%;
	top: 50%;
	transform: translate(-60%, -50%);
	transition: opacity .3s ease-in-out;
	visibility: hidden;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image {
	opacity: 1;
	visibility: visible;
	width: 80px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img {
	max-height: 80px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image {
	cursor: zoom-out;
	display: block;
	height: 200%;
	left: -50%;
	position: relative;
	top: -50%;
	width: 200%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img {
	overflow: visible;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field {
	background: #fff;
	border-radius: 4px;
	margin-top: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title {
	align-items: center;
	background-color: transparent;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 12px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4 {
	color: #25396f;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span {
	display: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls {
	align-items: center;
	display: none;
	gap: 10px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span {
	margin-left: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash {
	color: #7c8db5;
	cursor: pointer;
	font-size: 18px;
	transition: .25s ease-in-out;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover {
	color: #5f7eff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover {
	color: #dc4f4b;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field {
	border: 0 solid;
	border-top: 1px solid #e6effb;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 16px 12px 14px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered {
	display: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label {
	color: #092161;
	flex-basis: auto;
	font-size: 12px;
	font-weight: 500;
	line-height: 13px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field {
	align-items: flex-start;
	flex: 1;
	max-width: 210px;
	min-width: 210px;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input {
	border: 1px solid #e6effb;
	border-radius: 4px;
	color: #092161;
	font-size: 12px;
	line-height: 1.1em;
	margin: 0;
	padding: 12px;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible {
	box-shadow: none;
	outline: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder {
	color: #778095 !important;
	max-width: 160px;
	min-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder {
	color: #778095 !important;
	max-width: 160px;
	min-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime {
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary {
	background-color: transparent;
	border: 1px solid #e6effb;
	border-radius: 4px;
	color: #778095;
	cursor: pointer;
	font-size: 14px;
	padding: 12px;
	text-align: left;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields {
	padding-bottom: 24px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer {
	background: #f6f7fe;
	border-radius: 0 0 8px 8px;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding: 24px;
	position: sticky;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper {
	align-items: center;
	display: flex;
	gap: 16px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf {
	margin-bottom: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal {
	box-sizing: border-box;
	color: #25396f;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 100%;
	overflow: unset;
	padding-bottom: 0;
	padding-top: 0;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	z-index: 1;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid #6a4bff !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #6a4bff;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 16px;
	height: 32px;
	margin: 0;
	max-width: none;
	min-height: 32px;
	overflow: hidden;
	padding: 0 26px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible {
	outline: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2 {
	border: 1px solid #6a4bff;
	border-radius: inherit;
	box-sizing: border-box;
	display: none;
	inset: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label {
	color: #25396f;
	font-size: 14px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info {
	color: #25396f;
	font-size: 14px;
	font-weight: 400;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child), .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child), .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child), .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child) {
	margin-right: 5px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item {
	aspect-ratio: 1;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	height: 32px;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button {
	align-items: center;
	box-shadow: none;
	color: rgba(0, 0, 0, .878);
	cursor: pointer;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: none;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a {
	background: rgba(106, 75, 255, .102);
	border-radius: 10px;
	color: rgba(37, 57, 111, .878);
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active {
	background-color: transparent;
	border: 1px solid #6a4bff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a {
	color: #6a4bff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a {
	background-color: transparent;
	color: #6a4bff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev {
	background: rgba(106, 75, 255, .15);
	border-radius: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button {
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: rgba(0, 0, 0, .878);
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after {
	align-items: center;
	border-radius: 10px;
	bottom: 0;
	box-shadow: none;
	color: #6a4bff;
	content: "•••";
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	justify-content: center;
	left: 0;
	position: absolute !important;
	position: relative;
	right: 0;
	text-decoration: none;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover {
	background-color: rgba(106, 75, 255, .15);
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button {
	text-decoration: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after {
	color: #6a4bff;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 10px;
	color: #6a4bff;
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	height: 32px;
	justify-content: center;
	margin-bottom: 0;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button {
	align-items: center;
	background: none;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after {
	align-items: center;
	bottom: 0;
	color: #6a4bff;
	cursor: pointer;
	display: flex;
	font-size: .75rem;
	justify-content: center;
	left: 0;
	position: absolute !important;
	position: relative;
	right: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button {
	background: rgba(106, 75, 255, .102);
	border-radius: 10px;
	color: rgba(37, 57, 111, .878);
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after {
	content: "<";
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after {
	content: ">";
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button {
	background: hsla(0, 0%, 80%, .15) !important;
	color: transparent !important;
	cursor: not-allowed !important;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after {
	background: hsla(0, 0%, 80%, .15) !important;
	color: #a3a3a3 !important;
	cursor: not-allowed !important;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	height: 32px;
	justify-content: center;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button {
	aspect-ratio: 1;
	height: 32px;
	text-decoration: none;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after {
	aspect-ratio: 1;
	height: 32px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update {
	background: #6a4bff;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3em;
	padding: 12px 20px;
}

.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover, .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover, .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover {
	cursor: pointer;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open {
	background: #fff !important;
	border-radius: 8px !important;
	max-width: 620px !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header {
	border-bottom: 1px solid #ebeef5;
	box-shadow: none;
	color: #092161;
	font-weight: 600;
	line-height: 21px;
	padding: 24px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .wprf-repeater-label .wprf-repeater-button, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .wprf-repeater-label .wprf-repeater-button {
	border: 1px solid #6a4bff;
	border-radius: 8px;
	color: #6a4bff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields {
	background: #fff;
	gap: 16px;
	padding: 24px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field {
	background: transparent;
	border: 1px solid #eaecfa;
	padding: 16px;
	position: relative;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title {
	padding: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4 {
	color: #092161;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field {
	border: 0 solid;
	border-top: unset;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: unset;
	padding: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label label, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label label {
	color: #535d77;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field {
	max-width: 100%;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field>span, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field>span {
	width: 100%;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input {
	border: 1px solid #e6effb;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-help, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-help {
	background: #fff1eb;
	border-radius: 4px;
	color: #535d77;
	display: block;
	flex-basis: 100%;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0 0;
	padding: 12px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea {
	color: #fff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer button, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer button {
	display: none;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea {
	border: 1px solid #e6effb;
	border-radius: 4px;
	color: #092161;
	font-size: 14px;
	line-height: 1.1em;
	padding: 10px 12px;
	resize: none;
	width: 100%;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus-visible, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus-visible {
	box-shadow: none;
	outline: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper {
	width: 100%;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control {
	border-color: #f0f6ff;
	box-shadow: none;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control:hover, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control:hover {
	border-color: #f0f6ff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea {
	background: #f0f3f7;
	border: 1px solid #e9ebf0;
	color: #535d77;
	cursor: text;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-label, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-label {
	display: none;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field {
	max-width: unset;
	min-width: unset;
	position: absolute;
	right: 16px;
	top: 16px;
	width: auto;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin-bottom: 0;
	margin-right: 0;
	max-height: 20px;
	min-height: 20px;
	position: relative;
	width: 40px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:before, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:before {
	background: #8d92b1;
	border: none;
	border-radius: 20px;
	height: 20px;
	left: 0;
	top: 0;
	transition: all .4s ease;
	width: 40px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:after, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:after {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	height: 18px;
	left: 1px;
	top: 1px;
	transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
	width: 18px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:before, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:before {
	background: #6a4bff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:after, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:after {
	left: auto;
	right: 1px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer {
	width: 100%;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer textarea, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer textarea {
	color: #fff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer {
	background: #fff;
	border-top: 1px solid #eaecfa;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	padding: 16px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update {
	font-size: 14px;
	line-height: 16px;
	padding: 12px 24px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open {
	max-width: 450px !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper {
	align-items: center;
	background: transparent;
	display: flex;
	flex-direction: column;
	padding-bottom: 24px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper img, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper img {
	margin-bottom: 20px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper h2, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper h2 {
	color: #092161;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 4px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper p, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper p {
	color: #535d77;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info {
	align-items: center;
	color: #535d77;
	display: flex;
	font-size: 12px;
	gap: 4px;
	line-height: 1em;
	margin: 0 0 20px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info span, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info span {
	color: #092161;
	font-weight: 500;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer {
	justify-content: unset;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn {
	border-radius: 8px;
	cursor: pointer;
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-primary, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-primary {
	background: #6a4bff;
	border: 1px solid #6a4bff;
	color: #fff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-secondary, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-secondary {
	background: #f7f8fa;
	border: 1px solid #d9dbe9;
	color: #092161;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open {
	max-width: 980px !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header {
	padding: 16px 24px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details {
	align-items: center;
	display: flex;
	gap: 12px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details .icon-wrap, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details .icon-wrap {
	align-items: center;
	border: 1px solid #ebeef5;
	border-radius: 6px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table {
	border: 1px solid #eaecfa;
	border-radius: 8px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th {
	background: #f6f8fa;
	border: none;
	color: #535d77;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 15px 16px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th:first-child, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th:first-child {
	min-width: 220px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td {
	border-right: none;
	color: #092161;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 15px 16px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td:first-child, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td:first-child {
	min-width: 220px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span {
	background: #e3f7ed;
	border-radius: 20px;
	color: #08754d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 7px 12px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-completed, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-completed {
	background: #e3f7ed;
	color: #08754d;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-failed, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-failed {
	background: #ffecee;
	color: #b84348;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a {
	color: #6a4bff;
	cursor: pointer;
	text-decoration: underline;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a:hover, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a:hover {
	color: #6a4bff;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:not(:last-child), .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:not(:last-child) {
	border-bottom: 1px solid #eaecfa;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:last-child, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:last-child {
	border-bottom: none;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open {
	margin-top: 44px !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field {
	border: none !important;
	padding: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title, .ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child {
	display: none;
}

.wprf-repeater-content .wprf-control-field .wprf-num-suggestions {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.wprf-repeater-content .wprf-control-field .wprf-num-suggestions span {
	background: #f0f3f7;
	border: 1px solid #e1e5eb;
	border-radius: 3px;
	color: #092161;
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
}

.nx-csv-modal-ift-container .nx-csv-modal-ift-popup {
	max-width: 500px;
}

.nx-csv-modal-ift-container .nx-csv-modal-ift-popup .swal2-modal.swal2-show .swal2-html-container {
	margin-bottom: 30px;
}

.nx-csv-modal-ift-container .nx-csv-modal-ift-popup .swal2-modal.swal2-show .swal2-styled.swal2-confirm {
	max-width: 150px;
}

.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-icon-show {
	border: none !important;
}

.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .nx-csv-import-limit button.swal2-confirm {
	background-color: #6a4bff !important;
}

.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-html-container {
	font-weight: 300;
}

.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-html-container strong {
	color: #000;
	font-weight: 400;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child, .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(5) {
	grid-column: 1/span 3;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(2), .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(6) {
	grid-column: 4/span 3;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(3), .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(7) {
	grid-column: 7/span 3;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(4) {
	grid-column: 10/span 3;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp {
	grid-column: 1/span 5 !important;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp .wprf-control-field {
	max-width: 250px;
	width: auto;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp .wprf-control-field .wprf-control-datetime .components-button.is-tertiary {
	background: #f2f2f2;
	border: none;
	color: #6648fe;
	font-size: 12px;
	padding: 10px 14px;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image {
	grid-column: 6/span 7 !important;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field {
	flex: 1;
	max-width: 100%;
	min-width: auto;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-preview {
	margin-right: 16px;
	max-width: 55px;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader {
	display: flex;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-btn {
	background: transparent;
	border-radius: 5px;
	min-height: 36px;
	transition: .3s ease-in-out;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-remove-btn {
	background: #f85656;
	border: 1px solid #f85656;
	color: #fff;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-upload-btn {
	border: 1px solid #6a4bff;
	color: #6a4bff;
	margin-right: 0;
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-upload-btn:hover {
	box-shadow: 0 15px 25px -5px rgba(86, 20, 213, .3);
}

.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field {
	min-width: auto;
}

.wpsp-better-repeater-fields .wprf-repeater-inner-field .wprf-name-is_add_script {
	flex-direction: row !important;
	justify-content: space-between;
}

.wpsp-better-repeater-fields .wprf-repeater-inner-field .wprf-name-is_add_script .wprf-control-field {
	justify-content: end;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap {
	height: 20px;
	margin-right: 10px;
	width: 40px;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap label {
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 20px;
	min-height: 20px;
	position: relative;
	width: 40px;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap label:after, .wpsp-better-repeater-fields .wprf-toggle-wrap label:before {
	content: "";
	position: absolute;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap label:before {
	background: #7c8db5;
	border: 1px solid #7c8db5;
	border-radius: 50px;
	box-sizing: border-box;
	height: 20px;
	left: 0;
	margin: 0;
	transition: background .1s ease .1s;
	width: 40px;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap label:after {
	animation: switch-off .3s ease-out;
	background: #fff;
	border-radius: 50px;
	box-shadow: inset 0 0 0 5px #fcfff4;
	height: 18px;
	left: 1px;
	top: 1px;
	transition: all .2s ease;
	width: 18px;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox] {
	display: none;
	visibility: hidden;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox]:checked+label:before {
	background: #6a4bff;
	border: 1px solid #6a4bff;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox]:checked+label:after {
	animation: switch-on .3s ease-out;
	background: #fff;
	left: 21px;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap.wprf-checked label:before {
	background: #6a4bff;
	border: 1px solid #6a4bff;
}

.wpsp-better-repeater-fields .wprf-toggle-wrap.wprf-checked label:after {
	animation: switch-on .3s ease-out;
	background: #fff;
	left: 21px;
}
