/**
 * 01. Base
 *     01. 01. Header
 *     01. 02. Sticky
 *     01. 03. Header Buttons
 *     01. 04. Navigation
 *     01. 05. Wrapper
 *     01. 06. Content
 *     01. 07. Section
 *     01. 08. Footer
 *     01. 09. Copyright
 *     01. 10. Show All Options
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 14. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 02. Field: accordion
 *     03. 03. Field: background
 *     03. 04. Field: backup
 *     03. 05. Field: border, spacing, dimensions
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 08. Field: code_editor
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 11. Field: fieldset
 *     03. 14. Field: group
 *     03. 16. Field: image_select
 *     03. 17. Field: link_color
 *     03. 19. Field: media
 *     03. 20. Field: palette
 *     03. 21. Field: repeater
 *     03. 22. Field: select
 *     03. 23. Field: slider
 *     03. 24. Field: sortable
 *     03. 25. Field: sorter
 *     03. 26. Field: spinner
 *     03. 27. Field: switcher
  *    03. 28. Field: tabbed
 *     03. 29. Field: text
 *     03. 30. Field: textarea
 *     03. 31. Field: typography
 *     03. 33. Field: wp_editor
 *     03. 32. Field: upload
 *     03. 34. Field: heading
 *     03. 35. Field: subheading
 *     03. 36. Field: submessage
 *     03. 37. Field: notice
 *     03. 38. Field: number
 *     03. 39. Field: others
 * 08. Modal
 *     08. 01. Shortcode Modal
 *     08. 03. Icon Modal
 * 09. Helper
 * 11. Responsive
 * 12. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */
.wptabspro {
  position: relative;
}

.wptabspro label {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.wptabspro-ab-icon {
  top: 2px;
}

#screen-meta-links+.wptabspro-options {
  margin-top: 40px;
}

.wptabspro-options {
  margin-top: 20px;
  margin-right: 20px;
}

/* #sp_tab_display_shortcode_sidebar .postbox-header, */
.post-type-sp_products_tabs .postbox-header,
#sp_tab_shortcode_options .postbox-header,
#sp_tab_source_options .postbox-header,
#sp_tab_shortcode_options .hndle,
#sp_tab_shortcode_options .handlediv,
#sp_tab_source_options .handlediv,
#sp_tab_source_options .hndle,
div:is(#sp_tab_display_shortcode_sidebar, #sp_tab_support_builder_sidebar) .handlediv,
div:is(#sp_tab_display_shortcode_sidebar, #sp_tab_support_builder_sidebar) .postbox-header .handle-actions .handle-order-higher,
div:is(#sp_tab_display_shortcode_sidebar, #sp_tab_support_builder_sidebar) .postbox-header .handle-actions .handle-order-lower {
  display: none;
}

div:is(#sp_tab_display_shortcode_sidebar, #sp_tab_support_builder_sidebar) .postbox-header h2 {
  color: #1D2327;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  pointer-events: none;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__admin-header {
  background-image: -moz-linear-gradient(0deg, rgb(24, 90, 157) 0%, rgb(67, 206, 162) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(24, 90, 157) 0%, rgb(67, 206, 162) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(24, 90, 157) 0%, rgb(67, 206, 162) 100%);
  padding: 17px 26px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__admin-header img {
  vertical-align: middle;
}

.wptabspro-field-heading.sp-tab__admin-header img {
  max-width: 180px;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__admin-header .support {
  margin-left: 16px;
  float: right;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__admin-header .support {
  color: #ffffff;
  text-decoration: none;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

#wptabspro-section-sp_tab_source_options_1 .wptabspro-field-button_set {
  padding-top: 10px;
}

/**
 * 01. 01. Header
 */
.wptabspro-header {
  position: relative;
}

.wptabspro-header-inner {
  padding: 25px;
}

.wptabspro-header-inner h1 {
  float: left;
  font-size: 1.5em;
  line-height: 38px;
  font-weight: 600;
  margin: 0;
}

.wptabspro-header-inner h1 img {
  height: 28px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.sp-woo_product_tabs__options .wptabspro-header-inner h1 img {
  height: 28px;
}

.wptabspro-header-inner h1 small {
  font-size: 11px;
  font-weight: 500;
}

/**
 * 01. 02. Sticky
 */
.wptabspro-sticky .wptabspro-header-inner {
  position: fixed;
  z-index: 99999;
  top: 32px;
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
}

/**
 * 01. 03. Header Buttons
 */
/* .wptabspro-buttons {
  float: right;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wptabspro-buttons .button {
  margin: 0 2px;
  line-height: 26px;
}
.wptabspro-buttons .button:focus {
  outline: none !important;
}
.wptabspro-buttons .wptabspro-save {
  min-width: 72px;
}
.wptabspro-options .wptabspro-buttons .button{
  border: none !important;
  border-radius: 0;
  padding: 0 15px;
  transition: all .33s;
  color: #fff;
}
.wptabspro-options .wptabspro-buttons .button:hover{
  opacity: 0.8;
}
.wptabspro-options .wptabspro-buttons .button.wptabspro-save {
  box-shadow: 0 3px 0 #005984;
  background-color: #007cba;
}
.wptabspro-options .wptabspro-buttons .button.wptabspro-reset-section {
  box-shadow: 0 3px 0 #5a6267;
  background-color: #7c858a;
}
.wptabspro-options .wptabspro-buttons .button.wptabspro-reset-all {
  box-shadow: 0 3px 0 #a7202d;
  background-color: #dc3545;
}

.wptabspro-header-left {
  float: left;
}

.wptabspro-header-right {
  float: right;
} */


.wptabspro-header-left {
  float: left;
}

.wptabspro-header-right {
  float: right;
}

.wptabspro-buttons .button {
  margin: 0 4px;
  padding: 0px 16px;
  border-radius: 0;
  height: 38px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.wptabspro-buttons .button.wptabspro-save-ajax {
  background-color: #02cc7b;
  border-color: transparent;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  height: 38px;
  width: 140px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.sp-woo_product_tabs__options .wptabspro-buttons .button.wptabspro-save-ajax,
.sp_wp_tabs_page_tabs_settings .wptabspro-buttons .button.wptabspro-save-ajax {
  background-color: #c5c5c6;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  height: 38px;
  width: 140px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  pointer-events: none;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.wptabspro-buttons .button.wptabspro-save-ajax:hover {
  background-color: #02bb71;
}

.wptabspro-buttons .button.wptabspro-save-ajax:focus {
  color: #fff;
}

.wptabspro-buttons .button.wptabspro-save-ajax[disabled] {
  background-color: #02bb71 !important;
  border: none;
}

.wptabspro-buttons .button.wptabspro-reset-all,
.wptabspro-buttons .button.wptabspro-reset-section {
  background-color: #cd3c3c !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px;
  height: 38px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #ffffff;
}

.wptabspro-buttons .button.wptabspro-reset-all:hover,
.wptabspro-buttons .button.wptabspro-reset-section:hover {
  background-color: #b82f2f !important;
}

.wptabspro-buttons .button.wptabspro-reset-section {
  background-color: #cd3c3c !important;
}

.wptabspro-buttons .button.wptabspro-reset-section:hover {
  background-color: #b82f2f !important;
  color: #fff;
}

/**
 * 01. 04. Navigation
 */
.wptabspro-nav {
  display: block;
  position: relative;
  z-index: 10;
  float: left;
  width: 225px;
}

.wptabspro-nav ul {
  clear: left;
  margin: 0;
  list-style-type: none;
}

.wptabspro-nav ul li {
  margin-bottom: 0;
}

.wptabspro-nav ul li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 14px 12px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__admin-header .support a,
.wptabspro-nav ul li a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wptabspro-nav ul li .wptabspro-section-active:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}

.wptabspro-nav ul li .wptabspro-arrow:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.wptabspro-nav ul li.wptabspro-tab-active .wptabspro-arrow:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wptabspro-nav ul li.wptabspro-tab-active ul {
  display: block;
}

.wptabspro-nav ul ul {
  display: none;
  position: relative;
}

.wptabspro-nav ul ul li a {
  font-size: 12px;
  padding: 12px 14px 12px 24px;
}

.wptabspro-nav .wptabspro-tab-icon {
  width: 20px;
  margin-right: 5px;
  font-size: 13px;
  text-align: center;
}

.wptabspro-nav .wptabspro-label-error {
  margin-left: 4px;
  vertical-align: top;
}

.wptabspro-nav-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 225px;
}

/**
 * 01. 05. Wrapper
 */
.wptabspro-wrapper {
  position: relative;
}

/**
 * 01. 06. Content
 */
.wptabspro-content {
  position: relative;
  margin-left: 225px;
  background-color: #fff;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/**
 * 01. 07. Section
 */
.wptabspro-sections {
  float: left;
  width: 100%;
}

.wptabspro-section {
  display: none;
}

.wptabspro-section-title {
  display: none;
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.wptabspro-section-title h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.wptabspro-section-title .wptabspro-section-icon {
  margin-right: 5px;
}

/**
 * 01. 08. Footer
 */
.wptabspro-footer {
  padding: 20px;
  font-size: 11px;
}

/**
 * 01. 09. Copyright
 */
.wptabspro-copyright {
  float: left;
  margin-top: 5px;
}

/**
 * 01. 10. Show All Options
 */
.wptabspro-search-all .wptabspro-nav-background,
.wptabspro-search-all .wptabspro-nav,
.wptabspro-show-all .wptabspro-nav-background,
.wptabspro-show-all .wptabspro-nav {
  display: none;
}

.wptabspro-search-all .wptabspro-content,
.wptabspro-show-all .wptabspro-content {
  margin-left: 0;
}

.wptabspro-search-all .wptabspro-section-title,
.wptabspro-search-all .wptabspro-section,
.wptabspro-show-all .wptabspro-section-title,
.wptabspro-show-all .wptabspro-section {
  display: block !important;
}

.wptabspro-search-all .wptabspro-section-title {
  display: none !important;
}

.wptabspro-expand-all {
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  z-index: 1;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wptabspro-expand-all span {
  font-size: 11px;
  vertical-align: middle;
}

/**
 * 01. 11. Search Input
 */
.wptabspro-search {
  float: left;
}

.wptabspro-search input {
  margin: 0 2px 0 0;
  border: none;
  font-size: 12px;
  line-height: 30px;
  min-height: 30px;
  text-align: inherit;
  padding: 0 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wptabspro-search input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .wptabspro-saving .wptabspro-buttons,
.wptabspro-saving .wptabspro-content {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
} */

/**
 * 01. 12. Metabox
 */
.wptabspro-metabox {
  margin: -6px -12px -12px -12px;
}

.wptabspro-metabox .wptabspro-section-title {
  padding: 20px;
}

.block-editor-page .wptabspro-metabox {
  margin: -6px -14px -14px -14px;
}

.block-editor-editor-skeleton__content .wptabspro-metabox {
  border-left: 1px solid #e2e4e7;
  border-right: 1px solid #e2e4e7;
}

.wptabspro-restore-wrapper {
  position: relative;
  z-index: 1000000;
  text-align: right;
  padding: 10px;
  border-top: 1px solid #eee;
}

.wptabspro-restore-wrapper .wptabspro-button-cancel,
.wptabspro-restore-wrapper input {
  display: none;
}

.wptabspro-restore-wrapper span {
  -webkit-user-select: none;
  user-select: none;
}

.wptabspro-restore-wrapper input:checked~.wptabspro-button-restore {
  display: none;
}

.wptabspro-restore-wrapper input:checked~.wptabspro-button-cancel {
  display: inline-block;
}

.sp-tab__content_wrapper .wptabspro-section-title {
  padding: 12px;
}

/* #wptabspro-section-sp_tab_source_options_1 .wptabspro-field {
  padding: 12px;
} */
.sp-tab__content_wrapper.wptabspro-field .wptabspro-title {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.sp-tab__content_wrapper.wptabspro-field .wptabspro-fieldset {
  float: none;
  width: 100%;
}

.sp-tab__content_wrapper .wptabspro-notice {
  padding: 12px;
}

/**
 * 01. 14. Help Tooltip
 */
.wptabspro-tooltip {
  position: absolute;
  z-index: 5000001;
  text-align: left;
  text-decoration: none;
  max-width: 250px;
  background-color: rgba(12, 25, 36, .9);
  border-radius: 5px;
  padding: 15px;
  color: #94b2c1;
  font-size: 14px;
  line-height: 20px;
}

.wptabspro-tooltip.wptabspro-short-content {
  margin-top: 8px;
}

.wptabspro-tooltip .wptabspro-open-live-demo,
.wptabspro-tooltip .wptabspro-open-docs {
  margin-top: 10px;
  display: inline-block;
  line-height: 34px;
  background-color: #1d81f9;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}

.wptabspro-tooltip .wptabspro-open-live-demo {
  background-color: transparent;
  border: 2px solid #1d81f9;
  line-height: 32px;
  color: #1d81f9;
}

.wptabspro-tooltip .wptabspro-open-docs:hover,
.wptabspro-tooltip .wptabspro-open-live-demo:hover {
  background-color: #226DE5;
  border-color: #226DE5;
  color: #ffffff;
}

.wptabspro-tooltip .wptabspro-info-label {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.override_tab_checkbox .wptabspro-help .wptabspro-info-label {
  text-transform: normal;
}

.wptabspro-tooltip .wptabspro-open-docs {
  margin-top: 10px;
}

.wptabspro-tooltip .wptabspro-img-tag {
  margin-bottom: 6px;
  min-width: 240px;
}

.wptabspro-field-subheading .wptabspro-title {
  width: 100%;
}

.wptabspro-help-text.wptabspro-support {
  display: none;
}

.wptabspro-tooltip.support-tooltip {
  max-width: 300px;
}

.wptabspro-tooltip.support-tooltip a.wptabspro-open-docs {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 8px 8px 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

.wptabspro-tooltip a.wptabspro-open-docs {
  margin-right: 10px;
}

.wptabspro-tooltip.support-tooltip a.wptabspro-open-docs.support {
  background: #fff;
  color: #000;
  margin-bottom: 10px;
}

.wptabspro-tooltip.support-tooltip a.wptabspro-open-docs.support:hover {
  background: #f5f5f5;
}

.wptabspro-tooltip.support-tooltip a.wptabspro-open-docs.feature-request {
  background: transparent;
  color: #1d81f9;
  border: 2px solid #1d81f9;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
}

.wptabspro-tooltip.support-tooltip a.wptabspro-open-docs.feature-request:hover {
  background: #1d81f9;
  color: #fff;
  border: 2px solid #1d81f9;
}

.wptabspro-tooltip.support-tooltip .wptabspro-info-label {
  text-transform: none;
}

.wptabspro-tooltip:not(.support-tooltip):before {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(12, 25, 36, .95);
  left: -10px;
  top: calc(50% - 7px);
}

.sp-tab__admin-header .support::before {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  top: 80%;
  z-index: 10;
  cursor: pointer;
}

span.tooltip-icon {
  width: 25px;
  display: inline-block;
}

.wptabspro-field.wptabspro-field-image_select p.wptabs-image-name a {
  color: #3c4c4a;
  text-decoration: none;
}

.wptabspro-field.wptabspro-field-image_select p.wptabs-image-name a:focus {
  box-shadow: none;
}

.wptabspro-tooltip:has(video) {
  max-width: 560px;
  max-height: 345px;
}

.wptabspro-tooltip .wptabspro-img-tag video {
  height: 315px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
}

/**
 * 02. Themes
 */
/**
 * 02. 01. Theme Dark
 */
.wptabspro-theme-dark .wptabspro-header-inner {
  background-color: #050505;
}

.wptabspro-theme-dark .wptabspro-header-inner h1 {
  color: #fff;
}

.wptabspro-theme-dark .wptabspro-header-inner h1 small {
  color: #555;
}

.wptabspro-theme-dark .wptabspro-expand-all {
  color: #999;
  background-color: #222;
}

.wptabspro-theme-dark .wptabspro-expand-all:hover {
  color: #fff;
  background-color: #333;
}

.wptabspro-theme-dark .wptabspro-search input {
  color: #fff;
  background-color: #222;
}

.wptabspro-theme-dark .wptabspro-search:focus {
  background-color: #444;
}

.wptabspro-theme-dark .wptabspro-search::-webkit-input-placeholder {
  color: #666;
}

.wptabspro-theme-dark .wptabspro-nav ul li a {
  color: #999;
  background-color: #222;
  border-bottom: 1px solid #2f2f2f;
}

.wptabspro-theme-dark .wptabspro-nav ul li a:hover {
  color: #fff;
}

.wptabspro-theme-dark .wptabspro-nav ul li .wptabspro-section-active {
  color: #fff;
  background-color: #111;
}

.wptabspro-theme-dark .wptabspro-nav ul ul li a {
  background-color: #191919;
  border-bottom: 1px solid #2f2f2f;
}

.wptabspro-theme-dark .wptabspro-nav ul ul li .wptabspro-section-active {
  background-color: #101010;
}

.wptabspro-theme-dark .wptabspro-nav ul ul:before {
  background-color: rgba(34, 34, 34, 0.75);
}

.wptabspro-theme-dark .wptabspro-nav>ul>li:last-child>a {
  border-bottom: none;
}

.wptabspro-theme-dark .wptabspro-nav-background {
  background-color: #222;
}

.wptabspro-theme-dark .wptabspro-footer {
  color: #555;
  background-color: #050505;
}

/**
 * 02. 02. Theme Light
 */
.wptabspro-theme-light .wptabspro-container {
  border: 1px solid rgb(204, 208, 212);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.wptabspro-theme-light.sp-tab__options .wptabspro-header-inner {
  border-bottom: 1px solid #ccd0d4;
}

.wptabspro-theme-light .wptabspro-header-inner {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  background: linear-gradient(#fefefe, #f5f5f5);
}

.wptabspro-theme-light .wptabspro-header-inner h1 small {
  color: #999;
}

.wptabspro-theme-light .wptabspro-expand-all {
  color: #999;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wptabspro-theme-light .wptabspro-expand-all:hover {
  color: #555;
}

.wptabspro-theme-light .wptabspro-search input {
  color: #555;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.wptabspro-theme-light .wptabspro-search input::-webkit-input-placeholder {
  color: #bbb;
}

.wptabspro-theme-light.sp-tab__options .wptabspro-nav ul li a {
  color: rgb(70, 70, 70);
  background-color: rgb(245, 245, 245);
  margin-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid rgb(204, 208, 212);
  padding: 15px;
}

.wptabspro-theme-light .wptabspro-nav ul li a {
  color: #666;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  padding: 16px 15px;
  text-transform: uppercase;
}

.wptabspro-theme-light .wptabspro-nav ul li a:hover {
  color: #222;
}

.wptabspro-theme-light.sp-tab__options .wptabspro-nav ul li .wptabspro-section-active {
  background-color: #fff;
  box-shadow: 3px 0 0 0 #3ec0a1 inset;
  color: #3ec0a1;
  margin-right: -1px;
}

.wptabspro-theme-light .wptabspro-nav ul li .wptabspro-section-active {
  color: #222;
  background-color: #fff;
}

.wptabspro-theme-light .wptabspro-nav ul li .wptabspro-section-active:after {
  display: none;
}

.wptabspro-theme-light .wptabspro-nav ul ul li a {
  background-color: #eee;
  border-bottom: 1px solid #e5e5e5;
}

.wptabspro-theme-light .wptabspro-nav-background {
  background-color: #f5f5f5;
  border-right: 1px solid rgb(204, 208, 212);
}

.wptabspro-theme-light .wptabspro-footer {
  color: #555;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  background: linear-gradient(#fafafa, #f5f5f5);
}

/**
 * 03. Fields
 */
.wptabspro-field {
  position: relative;
  padding: 22px 30px;
}

.wptabspro-field p:first-child {
  margin-top: 0;
}

.wptabspro-field p:last-child {
  margin-bottom: 0;
}

.wptabspro-field:after,
.wptabspro-field:before {
  content: " ";
  display: table;
}

.wptabspro-field:after {
  clear: both;
}

.wptabspro-field h4 {
  margin-top: 0;
}

.wptabspro-field .wptabspro-title {
  position: relative;
  width: 20%;
  float: left;
}

.wptabspro-field .wptabspro-title h4 {
  margin: 0;
  color: #23282d;
  display: inline-block;
}

.wptabspro-field .wptabspro-fieldset {
  float: right;
  width: calc(80% - 20px);
}

/* Title and field spacing in Tab group in Display Settings tab. */
.wptabspro-field.wptabspro-field-tabbed .wptabspro-field .wptabspro-title {
  width: 25%;
}

.wptabspro-field.wptabspro-field-tabbed .wptabspro-field .wptabspro-fieldset {
  width: calc(75% - 20px);
}

.wptabspro-pseudo-field {
  padding: 0 5px 0 0 !important;
  display: inline-block;
}

.wptabspro-pseudo-field+.wptabspro-pseudo-field {
  border: 0;
}

.wptabspro-pseudo-field pre {
  display: none;
}

/**
 * 03. 02. Field: accordion
 */
.wptabspro-field-accordion .wptabspro-accordion-item {
  position: relative;
  margin-bottom: 5px;
}

.wptabspro-field-accordion .wptabspro-accordion-item h4 {
  font-size: 1em;
}

.wptabspro-field-accordion .wptabspro-accordion-title {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px;
  min-height: 0;
  font-size: 100%;
  user-select: none;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color .15s;
}

.wptabspro-field-accordion .wptabspro-accordion-title:active,
.wptabspro-field-accordion .wptabspro-accordion-title:hover,
.wptabspro-field-accordion .wptabspro-accordion-title:focus {
  outline: none;
  border-color: #999;
}

.wptabspro-field-accordion .wptabspro-accordion-icon {
  width: 14px;
  text-align: center;
}

.wptabspro-field-accordion .wptabspro--icon {
  width: 20px;
  text-align: center;
  margin-right: 2px;
}

.wptabspro-field-accordion .wptabspro-accordion-content {
  display: none;
  padding: 0;
  border: 1px solid #ccd0d4;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.wptabspro-field-accordion .wptabspro-accordion-content>.wptabspro-field {
  padding: 15px;
}

.wptabspro-field-accordion .wptabspro-accordion-open {
  display: block;
}

/**
 * 03. 02. Field: accordion
 */
.wptabspro-field-accordion .wptabspro-accordion-item {
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

.wptabspro-field-accordion .wptabspro-accordion-item:last-child {
  margin-bottom: 0;
}

.wptabspro-field-accordion .wptabspro-accordion-item h4 {
  font-size: 1em;
}

.wptabspro-field-accordion .wptabspro-accordion-title {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px;
  min-height: 0;
  font-size: 100%;
  user-select: none;
  background-color: #e8ecefb3;
  transition: border-color .15s;
  padding-left: 44px;
  border-radius: 4px;
}

.wptabspro-field-accordion .wptabspro-accordion-title:active,
.wptabspro-field-accordion .wptabspro-accordion-title:hover,
.wptabspro-field-accordion .wptabspro-accordion-title:focus {
  outline: none;
  border-color: #999;
}

.wptabspro-field-accordion .wptabspro-accordion-title .wptabspro--icon {
  width: 20px;
  text-align: center;
  margin-right: 2px;
}

.wptabspro-field-accordion .wptabspro-accordion-icon {
  width: 16px;
  text-align: center;
  position: absolute;
  right: 19px;
  font-size: 20px;
}

.wptabspro-field-accordion .wptabspro-accordion-content {
  display: none;
  padding: 0;
  border-top: none;
  background-color: #fff;
  border-radius: 4px;
}

.wptabspro-field-accordion .wptabspro-accordion-content {
  margin: 10px 20px 20px 20px;
  border: 1px solid #ccd0d4;
  border-radius: 2px;
}

.wptabspro-field-accordion .wptabspro-accordion-content>.wptabspro-field {
  padding: 15px 20px 20px 20px;
}

.wptabspro-field-accordion .wptabspro-accordion-content>.wptabspro-field.wptabspro-field-text:first-child {
  padding-top: 25px;
}

.wptabspro-field-accordion .wptabspro-accordion-open {
  display: block;
}

/* Tabs form styles */
.sp-tab__content_wrapper .sp_tabs_contact_form .wptabspro-field-text {
  float: none;
  width: 100%;
  box-sizing: border-box;
}

.sp-tab__content_wrapper .sp_tabs_contact_form .wptabspro-field-text:first-child {
  padding-right: 20px;
}

.wptabspro-field-accordion.sp_tabs_contact_form .wptabspro-accordion-items {
  padding: 20px;
  border: 1px solid;
  border: 1px solid #C3C4C7;
  border-radius: 4px;
  width: 600px;
}

.wptabspro-field-accordion.override_wc_default_tabs .wptabspro-accordion-items {
  width: 680px;
  pointer-events: none;
}

.wptabspro-field-accordion.sp_tabs_contact_form .wptabspro-accordion-title {
  padding-left: 20px;
}

.wptabspro-field-accordion.sp_tabs_contact_form .wptabspro-accordion-content {
  margin: 0;
  border: 0;
  border-top: 1px solid #ccd0d4;
  border-radius: 2px;
}

.wptabspro-field-accordion.sp_tabs_contact_form .wptabspro-accordion-item {
  background-color: #e8ecefb3;
  border-radius: 4px;
}

.wptabspro-field.sp_tabs_contact_form .wptabspro-field-text>.wptabspro-title h4,
.wptabspro-field.sp_tabs_contact_form .wptabspro-field-checkbox>.wptabspro-title h4 {
  color: #2C3333;
  display: inline-block;
  font-weight: 400;
}

.wptabspro-accordion-item:has(.wptabspro-accordion-open) .wptabspro-accordion-title {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wptabspro-accordion-item:has(.wptabspro-accordion-open) .wptabspro-accordion-content {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.default_tab_override .wptabspro-fieldset-content .wptabspro-title {
  width: 100%;
}

.default_tab_override.tabs_title_section .wptabspro-fieldset-content {
  align-items: end;
}

.default_tab_override.tabs_title_section .wptabspro-field.wptabspro-field-button_set {
  padding: 0;
}

.default_tab_override.tabs_title_section .wptabspro-field.wptabspro-field-button_set .wptabspro--sibling.wptabspro--button {
  border-radius: 4px;
}


/**
 * 03. 03. Field: background
 */
.wptabspro-field-background .wptabspro-field {
  border: 0 !important;
  padding: 0;
  margin-bottom: 6px;
  margin-right: 6px;
}

.wptabspro-field-background .wptabspro--background-colors {
  display: flex;
}

.wptabspro-field-background .wptabspro--background-attributes {
  display: flex;
  flex-wrap: wrap;
}

.wptabspro-field-background .wptabspro--background-attributes select {
  min-width: 100%;
  margin: 0;
}

.wptabspro-field-background .wptabspro--background-attributes .wptabspro-field {
  flex: 1;
}

.wptabspro-field-background .wptabspro--attributes-hidden {
  display: none;
}

.wptabspro-field.wptabspro-field-image_select.sp_product_tabs_content_type.full-width {
  padding-bottom: 8px;
  padding-top: 0;
}

/* 
#sptpro_woo_product_tabs_settings .wptabspro-field-wp_editor.full-width {
  padding-top: 5px;
} */

/**
 * 03. 04. Field: backup
 */
.wptabspro-field-backup textarea {
  width: 100%;
  min-height: 200px;
  margin-bottom: 5px;
}

.wptabspro-field-backup small {
  display: inline-block;
  margin: 5px;
}

.wptabspro-field-backup hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

/**
 * 03. 05. Field: border, spacing, dimensions
 */
.wptabspro-field-border .wptabspro--inputs,
.wptabspro-field-spacing .wptabspro--inputs,
.wptabspro-field-column .wptabspro--inputs,
.wptabspro-field-dimensions .wptabspro--inputs {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.wptabspro-field-border .wptabspro--input,
.wptabspro-field-spacing .wptabspro--input,
.wptabspro-field-column .wptabspro--input,
.wptabspro-field-dimensions .wptabspro--input {
  display: flex;
  padding-right: 6px;
  padding-bottom: 4px;
  box-sizing: border-box;
}

.wptabspro-field-border .wptabspro--input select,
.wptabspro-field-spacing .wptabspro--input select,
.wptabspro-field-dimensions .wptabspro--input select {
  margin: 0;
}

.wptabspro-field-border .wptabspro--input input,
.wptabspro-field-spacing .wptabspro--input input,
.wptabspro-field-column .wptabspro--input input,
.wptabspro-field-dimensions .wptabspro--input input {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 56px;
  max-width: 100%;
  text-align: center;
  padding: 0;
}

.wptabspro-field-border .wptabspro--color,
.wptabspro-field-spacing .wptabspro--color,
.wptabspro-field-column .wptabspro--color,
.wptabspro-field-dimensions .wptabspro--color {
  float: left;
}

.wptabspro-field-border .wptabspro--label,
.wptabspro-field-spacing .wptabspro--label,
.wptabspro-field-column .wptabspro--label,
.wptabspro-field-dimensions .wptabspro--label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
  min-width: 20px;
  max-width: 100%;
  padding: 0 4px;
  font-size: 12px;
  text-align: center;
  color: #555;
  border: 1px solid #7B776C;
  background-color: #f5f5f5;
}

.wptabspro-field-border .wptabspro--icon,
.wptabspro-field-spacing .wptabspro--icon,
.wptabspro-field-column .wptabspro--icon,
.wptabspro-field-dimensions .wptabspro--icon {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.wptabspro-field-border .wptabspro--icon+input,
.wptabspro-field-spacing .wptabspro--icon+input,
.wptabspro-field-column .wptabspro--icon+input,
.wptabspro-field-dimensions .wptabspro--icon+input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wptabspro-field-border .wptabspro--unit,
.wptabspro-field-spacing .wptabspro--unit,
.wptabspro-field-column .wptabspro--unit,
.wptabspro-field-dimensions .wptabspro--unit {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.wptabspro-field-border .wptabspro--is-unit,
.wptabspro-field-spacing .wptabspro--is-unit,
.wptabspro-field-column .wptabspro--is-unit,
.wptabspro-field-dimensions .wptabspro--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 * 03. 06. Field: button_set
 */
.wptabspro-field-button_set .wptabspro--buttons {
  display: inline-block;
}

.wptabspro-field-button_set .wptabspro--button {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  padding: 10px 14px;
  min-width: 40px;
  text-align: center;
  color: #555;
  border: 1px solid #cccccc;
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.wptabspro-field-button_set .wptabspro--button:first-child {
  border-radius: 4px 0 0 4px;
}

.wptabspro-field-button_set .wptabspro--button:last-child {
  border-radius: 0 4px 4px 0;
}

.wptabspro-field-button_set .wptabspro--button:not(:first-child) {
  margin-left: -1px;
}

.wptabspro-field-button_set .wptabspro--button:not(.wptabspro--active):hover {
  background-color: #eee;
}

.wptabspro-field-button_set .wptabspro--active:hover,
.wptabspro-field-button_set .wptabspro--active {
  z-index: 2;
  color: #fff;
  border-color: #1a74e4;
  background-color: #1a74e4;
}

.wptabspro-field-button_set input {
  display: none;
}

/**
 * 03. 07. Field: checkbox, radio
 */
.wptabspro-field-checkbox ul,
.wptabspro-field-radio ul {
  margin: 0;
  padding: 0 1px;
  list-style-type: none;
  overflow-y: auto;
  max-height: 305px;
}

.wptabspro-field-checkbox ul ul,
.wptabspro-field-radio ul ul {
  max-height: none;
}

.wptabspro-field-checkbox .wptabspro--inline-list li,
.wptabspro-field-radio .wptabspro--inline-list li {
  display: inline-block;
  margin-right: 15px;
}

.wptabspro-field-checkbox input[type="radio"]:checked:before,
.wptabspro-field-radio input[type="radio"]:checked:before {
  line-height: 10px;
}

.wptabspro-field-checkbox .wptabspro-checker,
.wptabspro-field-radio .wptabspro-checker {
  cursor: pointer;
}

/**
 * 03. 08. Field: code_editor
 */
.wptabspro-field-code_editor .CodeMirror {
  width: 100%;
  height: 400px;
}

.wptabspro-field-code_editor .cm-s-default {
  border: 1px solid #ccd0d4;
}

.wptabspro-field-code_editor textarea {
  width: 100%;
  height: 400px;
}

/**
 * 03. 09. Field: color
 */
.wptabspro-field-color>input {
  opacity: 0.75;
  width: 115px;
  max-width: 100%;
}

.wptabspro-field-color .button.wp-picker-clear {
  padding: 0 8px;
  margin-left: 6px;
  line-height: 2.54545455;
  min-height: 30px;
}

/**
 * 03. 10. Field: color_group
 */
.wptabspro-field-color_group .wptabspro--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.wptabspro-field.wptabspro-field-color_group.tab_name_bg_color {
  margin-top: 24px;
}

/**
 * 03. 14. Field: group
 */
.wptabspro-field-group .wptabspro-cloneable-hidden {
  display: none !important;
}

.wptabspro-field-group .wptabspro-cloneable-wrapper {
  position: relative;
}

.wptabspro-field-group .wptabspro-cloneable-item {
  display: none;
  position: relative;
  margin-bottom: 5px;
}

.wptabspro-field-group .wptabspro-cloneable-item h4 {
  font-size: 1em;
}

.wptabspro-field-group .ui-accordion .wptabspro-cloneable-item {
  display: block;
}

.wptabspro-field-group .wptabspro-cloneable-content {
  border: 1px solid #d0d7db;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.wptabspro-field-group .wptabspro-cloneable-content>.wptabspro-field {
  padding: 15px;
}

.wptabspro-field-group .wptabspro-cloneable-title {
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin: 0;
  padding: 15px 65px 15px 10px;
  min-height: 0;
  font-size: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color .15s;
}

.wptabspro-field-group .wptabspro-cloneable-title:active,
.wptabspro-field-group .wptabspro-cloneable-title:hover,
.wptabspro-field-group .wptabspro-cloneable-title:focus {
  border-color: #999;
  outline: none;
}

.wptabspro-field-group .wptabspro-cloneable-helper {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  font-size: 14px;
  line-height: 1em;
}

.wptabspro-field-group .wptabspro-cloneable-helper i {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  color: #999;
}

.wptabspro-field-group .wptabspro-cloneable-helper i:hover {
  color: #555;
}

.wptabspro-field-group .wptabspro-cloneable-content {
  padding: 0;
  border-top: 0;
}

.wptabspro-field-group .wptabspro-cloneable-title-prefix,
.wptabspro-field-group .wptabspro-cloneable-title-number {
  margin-right: 5px;
}

.wptabspro-field-group .wptabspro-cloneable-alert {
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}

.wptabspro-field-group .widget-placeholder {
  margin-bottom: 10px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.wptabspro-field-group .wptabspro-cloneable-header-icon {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 17px;
  text-indent: 0;
  vertical-align: text-top;
}

.wptabspro-field-group .wptabspro-cloneable-placeholder {
  background-color: #d5e8e3;
  margin-top: 4px;
  width: 100px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}

.wptabspro-field-group .button.wptabspro-cloneable-add {
  background: #1a74e4;
  border-color: #1a74e4;
  font-size: 15px;
  line-height: 39px;
  height: 40px;
  padding: 0 14px;
  text-shadow: none;
  box-shadow: none;
  margin-top: 3px;
  margin-bottom: 0;
}

.wptabspro-field-group .wptabspro-cloneable-helper:hover+.wptabspro-cloneable-title,
.wptabspro-field-group .wptabspro-cloneable-title.ui-accordion-header-active,
.wptabspro-field-group .wptabspro-cloneable-title:active,
.wptabspro-field-group .wptabspro-cloneable-title:focus,
.wptabspro-field-group .wptabspro-cloneable-title:hover {
  border: 1px solid #d0d7db;
  background: #f6f7f7;
  outline: 0;
}

.post-type-sp_wp_tabs .default_tab_override .wptabspro-field-text .wptabspro-fieldset>input,
#wptabspro-section-sp_tab_source_options_1 .wptabspro-field-group .wptabspro-field-text input {
  width: 100%;
  min-height: 38px;
}

#wptabspro-section-sp_tab_source_options_1 .wptabspro-field-group .wptabspro-field-icon .wptabspro-icon-preview i {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

#wptabspro-section-sp_tab_source_options_1 .wptabspro-field-group .wptabspro-field-wp_editor {
  clear: both;
}

.wptabspro-field.wptabspro-field-group.sp-tab__content_wrapper {
  padding: 0 30px 22px;
}

/**
 * 03. 16. Field: image_select
 */
.wptabspro-field-image_select .wptabspro--image {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 0 0;
  vertical-align: bottom;
  border: 2px solid transparent;
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
}

.wptabspro-field-image_select.sp_wp_tabs_layout img {
  vertical-align: top;
  width: 112px;
  cursor: pointer;
}

.wptabspro-field-image_select.smart_tab_style.vertical .wptabspro--image img {
  width: 84px;
}

.wptabspro-field-image_select.common-size .wptabspro--image img {
  width: 74px;
}

.wptabspro-field-image_select .wptabspro--image {
  position: relative;
}

/* .wptabspro-field-image_select.pro-preset-style .wptabspro--image.pro-feature {
  pointer-events: none;
} */

.wptabspro-field-image_select .wptabspro--image:before {
  position: absolute;
  top: 5px;
  right: 4px;
  text-align: center;
  font-size: 15px;
  font-family: dashicons;
  content: "\f12a";
  padding-right: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 14px;
  opacity: 0;
  color: #fff;
  background-color: #222;
}

.wptabspro-field-image_select .wptabspro--image:before {
  background-color: transparent;
}

.wptabspro-field-image_select .wptabspro--active img {
  opacity: 1;
  outline: 2px solid #1a74e4;
  outline-offset: -2px;
  border-radius: 3px;
}

/* .wptabspro-field-image_select .wptabspro--active:before {
  opacity: 1;
} */

.wptabspro-field-image_select .wptabs-image-name {
  margin-top: 3px;
}

.sptpro_tabs_vertical_alignment.wptabspro-field-image_select .wptabspro--sibling img,
.sptpro_tabs_horizontal_alignment.wptabspro-field-image_select .wptabspro--sibling img {
  vertical-align: top;
  width: 94px;
  cursor: pointer;
}

.wptabspro-field-image_select.pro-feature img {
  cursor: default;
}

.wptabspro-field-image_select input {
  display: none;
}

/**
 * 03. 17. Field: link_color
 */
.wptabspro-field-link_color .wptabspro--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.wptabspro-field-color_group .wptabspro--title,
.wptabspro-field-spacing .wptabspro--title,
.wptabspro-field-background .wptabspro--title,
.wptabspro-field-link_color .wptabspro--title,
.wptabspro-field.wptabspro-field-border .wptabspro--title {
  position: absolute;
  top: 10px;
  color: #666;
}

.sp_wp_tabs_page_tab_styles .wptabspro-field-spacing .wptabspro--title,
.sp_wp_tabs_page_tab_styles .wptabspro-field-border .wptabspro--title,
.sp_wp_tabs_page_tab_styles .wptabspro-field-color_group .wptabspro--title {
  top: 0;
}

/**
 * 03. 19. Field: media
 */
.wptabspro-field-media .wptabspro--placeholder {
  display: flex;
}

.wptabspro-field-media .wptabspro--placeholder input {
  width: 100%;
  margin: 0;
}

.wptabspro-field-media .button {
  margin-left: 5px;
}

.wptabspro-field-media .hidden+.button {
  margin-left: 0;
}

.wptabspro-field-media .wptabspro--preview {
  position: relative;
}

.wptabspro-field-media .wptabspro--preview .fa-times {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #dd3333;
  opacity: 0.8;
  transition: all .2s;
}

.wptabspro-field-media .wptabspro--preview .fa-times:hover {
  opacity: 1;
}

.wptabspro-field-media .wptabspro--preview .fa-times:focus {
  box-shadow: none;
}

/**
 * 03. 20. Field: palette
 */
.wptabspro-field-palette .wptabspro--palette {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  user-select: none;
  -webkit-user-select: none;
  transition: all .2s;
}

.wptabspro-field-palette .wptabspro--palette span {
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-indent: -999px;
}

.wptabspro-field-palette .wptabspro--palette:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  width: 16px;
  height: 16px;
  line-height: 14px;
  opacity: 0;
  color: #fff;
  background-color: #222;
  transition: opacity .2s;
}

.wptabspro-field-palette .wptabspro--active {
  border-color: #222;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.wptabspro-field-palette .wptabspro--active:before {
  opacity: 1;
}

.wptabspro-field-palette input {
  display: none;
}

/**
 * 03. 21. Field: repeater
 */
.wptabspro-field-repeater .wptabspro-field-text input {
  width: 100%;
}

.wptabspro-field-repeater .wptabspro-repeater-hidden {
  display: none !important;
}

.wptabspro-field-repeater .wptabspro-repeater-wrapper .wptabspro-repeater-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

.wptabspro-field-repeater .wptabspro-repeater-wrapper .wptabspro-repeater-item h4 {
  font-size: 1em;
}

.wptabspro-field-repeater .wptabspro-repeater-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}

.wptabspro-field-repeater .wptabspro-repeater-content>.wptabspro-field {
  padding: 15px;
}

.wptabspro-field-repeater .wptabspro-repeater-helper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
}

.wptabspro-field-repeater .wptabspro-repeater-helper i {
  display: inline-block;
  cursor: pointer;
  color: #999;
  padding: 5px;
}

.wptabspro-field-repeater .wptabspro-repeater-helper i:hover {
  color: #555;
}

.wptabspro-field-repeater .wptabspro-repeater-helper-inner {
  width: 75px;
}

.wptabspro-field-repeater .wptabspro-repeater-alert {
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}

.wptabspro-field-repeater .widget-placeholder {
  height: 50px;
  margin-bottom: 3px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.wptabspro-field-repeater .ui-sortable-helper {
  height: 50px !important;
  overflow: hidden !important;
  border-color: #ccc !important;
  background-color: #eee !important;
  opacity: 0.5;
}

.wptabspro-field-repeater .ui-sortable-helper .wptabspro-repeater-helper,
.wptabspro-field-repeater .ui-sortable-helper .wptabspro-repeater-content {
  display: none;
}

/**
 * 03. 22. Field: select
 */
.wptabspro-field-select .wptabspro-fieldset {
  min-height: 30px;
}

.wptabspro-field-select .wptabspro-chosen {
  display: none;
}

.wptabspro-field-select select {
  max-width: 100%;
  margin: 0;
}

/**
 * 03. 23. Field: slider
 */
.wptabspro-field-slider .wptabspro--wrap {
  display: flex;
  align-items: center;
}

.wptabspro-field-slider .wptabspro--input {
  display: flex;
}

.wptabspro-field-slider .wptabspro--unit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  user-select: none;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
  color: #555;
  border: 1px solid #7e8993;
  border-left: 0;
  background-color: #f5f5f5;
}

.wptabspro-field-slider .wptabspro-slider-ui {
  margin-right: 15px;
}

.wptabspro-field-slider input[type=number] {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 50px;
  text-align: center;
}

.wptabspro-field-slider .wptabspro--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.wptabspro-field-slider .ui-slider {
  position: relative;
  width: 100%;
  height: 3px;
  border: none;
  background: #ddd;
  border-radius: 2px;
}

.wptabspro-field-slider .ui-slider-range {
  height: 3px;
  border: none;
  background: #333;
  border-radius: 2px;
}

.wptabspro-field-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -7px;
  margin-left: -8px;
  border: none;
  background: #333;
  border-radius: 2px;
}

.wptabspro-field-slider .ui-state-active,
.wptabspro-field-slider .ui-slider-handle:hover {
  cursor: pointer;
  background: #111;
}

/**
 * 03. 24. Field: sortable
 */
.wptabspro-field-sortable .wptabspro-field-text input {
  width: 100%;
  max-width: 100%;
}

.wptabspro-field-sortable .wptabspro--sortable .wptabspro--sortable-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

.wptabspro-field-sortable .wptabspro--sortable .wptabspro--sortable-item h4 {
  font-size: 1em;
}

.wptabspro-field-sortable .wptabspro--sortable-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}

.wptabspro-field-sortable .wptabspro--sortable-content>.wptabspro-field {
  padding: 15px;
}

.wptabspro-field-sortable .wptabspro--sortable-helper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
}

.wptabspro-field-sortable .wptabspro--sortable-helper i {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  color: #555;
}

.wptabspro-field-sortable .wptabspro--sortable-helper i:hover {
  opacity: 0.5;
}

.wptabspro-field-sortable .widget-placeholder {
  height: 50px;
  margin-bottom: 3px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.wptabspro-field-sortable .ui-sortable-helper {
  height: 50px !important;
  overflow: hidden !important;
  border-color: #ccc !important;
  background-color: #eee !important;
  opacity: 0.5;
}

.wptabspro-field-sortable .ui-sortable-helper .wptabspro--sortable-helper,
.wptabspro-field-sortable .ui-sortable-helper .wptabspro--sortable-content {
  display: none;
}

/**
 * 03. 25. Field: sorter
 */
.wptabspro-field-sorter .ui-sortable-placeholder {
  height: 20px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.wptabspro-field-sorter .wptabspro-modules {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.wptabspro-field-sorter .wptabspro-modules:first-child {
  padding-right: 15px;
}

.wptabspro-field-sorter .wptabspro-modules:last-child {
  padding-left: 15px;
}

.wptabspro-field-sorter .wptabspro-disabled,
.wptabspro-field-sorter .wptabspro-enabled {
  padding: 5px 15px;
  border: 1px dashed #ddd;
  background-color: #fff;
}

.wptabspro-field-sorter .wptabspro-disabled li {
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0.5;
}

.wptabspro-field-sorter .wptabspro-disabled .ui-sortable-helper {
  opacity: 1;
}

.wptabspro-field-sorter .wptabspro-sorter-title {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  border: 1px dashed #ddd;
  border-bottom: none;
  background-color: #f8f8f8;
  text-transform: uppercase;
}

.wptabspro-field-sorter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 62px;
}

.wptabspro-field-sorter ul li {
  margin: 10px 0;
  padding: 10px 15px;
  cursor: move;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -moz-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}

.wptabspro-field-sorter ul li:hover {
  border-color: #bbb;
}

/**
 * 03. 26. Field: spinner
 */
.wptabspro-field-spinner .wptabspro--spin {
  display: flex;
}

.wptabspro-field-spinner .ui-spinner {
  display: flex;
}

.wptabspro-field-spinner .ui-button-text-only {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 20px;
  padding: 0 4px;
  color: #555;
  border: 1px solid #7e8993;
  background-color: #f5f5f5;
}

.wptabspro-field-spinner .ui-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 20px;
  padding: 0 4px;
  color: #555;
  border: 1px solid #7e8993;
  background-color: #f5f5f5;
}

.wptabspro-field-spinner .ui-button:hover {
  background-color: #e7e7e7;
}

.wptabspro-field-spinner .ui-button:active {
  background-color: #ddd;
}

.wptabspro-field-spinner .ui-button:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  line-height: 30px;
}

.wptabspro-field-spinner .ui-spinner-down {
  order: 1;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.wptabspro-field-spinner .ui-spinner-down:before {
  content: "\f0d9";
}

.wptabspro-field-spinner .ui-spinner-input {
  order: 2;
}

.wptabspro-field-spinner .wptabspro--unit {
  order: 3;
  border-left: 0;
  user-select: none;
}

.wptabspro-field-spinner .ui-spinner-up {
  order: 4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.wptabspro-field-spinner .ui-spinner-up:before {
  content: "\f0da";
}

.wptabspro-field-spinner input {
  position: relative;
  z-index: 1;
  width: 50px;
  text-align: center;
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
}

.wptabspro-field-spinner .ui-button-text {
  display: none;
}

/**
 * 03. 27. Field: switcher
 */
.wptabspro-field-switcher .wptabspro--switcher {
  float: left;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 26px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ff4751;
  user-select: none;
  -webkit-user-select: none;
}

.wptabspro-field-switcher .wptabspro--ball {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .1s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.wptabspro-field-switcher .wptabspro--on,
.wptabspro-field-switcher .wptabspro--off {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-right: 28px;
  opacity: 0;
  transition: all .1s;
}

.wptabspro-field-switcher .wptabspro--off {
  padding-right: 0;
  padding-left: 28px;
  opacity: 1;
}

.wptabspro-field-switcher .wptabspro--active {
  background: #4fb845;
}

.wptabspro-field-switcher .wptabspro--active .wptabspro--on {
  opacity: 1;
}

.wptabspro-field-switcher .wptabspro--active .wptabspro--off {
  opacity: 0;
}

.wptabspro-field-switcher .wptabspro--active .wptabspro--ball {
  left: 100%;
  margin-left: -28px;
}

.wptabspro-field-switcher .wptabspro--label {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
  font-weight: 400;
  color: #999;
}

.wptabspro-field-switcher input {
  display: none;
}

/**
 * 03. 28. Field: tabbed
 */
.wptabspro-field-tabbed .wptabspro-tabbed-nav {
  width: 330px;
  border-right: 1px solid rgba(221, 221, 221, 1);
}

.wptabspro-field-tabbed.wptabspro-field {
  display: flex;
  margin: 20px;
  border: 1px solid rgba(221, 221, 221, 1);
}

.wptabspro-field-tabbed .wptabspro-tabbed-sections {
  float: left;
  width: 100%;
}

.wptabspro-field-tabbed .wptabspro-tabbed-section {
  border: none;
  background: #fff;
}

.wptabspro-field-tabbed.wptabspro-field:not(.hidden) {
  padding: 0 !important;
  border: 1px solid rgba(221, 221, 221, 1) !important;
}

.wptabspro-field-tabbed .wptabspro-tabbed-section>.wptabspro-field {
  padding: 30px;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav .wptabspro--icon {
  padding-right: 5px;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a {
  display: block;
  padding: 12px 15px;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  color: #343434;
  font-weight: 600;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  background: rgba(245, 245, 245, 1);
  text-transform: uppercase;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a:last-child {
  margin-bottom: 0px;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a:hover {
  background-color: #f9f9f9;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a:focus {
  box-shadow: none;
  outline: none;
}

.wptabspro-field-tabbed .wptabspro-pros-tabbed-nav a:focus,
.wptabspro-field-tabbed .wptabspro-tabbed-nav a.wptabspro-tabbed-active {
  background-color: #fff;
  -webkit-box-shadow: inset 3px 0 #08A683;
  box-shadow: inset 3px 0 #08A683;
  color: #08A683;
  font-weight: 600;
  border-right-color: #fff;
  margin-right: -1px;
  border-right: none;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a:last-child.wptabspro-tabbed-active {
  margin-bottom: -1px;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a>i.fa {
  margin-right: 5px;
  font-size: 15px;
}

/**
 * 03. 29. Field: text
 */
.wptabspro-field-text input {
  width: 50%;
  max-width: 100%;
  margin: 0;
}

.wptabspro-field-text.sp-tabs-advanced-text-field input {
  width: 30%;
  min-height: 38px;
}

/**
 * 03. 30. Field: textarea
 */
.wptabspro-field-textarea textarea {
  width: 100%;
  max-width: 100%;
  min-height: 125px;
}

.wptabspro-field-textarea .wptabspro-shortcode-button {
  margin-bottom: 10px;
  margin-right: 5px;
}

/**
 * 03. 31. Field: typography
 */
.wptabspro-field-typography textarea,
.wptabspro-field-typography select {
  min-width: 100%;
  margin: 0;
}

.wptabspro-field-typography .wptabspro--title {
  color: #777;
  margin: 0 0 2px 0;
  font-size: 12px;
}

.wptabspro-field-typography .wptabspro--title small {
  vertical-align: top;
}

.wptabspro-field-typography .wptabspro--blocks {
  display: flex;
  flex-wrap: wrap;
}

.wptabspro-field-typography .wptabspro--block {
  flex: 1;
  padding-right: 6px;
  padding-bottom: 6px;
}

.wptabspro-field-typography .wptabspro--input {
  margin: 0;
  min-width: 100%;
}

.wptabspro-field-typography .wptabspro--input-wrap {
  position: relative;
}

.wptabspro-field-typography .wptabspro--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 2px 6px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wptabspro-field-typography .wptabspro--preview {
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #222;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 2.5px;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color .2s, border-color .2s;
}

.wptabspro-field-typography .wptabspro--block-preview {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  max-width: 100%;
}

.wptabspro-field-typography .wptabspro--black-background {
  border-color: #000;
  background-color: #000;
}

.wptabspro-field-typography .wptabspro--toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #999;
}

.wptabspro-field-typography .wptabspro--block-extra-styles {
  margin-top: 5px;
}

.wptabspro-field-typography .wptabspro--blocks-color .wptabspro--block-font-color {
  flex: none;
}

.wptabspro-field-typography .wptabspro--block.wptabspro--block-margin .wptabspro--unit {
  position: relative;
  display: flex;
  width: 25px;
  height: 26px;
  align-items: center;
}

.wptabspro-field-typography .wptabspro--block.wptabspro--block-margin {
  display: inline-block;
}

.wptabspro-field-typography.sptpro_tabs_section_title_typo .wptabspro--blocks.wptabspro--blocks-color,
.wptabspro-field-typography.sptpro_tabs_section_title_typo .wptabspro--block.wptabspro--block-margin {
  display: inline-block;
}

.wptabspro-field-typography .wptabspro--block.wptabspro--block-margin .wptabspro--block>input.wptabspro--margin-bottom {
  margin-top: 4px;
  padding-right: 0;
}

/**
 * 03. 32. Field: upload
 */
.wptabspro-field-upload input {
  width: 100%;
  margin: 0;
}

.wptabspro-field-upload .wptabspro--wrap {
  display: flex;
}

.wptabspro-field-upload .button {
  margin-left: 5px;
}

/**
 * 03. 33. Field: wp_editor
 */
.wptabspro-field-wp_editor .wptabspro-wp-editor {
  float: left;
  width: 100%;
}

.wptabspro-field-wp_editor .mce-toolbar-grp {
  border: none;
}

.wptabspro-field-wp_editor .mce-btn.mce-active button,
.wptabspro-field-wp_editor .mce-btn.mce-active:hover button,
.wptabspro-field-wp_editor .mce-btn.mce-active i,
.wptabspro-field-wp_editor .mce-btn.mce-active:hover i {
  color: #23282d;
}

.wptabspro-field-wp_editor .wp-media-buttons {
  position: relative;
  z-index: 2;
}

.wptabspro-field-wp_editor .wp-media-buttons #insert-media-button {
  color: #1a74e4;
  border-color: #1a74e4;
}

.wptabspro-field-wp_editor .wp-editor-tabs {
  position: relative;
  z-index: 1;
}

.wptabspro-field-wp_editor .wptabspro-no-tinymce {
  border: 1px solid #e5e5e5;
}

.wptabspro-field-wp_editor .wptabspro-no-quicktags .wp-media-buttons {
  float: none;
  display: block;
}

.wptabspro-field-wp_editor .wptabspro-no-quicktags .mce-tinymce {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.wptabspro-field-wp_editor textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}

/**
 * 03. 34. Field: heading
 */
.wptabspro-field-heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #23282d;
  background-color: #f5f5f5;
}

.wptabspro-field-heading.sp-tab__admin-header {
  background-color: #1595ce;
  padding: 18px 26px;
  overflow: hidden;
  background: linear-gradient(90deg, #1565D0 0%, #008FF0 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-tab__admin-header .heading-wrapper {
  display: flex;
  min-width: 300px;
  gap: 10px;
  align-items: center;
}

.sp-tab__admin-header .sp-product-tabs-version {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  border-radius: 17px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

.wptabspro-field-heading.sp-tab__admin-header img {
  max-width: 165px;
}

.wptabspro-field-heading.sp-tab__admin-header .support {
  margin-left: 16px;
  float: right;
}

.wptabspro-field-heading.sp-tab__admin-header .support a {
  color: #ffffff;
  text-decoration: none;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
}

.sp-tab__admin-header.wptabspro-field::after,
.sp-tab__admin-header.wptabspro-field::before,
.sp-tab__admin-header .clear,
.wptabspro-help-text.wptabspro-support {
  display: none;
}


/**
 * 03. 35. Field: subheading
 */
.wptabspro-field-subheading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #23282d;
  background-color: #f7f7f7;
}

/**
 * 03. 36. Field: submessage
 */
.wptabspro-field-submessage {
  padding: 0 !important;
  border: 0 !important;
}

.wptabspro-field-submessage+.wptabspro-field {
  border-top: 0 !important;
}

.wptabspro-submessage {
  font-size: 12px;
  padding: 17px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.wptabspro-submessage-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.wptabspro-submessage-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}

.wptabspro-submessage-warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.wptabspro-submessage-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.wptabspro-submessage-normal {
  color: #23282d;
  border-color: #eee;
  background-color: #f7f7f7;
}

/**
 * 03. 37. Field: notice
 */
.wptabspro-field-notice {
  background-color: transparent;
}

.wptabspro-notice {
  padding: 12px;
  padding-left: 0;
  background-color: #fff;
  border-left: none;
  box-shadow: none;
  font-style: italic;
}

.wptabspro-notice-success {
  border-color: #46b450;
}

.wptabspro-notice-info {
  border-color: #339fd4;
}

.wptabspro-notice-warning {
  border-color: #ffbc00;
}

.wptabspro-notice-danger {
  border-color: #dc3232;
}

.wptabspro-notice-normal {
  border-color: #222;
}

/**
 * 03. 38. Field: number
 */
.wptabspro-field-number input {
  width: 100%;
  margin: 0;
}

.wptabspro-field-number .wptabspro--wrap {
  position: relative;
  float: left;
  width: 100px;
}

.wptabspro-field-number .wptabspro--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 2px 6px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/**
 * 03. 39. others
 */
.wptabspro-help {
  cursor: help;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 13px;
  color: #aaa;
}

.wptabspro-help.wptabspro-title-help {
  position: relative;
  /* margin-left: -10px; */
}

.wptabspro-help .wptabspro-help-text {
  display: none;
}

.wptabspro-help.wptabspro-title-help img {
  width: 14px;
  vertical-align: middle;
}

.wptabspro-field-checkbox .wptabspro-help {
  float: none;
  margin-top: -24px;
  /* margin-left: 18px; */
  position: static;
  top: auto;
  right: auto;
  display: inline-block;
}

.wptabspro-image-preview {
  display: inline-block;
  position: relative;
  padding: 4px;
  min-width: 44px;
  min-height: 22px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.wptabspro-image-preview img {
  max-height: 90px;
  display: inline-block;
  vertical-align: middle;
}

.wptabspro-field-custom .wptabspro-field {
  padding: 0;
}

.wptabspro-field .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 26px;
}

.wptabspro-field .chosen-container-single .chosen-single abbr {
  top: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

.wptabspro-field .chosen-container-single .chosen-single abbr:before {
  content: "\f00d";
}

.wptabspro-field .chosen-container-single .chosen-single abbr:hover {
  color: #555;
}

.wptabspro-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

.wptabspro-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  display: inline-block;
  padding-top: 3px;
}

.wptabspro-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #555;
}

.wptabspro-field .chosen-container-single .chosen-single div b {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  color: #aaa;
  background: none;
}

.wptabspro-field .chosen-container-single .chosen-single div b:before {
  content: "\f107";
}

.wptabspro-field .chosen-container-single .chosen-single div b:hover {
  color: #555;
}

.wptabspro-field .chosen-container-multi .chosen-choices li.search-choice-placeholder {
  border: 1px dashed #aaa;
  margin: 3px 5px 3px 0;
}

.wptabspro-field .chosen-container-multi .ui-sortable li.search-choice span {
  cursor: move;
}

.wptabspro-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}

.wptabspro-field .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 40px;
}

.wptabspro-field .chosen-container-single .chosen-search input[type="text"] {
  background: none;
}

.wptabspro-field .chosen-container-single .chosen-search:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 11px;
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 10px;
  color: #aaa;
}

.wptabspro-field .wp-picker-container {
  display: inline-block;
}

.wptabspro-field .wp-picker-container .wp-color-result.button {
  margin-bottom: 0;
}

.wptabspro-field .wptabspro--transparent-wrap {
  display: none;
  position: relative;
  top: -1px;
  width: 235px;
  padding: 9px 10px;
  border: 1px solid #dfdfdf;
  border-top: none;
  background-color: #fff;
}

.wptabspro-field .wp-picker-active .wptabspro--transparent-wrap {
  display: block;
}

.wptabspro-field .wptabspro--transparent-slider {
  position: absolute;
  width: 190px;
  margin-left: 2px;
  height: 18px;
}

.wptabspro-field .wptabspro--transparent-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  bottom: -3px;
  z-index: 5;
  border-color: #aaa;
  border-style: solid;
  border-width: 4px 3px;
  width: 10px;
  height: 16px;
  margin: 0 -5px;
  background: none;
  cursor: ew-resize;
  opacity: 0.9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.wptabspro-field .wptabspro--transparent-slider .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -3px;
  bottom: -3px;
  border: 2px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wptabspro-field .wptabspro--transparent-offset {
  height: 18px;
  width: 200px;
  background: url(../images/checkerboard.png) repeat-y center left scroll #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wptabspro-field .wptabspro--transparent-text {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #999;
}

.wptabspro-field .wptabspro--transparent-button {
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  border-radius: 2px;
  padding: 3px 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
  color: #777;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  transition: background-color .2s, border-color .2s, color .2s;
}

.wptabspro-field .wptabspro--transparent-active .wp-color-result {
  background-image: url(../images/checkerboard.png);
  background-size: 135px;
  background-position: center left;
  background-color: transparent !important;
}

.wptabspro-field .wptabspro--transparent-active .wptabspro--transparent-button {
  color: #fff;
  border-color: #3ea032;
  background-color: #4fb845;
}

.wptabspro-field .wptabspro--transparent-active .fa:before {
  content: "\f205";
}

/**
 * 08. Modal
 */
.wptabspro-modal {
  display: none;
  position: fixed;
  z-index: 100101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wptabspro-modal-icon {
  z-index: 100102;
}

.wptabspro-modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.wptabspro-modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 100px 0;
}

.wptabspro-modal-inner {
  position: relative;
  z-index: 10;
  width: 760px;
  height: 750px;
  margin: 0 auto;
  background-color: #fff;
}

.wptabspro-modal-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 595px;
}

.wptabspro-modal-content .wptabspro-shortcode-button {
  display: none;
}

.wptabspro-modal-content .wptabspro-field {
  padding: 15px 30px 15px 15px;
}

.wptabspro-modal-content a:active,
.wptabspro-modal-content a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wptabspro-modal-content h4 {
  font-size: 13px;
}

.wptabspro-modal-content h4 small {
  font-style: italic;
  font-weight: 400;
  color: #aaa;
}

.wptabspro-modal-title {
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ddd;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0 36px 0 16px;
}

.wptabspro-modal-header {
  width: 100%;
  padding: 14px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

.wptabspro-modal-header select {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  min-height: 30px;
  background-color: #fff;
}

.wptabspro-modal-close {
  color: #666;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}

.wptabspro-modal-close:before {
  font: normal 20px/36px dashicons;
  content: "\f158";
  vertical-align: top;
  width: 36px;
  height: 36px;
}

.wptabspro-modal-close:hover {
  opacity: 0.5;
}

.wptabspro-modal-insert-wrapper {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
}

.wptabspro-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

/**
 * 08. 01. Shortcode Modal
 */
.wptabspro--repeatable {
  padding: 15px 15px 0 15px;
}

.wptabspro--repeat-button-block {
  text-align: center;
  padding-bottom: 15px;
}

.wptabspro--repeat-shortcode {
  position: relative;
  margin-bottom: 15px;
  border: 1px dashed #ddd;
}

.wptabspro--repeat-shortcode:first-child .wptabspro-repeat-remove {
  display: none;
}

.wptabspro--repeat-shortcode .wptabspro-repeat-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #e14d43;
  opacity: 0.5;
}

.wptabspro--repeat-shortcode .wptabspro-repeat-remove:hover {
  opacity: 1;
}

.wptabspro-shortcode-single .wptabspro-modal-inner {
  height: 750px;
}

.wptabspro-shortcode-single .wptabspro-modal-content {
  height: 652px;
}

.elementor-editor-active .wptabspro-shortcode-button {
  margin-left: 5px;
}

.elementor-editor-active .wptabspro-modal .hidden {
  display: none !important;
}

/**
 * 08. 03. Icon Modal
 */
.wptabspro-modal-icon .wptabspro-icon-title {
  padding: 15px 0;
  margin: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

.wptabspro-modal-icon .wptabspro-icon-search {
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.wptabspro-modal-icon i {
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.wptabspro-modal-icon i:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.wptabspro-modal-icon .wptabspro-modal-content {
  padding: 10px;
  height: 618px;
}

.wptabspro-modal-icon .wptabspro-text-error {
  padding: 10px;
}

.wptabspro-modal-loading {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
}

.wptabspro-loading {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.wptabspro-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  margin-top: -2px;
  margin-left: -2px;
  background-color: white;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: wptabsproLoader;
  -webkit-animation-name: wptabsproLoader;
  animation-name: wptabsproLoader;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@-moz-keyframes wptabsproLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

@-webkit-keyframes wptabsproLoader {
  0% {
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

@keyframes wptabsproLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

/**
 * 08. Helper
 */
.wptabspro-text-subtitle {
  font-weight: 400;
  font-style: italic;
  margin-top: 4px;
  color: #999;
}

.wptabspro-notice.wptabspro-notice-normal,
.wptabspro-text-desc {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  font-size: 14px;
}

.wptabspro-field .wptabspro-text-desc {
  color: #999;
}

.sp_product_tabs_content_type .wptabspro-text-desc {
  margin-top: 14px;
}

.wptabspro-text-success {
  color: #2b542c;
}

.wptabspro-text-error {
  margin-top: 5px;
  color: #d02c21;
}

.wptabspro-text-info {
  color: #31708f;
}

.wptabspro-text-warning {
  color: #ffb900;
}

.wptabspro-text-muted {
  color: #aaa;
}

.wptabspro-text-left {
  text-align: left;
}

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

.wptabspro-text-right {
  text-align: right;
}

.wptabspro-block-left {
  float: left;
}

.wptabspro-block-right {
  float: right;
}

.wptabspro-full-width {
  width: 100%;
}

.wptabspro-full-half {
  width: 50%;
}

.wptabspro-table {
  width: 100%;
  display: table;
}

.wptabspro-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.wptabspro-table-expanded {
  width: 100%;
}

.wptabspro-nowrap {
  white-space: nowrap;
}

.wptabspro-text-highlight {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wptabspro-text-highlight-gray {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #f0f0f0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wptabspro-hidden {
  display: none;
}

.wptabspro-hide {
  display: none !important;
}

.wptabspro-show {
  display: block !important;
}

.wptabspro-opacity {
  opacity: 0.5;
}

.wptabspro-form-result {
  /* display: none;
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  font-size: 11px;
  line-height: 28px;
  user-select: none;
  border-radius: 2px; */
  display: none;
  padding: 12px;
  margin: 0 0 15px 0;
  background-color: #fff;
  border-left: 4px solid #46b450;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  float: none;
}

.wptabspro-form-show {
  display: block;
}

/* .wptabspro-form-success {
  color: #fff;
  border-left-color: #46b450;
}

.wptabspro-form-warning {
  color: #fff;
  border-left-color: #faebcc;
} */

.wptabspro-import-warning {
  border-left-color: #ff9966;
}

.wptabspro-label-error {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  padding: 1px;
  font-style: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #e10000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wptabspro-no-option {
  padding: 30px;
}

.wptabspro-input-number {
  -moz-appearance: textfield;
}

.wptabspro-field-spinner .wptabspro-input-number::-webkit-inner-spin-button,
.wptabspro-field-spinner .wptabspro-input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
 * 11. Responsive
 */
@media only screen and (max-width: 1200px) {
  .wptabspro-metabox .wptabspro-field .wptabspro-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .wptabspro-metabox .wptabspro-field .wptabspro-fieldset {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 782px) {
  .wptabspro-header-inner {
    text-align: center;
  }

  .wptabspro-header-inner h1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .wptabspro-form-result {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wptabspro-search,
  .wptabspro-header-right,
  .wptabspro-header-left {
    width: 100%;
  }

  .wptabspro-search {
    text-align: center;
    margin-bottom: 15px;
  }

  .wptabspro-footer {
    text-align: center;
  }

  .wptabspro-buttons {
    float: none;
  }

  .wptabspro-copyright {
    float: none;
    margin-top: 10px;
  }

  .wptabspro-nav,
  .wptabspro-expand-all,
  .wptabspro-reset-section,
  .wptabspro-nav-background {
    display: none !important;
  }

  .wptabspro-content {
    margin-left: 0;
  }

  .wptabspro-section-title,
  .wptabspro-section {
    display: block !important;
  }

  .wptabspro-field .wptabspro-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .wptabspro-field .wptabspro-fieldset {
    float: none;
    width: 100%;
  }

  .wptabspro-field-color .button.wp-picker-clear {
    padding: 0 8px;
    line-height: 2.14285714;
    min-height: 32px;
  }

  .wptabspro-modal-inner {
    width: 350px;
    height: 400px;
  }

  .wptabspro-modal-content {
    height: 237px;
  }

  .wptabspro-icon-dialog .wptabspro-modal-inner {
    width: 305px;
    height: 380px;
  }

  .wptabspro-icon-dialog .wptabspro-modal-content {
    height: 267px;
  }

  .wptabspro-modal-icon .wptabspro-modal-inner {
    width: 330px;
    height: 385px;
  }

  .wptabspro-modal-icon .wptabspro-modal-content {
    height: 252px;
  }

}

/**
 * Chosen JS Styles
 */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

.sptpro_woo_tab_shortcode .chosen-container {
  max-width: 400px;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
  max-width: 400px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
  height: 25px;
  min-height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 5px 3px 0;
  padding: 5px 20px 5px 6px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.sp-tab__taxonomy_terms .wptabspro-fieldset .chosen-container,
.sp_tab_specific_posts .wptabspro-fieldset .chosen-container {
  max-width: 400px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  height: 36px;
}

/*
 * Shortcode footer.
 */
.wptabspro-field-shortcode.sp-tab__admin-sidebar {
  padding: 16px;
}

.wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__shortcode-selectable {
  background-color: rgba(62, 192, 161, .15);
  padding: 10px 15px 10px 33px;
  display: inline-block;
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: pointer;
  border: 1px solid rgba(62, 192, 161, 0.22);
  border-radius: 3px;
  position: relative;
  width: 75%;
}

.wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__shortcode-selectable::after {
  content: url(../images/copy.svg);
  width: 16px;
  left: 7px;
  top: 50%;
  position: absolute;
  margin-top: -8px;
}

.sp_tab-copy-btn {
  width: 16px;
  margin-left: 13px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sp_tab-after-copy-text {
  bottom: -100px;
  opacity: 0;
  z-index: 9999999;
  position: fixed;
  width: 230px;
  left: 180px;
  text-align: center;
  padding: 15px 15px;
  line-height: 15px;
  color: #fff;
  border-radius: 3px;
  background: #32373C;
  border: 1px solid #32373C;
}

.sp_tab-after-copy-text .fa-check-circle {
  font-size: 14px;
  margin-right: 2px;
  color: #5db62e
}

#wptabspro-section-sp_tab_display_shortcode_1 .wptabspro-field {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__scode-wrap:first-of-type {
  border-right: 1px solid #ddd;
}

.wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__scode-wrap {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  width: 49%;
}

.wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__sc-title {
  font-weight: 500;
  font-size: 14px !important;
  padding-top: 0 !important;
  color: #4c5158;
  margin-right: 5px;
}

@media only screen and (max-width: 990px) {
  .wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__scode-wrap:first-of-type {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .wptabspro-field-shortcode.sp-tab__admin-sidebar .sp-tab__scode-wrap {
    width: 100%;
  }
}

/* Shortcode options */
#sp_tab_shortcode_options {
  border-top: 0;
  border-right: 0;
}

.sp-woo_product_tabs__options .wptabspro-wrapper {
  margin-top: 25px;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav {
  float: none;
  width: 100%;
  background: #f1f1f1;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav ul li {
  display: inline-block;
  margin-bottom: -1px;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav ul li a {
  background-color: #08A683;
  border-top: 1px solid #08A683;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #e2e2e1;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  padding: 16px 15px;
  text-transform: uppercase;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav ul li .wptabspro-section-active {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #08A683;
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 0 0 #08A683 inset;
  border-right: 1px solid transparent;
  color: #08A683;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav ul li .wptabspro-section-active .fa {
  color: #08A683;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav-background {
  display: none;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-content {
  margin-left: 0;
}

.post-type-sp_wp_tabs:not(.sp_wp_tabs_page_tab_tools, .sp_wp_tabs_page_tabs_settings) .wptabspro-nav ul li a:not(.wptabspro-section-active):hover {
  color: #fff;
}

/* preloader */
#sp_tab_shortcode_options .wptabspro-wrapper {
  min-height: 200px;
  z-index: 19;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

/* Sortable UI style */
.post-type-sp_products_tabs #the-list.ui-sortable {
  position: relative;
  box-sizing: border-box;
}

#the-list.ui-sortable .ui-sortable-helper {
  border: 1px dashed #0073aa !important;
  opacity: 0.8;
  position: absolute;
}

#the-list.ui-sortable .ui-sortable-placeholder {
  background: #f1f1f1 !important;
  border: 1px dashed #aaa !important;
  height: 85px !important;
  visibility: visible !important;
}

.post-type-sp_products_tabs .column-order {
  width: 70px;
  text-align: center;
  cursor: move;
}

.post-type-sp_products_tabs .drag-handle {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: move;
}

/**
 *
 * Custom Style for Tabs Pro
 *
 **/
.sp-tab__content_wrapper .wptabspro-field-text {
  float: left;
  width: 30%;
}

.sp-tab__content_wrapper .wptabspro-field-text input {
  width: 100%;
  min-height: 36px;
}

.sp-tab__content_wrapper .wptabspro-field-text:first-child {
  width: 30%;
  padding-right: 0px;
}

.wptabspro-field.wptabspro-field-media.tabs-custom-icon-pro {
  float: left;
  margin-top: 28px;
}

.tabs_title_section .tabs-custom-icon-pro.wptabspro-field.wptabspro-field-media {
  padding-left: 0px;
  margin-top: 6px;
  padding-bottom: 2px;
}

.sp-tab__content_wrapper .wptabspro-field.wptabspro-field-media.tabs-custom-icon-pro {
  padding-bottom: 8px;
}

.sp-tab__content_wrapper .wptabspro-field.wptabspro-field-wp_editor {
  padding-top: 0;
}

.wptabspro-field.wptabspro-field-media.tabs-custom-icon-pro .wptabspro--button {
  line-height: 36px;
  border-color: #1a74e4;
  background-color: #1a74e4;
  background-color: #1a74e4;
}

.wp-core-ui .wptabspro-field-media.tabs-custom-icon-pro .button-primary.focus,
.wp-core-ui .wptabspro-field-media.tabs-custom-icon-pro .button-primary:focus {
  box-shadow: unset;
}

.wptabspro-field.only-for-pro>.wptabspro-fieldset,
.wptabspro-field-spacing.only_pro_spacing,
.only_pro_spinner>.wptabspro-fieldset,
.only_pro_tabs_icon_section>.wptabspro-fieldset .wptabspro--sibling,
.only_pro_tabs_icon_section.tab_icon_position>.wptabspro-fieldset,
.only_pro_checkbox .wptabspro-checkbox,
.tab_alignment_pro .wptabspro-fieldset .wptabspro--button:nth-child(3),
.tab_alignment_pro .wptabspro-fieldset .wptabspro--button:nth-child(4),
.only_for_pro .wptabspro-fieldset li:nth-child(2),
.only_for_pro_event .wptabspro-fieldset li:nth-child(3),
.post-type-sp_wp_tabs .tabs-custom-text-pro>.wptabspro-fieldset {
  pointer-events: none;
  opacity: .4;
}

.sp-tabs-advanced-text-field>.wptabspro-title h4,
.sp-tab__tab-linking>.wptabspro-title h4,
.override_tab_checkbox>.wptabspro-title h4,
.only_pro_tabs_icon_section>.wptabspro-title h4,
.wptabspro-field.only-for-pro>.wptabspro-title h4,
.wptabspro-field-typography.disable-typos>.wptabspro-title h4,
.wptabspro-field.only_pro_switcher>.wptabspro-title h4,
.wptabspro-field.only_pro_spinner>.wptabspro-title h4,
.override_wc_default_tabs {
  opacity: .5;
}

.wptabspro-field-image_select.common-size .wptabspro--active img {
  outline: 0;
}


.wptabspro-field.wptabspro-field-notice.middle_notice {
  padding: 0 30px;
}

.wptabspro-field.wptabspro-field-notice.middle_notice .wptabspro-notice {
  margin-top: 0;
}

.wptabspro-field.wptabspro-field-notice.tab-icon-top-notice,
.wptabspro-field.wptabspro-field-notice.only_pro_notice_typo {
  padding-bottom: 0;
  padding-top: 20px;
}

.wptabspro-field.wptabspro-field-notice.bottom_notice {
  padding-top: 0;
}

.only_pro_tabs_icon_section .wptabspro--switcher,
.only_pro_switcher .wptabspro--switcher {
  background-color: rgb(176 188 196 / 40%);
  pointer-events: none;
  color: rgb(135, 150, 161);
}

.only_pro_switcher .wptabspro--switcher .wptabspro--ball::after {
  content: "PRO";
  position: relative;
  text-align: center;
  width: 24px;
  float: right;
  font-weight: 600;
  font-size: 8px;
  color: #8796a1;
  opacity: 1;
  line-height: 18px;
}

.only_pro_checkbox .wptabspro-checkbox::after {
  content: "PRO";
  background-color: #d4d4d4;
  padding: 2px 4px;
  font-size: 8px;
  margin-top: 2px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  font-weight: 500;
  cursor: default;
}

.pro-preset-style .wptabspro--image.pro-feature,
.wptabspro-field.only_pro_fixed_height .wptabspro--button:nth-child(2),
.wptabspro-field.override_tab_checkbox .wptabspro-fieldset .wptabspro-checkbox,
.wptabspro-field-spinner.only_pro_spinner .ui-spinner {
  position: relative;
}

.wptabspro-field.pro-preset-style .pro-feature::after,
.wptabspro-field.only_pro_fixed_height .wptabspro--button:nth-child(2):after,
.wptabspro-field.override_tab_checkbox .wptabspro-fieldset .wptabspro-checkbox::after,
.wptabspro-field.only-for-pro .wptabspro-fieldset::after,
.only_pro_spinner span.ui-spinner.ui-corner-all.ui-widget.ui-widget-content::after {
  content: "PRO";
  position: absolute;
  color: #fff;
  background-color: #12a10d;
  padding: 2px 4px;
  font-size: 8px;
  border-radius: 2px;
  height: 10px;
  margin-top: 8px;
  font-weight: 600;
  right: -32px;
  line-height: 11px;
}

.wptabspro-field.pro-preset-style .pro-feature:after,
.wptabspro-field.only_pro_fixed_height .wptabspro--button:nth-child(2):after {
  right: 0;
  top: 0;
  margin: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

.wptabspro-field.override_tab_checkbox .wptabspro-fieldset .wptabspro-checkbox::after {
  top: -7px;
}

.wptabspro-field.only-for-pro .wptabspro-fieldset .chosen-container {
  max-width: 400px;
}

.wptabspro-field.only-for-pro .wptabspro-fieldset::after {
  position: relative;
  left: 6px;
}

.sptpro_woo_tab_label_priority.only_pro_spinner span.ui-spinner.ui-corner-all.ui-widget.ui-widget-content::after {
  height: 15px;
  line-height: 15px;
  padding: 0 4px;
}

#wptabspro-section-sp_tab_source_options_1 .sp-tab__content_wrapper .wptabspro-field-content {
  float: left;
  padding-right: 0;
  padding-left: 0;
  line-height: 36px;
  padding-top: 42px;
}

#wptabspro-section-sp_tab_source_options_1 .wptabspro-field.wptabspro-field-checkbox.sp-tab__tab-linking .wptabspro-title {
  width: 150px;
  float: left;
}

#wptabspro-section-sp_tab_source_options_1 .wptabspro-field.wptabspro-field-checkbox .wptabspro-title {
  position: relative;
  width: 115px;
  float: left;
}

.wptabspro-field-button_set.sp_wp_tab_type .wptabspro-fieldset {
  float: left;
  width: 100%;
  margin-top: 10px;
}

/* Pro only lock */
.sp_wp_tabs_layout .wptabspro--sibling:nth-of-type(2),
.sp_wp_tabs_layout .wptabspro--sibling:nth-of-type(3),
.sp_wp_tabs_layout .wptabspro--sibling:nth-of-type(4),
.sp_wp_tabs_layout .wptabspro--sibling:nth-of-type(5),
.sptpro_tabs_horizontal_alignment .wptabspro--sibling:nth-of-type(3),
.sptpro_tabs_horizontal_alignment .wptabspro--sibling:nth-of-type(4) {
  position: relative;
  cursor: default;
}

.wptabspro-field-image_select.smart_tabs_position .wptabspro--image.pro-feature .wptabs-image-name,
.wptabspro-field-image_select.smart_tabs_position .wptabspro--image.pro-feature img,
.wptabspro-field-image_select.sp_wp_tabs_layout .wptabspro--image.pro-feature .wptabs-image-name>b {
  opacity: .4;
}

.wptabspro-field.only_pro_fixed_height .wptabspro--button:nth-child(2),
.wptabspro-field-image_select.smart_tabs_position .wptabspro--image.pro-feature img,
#wptabspro-section-sp_tab_shortcode_options_3 .wptabspro--switcher {
  pointer-events: none;
}

.wptabspro-field-image_select.sp_wp_tabs_layout .wptabspro--image.pro-feature img,
.wptabspro-field-image_select.sp_wp_tabs_layout .wptabspro--image.pro-feature img,
.wptabspro-field.only_pro_fixed_height .wptabspro--button:nth-child(2),
.wptabspro-field-typography.disable-typos .wptabspro-field-color,
.wptabspro-field-typography.disable-typos .wptabspro--block {
  pointer-events: none;
  opacity: .5;
}

.wptabspro-field-typography .wptabspro--blocks-inputs input::-webkit-outer-spin-button,
.wptabspro-field-typography .wptabspro--blocks-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wptabspro-field.wptabspro-field-checkbox.sp-tab__tab-linking {
  width: 25%;
  padding-right: 0px;
  clear: left;
  float: left;
}

.wptabspro-field-image_select.sp_wp_tabs_layout .wptabspro--image.wptabspro--active::before {
  z-index: 2;
  color: #1a74e4;
  opacity: 1;
}

/* style for option deep linking  */
.wptabspro-field-group .wptabspro-cloneable-content>.wptabspro-field.sp-tab__tab-linking {
  padding-top: 0;
  padding-bottom: 0;
}

#sp_tab_shortcode_options .wptabspro-field.vertical-gap {
  padding-bottom: 25px;
}

.wptabspro-field-checkbox.override_tab_checkbox>.wptabspro-fieldset,
.wptabspro-field.wptabspro-field-checkbox.sp-tab__tab-linking>.wptabspro-fieldset {
  opacity: 0.4;
  pointer-events: none;
}

.wptabspro #wptabspro-section-sp_tab_source_options_1 .wptabspro-field.wptabspro-field-checkbox.sp-tab__tab-linking .wptabspro-title {
  width: 190px;
}

/* Import export css */
.wptabspro-field.wptabspro-field-button_set.wp_tabs_export {
  margin-top: 0;
  padding-top: 0;
}

.wptabspro-field-button_set.wp_tabs_export .wptabspro--button:hover,
.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import button:hover {
  background: #135e96;
  border-color: #135e96;
  color: #fff;
}

.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import button,
.wptabspro-field-button_set.wp_tabs_export .wptabspro--button {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.tabs_post_ids .wptabspro-help {
  left: 400px;
}

.sp-eap-options .wptabspro-field-select .wptabspro-fieldset {
  position: relative;
}

.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import .wptabspro-fieldset {
  position: relative;
}

.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import p {
  padding-bottom: 0;
  margin-bottom: 1px;
}

.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import button {
  margin-top: 10px;
  padding-bottom: 0px;
}

.wptabspro-field.wptabspro-field-custom_import.wp_tabs_import .wptabspro-help {
  cursor: help;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  padding: 5px;
  font-size: 14px;
  color: #aaa;
  width: 15px;
  left: 64px;
}

.wptabspro-field.wptabspro-field-select.tabs_post_ids .chosen-container .chosen-drop {
  max-width: 400px;
}

.wptabspro-field.wptabspro-field-select.tabs_post_ids {
  padding-top: 0;
}

.tab__tools .wptabspro-nav .wptabspro-tab-icon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

@media(max-width: 1750px) {
  .sp-tab__content_wrapper .sp-tab__tab-linking {
    width: 23.3%;
  }
}

@media(max-width: 1300px) {
  .sp-tab__content_wrapper .sp-tab__tab-linking {
    width: 100%;
  }

  .sp-tab__content_wrapper .wptabspro-field-icon {
    margin-top: 0;
    padding-left: 23px;
  }

  .sp-tab__content_wrapper .wptabspro-field-text.wptabspro-field-url {
    padding-bottom: 40px;
  }
}

@media(max-width: 900px) {

  .sp-tab__content_wrapper .wptabspro-field-text:first-child,
  .sp-tab__content_wrapper .wptabspro-field-text,
  .sp-tab__content_wrapper .wptabspro-field-checkbox.sp-tab__tab-linking,
  .sp-tab__content_wrapper .wptabspro-field-text.wptabspro-field-url {
    width: 90%;
  }
}

.sptpro-notice-typo-exception {
  color: #23282d;
}

/* Product tabs custom show/hide button style */
.sp-tabs-custom-switcher.wptabspro-field-switcher .wptabspro--switcher {
  background-color: #B0BCC4;
  height: 24px;
  border-radius: 20px;
}

.sp-tabs-custom-switcher.wptabspro-field-switcher .wptabspro--active {
  background-color: #00C263;
  width: 50px;
}

.sp-tabs-custom-switcher.wptabspro-field-switcher .wptabspro--ball {
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.sp-tabs-custom-switcher.wptabspro-field-switcher .wptabspro--active .wptabspro--ball {
  margin-left: -22px;
}

/* demo external link icon styles */
/* component name image_select.php  */
.sp_wp_tabs_layout .wptabspro--sibling.wptabspro--image {
  margin: 0px 10px 6px 0px;
}

/* .sptpro_product_tabs_layout .wptabspro--sibling.wptabspro--image.pro-feature {
  margin: 0px 10px 6px 0px;
} */

.wptabs-demo-icon[tooltip]:hover {
  position: relative;
}

.wptabspro--sibling.wptabspro--image.pro-feature b>b img {
  cursor: default;
}

.sptpro_product_tabs_layout .wptabspro--image a.wptabs-demo-icon,
.sp_wp_tabs_layout .wptabspro--image a.wptabs-demo-icon {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.sptpro_product_tabs_layout .wptabspro--image:hover a.wptabs-demo-icon,
.sptpro_product_tabs_layout .wptabspro--image.wptabspro--active a.wptabs-demo-icon,
.sp_wp_tabs_layout .wptabspro--image:hover a.wptabs-demo-icon,
.sp_wp_tabs_layout .wptabspro--image.wptabspro--active a.wptabs-demo-icon {
  opacity: 1;
  z-index: 999;
  pointer-events: painted;
  transition: all 0.2s linear;
}

.wptabs-demo-icon[tooltip]:hover:before {
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 99999;
  content: attr(tooltip);
  margin-top: 0.5em;
  margin-left: -6px;
  padding: 4px;
  width: 54px;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  background-color: #222;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px #222;
  border-radius: 3px;
}

.wptabs-demo-icon[tooltip]:hover:after {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 99999;
  content: '';
  width: 0;
  height: 0;
  border: 0.75em dashed transparent;
  border-bottom: 0.75em solid #222;
  font-size: inherit;
  transform: translateX(-50%);
}

.wptabs-image-name b {
  cursor: pointer;
}

a.wptabs-demo-icon:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.wptabs-image-name {
  text-align: center;
}

.sp_wp_tabs_layout a.wptabs-demo-icon {
  padding-left: 2px;
}

.wptabs-image-name a.wptabs-demo-icon>span {
  font-size: 13px;
  font-weight: 500;
  color: #1a74e4;
}

/* Update to pro promotional notice */
.sp-tab-notice-wrapper {
  border-width: 1px;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 10px;
}

#sp_tab_promotional_notice_sidebar .postbox-header {
  display: none;
}

#sp_tab_display_shortcode_sidebar .postbox-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div:is(#sp_tab_promotional_notice_sidebar, #sp_tab_support_builder_sidebar, #sp_tab_display_shortcode_sidebar) .wptabspro-content,
div:is(#sp_tab_promotional_notice_sidebar, #sp_tab_support_builder_sidebar, #sp_tab_display_shortcode_sidebar).postbox {
  border-radius: 3px;
}

.sp-tab-notice-wrapper {
  border-width: 1px;
  border-radius: 5px;
  text-align: left;
}

.sp-tab-list-heading,
.sp-tab-notice-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}

.sp-tab-list-heading {
  margin-bottom: 8px;
  margin-top: 10px;
}

.sp-tab-notice-wrapper ul li.sp-tab-layouts-list {
  display: block;
}

.sp-tab-notice-wrapper ul li.sp-tab-layouts-list a:focus {
  box-shadow: none;
}

.sp-tab-notice-heading span {
  color: #0C6E63;
}

.sp-tab-notice-desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(101, 105, 118, 1);
  margin-bottom: 20px;
  margin-top: 10px;
}

.sp-tab-notice-wrapper ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  display: inline-flex;
  gap: 10px;
}

.sp-tab-notice-wrapper .sp-tab-notice-button {
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid transparent;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: border-color 0.5s ease;
}

.sp-tab-notice-wrapper .sp-tab-notice-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(24, 90, 157) 0%, rgb(67, 206, 162) 100%);
  z-index: -1;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.sp-tab-notice-wrapper .sp-tab-notice-button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(67, 206, 162) 0%, rgb(24, 90, 157) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sp-tab-notice-wrapper .sp-tab-notice-button:hover::before,
.sp-tab-notice-wrapper .sp-tab-notice-button:hover::after {
  opacity: 1;
}

.sp-tab-notice-wrapper .sp-tab-notice-button a {
  color: #ffffff;
  text-decoration: none;
  padding: 14px 30px 14px 30px;
  position: relative;
  z-index: 1;
}

.sp-tab-notice-wrapper .sp-tab-notice-button a:focus {
  box-shadow: none;
  outline: none;
}

.sp-tab-notice-button i {
  font-size: 16px;
}

.sp-tab-notice-wrapper ul li i {
  color: rgba(74, 184, 102, 1);
  font-size: 11px;
}

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

  .wptabspro-field-tabbed .sptpro_tabs_border .wptabspro-fieldset .wptabspro--title,
  .wptabspro-field-tabbed .wptabspro-field-spacing .wptabspro-fieldset .wptabspro--title {
    position: unset;
  }

  .wptabspro-field-tabbed .sptpro_tabs_border .wptabspro-fieldset,
  .wptabspro-field-tabbed .wptabspro-field-spacing .wptabspro-fieldset {
    margin-top: -10px;
  }
}

.wptabspro-field-tabbed .sptpro_tabs_border .wptabspro-fieldset .wptabspro--inputs.border-radius {
  display: flex;
  flex-direction: column;
}

/* Tabs content type style. */
.post-type-sp_products_tabs .postbox {
  border-radius: 4px;
}

.post-type-sp_products_tabs #poststuff .inside {
  margin: 8px 0 0 0;
}

.wptabspro-field.wptabspro-field-image_select.sp_tabs_content_type {
  clear: both;
}

.sp_tabs_content_type .wptabspro-siblings.wptabspro--image-group,
.sp_product_tabs_content_type .wptabspro-siblings.wptabspro--image-group {
  display: inline-flex;
}


.sp_tabs_content_type .wptabspro--sibling.wptabspro--image,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #2c3333;
  padding: 10px 5px;
  border-radius: 2px;
  background: #e8ecefb3;
  border: 2px solid #a3b1b9;
}

.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image i {
  font-size: 16px;
}

.sp_tabs_content_type .wptabspro--sibling.wptabspro--image,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image {
  width: auto;
  transition: none;
  padding: 10px 12px;
}

.sp_tabs_content_type .wptabspro--sibling.wptabspro--image.wptabspro--active,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image.wptabspro--active {
  color: #1A74E4;
  border-color: #1A74E4;
}

.sp_tabs_content_type .wptabspro--sibling.wptabspro--image .wptabs-image-name,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image .wptabs-image-name {
  margin-top: 0;
  font-weight: 500;
}

/* .wptabspro-field-fieldset.tabs_title_section {
  padding: 24px 30px 0;
} */

.tabs_title_section .wptabspro-field.wptabspro-field-text.tabs_content-title {
  padding: 0;
  padding-right: 15px;
}

.tabs_title_section .wptabspro-fieldset-content {
  display: flex;
}

.wptabspro-field.wptabspro-field-text.tabs_content-title {
  width: 380px;
}

.tabs_title_section .wptabspro-fieldset {
  width: 100%;
  margin-top: 10px;
  float: left;
}

.post-type-sp_products_tabs .wptabspro-field-text .wptabspro-fieldset>input {
  width: 100%;
  min-height: 38px;
}

.sp_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature {
  pointer-events: none;
  border: none;
  border-color: #a3b1b95c;
  background-color: #fff;
}

.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature>img {
  background-color: #fff;
  width: 578px;
}

/* .sp_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature>* {
  opacity: 0.4;
} */

.sp_product_tabs_content_type .wptabspro--sibling.pro-feature::after {
  opacity: 1;
}

.sp_wp_tabs_layout .wptabspro--image-group .wptabspro--pro-wrapper {
  position: relative;
}

/* .sp_wp_tabs_layout .wptabspro--image-group .pro-feature img {
  width: 305px !important;
  margin-left: 8px;
} */

.sp_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature,
.sp_product_tabs_content_type .wptabspro--sibling.wptabspro--image.pro-feature {
  padding: 0;
}

.wptabspro-field-image_select.sp_wp_tabs_layout .wptabspro--image-group {
  display: flex;
}

.wptabspro-field-notice.smart-tabs-notice .wptabspro-notice {
  padding: 0;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #E7F2E7;
  padding: 12px 20px 12px 20px;
  border-radius: 4px;
  border: 1px solid #3d9e564d;
}

/* style for the tabs type and description field */
#sptpro_woo_product_tabs_settings .full-width .wptabspro-title {
  width: 100%;
}

#sptpro_woo_product_tabs_settings .full-width .wptabspro-fieldset {
  float: left;
  margin-top: 12px;
}

/* 
* Product tabs admin table style. 
*/
.post-type-sp_products_tabs .wrap:not(.sp_woo_product_settings_tabbed) {
  padding: 25px;
  margin-top: 22px;
  border-radius: 4px;
  border: 1px solid #C3C4C7;
  background-color: #fff;
}

.post-type-sp_products_tabs .tablenav .actions #doaction2,
.post-type-sp_products_tabs .tablenav .actions #doaction,
.post-type-sp_products_tabs .tablenav .actions select,
.post-type-sp_products_tabs .tablenav .actions #post-query-submit {
  float: left;
  margin-right: 6px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  padding-right: 72px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #8796A1;
}

.post-type-sp_products_tabs .tablenav .actions select#bulk-action-selector-top {
  padding-right: 56px;
  text-transform: capitalize;
}

.post-type-sp_products_tabs .subsubsub li.publish a,
.post-type-sp_products_tabs .subsubsub li.trash a {
  color: #2278FB;
}

.post-type-sp_products_tabs .tablenav .actions #delete_all {
  padding: 12px 15px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #8796A1;
}

.post-type-sp_products_tabs .tablenav .actions {
  padding: 0;
}

.post-type-sp_products_tabs .tablenav .actions #post-query-submit {
  padding: 12px 15px;
}

.post-type-sp_products_tabs a.page-title-action,
.post-type-sp_products_tabs a.page-title-action:active {
  color: #1A74E4;
  padding: 10px 24px;
  border-radius: 5px;
  border: 2px solid #C3C4C7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background-color: #fff;
}

.post-type-sp_products_tabs a.page-title-action:hover {
  color: #1A74E4;
  border-color: #1A74E4;
  transition: all 0.3s linear;
  background-color: #fff;
}

.post-type-sp_products_tabs input#post-search-input:hover {
  border-color: #1A74E4;
}


.post-type-sp_products_tabs input#post-search-input {
  width: 184px;
  font-weight: 600;
  padding: 4px 8px;
}

.post-type-sp_products_tabs input#search-submit {
  line-height: 18px;
  padding: 8px 12px;
}

.post-type-sp_products_tabs .tablenav .actions #doaction2,
.post-type-sp_products_tabs .tablenav .actions #doaction {
  padding: 12px 14px;
  color: #2278FB;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #2278FB;
}

.post-type-sp_products_tabs .search-box input#search-submit,
.post-type-sp_products_tabs .tablenav .actions #post-query-submit {
  color: #2278FB;
  font-weight: 500;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #2278FB;
}

.post-type-sp_products_tabs .wrap tfoot {
  display: none;
}

.type-sp_products_tabs td a.row-title {
  color: #1A74E4;
}

.post-type-sp_products_tabs .type-sp_products_tabs.sp-woo-default-tab td a.row-title {
  color: #50575e;
  pointer-events: none;
}

.post-type-sp_products_tabs .wp-list-table thead th,
.post-type-sp_products_tabs .wp-list-table thead td {
  padding: 10px 0;
}

.post-type-sp_products_tabs .wp-list-table thead td input {
  margin-left: 8px;
}

.post-type-sp_products_tabs .wp-list-table th.manage-column,
.post-type-sp_products_tabs tr td:not(.last_modified) .product-tabs-table-data {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #343434;
}

.post-type-sp_products_tabs #the-list tr.sp-woo-default-tab th.check-column {
  border-bottom: 1px solid #C3C4C7;
}

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

.post-type-sp_products_tabs .tablenav.top {
  padding-bottom: 18px;
  margin: 6px 0 12px;
}

.post-type-sp_products_tabs .wrap h1.wp-heading-inline {
  font-size: 15px;
  font-weight: 600;
}

.post-type-sp_products_tabs table.widefat {
  border: 1px solid #C3C4C7;
}

.post-type-sp_products_tabs .wp-list-table th#show_tabs {
  padding-left: 82px;
}

.post-type-sp_products_tabs td {
  border-bottom: 1px solid #C3C4C7;
}

.post-type-sp_products_tabs tr:not(:last-child, .sp-woo-default-tab) .check-column label {
  border-bottom: 1px solid #C3C4C7;
}

.post-type-sp_products_tabs tr:not(:last-child) .check-column label:focus,
.post-type-sp_products_tabs tr:not(:last-child) .check-column label:hover {
  outline: 0;
  background: none;
}

.post-type-sp_products_tabs thead .check-column label:hover,
.post-type-sp_products_tabs thead .check-column input:hover+label {
  background: none;
}

.widefat .check-column {
  width: 5.2em !important;
}


.post-type-sp_products_tabs tbody .check-column label:hover,
.post-type-sp_products_tabs tbody .check-column input:hover+label {
  background: #fff;
}

.post-type-sp_products_tabs thead {
  background-color: #F0F0F1;
}

.post-type-sp_products_tabs tbody#the-list>tr,
.post-type-sp_products_tabs tbody#the-list>tr.type-sp_products_tabs {
  background-color: #fff;
}

.post-type-sp_products_tabs .wp-list-table tbody tr th.check-column,
.post-type-sp_products_tabs .wp-list-table tbody tr td,
.post-type-sp_products_tabs .wp-list-table tbody tr th {
  line-height: 20px;
  padding: 26px 10px 10px 0;
}

.post-type-sp_products_tabs .wp-list-table tbody tr td.colspanchange {
  font-weight: 600;
  padding-left: 20px;
  padding-bottom: 30px;
}

.post-type-sp_products_tabs .wp-list-table tbody tr.sp-woo-default-tab th.check-column,
.post-type-sp_products_tabs .wp-list-table tbody tr.sp-woo-default-tab td {
  padding-bottom: 25px;
}

.post-type-sp_products_tabs .wp-list-table tbody tr td.page-title {
  padding-left: 8px;
}

.post-type-sp_products_tabs .wp-list-table tbody tr td.show_tabs .sp-tabs-custom-switcher {
  padding-left: 82px;
}

.post-type-sp_products_tabs .widefat.wp-list-table th.check-column {
  width: 4em !important;
}

.post-type-sp_products_tabs .wptabspro-field-switcher.sp-tabs-custom-switcher {
  padding: 0;
}


.post-type-sp_products_tabs .column-order {
  width: 70px;
  text-align: center;
  cursor: move;
}

.post-type-sp_products_tabs .drag-handle {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: move;
}

/* Smart tabs header styles */
.sp_woo_product_settings_tabbed .nav-tab-wrapper,
.wrap h2.nav-tab-wrapper {
  height: 49px !important;
}

.sp_woo_product_settings_tabbed .nav-tab-wrapper a.nav-tab {
  padding: 11px 23px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.72;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid #0085BA;
  background-color: #0085BA;
}

.sp_woo_product_settings_tabbed .nav-tab-wrapper a.nav-tab.nav-tab-active {
  background-color: #F0F0F1;
  color: #000;
  border-bottom: 0;
  border-color: #AAA;
  border-bottom: 2px solid #F0F0F1;
  border-bottom-left-radius: 2px;
  z-index: 2;
  border-bottom-right-radius: 2px;
}

.sp_woo_product_settings_tabbed .nav-tab-wrapper i.wptabspro-tabbed-icon {
  margin-right: 5px;
}

.sp_woo_product_settings_tabbed a.nav-tab:active,
.sp_woo_product_settings_tabbed a.nav-tab:focus {
  box-shadow: none !important;
}

/* Styles for back to all product tabs button */
.wp-admin .sptpro-back-top-product-tabs {
  color: #1A74E4;
  font-weight: 600;
  font-size: 13px;
  width: 180px;
  border: none;
  display: block;
  padding-left: 0;
  text-transform: uppercase;
  background: transparent;
}

.wp-admin .sptpro-back-top-product-tabs:focus,
.wp-admin .sptpro-back-top-product-tabs:hover {
  border: none;
  box-shadow: none;
  outline: none;
  color: #1A74E4;
  background: transparent;
}

/* Smart Tabs Upgrade to Pro section style */
.wptabspro-field-notice.upgrade-to-pro-notice {
  padding: 30px;
}

.wptabspro-field-notice.upgrade-to-pro-notice .wptabspro-notice {
  padding: 0;
  margin-top: 0;
}

.smart-tabs-upgrade-to-pro-section {
  background: #E7F2E7;
  border: 1px solid #3d9e564d;
  border-radius: 8px;
  padding: 30px;
  line-height: 1.6;
  color: #3C434A;
  max-width: 100%;
}

.smart-tabs-upgrade-to-pro-section h2 {
  color: #3C434A;
  margin: 0px;
  font-size: 22px;
}

.smart-tabs-upgrade-to-pro-section p {
  font-size: 14px;
  margin-bottom: 20px;
}

.smart-tabs-upgrade-to-pro-section .features-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.smart-tabs-upgrade-to-pro-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smart-tabs-upgrade-to-pro-section .features-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.smart-tabs-upgrade-to-pro-section .features-list a {
  color: #1a73e8;
  cursor: pointer;
}

.smart-tabs-upgrade-to-pro-section .special-bonus {
  font-size: 15px;
  margin: 20px 0;
}

.smart-tabs-upgrade-to-pro-section .special-bonus .highlight-discount {
  color: #F38600;
  font-weight: bold;
}

.smart-tabs-upgrade-to-pro-section .upgrade-btn {
  display: inline-block;
  background: #7DC049;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.smart-tabs-upgrade-to-pro-section .features-list a:focus,
.smart-tabs-upgrade-to-pro-section .upgrade-btn:focus {
  box-shadow: none;
}

.smart-tabs-upgrade-to-pro-section .upgrade-btn:hover {
  background: #78b74a;
}

/* styles for Custom save button for products tabs */
.post-type-sp_products_tabs #poststuff #post-body.columns-2 {
  margin-right: 0;
}

.post-type-sp_products_tabs #post-body.columns-2 #postbox-container-1 {
  display: none;
  float: none;
}

.post-type-sp_products_tabs div#sp_product_tabs_save_button {
  border: 0;
  box-shadow: none;
}

.post-type-sp_products_tabs div#sp_product_tabs_save_button .inside {
  padding: 0;
}

.post-type-sp_products_tabs #sp_product_tabs_save_button button.sp-product-tabs-save-button {
  border: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  border-radius: 4px;
  background-color: #1a74e4;
  padding: 0px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-sp_products_tabs button.sp-product-tabs-save-button.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.sp-product-tabs-save-button .sp_tab-spinner-icon {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  animation: sp-save-button-spin 1s linear infinite;
}

@keyframes sp-save-button-spin {
  0% {
    transform: rotate(0deg);
  }

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

.post-type-sp_products_tabs #sp_product_tabs_save_button button.sp-product-tabs-save-button:hover {
  background-color: #136cdae6;
}

.wptabspro-fieldset-content .wptabspro-field-icon .button,
.wptabspro-fieldset-content .wptabspro-field-media.tabs-custom-icon .button,
.sp-tab__content_wrapper .wptabspro-field-icon .button,
.sp-tab__content_wrapper .tabs-custom-icon .button {
  line-height: 34px;
  background: #1a74e4;
  border-color: #1a74e4;
}


/* Product Tabs pro notice style */
.wptabspro-field.wptabspro-field-fieldset.sp_smart_tabs_pro_fields_preview {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 30px 20px;
  width: calc(80% - 20px);
  border-radius: 4px;
}

#sp_tab_source_options .wptabspro-field.wptabspro-field-fieldset.sp_smart_tabs_pro_fields_preview {
  margin: 0 15px 20px;
}

.wptabspro-field.wptabspro-field-fieldset.sp_smart_tabs_pro_fields_preview .wptabspro-fieldset-content {
  border: 1px solid #E9D9C4;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  order: 1;
  border-top: 0;
  cursor: default;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-field-image_select.disabled-content-preview {
  opacity: .5;
}

.wptabspro-field.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E9D9C4;
  background-color: #FFF1DF;
  margin-top: 0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc p:first-child {
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  color: #5C5143;
  margin-bottom: 8px;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc span.sp-notice-additional-text {
  display: block;
  color: #5C5143;
  margin-bottom: 18px;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-documentation-button,
.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-video-tutorial-button,
.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-upgrade-to-pro-button {
  padding: 10px 16px;
  border-radius: 4px;
  background: #EE8700;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-upgrade-to-pro-button:hover {
  background-color: #db7d03;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-documentation-button {
  background-color: #1A74E4;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-documentation-button:hover {
  background-color: #0f67d4;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-video-tutorial-button {
  background-color: #04BA68;
}

.sp_smart_tabs_pro_fields_preview .wptabspro-text-desc a.sp-tabs-video-tutorial-button:hover {
  background-color: #04a85e;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a:last-child {
  position: relative;
}

.wptabspro-field-tabbed .wptabspro-tabbed-nav a.wptabspro-tab-item-3::after,
.wptabspro-field-tabbed .wptabspro-tabbed-nav a.wptabspro-tab-item-4::after {
  content: "PRO";
  position: absolute;
  color: #fff;
  background-color: #12a10d;
  padding: 2px 4px;
  font-size: 8px;
  border-radius: 2px;
  height: 11px;
  margin-top: 8px;
  font-weight: 600;
  top: 6px;
  margin-left: 6px;
}

/* Tabs Carousel Navigation Style. */
.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style .wptabspro-fieldset-content {
  display: flex;
  margin: 0;
  padding: 0;
}

.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style .wptabspro-field {
  padding: 0px 10px 0px 0px;
}

.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style .wptabspro-field-spacing .wptabspro--input {
  margin-right: 0;
  padding-right: 0;
}

.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style .wptabspro-field-color_group .wptabspro--left {
  margin-right: 4px;
}

.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style .wptabspro-field-button_set .wptabspro--button {
  padding: 5px 14px;
}

.wptabspro-field-button_set.tabs_navigation_styles .wptabspro--button {
  min-width: 5px;
}

.sptpro_tabs_carousel_navigation_style .wptabspro-fieldset .wptabspro--title {
  color: #999;
  top: -20px;
  position: absolute;
}

.wptabspro-field-fieldset.sptpro_tabs_carousel_navigation_style.indicator-arrow-style .wptabspro-field-button_set .wptabspro--button {
  box-shadow: none;
  padding: 6px 10px;
}

/*=======================================================
 * Tabs Pro - Backend Fontello Icons
 *=======================================================*/
@font-face {
  font-family: 'sp-tab-fontello';
  src: url('../font/fontello.eot?81993417');
  src: url('../font/fontello.eot?81993417#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?81993417') format('woff2'),
    url('../font/fontello.woff?81993417') format('woff'),
    url('../font/fontello.ttf?81993417') format('truetype'),
    url('../font/fontello.svg?81993417#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?59003652#fontello') format('svg');
	}
  }
  */
[class^="sp-tab-icon-"]:before,
[class*=" sp-tab-icon-"]:before {
  font-family: "sp-tab-fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.sp-tab-icon-code:before {
  content: '\e885';
}

/* '' */
.sp-tab-icon-advanced:before {
  content: '\e886';
}

/* '' */
.sp-tab-icon-key-01:before {
  content: '\e887';
}

/* '' */
.sp-tab-icon-shuttle_2285485-1:before {
  content: '\e8bd';
}

/* '' */
.sp-tab-icon-check-icon:before {
  content: '\e8be';
}

/* '' */
.sp-tab-icon-woo-tabs-group:before {
  content: '\e81f';
}

/* '' */