#delete-duplicate-posts-tabs {
	border: none;
	background: none;
	padding: 0;

	margin-right: 20px;
}

#ddp_dupetable th:first-child,
#ddp_dupetable td:first-child {
	width: 65% !important;
}

#ddp_dupetable th:last-child,
#ddp_dupetable td:last-child {
	width: 35% !important;
}


#cp-ddp-newsletter .ml-block-form button {
	height: 30px;
}
.tab-content {
	margin-top: 20px;
}

.nav-tab-wrapper {
	margin-bottom: 20px;
}

.nav-tab-wrapper .pro {
	opacity: 0.6;
	pointer-events: none;
}

.ddp_content_wrapper #delete-duplicate-posts-tabs .ui-tabs-active a {
	background-color: #ffffff !important;
}

.premium_ver #delete-duplicate-posts-tabs .ui-tab .pro a:after {
	display: none;
}

#delete-duplicate-posts-tabs ul.ui-tabs-nav .pro a:after {
	content: 'Pro';
	background: #00a0d2;
	border-radius: 4px;
	color: #ffffff;
	padding: 2px 4px;
	margin-left: 5px;
	font-size: .8em;
}

#delete-duplicate-posts-tabs ul.ui-tabs-nav {
	margin: 0;
	padding: 0;
	background: #f0f0f1;
	border: 1px solid #ccc;
}


#delete-duplicate-posts-tabs ul.ui-tabs-nav li a:focus {
	box-shadow: none;
}

#delete-duplicate-posts-tabs ul.ui-tabs-nav li {
	display: inline-block;
	margin: 0;
	border: none;
	background: none;
}

#delete-duplicate-posts-tabs ul.ui-tabs-nav li a {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	line-height: normal;
	color: #555;
	border: none;
	border-bottom: 4px solid transparent;
}

#delete-duplicate-posts-tabs #log ul li {
	margin-bottom: 6px;
}

#delete-duplicate-posts-tabs ul.ui-tabs-nav li.ui-tabs-active a {
border-bottom-color: #ffffff;
	background: none;
	color: #00a0d2;
}


#delete-duplicate-posts-tabs ul.ui-tabs-nav li:hover a {
	border-bottom-color: #00a0d2;
	background: none;
	color: #00a0d2;
}

#delete-duplicate-posts-tabs .ui-tabs-panel {
	padding: 15px;
	border: 1px solid #ccc;
	background: #ffffff;

	border-top: none;
}


.wrap.free .nav-tab:first-of-type {
	margin-left: 0px;
}

#sidebar-container .sidebarrow {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccd0d4;
}

#sidebar-container .sidebarrow:last-of-type {
	border-bottom: 0px;
}

.ddpnewsletter,
.innerpromotion.ddppro {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f0f0f1;
	border: 1px solid #ccc;
	border-radius: 4px;
	
}

.innerpromotion h3 {
	margin: 0 auto;
}

.innerpromotion.ddppro .linklist {
	margin:20px;
	flex-direction: column;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.innerpromotion.ddppro .linklist li {
	font-size: 1.2em;
}



.ddpnewsletter p.ppolicy {
	font-size: .8em;
	color: #555;
}


.alternate,
.striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd) {
	background-color: #f6f7f7;
}

.alternate:hover,
.striped>tbody>:nth-child(odd):hover,
ul.striped>:nth-child(odd):hover {
	background-color: #f2f2f2;
	/* Change this to your desired hover color */
	cursor: pointer;
}

/* Target the first td of each tr and apply styles */
#ddp_dupetable tr.wp-list-table>td:first-child {

	color: #666666;
	/* Darker red text color */
	font-weight: bold;
	/* Make the font bold */
}

/* Add a hover effect */
#ddp_dupetable tr.wp-list-table>td:first-child:hover {}

#ddp_dupetable table.dataTable>tbody>tr>.selected a {
	text-decoration: underline;
	color: #ffffff;
}

#ddp_redirtable_length,
#ddp_dupetable_length {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#ddp_redirtable_length select,
#ddp_dupetable_length select {
	height: 26px;
	padding: 0px 20px 0px 4px !important;
}

#ddp_redirtable_wrapper .dt-buttons,
#ddp_dupetable_wrapper .dt-buttons {
	margin-bottom: 10px;
	margin-top: 10px;
}

.striped>tbody>:nth-child(even),
ul.striped>:nth-child(even) {
	background-color: #e6e6e6;
}

.striped>tbody>:nth-child(even):hover,
ul.striped>:nth-child(even):hover {
	background-color: #d9d9d9;
	cursor: pointer;
}

#ddp_dupetable_processing {
	background: #ffffff;
	padding: 30px;
}

#ddp_redirtable tr.selected td a,
#ddp_dupetable tr.selected td a {
	text-decoration: underline;
	color: #ffffff;
}


#ddp_dupetable tr.selected td a:hover {
	color: #000000;
}

#processingMessage {
	font-size: 18px;
	font-weight: bold;
}

/*
.ddpprobutton {
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	line-height: 1.4em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

*/

.ddpprobutton {

	text-align: center;
}


.ddpprobutton span {
	clear: both;
	display: block;
}

.dataTables_length select {
	width: auto;
	padding-right: 20px !important;
}


.optin {
	background-color: #bddef9;
	padding: 10px;
	width: auto !important;
	margin-top: 10px;
}


.moneybackguarantee {
	text-align: center;
}

.moneybackguarantee p {
	font-size: .9em;

}

/*
.statusdiv {
	background-color: #ffffff;
	padding: .8em;
	clear: both;
	border: 1px solid #ccd0d4;
}
*/

#cp-ddp-reviewlink ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#cp-ddp-reviewlink ul li {

	float: left;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 30px;
}

#cp-ddp-reviewlinkul li .dashicons {
	line-height: 30px;
	margin-right: 5px;
}

.tools_page_delete-duplicate-posts .updated {
	clear: both;
}

#ddp_container #dashboard .spinner {
	float: left;
}

.sidebarrow .faqbullets {
	padding-left: 30px;
	font-size: .8em;
}

.sidebarrow .faqbullets li {
	list-style-type: square;
}

.sidebarrow .linklist {
	padding-left: 20px;
}

.sidebarrow .linklist li {
	list-style-type: square;
}

.sidebarrow .linklist li a {
	text-decoration: none;
}

.sidebarrow .linklist li a:hover {
	text-decoration: underline;
}

.sidebarrow .linklist span {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	font-weight: 400;

}



.statusdiv h3 {
	text-align: center;
}

.statusdiv .dupelist {
	margin-bottom: 10px;
}

.statusdiv .errormessage {
	border: 1px solid #ff0000;
	background-color: #ffe6e6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	display: none;
	margin-bottom: 20px;
}

.statusdiv .center {
	text-align: center;
}

#ddp_compare_metatag {
	margin-top: 10px;
	margin-left: 25px;
}

.ddpcomparemethod .optiondesc {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	font-weight: 400;
}

.ddpcomparemethod .ddp-compare-details {
	display: none;
}


/*
.duplicatetable {
	display: none;
}

*/

.statusmessage {
	display: none;
}

.wrap.free .nav-tab-active {

	background-color: #ffffff;
}

.ddp_content_wrapper {
	display: table;
	table-layout: fixed;
	padding-left:20px;
	background-color: #ffffff;
	padding-top: 20px;
	border-left: 1px solid #c3c4c7;
	border-right: 1px solid #c3c4c7;
padding-right: 10px;
}


.ddp_content_cell {
	display: table-cell;
	height: 500px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}



#ddp_container {
	margin: 0;
	padding: 0 10px 0 0px;
	vertical-align: top;
	display: table-cell;

}

#ddp_dupetable,
#ddp_redirtable {
	min-width: 100%;
}


#sidebar-container {
	display: table-cell;
	height: 500px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 260px;
	background: #ffffff;

	border: 1px solid #ccd0d4;

	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	margin: 5px 15px 2px;
	padding: 1px 12px;
}


#sidebar-container .sidebarrow {
	margin-bottom: 10px;
}

#sidebar-container .sidebarrow.ddppro {
	background-color: #eee;
	padding: 5px;

}

#sidebar-container .sidebarrow:last-of-type {
	border-bottom: 0px;
}

#sidebar-container .sidebarrow img.logo {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}

#log {

	overflow-x: hidden;
	overflow-x: auto;


}

/* Select extension CSS */

table.dataTable>tbody>tr>.selected {
	background-color: rgba(13, 110, 253, 0.9);
	color: white
}

table.dataTable>tbody>tr>td.select-checkbox,
table.dataTable>tbody>tr>th.select-checkbox {
	position: relative
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>td.select-checkbox:after,
table.dataTable>tbody>tr>th.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	box-sizing: border-box
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:before {
	content: " ";
	margin-top: -6px;
	margin-left: -6px;
	border: 1px solid black;
	border-radius: 3px
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before,
table.dataTable>tbody>tr.selected>th.select-checkbox:before {
	border: 1px solid white
}

table.dataTable>tbody>tr.selected>td.select-checkbox:after,
table.dataTable>tbody>tr.selected>th.select-checkbox:after {
	content: "✓";
	font-size: 20px;
	margin-top: -12px;
	margin-left: -6px;
	text-align: center
}

table.dataTable.compact>tbody>tr>td.select-checkbox:before,
table.dataTable.compact>tbody>tr>th.select-checkbox:before {
	margin-top: -12px
}

table.dataTable.compact>tbody>tr.selected>td.select-checkbox:after,
table.dataTable.compact>tbody>tr.selected>th.select-checkbox:after {
	margin-top: -16px
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
	margin-left: .5em
}

html.dark table.dataTable>tbody>tr>td.select-checkbox:before,
html.dark table.dataTable>tbody>tr>th.select-checkbox:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>td.select-checkbox:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>th.select-checkbox:before {
	border: 1px solid rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 640px) {

	div.dataTables_wrapper span.select-info,
	div.dataTables_wrapper span.select-item {
		margin-left: 0;
		display: block
	}
}

/* Buttons extension CSS */

@keyframes dtb-spinner {
	100% {
		transform: rotate(360deg)
	}
}

@-o-keyframes dtb-spinner {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-ms-keyframes dtb-spinner {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes dtb-spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes dtb-spinner {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

div.dataTables_wrapper {
	position: relative
}

div.dt-buttons {
	position: initial
}

div.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	background-color: white;
	border: 2px solid #111;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	text-align: center;
	z-index: 21
}

div.dt-button-info h2 {
	padding: .5em;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3
}

div.dt-button-info>div {
	padding: 1em
}

div.dtb-popover-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12
}

button.dtb-hide-drop {
	display: none !important
}

div.dt-button-collection-title {
	text-align: center;
	padding: .3em 0 .5em;
	margin-left: .5em;
	margin-right: .5em;
	font-size: .9em
}

div.dt-button-collection-title:empty {
	display: none
}

span.dt-button-spacer {
	display: inline-block;
	margin: .5em;
	white-space: nowrap
}

span.dt-button-spacer.bar {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	padding-left: .5em
}

span.dt-button-spacer.bar:empty {
	height: 1em;
	width: 1px;
	padding-left: 0
}

div.dt-button-collection span.dt-button-spacer {
	width: 100%;
	font-size: .9em;
	text-align: center;
	margin: .5em 0
}

div.dt-button-collection span.dt-button-spacer:empty {
	height: 0;
	width: 100%
}

div.dt-button-collection span.dt-button-spacer.bar {
	border-left: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-left: 0
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-left: .167em;
	margin-right: .167em;
	margin-bottom: .333em;
	padding: .5em 1em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	cursor: pointer;
	font-size: .88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none;
	text-overflow: ellipsis
}

button.dt-button:first-child,
div.dt-button:first-child,
a.dt-button:first-child,
input.dt-button:first-child {
	margin-left: 0
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
input.dt-button.disabled {
	cursor: default;
	opacity: .4
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled) {
	background-color: rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
	box-shadow: inset 1px 1px 3px #999
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button.active:not(.disabled):hover:not(.disabled) {
	box-shadow: inset 1px 1px 3px #999;
	background-color: rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
	text-decoration: none
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
	border: 1px solid #666;
	background-color: rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
	border: 1px solid #426c9e;
	text-shadow: 0 1px 0 #c4def1;
	outline: none;
	background-color: #79ace9;
	background: -webkit-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);
	background: -moz-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);
	background: -ms-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);
	background: -o-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);
	background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#d1e2f7", EndColorStr="#79ace9")
}

button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
	position: relative;
	top: -2px;
	color: rgba(70, 70, 70, 0.75);
	font-size: 8px;
	padding-left: 10px;
	line-height: 1em
}

.dt-button embed {
	outline: none
}

div.dt-buttons {
	float: left
}

div.dt-buttons.buttons-right {
	float: right
}

div.dataTables_layout_cell div.dt-buttons {
	float: none
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
	float: none
}

div.dt-btn-split-wrapper {
	display: inline-block
}

div.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: white;
	overflow: hidden;
	z-index: 2002;
	border-radius: 5px;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
	box-sizing: border-box
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	float: none;
	margin: 4px 0 2px 0
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
	background-color: #dadada;
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
	box-shadow: inset 1px 1px 3px #666
}

div.dt-button-collection button.dt-button:first-child,
div.dt-button-collection div.dt-button:first-child,
div.dt-button-collection a.dt-button:first-child {
	margin-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

div.dt-button-collection button.dt-button:last-child,
div.dt-button-collection div.dt-button:last-child,
div.dt-button-collection a.dt-button:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

div.dt-button-collection div.dt-btn-split-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
	margin: 4px 0 2px 0
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-button {
	margin: 0;
	display: inline-block;
	width: 0;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 50px;
	border-radius: 0
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop {
	min-width: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 0
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child {
	margin-top: 0
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-button {
	border-top-left-radius: 3px
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-btn-split-drop {
	border-top-right-radius: 3px
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-button {
	border-bottom-left-radius: 3px
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-btn-split-drop {
	border-bottom-right-radius: 3px
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-button,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-button {
	background-color: #dadada;
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
	box-shadow: inset 0px 0px 4px #666
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
	box-shadow: none
}

div.dt-button-collection.fixed .dt-button:first-child {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

div.dt-button-collection.fixed .dt-button:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

div.dt-button-collection.fixed {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	border-radius: 5px;
	background-color: white
}

div.dt-button-collection.fixed.two-column {
	margin-left: -200px
}

div.dt-button-collection.fixed.three-column {
	margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
	margin-left: -300px
}

div.dt-button-collection.fixed.columns {
	margin-left: -409px
}

@media screen and (max-width: 1024px) {
	div.dt-button-collection.fixed.columns {
		margin-left: -308px
	}
}

@media screen and (max-width: 640px) {
	div.dt-button-collection.fixed.columns {
		margin-left: -203px
	}
}

@media screen and (max-width: 460px) {
	div.dt-button-collection.fixed.columns {
		margin-left: -100px
	}
}

div.dt-button-collection.fixed>:last-child {
	max-height: 100vh;
	overflow: auto
}

div.dt-button-collection.two-column>:last-child,
div.dt-button-collection.three-column>:last-child,
div.dt-button-collection.four-column>:last-child {
	display: block !important;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	-ms-column-gap: 8px;
	-o-column-gap: 8px;
	column-gap: 8px
}

div.dt-button-collection.two-column>:last-child>*,
div.dt-button-collection.three-column>:last-child>*,
div.dt-button-collection.four-column>:last-child>* {
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}

div.dt-button-collection.two-column {
	width: 400px
}

div.dt-button-collection.two-column>:last-child {
	padding-bottom: 1px;
	column-count: 2
}

div.dt-button-collection.three-column {
	width: 450px
}

div.dt-button-collection.three-column>:last-child {
	padding-bottom: 1px;
	column-count: 3
}

div.dt-button-collection.four-column {
	width: 600px
}

div.dt-button-collection.four-column>:last-child {
	padding-bottom: 1px;
	column-count: 4
}

div.dt-button-collection .dt-button {
	border-radius: 0
}

div.dt-button-collection.columns {
	width: auto
}

div.dt-button-collection.columns>:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	width: 818px;
	padding-bottom: 1px
}

div.dt-button-collection.columns>:last-child .dt-button {
	min-width: 200px;
	flex: 0 1;
	margin: 0
}

div.dt-button-collection.columns.dtb-b3>:last-child,
div.dt-button-collection.columns.dtb-b2>:last-child,
div.dt-button-collection.columns.dtb-b1>:last-child {
	justify-content: space-between
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
	flex: 1 1 32%
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
	flex: 1 1 48%
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
	flex: 1 1 100%
}

@media screen and (max-width: 1024px) {
	div.dt-button-collection.columns>:last-child {
		width: 612px
	}
}

@media screen and (max-width: 640px) {
	div.dt-button-collection.columns>:last-child {
		width: 406px
	}

	div.dt-button-collection.columns.dtb-b3 .dt-button {
		flex: 0 1 32%
	}
}

@media screen and (max-width: 460px) {
	div.dt-button-collection.columns>:last-child {
		width: 200px
	}
}

div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
	background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2001
}

@media screen and (max-width: 640px) {
	div.dt-buttons {
		float: none !important;
		text-align: center
	}
}

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
	color: rgba(0, 0, 0, 0.2)
}

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	box-sizing: border-box;
	display: block;
	content: " ";
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1500ms infinite linear;
	-o-animation: dtb-spinner 1500ms infinite linear;
	-ms-animation: dtb-spinner 1500ms infinite linear;
	-webkit-animation: dtb-spinner 1500ms infinite linear;
	-moz-animation: dtb-spinner 1500ms infinite linear
}

button.dt-btn-split-drop {
	margin-left: calc(-1px - .333em);
	padding-bottom: calc(.5em - 1px);
	border-radius: 0px 1px 1px 0px;
	color: rgba(70, 70, 70, 0.9);
	border-left: none
}

button.dt-btn-split-drop span.dt-btn-split-drop-arrow {
	position: relative;
	top: -1px;
	left: -2px;
	font-size: 8px
}

button.dt-btn-split-drop:hover {
	z-index: 2
}

button.buttons-split {
	border-right: 1px solid rgba(70, 70, 70, 0);
	border-radius: 1px 0px 0px 1px
}

button.dt-btn-split-drop-button {
	background-color: white
}

button.dt-btn-split-drop-button:hover {
	background-color: white
}