@import url(/wp-content/plugins/doppler-form/admin/css/fonts/fonts.css);
#toplevel_page_doppler_forms_menu a .dashicons-before img {
	width: 20px;
}

#toplevel_page_doppler_forms_menu.current a .dashicons-before img {
	opacity: 1;
}

.dplr_settings h2.main-title {
	font-size: 22px;
	color: #525845;
	font-weight: bold;
}

.dplr_settings .dplr-logo-header {
	max-width: 130px;
	display: block;
	margin-top: 50px;
}

.dplr_settings .dplr-logo-header img {
	width: 100%;
}

.dplr_settings p {
	color: #525845;
}

.dplr_settings .w-100 {
	width: 100%;
}

.dplr_settings .mw-8 {
	max-width: 800px;
}

.dplr_settings .mw-7 {
	max-width: 700px;
}

.dplr_settings .text-bold {
	font-weight: 700;
}

.dplr_settings .text-italic {
	font-style: italic;
}

.dplr_settings .semi-bold {
	font-weight: 600;
}

.dplr_settings .size-regular {
	font-size: 14px;
}

.dplr_settings .size-medium {
	font-size: 16px;
}

.dplr_settings .size-big {
	font-size: 16px;
	line-height: 24px;
}

.dplr_settings .size-huge {
	font-size: 40px;
}

.dplr_settings .bold {
	font-weight: bold;
}

.dplr_settings .text-red {
	color: #e34f45;
}

.dplr_settings .text-white {
	color: #fff;
}

.dplr_settings .text-regular-grey {
	color: #666;
}

.dplr_settings .text-dark-green {
	color: #008046;
}

.dplr_settings .text-center {
	text-align: center;
}

.dplr_settings .text-left {
	text-align: left;
}

.dplr_settings .text-right {
	text-align: right;
}

.dplr_settings .box-shado-0 {
	box-shadow: none !important;
}

.dplr_settings a.green-link {
	color: #33ad73;
	text-decoration: none;
}

.dplr_settings a.green-link:hover {
	color: #008046;
	text-decoration: none;
}

.dplr_settings .pointer {
	cursor: pointer;
}

.dplr_settings .d-block {
	display: block;
}

.dplr_settings .d-inline-block {
	display: inline-block;
}

.dplr_settings .d-none {
	display: none !important;
}

.dplr_settings .hidden {
	visibility: hidden;
}

.dplr_settings .visible {
	visibility: visible;
}

.dplr_settings .opacity-0 {
	opacity: 0;
}

.dplr_settings .margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.dplr_settings .mb-1 {
	margin-bottom: 30px;
}

.dplr_settings .mb-2 {
	margin-bottom: 60px;
}

.dplr_settings .mb-3 {
	margin-bottom: 90px;
}

.dplr_settings .mb-4 {
	margin-bottom: 120px;
}

.dplr_settings .mt-1 {
	margin-top: 30px;
}

.dplr_settings .ml-0 {
	margin-left: 0;
}

.dplr_settings .ml-1 {
	margin-left: 15px;
}

.dplr_settings .pl-0 {
	padding-left: 0 !important;
}

.dplr_settings .pl-1 {
	padding-left: 10px;
}

.dplr_settings .pr-0 {
	padding-right: 0 !important;
}

.dplr_settings .pr-1 {
	padding-right: 10px;
}

.dplr_settings .pt-1 {
	padding-top: 10px;
}

.dplr_settings .pb-1 {
	padding-bottom: 10px;
}

.dplr_settings .pb-3 {
	padding-bottom: 30px;
}

.dplr_settings .pt-3 {
	padding-top: 30px;
}

.dplr_settings .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dplr_settings .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dplr_settings .flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dplr_settings .justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dplr_settings .justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dplr_settings .justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dplr_settings .space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dplr_settings .space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.dplr_settings .space-evenly {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.dplr_settings .align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.dplr_settings .align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.dplr_settings .align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dplr_settings .stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dplr_settings .baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dplr_settings .content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.dplr_settings .content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.dplr_settings .content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.dplr_settings .flex-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 1;
	flex: 1;
}

.dplr_settings .flex-grow-2 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.dplr_settings .dplr-tab-content {
	font-family: "Proxima Nova Rg", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.dplr_settings table tbody tr td .ms-icon {
	font-size: 16px;
}

.dplr_settings.ui-dialog-content p img {
	float: right;
	margin: 10px 10px 0px 0px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes counterspin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@keyframes counterspin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@-webkit-keyframes dp-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes dp-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.dplr_settings .messages-container.blocker {
	background: #e34f45;
}

.dplr_settings .messages-container.warning {
	background: #fbb224;
}

.dplr_settings .messages-container.info {
	background: #65c192;
}

.dplr_settings .messages-container {
	padding: 0 2%;
	margin-bottom: 30px;
	font-family: Arial, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dplr_settings .messages-container.d-none {
	display: none;
}

.dplr_settings .messages-container p {
	color: #fff;
	font-size: 13px;
}

.dplr_settings .messages-container p a {
	color: #fff;
	font-weight: bold;
}

.dplr_settings form {
	opacity: 100% !important;
	display: block !important;
}

.dplr_settings form label {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	cursor: default;
}

.dplr_settings form .visible {
	opacity: 100% !important;
	display: block !important;
	z-index: 9999 !important;
}

.dplr_settings form input[type="text"],
.dplr_settings form input[type="email"],
.dplr_settings form input[type="date"],
.dplr_settings form input[type="tel"],
.dplr_settings form input[type="url"],
.dplr_settings form select,
.dplr_settings form textarea {
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
}

.dplr_settings form .dplr_input_section {
	margin-bottom: 25px;
}

.dplr_settings form .dplr_input_section label {
	color: #333;
}

.dplr_settings form .dplr_input_section label span.req,
.dplr_settings form .dplr_input_section label span.hlp {
	color: #838370;
	font-weight: 400;
}

.dplr_settings form .dplr_input_section .radio_section {
	padding-left: 10px;
	color: #333;
}

.dplr_settings form .dplr_input_section .radio_section input[type="radio"] {
	margin-left: 3px;
}

.dplr_settings form .dplr_input_section.horizontal label {
	float: left;
	text-align: left;
}

.dplr_settings form textarea {
	height: 100px;
	/* override doppler's styles */
	resize: vertical !important;
}

.dplr_settings form select {
	cursor: pointer;
}

.dplr_settings form.form-horizontal .dplr-row-section {
	position: relative;
}

.dplr_settings form.form-horizontal .dplr-row-section .dplr-input-section {
	display: block;
	width: 40%;
	text-align: left;
	float: left;
	padding-left: 10px;
}

.dplr_settings
	form.form-horizontal
	.dplr-row-section
	.dplr-input-section:first-child {
	padding-left: 0px;
}

.dplr_settings form ::-webkit-input-placeholder {
	font-style: italic;
	color: #838370;
}

.dplr_settings form :-moz-placeholder {
	font-style: italic;
	color: #838370;
}

.dplr_settings form ::-moz-placeholder {
	font-style: italic;
	color: #838370;
}

.dplr_settings form :-ms-input-placeholder {
	font-style: italic;
	color: #838370;
}

.dplr_settings .dp-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Proxima Nova Rg", Helvetica, Arial, sans-serif;
	border-radius: 3px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
}

.dplr_settings .dp-button.button-big {
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	padding: 16px 35px;
}

.dplr_settings .dp-button.button-medium {
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	padding: 13px 25px;
}

.dplr_settings .dp-button.button-small {
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
	padding: 10px 15px;
}

.dplr_settings .dp-button.button-right {
	float: right;
}

.dplr_settings .dp-button.dp-button--inline.button--loading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.dplr_settings .dp-button.button--loading {
	padding-left: 3em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dplr_settings .dp-button.button--loading:after {
	content: "";
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	border-radius: 50%;
	border: 5px solid;
	border-color: rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	-webkit-animation: dp-preloader-spin 0.7s infinite linear;
	animation: dp-preloader-spin 0.7s infinite linear;
	left: 1em;
}

.dplr_settings .dp-button.button--round {
	text-transform: uppercase;
	border-radius: 30px;
	font-weight: 600;
}

.dplr_settings .dp-button.primary-green {
	background-color: #33ad73;
	border: 1px solid #33ad73;
	color: #fff;
}

.dplr_settings .dp-button.primary-green:hover {
	background-color: #008046;
	border: 1px solid #008046;
	color: #fff;
}

.dplr_settings .dp-button.primary-grey {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

.dplr_settings .dp-button.button-outline--primary {
	border-color: #33ad73;
	color: #33ad73;
	border: 1px solid;
	background: #fff;
}

.dplr_settings .dp-button.button-outline--primary:hover {
	background: rgba(51, 173, 115, 0.2);
}

.dplr_settings .dp-button.button-outline--primary.button--loading:after {
	border-color: rgba(0, 0, 0, 0.3);
	border-top-color: #eee;
}

.dplr_settings .dp-button.primary-grey:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.dplr_settings .dp-button.primary-brown {
	background-color: #302100;
	border: 1px solid #302100;
	color: #fff;
}

.dplr_settings .dp-button.primary-brown:hover {
	background-color: #594103;
	border: 1px solid #594103;
	color: #fff;
}

.dplr_settings .dp-button.link-green {
	color: #33ad73;
}

.dplr_settings .dp-button.link-green:hover {
	color: #008046;
}

.dplr_settings .dp-button:disabled {
	pointer-events: none;
	opacity: 0.4;
}

.dplr_settings .dp-button.button--has-icon {
	width: 36px;
	height: 36px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	font-size: 22px;
	background-color: transparent;
}

.dplr_settings .dp-button.button--has-icon.is-spinning [class*="-icon"] {
	display: inherit;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.dplr_settings .dp-button.button--has-icon:hover {
	border-color: #cfcfcf;
	background-color: #fff;
}

.dplr_settings .panel {
	position: relative;
	margin: 16px 0;
	padding: 23px 10px 0;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background: #fff;
	font-size: 14px;
	line-height: 2.1em;
}

.dplr_settings .panel:first-child {
	margin-top: 0px;
}

.dplr_settings .panel .panel-header {
	background: #666;
	padding: 1px 10px;
}

.dplr_settings .panel .panel-header p,
.dplr_settings .panel .panel-header h1,
.dplr_settings .panel .panel-header h2,
.dplr_settings .panel .panel-header h3,
.dplr_settings .panel .panel-header h4,
.dplr_settings .panel .panel-header h5,
.dplr_settings .panel .panel-header h6 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 12px;
}

.dplr_settings .panel .panel-header th {
	padding: 12px 0px;
}

.dplr_settings .panel .panel-body {
	color: #838370;
	padding: 10px;
}

.dplr_settings .panel .panel-body th,
.dplr_settings .panel .panel-body td {
	padding: 10px;
}

.dplr_settings .panel .panel-body tr:first-child th,
.dplr_settings .panel .panel-body tr:first-child td {
	padding-top: 20px;
}

.dplr_settings .panel ul.accordion {
	list-style-type: none;
	padding: 0;
}

.dplr_settings .panel ul.accordion > li {
	background: #fff;
	position: relative;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 10px;
	color: #333;
}

.dplr_settings .panel ul.accordion > li .type {
	font-size: 10px;
	font-style: italic;
	color: #333;
	font-weight: 700;
}

.dplr_settings .panel ul.accordion > li:last-child {
	margin-bottom: 0;
}

.dplr_settings .panel ul.accordion > li > a {
	text-decoration: none;
	color: #666;
}

.dplr_settings .panel ul.accordion > li > a:hover {
	color: #999;
}

.dplr_settings .panel ul.accordion > li a.alt-toggle {
	position: absolute;
	right: 20px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	padding: 0 0.3rem;
	text-align: right;
}

.dplr_settings .panel ul.accordion > li a.alt-toggle:hover {
	color: #777575;
}

.dplr_settings .panel ul.accordion > li a.alt-toggle:hover > i {
	color: #777575;
}

.dplr_settings .panel ul.accordion > li a.alt-toggle > i {
	font-style: normal;
	font-weight: 600;
	color: #aaa;
	font-size: 20px;
	position: relative;
	top: 1px;
	display: inline-block;
	width: 18px;
	text-align: center;
}

.dplr_settings .panel ul.accordion > li a.alt-toggle > i::after {
	text-align: center;
	content: "+";
	font-weight: bold;
}

.dplr_settings .panel ul.accordion > li .accordion-content {
	display: none;
}

.dplr_settings .panel ul.accordion > li.active .accordion-content,
.dplr_settings ul.dp-accordion > li.active .dp-accordion-panel {
	display: block;
}

.dplr_settings ul.dp-accordion {
	text-align: left;
}

.dplr_settings .panel ul.accordion > li.active a.alt-toggle > i::after {
	content: "-";
	font-weight: bold;
}

.dplr_settings .panel ul.accordion > li span.hlp {
	color: #838370;
}

.dplr_settings table.panel {
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.dplr_settings .wrapper-loading,
.dplr_settings .wrapper-loading .loading-page {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dplr_settings .wrapper-loading {
	margin: auto;
	width: 8em;
	height: 8em;
}

.dplr_settings .wrapper-loading .loading-page {
	position: relative;
}

.dplr_settings .wrapper-loading .flash {
	-webkit-animation: flash 2s infinite linear;
	animation: flash 2s infinite linear;
}

.dplr_settings .input-text.input-icon .icon {
	display: inline;
	text-align: center;
}

.dplr_settings .input-text.input-icon .icon > span:after {
	background-image: url("../img/tip-icon.svg");
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 16px;
	top: 1px;
	position: absolute;
}

.dplr_settings .tooltip {
	position: relative;
}

.dplr_settings .tooltip > .tooltip-container {
	position: absolute;
	padding: 0 22px;
	top: 0;
	left: 0;
}

.dplr_settings .tooltip > .tooltip-container::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.dplr_settings .tooltip.tooltip-warning > .tooltip-container {
	top: 10px;
	left: 0;
	-webkit-transform: translate(1%, 213%);
	transform: translate(1%, 213%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	max-height: 27px;
	padding-left: 0px;
	padding-right: 0px;
}

.dplr_settings .tooltip.tooltip-warning > .tooltip-container span {
	font-size: 14px;
	color: #e34f45;
	letter-spacing: 0;
	line-height: 24px;
	font-family: "Proxima Nova Rg";
}

.dplr_settings .tooltip.tooltip-warning > .tooltip-container::after {
	display: none;
}

.dplr_settings .tooltip.tooltip-info > .tooltip-container {
	background: #000;
	font-family: "Proxima Nova Rg";
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 220px;
}

.dplr_settings .tooltip.tooltip-info > .tooltip-container::after {
	border-width: 9px 8px 0;
	border-color: #000 transparent transparent;
}

.dplr_settings .tooltip.tooltip-info > .tooltip-container p {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dplr_settings .tooltip.tooltip-hide > .tooltip-container {
	opacity: 0;
}

.dplr_settings .tooltip.tooltip-hover:hover > .tooltip-container {
	opacity: 1;
	visibility: visible;
}

.dplr_settings .tooltip.tooltip-hover > .tooltip-container {
	visibility: hidden;
	opacity: 0;
}

.dplr_settings .tooltip.tooltip-hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	background: transparent;
	top: -60px;
	left: 0;
	pointer-events: auto;
}

.dplr_settings .tooltip.tooltip-top > .tooltip-container {
	-webkit-transform: translate(-43%, -130%);
	transform: translate(-43%, -130%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.dplr_settings .tooltip.tooltip-top > .tooltip-container::after {
	right: 45%;
	bottom: -6px;
}

.dplr_settings .tooltip.tooltip--user_api_error {
	top: -10;
}

.dplr_settings .dplr_connect a {
	color: #33ad73;
}

.dplr_settings .dplr_connect a:hover {
	color: #008046;
}

.dplr_settings .dplr_connect h1 {
	color: #302100;
	font-family: "Proxima Nova Rg", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 44px;
	text-align: center;
}

.dplr_settings .dplr_connect #dplr_logo {
	display: inline-block;
}

.dplr_settings .dplr_connect #dplr_logo img {
	width: 210px;
}

.dplr_settings
	.dplr_connect
	.tooltip.tooltip-warning
	> .tooltip-container
	span {
	font-size: 14px;
	color: #e34f45;
	letter-spacing: 0;
	line-height: 24px;
	font-family: "Proxima Nova Rg", Helvetica, Arial, sans-serif;
}

.dplr_settings table tbody tr.deleting {
	color: #999999;
}

.dplr_settings table tbody tr.deleting a {
	color: #999999;
	pointer-events: none;
}

.dplr_settings table tbody tr.deleting a.dplr-remove {
	visibility: hidden;
	display: inline-block;
}

.dplr_settings table tbody tr.deleting a.dplr-remove:after {
	position: relative;
	top: -2px;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	content: "";
	height: 18px;
	margin-top: -18px;
	visibility: visible;
	display: block;
}

.dplr_settings .dplr-tab-content--form-create .color-selector,
.dplr_settings .dplr-tab-content--form-edit .color-selector {
	width: 201px;
}

.dplr_settings .dplr-tab-content--form-create span.noti,
.dplr_settings .dplr-tab-content--form-edit span.noti {
	padding-left: 10px;
}

.dplr_settings .dplr-tab-content--form-create .dp-button,
.dplr_settings .dplr-tab-content--form-edit .dp-button {
	margin-left: 20px;
}

.dplr_settings .dplr-tab-content--form-create .sortable li,
.dplr_settings .dplr-tab-content--form-edit .sortable li {
	cursor: move;
}

.dplr_settings .dplr-tab-content--form-create .dplr-thankyou-url,
.dplr_settings .dplr-tab-content--form-edit .dplr-thankyou-url {
	display: none;
}

.dplr_settings .dplr-tab-content--form-create .icon-close,
.dplr_settings .dplr-tab-content--form-edit .icon-close {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.dplr_settings #dplr-crud {
	font-family: "Proxima Nova Rg", Helvetica, Arial, sans-serif;
}

.dplr_settings #dplr-crud #dplr-form-list-crud label {
	display: block;
	font-weight: 700;
}

.dplr_settings #dplr-crud #dplr-form-list-crud .tbl {
	margin-top: 30px;
}

.dplr_settings #dplr-crud #dplr-form-list-crud input[type="text"] {
	font-weight: normal;
}

.dplr_settings #dplr-crud .dplr-loading {
	display: none;
}

.dplr_settings #dplr-crud #dplr-tbl-lists a {
	cursor: pointer;
}

.dplr_settings #dplr-crud #dplr-tbl-lists tr.deleting {
	pointer-events: none;
	opacity: 0.6;
}

.dplr_settings #dplr-crud #dplr-tbl-lists tr.deleting a {
	visibility: hidden;
}

.dplr_settings #dplr-crud #dplr-tbl-lists tr.deleting a:after {
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	content: "";
	height: 18px;
	margin-top: -18px;
	visibility: visible;
	display: block;
}

.dplr_settings #dplr-crud.loading form button,
.dplr_settings #dplr-crud.loading form input {
	pointer-events: none;
}

.dplr_settings #dplr-crud.loading .dplr-loading {
	display: block;
}

.dplr_settings #dplr-crud.loading #dplr-tbl-lists {
	display: none;
}

.awa-form .dp-label-checkbox input[type="checkbox"]:checked::before {
	content: none;
}

.dplr_settings .dp-wrapper-as-kpi .dp-kpi-card div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 50px;
}

.dplr_settings .dplr-wrapper-help-links {
	padding: 6px 18px;
}

.dplr_settings .dplr-wrapper-help-links ul li {
	border-bottom: 1px solid #ccc;
	padding: 12px 0px;
	margin: 0px;
}

.dplr_settings .dplr-wrapper-help-links ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	gap: 10px;
}

.dplr_settings .dplr-wrapper-help-links ul li a:hover {
	opacity: 50%;
}

.dplr_settings .dplr-wrapper-help-links ul li span {
	font-size: 16px;
	color: #333;
}

.dplr_settings .dplr-wrapper-help-links ul .dplr-circle {
	background-color: #fdd49a;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dplr_settings .dplr-circle {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dplr_settings .dp-box-shadow .dplr-quick-access {
	padding: 20px;
}

.dplr_settings .dp-box-shadow .dplr-quick-access .dplr-quick-access-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 25px;
}

.dplr_settings .dplr-quick-access .dplr-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
}

.dplr_settings .dplr-quick-access .dplr-item .dplr-circle {
	background-color: #00804652;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dplr_settings .dplr-quick-access .dplr-item .dplr-texts {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.dplr_settings .dplr-quick-access .dplr-item p {
	margin: 0;
	color: #000;
}

.dplr_settings .dplr-quick-access .dplr-item a {
	margin-top: 5px;
	text-align: left;
}

.dplr_settings .dplr-quick-access .dplr-item a:hover {
	text-decoration: underline;
}

.dplr_settings .extension-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.dplr_settings .extension-item:last-child {
	border-bottom: none;
}

.dplr_settings .extension-item .dplr-circle {
	background-color: #e5cfe3;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dplr_settings .extension-item p {
	font-size: 12px;
}

.dplr_settings #dplrwoo-form-settings > section {
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.dplr_settings #dplrwoo-form-settings > section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.dplr_settings .code-block {
	border-left: 5px solid #c0c3c3;
	padding: 15px;
	font-size: 18px;
	font-style: italic;
	margin: 20px 0 20px 40px;
}

.dplr_settings .code-block > p > code {
	background-color: inherit;
}

.dplr_settings .dp-container .settings-list > li {
	background-image: url("../img/Check-black.svg");
	background-position: center left;
	padding-left: 36px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.dplr_settings .dp-carousel-slide-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
}

.dplr_settings .dp-carousel-slide-title {
	display: flex;
	align-items: flex-start;
}

.dplr_settings .dp-carousel-icon {
	max-width: 2%;
}

#dplr-sign-up .iti {
	width: 100%;
}

.dplr_settings main.confirmation-main footer p {
	text-align: left;
}

/* override doppler's styles */
.wp-core-ui .wp-editor-tools .wp-media-buttons > button,
.wp-core-ui .wp-editor-container .ed_button {
	color: #2271b1 !important;
	border: 1px solid #2271b1 !important;
	width: auto !important;
}

.dplr_settings .tabs-wrapper {
	margin: 10px 12px !important;
}

.dplr_settings .dplr_connect .dp-tooltip-top-bubble a {
	color: #33ad73 !important;
}

.dplr_settings .dplr_connect .dp-tooltip-top-bubble a:hover {
	color: #008046 !important;
}

.dplr_settings .dp-wrapper-as-kpi .dp-kpi-card {
	padding-bottom: 18px !important;
}

.dplr_settings .dp-tabs-plans .tab--link {
	font-size: 18px !important;
}

.dplr_settings .dp-tabs-plans .tab--link.active {
	border-bottom: 4px solid #fab221 !important;
}

.dplr_settings .dp-icon-wrapper span {
	font-size: 18px;
}

.dplr_settings .dp-switch input[type="checkbox"]:focus {
	outline: transparent !important;
	box-shadow: inset 0 0 0 2px #f0f0f1 !important;
	border: transparent !important;
}

.dplr_settings .dp-carousel-dots .dp-carousel-dot {
	border: none !important;
	background: none !important;
}

.dplr_settings .dp-carousel-slide {
	min-height: auto !important;
}

.dplr_settings .dp-carousel-slide-header {
	margin-bottom: 0 !important;
}

.dplr_settings .btn-login > button.dp-button.button--loading {
	display: inline-block !important;
}

.dplr_settings .confirmation-main h1 {
	font-size: 30px;
	line-height: 20px;
}

/* override Wordpress's styles */
#dplr-consent-location {
	background-image: none;
}
#dplr-consent-text:disabled::placeholder {
	color: #999;
}

.dplr_settings select {
	background: white;
}
