/*
Plugin URI: https://wordpress.org/plugins/auto-set-first-image-as-featured/
Author: BehroozDante
Author URI: https://BehroozDante.ir/
Email: behroozdante@gmail.com
*/
@keyframes shakeImgDanteFnc {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

@-webkit-keyframes pulseDanteFnc {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@media screen and (max-width: 782px) {
	.BusyBoxTab {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 5px !important;
}
	.tabcontent {
		width: 95% !important;
		margin-top: 50px !important;
		margin-right: 5px !important;
	}
}
 
::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #ccc; 
}
 

::-webkit-scrollbar-thumb {
  background: #23282d; 
}


::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
 

.loaderDanteTarget {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loaderDante {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2000%);
}

.option-css-dante-option-body {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	direction:ltr !important;
    display: inline-block !important;
    width: 99%;
    /*box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}

.submitOptionUnusedTags {
    display: block;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    background: #b00708;
    font-weight: bold !important;
    border-radius: 5px;
    cursor: pointer;
    animation: pulseDanteFnc 1s infinite;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.is_BusyBox_IsName_SaveChangesBtnInputSave {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 1;
    background: #b00708;
    color: #fff;
    border-radius: 3px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
}

.submitOptionUnusedTags:hover,
.is_BusyBox_IsName_SaveChangesBtnInputSave:hover {
	background: #5A5A5A;
	animation: pulseDanteFnc 0.5s infinite;
}
 
.blockquoteDante {
	margin-top: 20px;
	padding: 10px;
	margin-right: 20px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	font-size: 16px;
	margin-left: 20px !important;
	width: auto;
	line-height: 1.45;
	position: relative;
	color: #333;
	border: none;
	background: #fbfbfb;
}

.blockquoteDante cite {
	color: #efefef;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.blockquoteDante cite:before {
	content: "\2014 \2009";
}

 
.option-css-dante-option-body p {
	font-weight: bold;
}

#adminmenu .wp-menu-image img {
	padding: 8%;
	height: 26px;
	width: 26px;
	opacity: 0.6;
}

.BusyBoxTab {
	background: #fbfbfb;
	margin-top: 0px;
	float: left;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 20%;
	height: 1000px;
	overflow: auto;
}

.BusyBoxTab button:first-child {
    background: #1d2327;
}

.BusyBoxTab button {
	display: block;
	background-color: #fbfbfb;
	color: #333;
	padding: 22px 16px;
	width: 100%;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
	border: none;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
 
.BusyBoxTab button:hover {
	background-color: #23282d;
	color: #333;
	transition: 1s;
}
 
.BusyBoxTab button.active {
    background-color: #ededee;
    color: #1d2327;
    transition: 1s;
}

.tabcontent {
	background-color: #fbfbfb;
	margin-top: -5px;
	float: right;
	padding: 0px 12px;
	border: none;
	width: 75%;
	height: 1000px;
	overflow: auto;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#is_BusyBox_IsName_SaveInput {
	width: 100% !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #b00708;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 34px;
	width: 20px;
	left: 6px;
	bottom: 0px;
	background-color: #f7f7f7;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2ab934;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}

.on {
	display: none;
}

.on,
.off {
	color: white;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
}

input:checked+.slider .on {
	display: block;
}

input:checked+.slider .off {
	display: none;
}

.slider.round {
	border-radius: 5px;
}

.slider.round:before {
	border-radius: 1px;
}

.slider.round {
	cursor: grabbing;
}


/* if is active def */

.switchdefault {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
}

.switchdefault input {
	display: none;
}

.sliderdefault {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2ab934;
	-webkit-transition: .4s;
	transition: .4s;
}

.sliderdefault:before {
	position: absolute;
	content: "";
	height: 34px;
	width: 20px;
	left: 10px;
	bottom: 0px;
	background-color: #f7f7f7;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.sliderdefault {
	background-color: #b00708;
}

input:focus+.sliderdefault {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderdefault:before {
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}

.ondefault {
	display: none;
}

.ondefault,
.offdefault {
	color: white;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
}

input:checked+.sliderdefault .ondefault {
	display: block;
}

input:checked+.sliderdefault .offdefault {
	display: none;
}

.sliderdefault.round {
	border-radius: 5px;
}

.sliderdefault.round:before {
	border-radius: 1px;
}

.sliderdefault.round {
	cursor: grabbing;
}
 
.hover_alert_popup {
    background: rgba(0, 0, 0, 0.79) !important;
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: background-color 500ms ease-out 1s;
}

.hover_alert_popup .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hover_alert_popup>div {
    background: #fbfbfb;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 50px;
	border: none;
	width: 50%;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.popupCloseButton {
	background-color: #b00708;
    color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
 

.trigger_div_alert_popup {
	cursor: pointer;
	font-size: 20px;
	margin: 20px;
	display: inline-block;
	font-weight: bold;
}
 
.wp-color-result-text {
    color: #000 !important;
}
 

.thisisCode {
    background: #080808;
    border: 1px solid #fbfbfb;
    border-left: 3px solid #b00708;
    color: #b7b7b7;
    font-weight: bold;
    page-break-inside: avoid;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

input#thumbnail_url_field_cleanup_btn,input#thumbnail_url_field_cleanup {
    width: 100%;
    border: none;
    padding: 5px;
    box-shadow: 0 0 0 1px #23282d;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    color: #333;
    background: #fff;
}

input#thumbnail_url_field_cleanup_btn:hover{
    background: #ccc;
    border: none;
}

.IsName_OptionLastErrorFirstFeaturedImage_Error {
    direction: ltr;
    background: #fff;
    color: #333;
    border-left: solid green;
    padding:5px;margin: 15px 0px 15px 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px #32373c;
}

.form-table th {
    text-align: initial;
}