@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Medium.ttf');
	font-weight: 500;
}
@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Bold.ttf');
	font-weight: 700;
}

/* Pro popup start */
#thumb-pro-popup {
    width: 500px;
    background: white;
    position: fixed;
    top: 200px;
    left: calc(50% - 250px);
    z-index: 9999;
    padding: 15px;
    box-shadow: 0 0 60px #c2d7ff;
    border-radius: 7px;
    text-align: center;
}
#thumb-pro-popup #thumb-pro-popup-hide {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #6766677d;
    cursor: pointer;
    border-radius: 4px;
}
.thumb-pro-popup-img {
    height: 200px;
}
.thumb-pro-popup-txt {
    font-size: 15px;
}
#thumb-pro-popup-btn {
	background: #075BFE;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    animation: glowing 0.8s infinite;
    font-weight: bold;
    display: inline-flex;
    margin-top: 10px;
}
/* Pro popup end */

#image-sizes-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#image-sizes-modal-loader {
    position: absolute;
}
#cx-row-image-sizes_tools-report .cx-field-wrap {
	position: relative;
}
#image-sizes_report-copy {
	position: absolute;
	padding: 3px;
	line-height: 0px;
	right: 10px;
	bottom: 20px;
}
.image_sizes-thumbnails-panel {
	display: grid;
	gap: 40px;
}
.image_sizes-sortable {
	min-height: 200px;
}
.cx-wrapper .cx-sections-wrapper {
	padding: 5px 15px 20px 15px;
}
.image_sizes-default-thumbnails {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #eee;
}
.image_sizes-disable-thumbnails h4,
.image_sizes-enable-thumbnails h4 {
	border-bottom: 1px solid #eee;
	padding: 20px 30px;
	margin: 0;
	font-size: 16px;
}
.image_sizes-table-heading,
.image_sizes-sortable {
	margin: 0;
	padding: 30px;
	padding-top: 15px;
}
.image_sizes-table-heading {
	margin: 0;
	padding: 30px;
	padding-bottom: 0;
}
.image_sizes-table-heading ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.image_sizes-table-heading ul li {
	margin: 0;
	font-weight: bold;
}
.image_sizes-heading-name {
	width: 180px;
}
.image_sizes-heading-size {
	width: 80px;
}
.image_sizes-heading-type {
	width: 40px;
}
.image_sizes-heading-cropped {
	width: 40px;
}
.image_sizes-thumbnails-size {
	width: 100px;
}
.image_sizes-thumbnails-type {
	width: 80px;
}
.image_sizes-enable-thumbnails {
	border-right: 1px solid #eee;
}
ul.image_sizes-sortable {
	position: relative;
}
ul.image_sizes-sortable li {
	background: #ec4860;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px;
}
ul.image_sizes-sortable li:last-child {
	margin-bottom: 0;
}
ul.image_sizes-sortable.enable li {
	background: #ec4860;
}
ul.image_sizes-sortable.disable li {
	background: #00b492;
	gap: 10px;
}
ul.image_sizes-sortable.disable li span img.image_sizes-thumbnails-arrow-left {
	transform: rotateY(180deg);
	padding-left: 10px;
}
ul.image_sizes-sortable.disable li .image_sizes-thumbnails-arrow-right {
	display: none;
}
ul.image_sizes-sortable.enable li .image_sizes-thumbnails-arrow-left {
	display: none;
}
ul.image_sizes-sortable.enable li.image_sizes-original-size {
	background: #aeadad;
	cursor: not-allowed;
}
.image_sizes-default-thumbnails-panel h4 {
	font-size: 16px;
	font-weight: normal;
}
.image_sizes-default-thumbnails-panel > h4 {
	text-align: center;
}
.image_sizes-default-thumbnails-panel h4 .disables-count {
	color: #19d46e;
	font-size: 28px;
	padding-right: 5px;
}
.image_sizes-default-thumbnails-panel h4 .enables-count {
	color: #ec4860;
	font-size: 28px;
	padding-right: 5px;
}
.image_sizes-thumbnails-name {
	width: 200px;
}
.image_sizes-default-thumbnails-panel-top {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.image_sizes-count {
	border-left: 2px solid #eee;
	padding-left: 20px;
}
.image_sizes-default-thumbnails-panel-top h4 {
	display: flex;
	font-size: 15px;
}
.notice.cx-notice.image-sizes-notice {
	padding: 0 0 0 0;
}
.image-sizes-notice a {
	display: flex;
}
.image-sizes-notice a:focus {
	box-shadow: 0 0 0 0;
}
.image-sizes-notice img {
	max-width: 100%;
}
#cxrow-prevent_image_sizes-disables .cx-field-wrap > p {
	font-size: 14px;
	line-height: 24px;
}
#image_sizes-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 25px;
	border-bottom: 1px solid #cccccc40;
	padding-bottom: 20px;
	justify-content: space-between;
}
#image_sizes-switcher {
	width: 36%;
}
#check-wrap {
	width: 150px;
	border-left: 1px solid #cccccc40;
	padding-left: 20px;
}
#check-wrap div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	gap: 26px;
	margin-top: 5px;
}
#sizes-counter {
	width: 400px;
	text-align: center;
	border-left: 1px solid #cccccc40;
}
#sizes-counter .size-counter {
	margin-top: 18px;
	display: flex;
	gap: 25px;
	align-items: center;
}
.size-counter span {
	font-size: 32px;
	width: 20px;
	padding-left: 20px;
}
#enabled-counter,
#disabled-counter {
	margin-right: 10px;
}
#enabled-counter span {
	color: #f00;
}
#disabled-counter span {
	color: #06a206;
}
.cx-sections-wrapper .cx-button-green {
	color: #049404;
}
.cx-sections-wrapper .cx-button-green:hover,
.cx-sections-wrapper .cx-button-green:focus {
	background: #049404;
	border: 1px solid #049404;
}
#image_sizes-help > li {
	padding: 5px 0;
	border-top: 1px solid #e0f6ff;
}
#image_sizes-help > li:last-child {
	border-bottom: 1px solid #e0f6ff;
}
#image_sizes-help > li p {
	margin: 4px 0;
}
#image_sizes-help > li a {
	font-size: 18px;
}
.image_sizes-small {
	font-size: 13px;
	color: #7a7a7a;
}
#image_sizes-message {
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 6px;
	transition: all 0.4s;
}
#image_sizes-message > p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.cx-icon {
	margin-right: 5px;
}
.cx-success {
	color: #56c080;
}
.cx-error {
	color: #e60000;
}
.cx-sidebar-wrapper {
	float: left;
	max-width: 20%;
}
.cx-sidebar-wrapper > a > img {
	max-width: 100%;
}
.image_sizes-notice p {
	font-size: 14px;
}
.cx-notice-btn {
	background: #cb3261;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	border: 1px solid transparent;
	transition: all 0.4s;
	display: block;
	width: 265px;
	text-align: center;
	font-size: 14px;
}
.cx-notice-btn:hover {
	background: #fff;
	color: #cb3261;
	border: 1px solid #cb3261;
}
.image_sizes-notice > div {
	margin-bottom: 15px;
}
.image_sizes-notice {
	padding-bottom: 10px;
	border-left-color: #cb3261;
	background: url(../img/congrats.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff;
	position: relative;
}
#image_sizes-form-table tr td {
	padding-left: 0;
}
/*checkbox switch*/
.image_sizes-checkbox-label {
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
	padding-top: 4px;
}
.image_sizes-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 26px;
}
.image_sizes-switch .image_sizes-switch-checkbox {
	opacity: 0;
	width: 0;
	height: 0;
}
.image_sizes-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e3203bcf;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.image_sizes-slider::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100px;
}
.image_sizes-slider::after {
	content: "NO";
	color: #fff;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 11px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image_sizes-switch-checkbox:checked + .image_sizes-slider {
	background-color: #1c8c1c;
}

.image_sizes-switch-checkbox:checked + .image_sizes-slider::after {
	content: "YES";
	left: 8px;
}

.image_sizes-switch-checkbox:focus + .image_sizes-slider {
	box-shadow: 0 0 1px #2196f3;
}

.image_sizes-switch-checkbox:checked + .image_sizes-slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}

/* Rounded sliders */
.image_sizes-slider.round {
	border-radius: 34px;
}
.image_sizes-slider.round:before {
	border-radius: 50%;
}
#row-main-file .image_sizes-switch-col .image_sizes-slider {
	background-color: #a5b0a5;
}
#check-wrap .image_sizes-slider::after {
	top: 4px;
}
#image-sizes_video_content {
	text-align: center;
}
#image-sizes_support_content #support_btn {
	background-color: transparent;
	background-image: linear-gradient(to right, #3b2c73, #e9345f);
	padding: 8px 40px;
	border: none;
	margin-right: 4px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
#image-sizes_support_content #support_btn_div {
	text-align: center;
}
.image-sizes-progress-panel {
	background-color: #e1e1e1;
	margin-top: 15px;
	width: 100%;
	border-radius: 25px;
}
.image-sizes-progress-content {
	text-align: center;
	border-radius: 25px;
	color: #fff;
	background-color: #4caf50;
}
.image-sizes-progress-panel {
	box-sizing: content-box;
	position: relative;
	background: rgba(21, 29, 72, 0.1);
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	height: 30px;
}
.image-sizes-progress-panel .image-sizes-progress-content {
	display: block;
	background-color: rgb(43, 194, 83);
	background-image: linear-gradient(
		center bottom,
		rgb(43, 194, 83) 37%,
		rgb(84, 240, 84) 69%
	);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
	inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.image-sizes-progress-panel .image-sizes-progress-content::after,
.image-sizes-progress-panel .image-sizes-progress-content span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	height: 30px;
}
.image-sizes-progress-panel .image-sizes-progress-content.progress-full:after {
	animation: none;
}
.progress-heading {
	font-size: 17px;
}
#image_sizes-regen-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
#image_sizes-regen-wrap #cx-question {
	font-size: 20px;
	margin-left: 10px;
	cursor: help;
}
#image_sizes-regen-thumbs {
	width: 100%;
	max-width: 400px;
}
#image_sizes-regen-wrap label {
    font-size: 15px;
    padding-top: 30px;
}
#image_sizes-regen-wrap label span {
    font-weight: 400;
}
#image-sizes_regenerate-thumbs-limit {
    height: 50px;
    border: 2px solid rgba(21, 29, 72, 0.15);
    border-radius: 9px;
    max-width: 815px;
}
#image-sizes_regenerate-thumbs-limit:focus { 
	border-color: #075BFE;
	box-shadow: unset;
}
#image_sizes-regen-thumbs-actions {
    display: flex;
    gap: 15px;
}
.thumbpress_page_thumbpress-regenerate-thumbnails #image_sizes-regen-thumbs {
	background: #075BFE;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: var(--light-color);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(7,91,254,0.2);
	-moz-box-shadow: 0px 4px 0px 0px rgba(7,91,254,0.2);
	box-shadow: 0px 4px 0px 0px rgba(7,91,254,0.2);
}
.thumbpress_page_thumbpress-regenerate-thumbnails #image_sizes-regen-thumbs:hover {
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	transition:  0.4s;
}
.thumbpress_page_thumbpress-regenerate-thumbnails #image_sizes-schedule-regen-thumbs{
	border: 1px solid #075BFE!important;
    color: #075BFE;
    border-radius: 6px;
    padding: 7px 24px;
    line-height: 26px;
    margin-right: 15px;
	background: unset;
	width: 400px;
}

/* more plugins */
#image_sizes-more-plugins a {
	text-decoration: none;
}
#image_sizes-more-plugins a:focus {
	box-shadow: none;
}
.image_sizes-plugin {
	padding: 20px;
	box-shadow: 2px 2px 20px 0px #9e9e9e21;
	transition: all 0.4s;
	border: 1px solid #eee;
}
.image_sizes-plugin:hover {
	box-shadow: 2px 2px 20px 0px #00000032;
	margin-top: -3px;
}
.image_sizes-thumb {
	max-height: 160px;
}
.image_sizes-name {
	text-align: center;
	font-size: 22px;
}
.image_sizes-url-wrap {
	text-align: center;
	margin: 40px 0 10px 0;
}
#image_sizes-custom .image_sizes-url-wrap {
	margin-top: 35px;
}
.image_sizes-url {
	border: 2px solid #fff;
	background: #f09;
	color: #fff;
	padding: 10px 30px;
	transition: all 0.4s;
	box-shadow: 0 0 17px 6px #ff00994a;
}
.image_sizes-url:hover {
	border: 2px solid #f09;
	background: #fff;
	color: #f09;
}
#image_sizes-more-plugins {
	display: grid;
	gap: 20px;
}
.cx-type-name {
	font-size: 14px;
	margin-left: 10px;
}
.cx-optimize-section {
	margin-bottom: 20px;
}
.cx-optimize-label {
	font-size: 14px;
	right: 10px;
	width: 150px;
	display: inline-block;
}
#cx-optimize_quality {
	width: 58px;
}
#cx-analyze-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	max-width: 280px;
}
.wp-core-ui .notice.is-bf21-wrap {
	padding: 0;
	border: 0px;
}
.wp-core-ui .notice.is-bf21-wrap #is-bf21-img {
	max-width: 100%;
}
.wp-core-ui .notice.is-bf21-wrap a {
	text-decoration: none;
	display: flex;
}
.wp-core-ui .notice.is-bf21-wrap a::before {
	color: #fff;
}

.wp-core-ui .notice.cx-promo {
	padding: 0;
	border: 0px;
}
.wp-core-ui .notice.cx-promo img {
	max-width: 100%;
}
.wp-core-ui .notice.cx-promo-image a {
	text-decoration: none;
	display: flex;
}
.wp-core-ui .notice.cx-promo-text {
	padding: 12px 20px;
	border: 1px solid #c3c4c7;
}
.wp-core-ui .notice.cx-promo-text a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	color: #1d2327;
	text-transform: capitalize;
}
.wp-core-ui .notice.cx-promo-text a .button {
	vertical-align: inherit;
	margin-left: 10px;
}
.wp-core-ui .notice.cx-promo-image a::before {
	color: #fff;
}
#cx-posts {
    list-style: inside;
}
.cx-plugin_loader {
    text-align: center;
}
/**setting page css**/
.thumb-header-content {
	display: flex;
	justify-content: space-between;
}
.thumbpress_page_thumbpress-modules .thumb-header-content {
	margin-bottom: 35px;
}
.thumb-header-filter {
	width: 60%;
}
.thumb-header-search {
	width: 40%;
	text-align: right;
}
.thumb-group-wrap {
	display: inline-flex;
}
.thumb-group-wrap > * {
	display: inline-block;
}
.thumb-filter-group button {
	border-radius: 4px;
	color: #10dee7;
	padding: 10px 20px;
	margin-right: 15px;
}
.thumb-filter-group button:last-child {
	margin-right: 0;
}
.thumb-filter.filter-all.active {
	background: #00DEE8;
}
.thumb-filter.filter-all {
	background: transparent;
	border: 1px solid #00DEE8;
}
.thumb-filter.filter-free {
	background: transparent;
	border: 1px solid #896ce1;
	color: #896ce1;
}
.thumb-filter.filter-pro {
	background: transparent;
	border: 1px solid #f94545;
	color: #f94545;
}
.thumb-filter.filter-free.active {
	background: #896ce1;
}
.thumb-filter.filter-pro.active {
	background: #f94545;
}
.thumb-filter.filter-pro.active,
.thumb-filter.filter-free.active,
.thumb-filter.filter-all.active {
	color: #fff;
}
.thumb-filter {
	cursor: pointer;
	background-color: transparent;
}
.thumb-demo-icon {
	margin-left: -60px;
	font-size: 18px;
}
.thumb-demo-icon > a {
	color: #6F7893;
}
.thumb-demo-icon > a:focus {
	color: #402c73;
	box-shadow: none;
	outline: none;
}
.thumb-demo-icon > a:hover {
	color: #402c73;
}
.pro .thumb-demo-icon > a:hover {
	color: #ea2493;
}
.thumb-toggle-all {
	background: transparent;
	border-radius: 4px;
	padding: 3px 30px;
	cursor: pointer;
}
.thumb-toggle-all[data-action="enable"] {
	border: 1px solid #3e2d74;
	color: #3e2d74;
	margin-right: 10px;
}
.thumb-toggle-all[data-action="disable"] {
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}
.thumb-action-divider {
	width: 1px;
	background-color: #ccc;
	height: 24px;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: 8px;
}
.thumb-search-area {
	display: inline-block;
	position: relative;
}
.thumb-search-btn {
	position: absolute;
	background: top;
	border: 0;
	color: #46D39A;
	top: 8px;
	cursor: pointer;
	right: 5px;
}
input#thumb-search {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #46D39A;
	padding: 4px 10px;
	outline: none;
	box-shadow: none;
}
input#thumb-search[placeholder] {
	color: #555555;
}
.thumb-search-field[placeholder] {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 25px;
}
.thumb-widgets-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.thumb-widget {
    border: 1px solid #c9cdd700;
    border-radius: 7px;
    padding: 30px 15px;
    transition: all 0.3s;
    box-shadow: 0px 2px 14px 1px #00000014;
	display: flex;
}
.thumb-widget:hover {
    margin-top: -2px;
    margin-bottom: 2px;
    box-shadow: 0px 8px 26px 3px #00000028;
}
.thumb-widget.free.active .thumb-widget-title {
	color: #6636f6;
}
.thumb-widget.pro {
	position: relative;
	overflow: hidden;
}
a.thumb-widget-pro-label {
	float: right;
	color: #ea2493;
	border: 1px solid #ea2493;
	text-decoration: none;
	padding: 0px 12px;
	border-radius: 4px;
	font-size: 10px;
	margin-top: 4px;
	transition: .4s;
}
a.thumb-widget-pro-label:hover {
	background-color: #ea2493;
	color: #fff;
}
.thumb-widget-icon {
	font-size: 20px;
	margin-right: 10px;
	float: left;
}
.thumb-widget-title {
	float: left;
	margin-top: 0px;
	color: #041137;
}
.thumb-toggle-switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 19px;
	margin-top: 0px;
}
.thumb-toggle-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.thumb-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -12px;
	right: 0px;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	border: 1px solid #6F7893;
}
.thumb-toggle-slider::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 3px;
	bottom: -1px;
	background-color: #6F7893;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	box-shadow: none;
	top: 2px;
}
.thumb-widget.free.active input:checked + .thumb-toggle-slider {
	background-color: #6636f6;
	border: 1px solid transparent;
}
.thumb-widget.free.active input:focus + .thumb-toggle-slider {
	box-shadow: none;
}
.thumb-widget.pro.active input:checked + .thumb-toggle-slider {
  background-color: #ea2493;
}
.thumb-widget.pro.active .thumb-toggle-slider::before {
	background-color: #fff;
	border-color: #ea2493;
}
.thumb-widget.pro.active input:focus + .thumb-toggle-slider {
  box-shadow: none;
}
.thumb-widget.pro.active .thumb-toggle-slider {
	border: 1px solid #ea2493;
}
input:checked + .thumb-toggle-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.thumb-pro-slider {
	background-color: #fff;
	border: 1px solid #6F7893;
	position: absolute;
	color: #ccc;
	cursor: pointer;
	top: 1px;
	left: -12px;
	right: 0px;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	text-align: center;
	font-size: 10px;
}
.thumb-pro-slider .dashicons {
	font-size: 14px;
	position: absolute;
	top: 1px;
	right: 0px;
	color: #ffaa48;
}
.thumb-widget.free.active .thumb-toggle-slider::before {
	background-color: #fff;
}
.thumb-widget.pro.active input:checked + .thumb-pro-slider {
	background-color: transparent;
	border: 1px solid #6F7893;
	position: absolute;
	top: 1px;
	right: 0px;
	color: #ffaa48;
	color: #fff;
}
.thumb-widget.pro.active input:focus + .thumb-pro-slider {
	box-shadow: none;
}
.thumb-widget.pro .thumb-pro-slider::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: -1px;
	background-color: #6F7893;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	box-shadow: none;
	top: 2px;
}

/** ############## TOGGLE ALL ############### **/
.thumb-toggle-group {
	display: flex;
	justify-content: center;
	align-items: center;
}
.thumb-toggle-group .thumb-disable {
	margin-right: 30px;
}
.thumb-toggle-group .thumb-enable {
	margin-left: 25px;
}
.thumb-toggle-all-wrap {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
	margin-top: 0;
}
.thumb-toggle-all-wrap input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.thumb-toggle-all {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -12px;
	right: 0px;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	text-align: center;
}
.thumb-toggle-all::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	/* box-shadow: 0 0 3px 0 #000; */
	top: 3px;
}
.thumb-toggle-all-wrap input:checked + .thumb-toggle-all {
	background: #6a36ff;
	color: #fff;
}
.thumb-toggle-all-wrap input:focus + .thumb-toggle-all {
  box-shadow: 0 0 1px #402c73;
}
.thumb-toggle-all-wrap input:checked + .thumb-toggle-all:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.thumb-widget-category {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.thumb-settings-modules-list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.thumb-settings-modules-list .cx-label-wrap {
	width: 75%;
	padding: unset;
}
.thumb-settings-modules-list .cx-field-wrap {
	width: 15%!important;
}
.thumb-settings-modules-container
    .thumb-settings-modules-list
    .cx-toggle-switch.pro::after {
    position: absolute;
    content: "\f160";
    font-family: dashicons;
    color: #ffaa48;
    font-size: 20px;
    right: 5px;
    top: -1px;
}
.cx-section .cx-toggle-switch {
    background: transparent;
    border: 1px solid #6f7893;
}
.cx-toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}
.cx-section .cx-toggle-switch::before {
    background: #6f7893;
    transition: left 0.25s;
    box-shadow: none;
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.thumb-settings-modules-container .thumb-settings-module-block.free .cx-toggle-checkbox:checked + .cx-toggle-switch {
    background: #896ce1;
    border-color: #896ce1;
}
.thumb-settings-modules-container .thumb-settings-module-block.pro .cx-toggle-checkbox:checked + .cx-toggle-switch {
    background: #f94545;
	border-color: #f94545;
}
.cx-section .cx-toggle-checkbox:checked + .cx-toggle-switch::before {
    background: #fff !important;
}

/*Notice Css */
#image-sizes-hide-banner {
	padding: unset;
	overflow: hidden;
}
#image-sizes-hide-banner a  {
	display: flex;
}

/* Pointer css Start */
.image_sizes-notice_ahref{
    text-decoration: none;
}
.image_sizes-notice_ahref button{
    width: 120px;
    height: 30px;
    background-color: #2271b1;
    border: none;   
    cursor: pointer;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.image-sizes-pointer .wp-pointer-content h3 {
    font-size: 16px;
    font-weight: normal;
}
.image-sizes-pointer .wp-pointer-content{
    height: 155px;	
}
.image_sizes-notice_ahref button{
    margin-top: 20px;
}
.image_sizes-para{
	padding-right: 0px!important;
}
.image-sizes-pointer p {
    margin-bottom: 40px;
}
.image-sizes-pointer .image_sizes-notice_ahref {
	position: absolute;
    left: 10px;
    bottom: 10px;
}
.image-sizes-pointer .wp-pointer-buttons a{
	font-size: 13px;
	color: #2271b1;
	font-weight: 500;
}


/** ############## TOGGLE ALL ############### **/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .thumb-header-filter {
        width: 100%;
    }
    .thumb-header-search {
        width: 100%;
        margin-top: 10px;
    }
    .thumb-header-content {
        display: unset;
    }
    .thumb-action-divider {
        margin-right: 17px;
        margin-left: 5px;
    }
    .thumb-dashboard-widgets {
        margin-top: 10px;
    }
    .thumb-filter-group {
        width: 140px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .thumb-header-content {
        display: flex;
    }
    .thumb-header-filter {
        width: 60%;
    }
    .thumb-header-search {
        width: 34%;
        margin-top: 0;
        margin-left: 22px;
    }
    .thumb-action-divider {
        margin-right: 27px;
    }
    .thumb-dashboard-widgets {
        margin-top: 35px;
    }
    .thumb-filter-group {
        width: 250px;
    }
    .thumb-search-field[placeholder] {
        min-height: 22px;
    }
    #wthumb_license .thumb-pro-thumb-pro-php-btn.button-primary {
		line-height: 39px;
		padding: 0 20px;
		margin: 0 10px;
	}
	#div_thumb-pro-thumb-pro-php {
		display: inline-flex;
	}
	#wthumb_license .thumb-pro-thumb-pro-php-btn.button {
		line-height: 39px;
		padding: 0 20px;
		margin: 0;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .thumb-header-filter {
        width: 60%;
    }
    .thumb-header-search {
        width: 40%;
        margin-top: 0;
        margin-left: 0;
    }
    .thumb-search-field[placeholder] {
        min-height: auto;
    }
    
}
/* Laptop Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #wthumb_license .thumb-pro-thumb-pro-php-btn.button-primary {
		line-height: 39px;
		padding: 0 20px;
		margin: 0 10px;
	}
}

/* widget items only */
@media only screen and (max-width : 767px) {
	.thumb-widget {
		margin-right: 0;
	}
	.thumb-widgets-group {
	    grid-template-columns: 1fr;
	}
	.thumb-search-btn .dashicons{
		margin-top: 4px;
	}
	.thumb-services-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.thumb-services-panel {
		grid-template-columns: 1fr;
	}
	.thumb-footer-banner {
		display: grid;
		gap: 20px;
	}
	.cx-navs-wrapper .cx-nav-tabs {
		gap: 5px;
	}
	.cx-navs-wrapper ul.cx-nav-tabs li a {
		padding: 6px 8px
	}
	.thumb-header-banner img {
		border-radius: 7px;
		width: 100%;
		height: auto;
	}
	.thumb-group-wrap {
		display: grid;
	}
	.thumb-filter-group {
		width: 100%;
		text-align: center;
	}
	.thumb-header-search {
		text-align: center;
	}
	.thumb-cta-btns a.thumb-upgrade-pro-btn {
		font-size: 13px;
		padding: 10px 7px;
	}
	.thumb-cta-btns a.thumb-help-support {
		font-size: 13px;
	}
	.thumb-cta-btns {
		gap: 15px;
	}
	.thumb-cta-content h4 {
		font-size: 16px;
	}
	.thumb-settings-modules-list{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (min-width : 768px) and (max-width : 1199px) {
	.thumb-header-banner img {
		border-radius: 7px;
		width: 100%;
		height: auto;
	}
	.thumb-services-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.thumb-services-panel {
		gap: 15px;
	}
	.thumb-widgets-group {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width : 768px) and (max-width : 1366px) {
	.thumb-settings-modules-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width : 1200px) and (max-width : 1366px) {
	.thumb-widgets-group {
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 600px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 768px) {
	.image_sizes-default-thumbnails-panel-top {
		grid-template-columns: 1fr;
	}
	.image_sizes-default-thumbnails {
		grid-template-columns: 1fr;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.image_sizes-thumb-wrap {
		margin: 0 60px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) {
	#image_sizes-more-plugins {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
/* more plugins ends*/
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
.thumbpress_page_thumbpress-modules .cx-toggle-checkbox:checked + .cx-toggle-switch:before {
    left: 28px;
}
.thumbpress_page_thumbpress-modules .thumb-settings-modules-container .thumb-settings-modules-list .cx-toggle-switch.pro::after {
	top: -1px;
}
/* single item action design */
.compat-item {
	background-color: #ffffff;
}
.compat-item .media-types.media-types-required-info {
    display: none;
}
.compat-item::before {
	content: '';
    width: 150px;
    height: 35px;
    background-image: url('../img/image-popup-logo.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 20px;
}
.compat-item .label span {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	text-align: right;
}
.compat-item .thumbpress_img_btn {
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	color: #075BFE;
	background-color: #fff;
	border: 1px solid #075BFE;
	transition: 0.4s all ease-in-out;
}
.compat-item .thumbpress_img_btn:hover {
	background-color: #075BFE;
	color: #fff;
}
.compat-field-thumbpress_optimize_img select {
	color: #075BFE;
	background-color: #fff;
	border: 1px solid #075BFE;
	margin-right: 12px;
}
.imgs-thumb-size-back{
	color: #075BFE;
    font-size: 16px;
    line-height: 26px;
    font-family: inter;
    margin-top: 44px;
    position: absolute;
/*    text-decoration: none;*/
}
.prevent_image_sizes-back{
	color: #075BFE;
    font-size: 16px;
    line-height: 26px;
    font-family: inter;
    margin-top: 44px;
}