/* Review Notice */
#sp-wptabs-review-notice {
	padding: 18px 15px 18px 0;
	background-color: #fff;
	border-radius: 5px;
	margin: 20px 20px 0 0;
	clear: both;
	box-shadow: 0 0 20px 0 rgba(36, 39, 50, .08);
}

#sp-wptabs-review-notice .sp-wptabs-plugin-icon {
	width: 125px;
	float: left;
	line-height: 90px;
	text-align: center;
	margin-right: 8px;
}

#sp-wptabs-review-notice .sp-wptabs-plugin-icon img {
	max-width: 94px;
	vertical-align: middle;
	margin-left: 10px;
}

.sp_wp_tabs_page_tabs_help #sp-wptabs-review-notice .sp-wptabs-notice-text {
	overflow: hidden;
	margin-bottom: 20px;
}

#sp-wptabs-review-notice .sp-wptabs-notice-text h3 {
	font-size: 24px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1
}

#sp-wptabs-review-notice .sp-wptabs-notice-text p {
	margin: 10px 0 10px 0;
	font-size: 13px
}

#sp-wptabs-review-notice .sp-wptabs-notice-text p.sp-wptabs-review-actions {
	margin: 10px 0 2px 0
}

#sp-wptabs-review-notice .sp-wptabs-notice-text .sp-wptabs-review-actions a {
	text-decoration: none;
	margin-right: 8px;
	color: #3ec0a1;
	display: inline-block;
	position: relative
}

#sp-wptabs-review-notice .sp-wptabs-notice-text .sp-wptabs-review-actions a span {
	padding-right: 2px
}

#sp-wptabs-review-notice .sp-wptabs-notice-text .sp-wptabs-review-actions a.button {
	color: #fff
}

/* Admin offer banner */
#shapedplugin-offer-banner {
	padding: 0;
	border: 0;
	line-height: 0;
	background: transparent;
}

#shapedplugin-offer-banner a:focus {
	outline: 0;
	box-shadow: none;
}

#shapedplugin-offer-banner .notice-dismiss:focus {
	outline: 0;
	box-shadow: none;
}

#shapedplugin-offer-banner button.shapedplugin-offer-banner-dismiss:before {
	color: #fff;
	font-size: 22px;
}
#shapedplugin-offer-banner button.shapedplugin-offer-banner-dismiss:hover:before {
	color: #f30808;
}

/* Live preview */
#sp-tab-show-preview {
	position: fixed;
	right: 144px;
	bottom: 30px;
	z-index: 1001;
	width: 155px;
	text-align: center;
	padding: 10px 0px;
	background: #54b154;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden;
}

#sp_tab_live_preview .handle-order-higher,
#sp_tab_live_preview .handle-order-lower {
	display: none;
}

#sp_tab_live_preview .sp-tab-content p {
	font-size: 16px;
	line-height: 24px;
}

#sp_tab_live_preview {
	display: none;
}

#sp_tab_live_preview .sp-tab__lay-default ul .sp-tab__nav-item .sp-tab__tab_title {
	padding: 0px;
}

/* Go Pro Menu */
/* #adminmenu #menu-posts-sp_wp_tabs li:last-child a,
 #adminmenu #menu-posts-sp_wp_tabs li:last-child a:hover {
 	color: #11b916;
 	font-weight: 700;
 } */

a.sp_wp_tabs_block_edit_button {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
}

.sptabfree-gutenberg-shortcode.editor-styles-wrapper {
	padding: 0;
	line-height: 24px;
	max-width: 100%;
}

.sptabfree-gutenberg-shortcode.editor-styles-wrapper:after {
	display: none;
}

.editor-styles-wrapper>select.sptabfree-shortcode-selector {
	max-width: 100%;
}

.sp-tab-page-loading-spinner i {
	animation: import-spinner 2s linear infinite;
	margin-left: 5px;
}

@keyframes import-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sptabs-footer-text-star {
	color: #dba617;
}

.rtl #sp-wptabs-review-notice {
	margin: 20px 0 0 20px;
	padding: 18px 0 18px 15px;
}

.rtl #sp-wptabs-review-notice .sp-wptabs-plugin-icon {
	float: right;
	margin: 0 0 0 8px;
}

.post-type-sp_products_tabs .type-sp_products_tabs .product-tabs-table-data .sp-tabs-label {
	color: #8B9494;
}

.post-type-sp_products_tabs .type-sp_products_tabs .product-tabs-table-data a.sp-tabs-more-link:focus {
	box-shadow: none;
	outline: none;
}

/* Hide submenu items by exact URL part match */
body.wp-admin #adminmenu .wp-submenu a[href*="page=tab_styles"],
body.wp-admin #adminmenu .wp-submenu a[href*="page=tab_advanced"],
body.wp-admin .type-sp_products_tabs.sp-woo-default-tab input[type="checkbox"] {
    display: none !important;
}

/* Optionally hide empty <li> tags that contain no visible text */
body.wp-admin #adminmenu .wp-submenu li:has(a[href*="page=tab_styles"]),
body.wp-admin #adminmenu .wp-submenu li:has(a[href*="page=tab_advanced"]) {
    display: none !important;
}

#adminmenu #menu-posts-sp_wp_tabs ul li a[href*="lite-to-pro"] {
    color: #f9be48;
}
/* Upgrade to Pro button in the menu */
#adminmenu #menu-posts-sp_wp_tabs li a.sp-wp-tabs-upgrade-btn-wrapper {
    margin-top: -10px;
}
.sp-wp-tabs-upgrade-btn,
#adminmenu #menu-posts-sp_wp_tabs li a .sp-wp-tabs-upgrade-btn {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    gap: 4px;
    border-radius: 4px;
    background: #11B916;
    color: #ffffff;
    padding: 6px 10px;
    font-weight: 500;
    width: 136px;
	transition: all 0.3s ease;
}

.sp-wp-tabs-upgrade-btn,
#adminmenu #menu-posts-sp_wp_tabs li a .sp-wp-tabs-upgrade-btn:hover {
	background: #00aa08;
}

.sp-wp-tabs-go-pro-icon,
#adminmenu #menu-posts-sp_wp_tabs li a .sp-wp-tabs-upgrade-btn .sp-wp-tabs-go-pro-icon {
    background-image: url(../img/premium-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    display: block;
    float: left;
    margin-right: 1px;
    margin-left: -2px;
    margin-top: -1px;
}