/**
 * Common SCSS for backend css
*/
.wc-booster-typography-advanced {
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
  border: 1px solid #e2e4e7;
}

.wc-booster-typography-options-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.wc-booster-typography-options-actions button {
  float: right;
  color: #555;
}
.wc-booster-typography-options-actions button.wc-booster-btn-reset {
  margin-right: 0.2rem;
  color: #0075af;
  border-color: #0075af;
  background: #f3f5f6;
}
.wc-booster-typography-options-actions button.wc-booster-typography-reset-btn {
  color: #777777;
}
.wc-booster-typography-options-actions button span {
  font-size: 1rem;
  line-height: 1.4rem;
}

.wc-booster-typography-advanced {
  position: relative;
  padding: 10px;
  margin-top: 1rem;
}
.wc-booster-typography-advanced:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  top: -6px;
  right: 5%;
}

.wc-booster-label-section .wc-booster-size-units button:focus:enabled, .wc-booster-label-section .wc-booster-responsive-view-icons button:focus:enabled {
  box-shadow: none;
  outline: none;
}

.wc-booster-label-section {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.wc-booster-label-section label {
  flex-grow: 1;
  text-transform: capitalize;
}
.wc-booster-label-section .wc-booster-responsive-view-icons button {
  padding: 0;
  border-radius: 50% !important;
  float: left;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  box-shadow: none;
}
.wc-booster-label-section .wc-booster-responsive-view-icons button:not(.active) {
  color: #999;
}
.wc-booster-label-section .wc-booster-responsive-view-icons button.active {
  background-color: #ddd;
}
.wc-booster-label-section .wc-booster-responsive-view-icons button > span {
  font-size: 11px;
  line-height: 20px;
}
.wc-booster-label-section .wc-booster-size-units {
  margin-left: 0.35rem;
}
.wc-booster-label-section .wc-booster-size-units button {
  float: left;
  padding: 0;
  display: inline-block;
  font-size: 9px;
  margin-left: 2px;
  margin-right: 2px;
  margin-right: 4px;
  padding: 3px;
  height: 21px;
  box-shadow: none;
}
.wc-booster-label-section .wc-booster-size-units button:not(.active) {
  color: #a0a0a0;
}
.wc-booster-label-section .wc-booster-size-units button.active {
  text-decoration: underline;
}
.wc-booster-label-section .wc-booster-size-units button:hover {
  box-shadow: none !important;
}

.wc-booster-btn-reset-wrapper {
  text-align: right;
}

.wc-booster-dimension-input {
  margin-bottom: 1rem;
}
.wc-booster-dimension-input button:focus:enabled {
  box-shadow: none;
  outline: none;
}
.wc-booster-dimension-input .wc-booster-lists {
  overflow: hidden;
}
.wc-booster-dimension-input .wc-booster-lists ul {
  margin-top: 0;
  margin: 0;
}
.wc-booster-dimension-input .wc-booster-lists li {
  margin: 0;
  width: 20%;
  float: left;
  text-align: center;
}
.wc-booster-dimension-input .wc-booster-lists li.linked {
  background: #a4afb7;
}
.wc-booster-dimension-input .wc-booster-lists li.linked button {
  background-color: transparent;
}
.wc-booster-dimension-input .wc-booster-lists li.linked > span {
  display: inline-block;
  border-radius: 0.2rem;
  line-height: 1.7rem;
  display: inline-block;
  height: initial;
}
.wc-booster-dimension-input .wc-booster-lists li .components-base-control {
  margin-bottom: 0;
}
.wc-booster-dimension-input .wc-booster-lists li .components-base-control .components-base-control__field {
  margin-bottom: 0;
}
.wc-booster-dimension-input .wc-booster-lists li:first-child input[type=number] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #a4afb7;
}
.wc-booster-dimension-input .wc-booster-lists li:last-child button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0;
}
.wc-booster-dimension-input .wc-booster-lists li:not(:first-child) input[type=number] {
  border-left: none;
}
.wc-booster-dimension-input .wc-booster-lists li input[type=number],
.wc-booster-dimension-input .wc-booster-lists li button {
  border-radius: 0;
  text-align: center;
  height: 30px;
  border-right: 1px solid #a4afb7;
  border-top: 1px solid #a4afb7;
  border-bottom: 1px solid #a4afb7;
}
.wc-booster-dimension-input .wc-booster-lists li input[type=number] {
  color: #495157;
}
.wc-booster-dimension-input .wc-booster-lists li input[type=number]:active, .wc-booster-dimension-input .wc-booster-lists li input[type=number]:focus {
  outline: none;
  box-shadow: none;
}
.wc-booster-dimension-input .wc-booster-lists li button {
  width: 100%;
  margin-top: 1px;
}
.wc-booster-dimension-input .wc-booster-lists li button:active, .wc-booster-dimension-input .wc-booster-lists li button:focus {
  background-color: transparent;
  border-left: none;
}
.wc-booster-dimension-input .wc-booster-lists li button.linked {
  background-color: #a4afb7;
  color: #fff;
}
.wc-booster-dimension-input .wc-booster-lists li button span {
  font-size: 1rem;
  height: inherit;
  width: inherit;
  line-height: 1.6rem;
}
.wc-booster-dimension-input .wc-booster-lists li label {
  text-transform: uppercase;
  font-size: 0.58rem;
  font-weight: 600;
}

.edit-post-settings-sidebar__panel-block .components-panel__body .wp-dimension-input .components-base-control,
.edit-post-settings-sidebar__panel-block .components-panel__body .wp-dimension-input .components-base-control__field {
  margin-bottom: 0;
}

.components-button.is-small {
  color: #0075af;
  border-color: #0075af;
  background: #f3f5f6;
}

.components-base-control__label,
.tab-anchor > div,
.tab-anchor:first-child {
  display: flex !important;
  align-items: center;
  column-gap: 5px;
}

.wc-booster-repeater-wrapper .wc-booster-item {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.wc-booster-repeater-wrapper .wc-booster-item .wc-booster-repeater-selects {
  flex-grow: 1;
  padding-right: 10px;
}
.wc-booster-repeater-wrapper .wc-booster-item .wc-booster-repeater-selects .components-base-control {
  margin-bottom: 12px !important;
}
.wc-booster-repeater-wrapper .wc-booster-item .wc-booster-repeater-selects .components-base-control:last-child {
  margin-bottom: 0 !important;
}
.wc-booster-repeater-wrapper .wc-booster-item .wc-booster-repeater-selects .components-base-control:last-child .components-base-control__field {
  margin-bottom: 0 !important;
}
.wc-booster-repeater-wrapper .wc-booster-item .remove {
  background: #efefef;
  display: flex;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  color: #e86565;
  justify-content: center;
}
.wc-booster-repeater-wrapper .wc-booster-item .remove:hover {
  background-color: rgb(235, 62, 62);
  color: #fff;
}
.wc-booster-repeater-wrapper .wc-booster-item .remove:focus {
  outline: none;
  box-shadow: none;
}
.wc-booster-repeater-wrapper .wc-booster-item .remove svg.dashicon.dashicons-trash {
  position: relative;
  top: 1px;
  color: #e86565;
}
.wc-booster-repeater-wrapper .wc-booster-item .components-base-control {
  margin-bottom: 0;
}
.wc-booster-repeater-wrapper .wc-booster-item .components-text-control__input {
  height: 28px;
}

.wc-booster_image-button-group {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  max-width: 132px;
}
.wc-booster_image-button-group button {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #e8e7e7;
  padding: 11px;
  margin: -1px;
}
.wc-booster_image-button-group button:hover {
  background: #e0e0e0;
}
.wc-booster_image-button-group button .dashicons-fa-circle {
  height: 15px;
  width: 15px;
  background: #000;
  border-radius: 50%;
}
.wc-booster_image-button-group button.active {
  background: #0085ba;
  color: #fff;
}
.wc-booster_image-button-group button.active .dashicons-fa-circle {
  background: #fff;
}
.wc-booster_image-button-group button:first-child i, .wc-booster_image-button-group button:last-child i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wc-booster_image-button-group button:nth-child(3) i, .wc-booster_image-button-group button:nth-child(7) i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wc-booster-icon-selector .wc-booster-icon-items-wrapper div a:hover, .wc-booster-icon-selector .wc-booster-icon-items-wrapper div.active a {
  color: #000;
  background-color: #ddd;
}

.wc-booster-icon-selector {
  background: #fff;
  right: 18px !important;
  position: relative;
  padding: 20px;
  border: 1px solid #eee;
  max-width: 348px;
}
.wc-booster-icon-selector .popup-content {
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1) !important;
  border: 1px solid #e2e4e7 !important;
  position: relative !important;
  top: 8px !important;
  left: 0 !important;
  margin-bottom: 1rem;
  width: 100% !important;
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
  height: auto;
}
.wc-booster-icon-selector .popup-content > div:first-child {
  box-shadow: none !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #DDD;
  margin-top: 0 !important;
  z-index: 3 !important;
  top: -6px !important;
}
.wc-booster-icon-selector .wc-booster-icon-selector-button {
  line-height: 2.1;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
  width: 100%;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  box-shadow: none;
}
.wc-booster-icon-selector .wc-booster-icon-selector-button .fa-sort-down {
  float: right;
  border-left: 1px solid #ddd;
  padding: 0.4rem 0.6rem 0.7rem;
  line-height: 1;
}
.wc-booster-icon-selector .wc-booster-icon-selector-button .wc-booster-icon-selector-label {
  font-size: 0.8rem;
}
.wc-booster-icon-selector .wc-booster-icon-selector-button:hover, .wc-booster-icon-selector .wc-booster-icon-selector-button:focus, .wc-booster-icon-selector .wc-booster-icon-selector-button:active {
  outline: none;
  opacity: 0.8;
}
.wc-booster-icon-selector .wc-booster-icon-selector-button i:not(.fa-sort-down) {
  margin-right: 0.5rem;
}
.wc-booster-icon-selector .wc-booster-icon-selector-search input {
  border-color: #ddd;
  width: 100%;
}
.wc-booster-icon-selector .wc-booster-icon-selector-search input::-webkit-input-placeholder {
  color: #bababa;
}
.wc-booster-icon-selector .wc-booster-icon-selector-search input::-moz-placeholder {
  color: #bababa;
}
.wc-booster-icon-selector .wc-booster-icon-selector-search input:-ms-input-placeholder {
  color: #bababa;
}
.wc-booster-icon-selector .wc-booster-icon-selector-search input:-moz-placeholder {
  color: #bababa;
}
.wc-booster-icon-selector .wc-booster-icon-label {
  font-size: 14px;
  margin: 15px 0 10px;
  text-align: center;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper {
  margin: -3px;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper:before, .wc-booster-icon-selector .wc-booster-icon-items-wrapper:after {
  content: " ";
  display: table;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper:after {
  clear: both;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper div {
  width: 16.666667%;
  float: left;
  padding: 3px;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper div a {
  display: block;
  padding: 5px;
  text-align: center;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wc-booster-icon-selector .wc-booster-icon-items-wrapper div a:focus, .wc-booster-icon-selector .wc-booster-icon-items-wrapper div a:active {
  background-color: #f8f8f8;
  outline: none;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination {
  margin-top: 1.3rem;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  flex-wrap: wrap;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li.active a {
  color: #000000;
  background-color: #ddd;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a {
  color: #8a8a8a;
  display: block;
  font-size: 13px;
  padding: 8px;
  line-height: 0.9;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a .wc-booster-sr-only {
  display: none;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a .wc-booster-next,
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a .wc-booster-prev {
  font-family: dashicons;
  display: block;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a .wc-booster-next:before {
  content: "\f345";
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a .wc-booster-prev:before {
  content: "\f341";
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a:hover {
  background-color: #ddd;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a:focus, .wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li a:active {
  outline: none;
  box-shadow: none;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .wc-booster-pagination li:last-child a {
  border-right: 1px solid #ddd;
}
.wc-booster-icon-selector .wc-booster-icon-selector-pagination .search-label {
  display: none;
}
.wc-booster-icon-selector .popup-overlay {
  position: relative !important;
}

.wc-booster-image-uploader .wc-booster-image-uploader-wrapper {
  position: relative;
  margin-bottom: 15px;
  padding: 0.4rem;
  border: 1px solid #ddd;
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper .wc-booster-button-wrapper {
  position: relative;
  overflow: hidden;
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper .wc-booster-button-wrapper .wc-booster-image-uploader-trigger {
  display: block;
  width: 100%;
  padding-bottom: 65%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  background-color: rgba(189, 187, 187, 0.6);
  background-image: url(img/rb-default-bg-image.jpg);
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper .wc-booster-button-wrapper .wc-booster-image-uploader-trigger.video {
  background-image: none;
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper .wc-booster-button-wrapper .wc-booster-image-uploader-trigger.video:after {
  content: "\f126";
  font-family: dashicons;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 49px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper .wc-booster-button-wrapper .wc-booster-image-uploader-trigger:focus {
  outline: none;
}
.wc-booster-image-uploader .wc-booster-image-uploader-wrapper:hover .wc-booster-image-uploader-delete {
  bottom: 0;
  opacity: 1;
}
.wc-booster-image-uploader .wc-booster-image-uploader-delete {
  position: absolute;
  bottom: -35px;
  z-index: 9;
  font-size: 0.8rem;
  width: 100%;
  background: #a4afb7;
  border: none;
  padding: 7px 0;
  color: #fbfbfb;
  border: none;
  cursor: pointer;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.wc-booster-image-uploader .wc-booster-image-uploader-delete:focus {
  outline: none;
}

.wc-booster-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #ddd;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 0.9rem;
}

.wc-booster-add-new-item.components-button.is-button {
  margin-top: 2rem;
  background: rgba(139, 139, 150, 0.1);
  border: 1px dashed #8d96a0;
  border-radius: 0;
  box-shadow: none !important;
  color: #555d66;
  font-size: 14px;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 31px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

.wc-booster-button-layout {
  display: flex;
  margin-top: 0.5rem;
  gap: 10px;
}
.wc-booster-button-layout button {
  width: 33.3333333334%;
  line-height: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0.2rem;
  position: relative;
}
.wc-booster-button-layout button:focus, .wc-booster-button-layout button:active {
  outline: none;
}
.wc-booster-button-layout button.active {
  outline: none;
  box-shadow: none;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.06);
}
.wc-booster-button-layout button.active::before {
  content: "\f058";
  font: normal normal normal 14px FontAwesome;
  color: #42d43a;
  position: absolute;
  top: -5px;
  font-size: 1.1rem;
  right: -5px;
}
.wc-booster-button-layout button.active svg .wc-booster-cls-3,
.wc-booster-button-layout button.active svg .wc-booster-cls-12 {
  fill: #696969;
}

.export-button {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: relative;
  padding: 0.8em 1.4em;
  padding-right: 4.7em;
  border: none;
  transition: 0.2s;
  margin-bottom: 12px;
  background: #0085ba;
  border-color: #006a95 #00648c #00648c;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
}
.export-button span {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  background: #555d66;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.export-button:hover {
  background: #137aa0;
}

.wc-booster-importer-trigger {
  width: 100%;
  text-align: center;
  display: block;
}
.wc-booster-importer-trigger span {
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}

.wc-booster-importer-popup-open .wc-booster-importer-popup {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
}
.wc-booster-importer-popup-open #adminmenuwrap,
.wc-booster-importer-popup-open .edit-post-sidebar,
.wc-booster-importer-popup-open .edit-post-header {
  z-index: 1 !important;
}
.wc-booster-importer-popup-open .edit-post-sidebar {
  top: 32px !important;
}
.wc-booster-importer-popup-open .components-panel__header.edit-post-sidebar__panel-tabs,
.wc-booster-importer-popup-open .edit-post-header,
.wc-booster-importer-popup-open .edit-post-layout__content {
  display: none;
}
.wc-booster-importer-popup-open .edit-post-sidebar {
  width: 100% !important;
}
.wc-booster-importer-popup-open .popup-overlay {
  background: rgba(0, 0, 0, 0.89) !important;
}
.wc-booster-importer-popup-open .components-button {
  padding: 90px;
}

.modal > .content {
  width: 100%;
  padding: 0;
}
.modal > .close {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  right: -10px;
  top: -10px;
  font-size: 24px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #cfcece;
}

.wc-booster-importer-popup-open .popup-content {
  width: 75% !important;
  border-radius: 5px;
  border: 0 !important;
  height: 85vh;
  padding: 0 !important;
  background: #f5f5f5 !important;
  font-family: Roboto, sans-serif;
}

.wc-booster-modal {
  height: 90vh;
  overflow-y: auto;
}

.wc-booster-new-block {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 10px;
  padding: 3px 10px;
  height: 19px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  border-radius: 3px;
}

.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-favourite-button {
  background: #b7b6b6;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-favourite-button span {
  margin: 0;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-favourite-button.favourite, .wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-favourite-button:hover {
  background-color: #ff0000;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-favourite-button:focus {
  outline: none;
}

.wc-booster-upgrader-button {
  text-align: center;
}
.wc-booster-upgrader-button a {
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  height: 32px;
  max-width: 100%;
  border-radius: 3px;
  background: #25951f;
  font-size: 13px;
  transition: all 0.3s;
}
.wc-booster-upgrader-button a:hover {
  background: #006ba1;
}
.wc-booster-upgrader-button a i {
  margin-right: 8px;
}

.new-demo-importer {
  position: relative;
  display: flex;
}
.new-demo-importer .demo-importer-button {
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 99;
  display: flex;
  gap: 20px;
  align-items: center;
}
.new-demo-importer .demo-importer-button .dashicon {
  width: 14px;
  height: 14px;
  display: flex;
  cursor: pointer;
}
.new-demo-importer .demo-importer-button .dashicon:before {
  font-size: 14px;
}
.new-demo-importer .demo-importer-button .close {
  font-size: 25px;
  color: #3c434a;
  cursor: pointer;
}
.new-demo-importer .importer-top-category {
  position: absolute;
  top: 0;
  width: 100%;
}
.new-demo-importer .importer-top-category ul {
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.new-demo-importer .importer-top-category ul li {
  margin: 0;
  padding: 25px 30px;
  cursor: pointer;
}
.new-demo-importer .importer-top-category ul li.active {
  background-color: #e5e5e5;
}
.new-demo-importer .importer-top-category ul li.active:hover {
  background-color: #e5e5e5;
}
.new-demo-importer .importer-top-category ul li:hover {
  background-color: #efefef;
}
.new-demo-importer .importer-top-category ul li a {
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3c434a;
}
.new-demo-importer .importer-top-category ul li a:focus {
  box-shadow: unset;
}
.new-demo-importer .importer-left-category {
  background-color: #efefef;
  margin-top: 70px;
  height: calc(90vh - 70px);
  flex: 0 20%;
}
.new-demo-importer .importer-left-category ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new-demo-importer .importer-left-category ul li {
  margin: 0;
  padding: 25px 30px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.new-demo-importer .importer-left-category ul li.active {
  background-color: #e5e5e5;
}
.new-demo-importer .importer-left-category ul li.active:hover a {
  color: #3c434a;
}
.new-demo-importer .importer-left-category ul li.active a {
  color: #3c434a;
}
.new-demo-importer .importer-left-category ul li:hover a {
  color: #3c434a;
}
.new-demo-importer .importer-left-category ul li a {
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: rgba(60, 67, 74, 0.6235294118);
}
.new-demo-importer .importer-left-category ul li a:focus {
  box-shadow: unset;
}
.new-demo-importer .importer-data-box {
  height: calc(90vh - 70px);
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  flex: 0 80%;
  padding: 50px;
  overflow: auto;
  visibility: visible;
  opacity: 1;
  transition: all 2.4s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .new-demo-importer .importer-data-box {
    grid-template-columns: repeat(4, 1fr);
  }
  .new-demo-importer .importer-data-box .data-box-content {
    padding: 25px !important;
  }
}
.new-demo-importer .importer-data-box .data-box-item {
  flex-basis: calc(33.33% - 30px);
  position: relative;
}
.new-demo-importer .importer-data-box .data-box-item .wc-booster-test-new-block {
  position: absolute;
  top: 10px;
  right: 9px;
  color: #fff;
  background-color: red;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99999;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-inner {
  position: relative;
  max-height: 350px;
  min-height: 300px;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-inner img {
  width: 100%;
  max-height: 350px;
  min-height: 300px;
  object-fit: cover;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-inner a {
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7215686275);
}
.new-demo-importer .importer-data-box .data-box-item .data-box-inner a span {
  font-size: 30px;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-inner:hover a {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #efefef;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content a {
  background: #4b73de;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 3px;
  transition: all 0.3s;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content a:focus {
  box-shadow: unset;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content a span {
  font-size: 12px;
  margin-right: 6px;
  height: auto;
  width: auto;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-get-pro {
  background: #ff0076;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-get-pro span {
  margin-right: 0;
  margin-left: 6px;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-favourite-button {
  background: #b7b6b6;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-favourite-button:hover, .new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-favourite-button:focus, .new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-favourite-button.favourite {
  background: #ff0000;
}
.new-demo-importer .importer-data-box .data-box-item .data-box-content .importer-favourite-button span {
  margin: 0;
}

.wc-booster-importer-popup-open .popup-content {
  width: 95% !important;
  border-radius: 5px;
  border: 0 !important;
  height: 90vh;
  padding: 0 !important;
  background: #f5f5f5 !important;
  font-family: Roboto, sans-serif;
}

.dashicons {
  text-decoration: none;
}

.loader .loader-2 {
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-57%, -57%);
  --c: no-repeat linear-gradient(#4b73de 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c);
  background-size: 16px 16px;
  animation: l32-1 1s infinite, l32-2 1s infinite;
}

@keyframes l32-1 {
  0%, 100% {
    width: 45px;
    height: 45px;
  }
  35%, 65% {
    width: 65px;
    height: 65px;
  }
}
@keyframes l32-2 {
  0%, 40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%;
  }
  60%, 100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%;
  }
}
.demo-importer-button .loader-1 {
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #3c434a;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

button.wc-booster-new-importer {
  padding: 13px 26px;
  background-color: #4b73de;
  color: #fff;
  cursor: pointer;
  border: unset;
  border-radius: 3px;
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: unset;
}

div:has(> button.wc-booster-new-importer) {
  flex: 100%;
}

.is-alpha-enabled .components-text-control__input[type=number] {
  padding: 6px 2px !important;
}

.wc-booster-importer-popup-header {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 12px 50px 12px 30px;
  background: #fff;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  justify-content: space-between;
  box-sizing: border-box;
}
.wc-booster-importer-popup-header > div h2 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4b73de;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.wc-booster-importer-popup-header > div h2 img {
  max-width: 40px;
  margin-right: 10px;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-menu {
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-search {
  display: flex;
  justify-content: flex-end;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-search form {
  display: flex;
  align-items: center;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-search form input {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-search form input:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom-color: #4b73de;
}
.wc-booster-importer-popup-header .wc-booster-importer-popup-search form span {
  color: #4b73de;
  cursor: pointer;
}
.wc-booster-importer-popup-header + * {
  margin-top: 60px;
}

.wc-booster-importer-popup-menu ul,
.wc-booster-importer-popup-sub-header ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.wc-booster-importer-popup-menu ul li,
.wc-booster-importer-popup-sub-header ul li {
  padding: 0 8px;
  margin-bottom: 0;
}
.wc-booster-importer-popup-menu ul li a,
.wc-booster-importer-popup-sub-header ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
  vertical-align: text-bottom;
  background: #4b73de;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 4px 20px;
  border-radius: 4px;
}
.wc-booster-importer-popup-menu ul li a span,
.wc-booster-importer-popup-sub-header ul li a span {
  margin-right: 6px;
}
.wc-booster-importer-popup-menu ul li a:hover, .wc-booster-importer-popup-menu ul li a.active-menu, .wc-booster-importer-popup-menu ul li a:focus, .wc-booster-importer-popup-menu ul li a:active,
.wc-booster-importer-popup-sub-header ul li a:hover,
.wc-booster-importer-popup-sub-header ul li a.active-menu,
.wc-booster-importer-popup-sub-header ul li a:focus,
.wc-booster-importer-popup-sub-header ul li a:active {
  color: #fff;
  border-bottom: 1px solid #e96d00;
  border-bottom-color: #e96d00;
  background-color: #e96d00;
}
.wc-booster-importer-popup-menu ul li a:focus,
.wc-booster-importer-popup-sub-header ul li a:focus {
  outline: none;
  box-shadow: none;
}

.wc-booster-importer-popup-sub-header ul {
  justify-content: flex-start;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 3px;
}
.wc-booster-importer-popup-sub-header ul li {
  padding: 0 12px;
}
.wc-booster-importer-popup-sub-header ul li a {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
}

.modal > .content * {
  box-sizing: border-box;
}

.wc-booster-importer-data-box-wrapper {
  background: #f5f5f5;
  padding: 15px;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-inner-wrapper {
  float: left;
  padding: 0 15px 30px 15px;
}
.wc-booster-importer-data-box-wrapper.wc-booster-demo-cat-templates img {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 1570px) {
  .wc-booster-importer-data-box-wrapper.wc-booster-demo-cat-templates img {
    max-height: 330px;
    height: 100%;
  }
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box {
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: inset 0 -2px 15px -6px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner a {
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  position: relative;
  color: #fff;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner a span {
  font-size: 30px;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: -1;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner:hover:after {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box .wc-booster-importer-data-box-inner:hover a {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0;
  min-height: 40px;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer h3 {
  margin: 0;
  color: #6d6d6d;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Lato;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a {
  background: #4b73de;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 3px;
  transition: all 0.3s;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a span {
  font-size: 12px;
  margin-right: 6px;
  height: auto;
  width: auto;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-get-pro {
  background: #ff0076;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a.wc-booster-get-pro span {
  margin-right: 0;
  margin-left: 6px;
}
.wc-booster-importer-data-box-wrapper .wc-booster-importer-data-box-footer a:hover {
  background: #3062e8;
}

.wc-booster-modal .close {
  right: 15px;
  top: 10px;
  font-size: 28px;
  background: #ffffff;
  border-radius: 0;
  border: none;
  z-index: 99999;
  color: #616161;
}

.wc-booster-loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
}
.wc-booster-loader-wrapper .wc-booster-loader-container {
  width: 70px;
  height: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
}
.wc-booster-loader-wrapper .wc-booster-loader-item {
  width: 40px;
  height: 40px;
  position: absolute;
}
.wc-booster-loader-wrapper .wc-booster-loader-item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.wc-booster-loader-wrapper .wc-booster-loader-item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.wc-booster-loader-wrapper .wc-booster-loader-item-3 {
  background-color: #4b73de;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.wc-booster-loader-wrapper .wc-booster-loader-item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@keyframes item-1_move {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 70px);
  }
  50% {
    transform: translate(70px, 70px);
  }
  75% {
    transform: translate(70px, 0);
  }
}
@keyframes item-2_move {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-70px, 0);
  }
  50% {
    transform: translate(-70px, 70px);
  }
  75% {
    transform: translate(0, 70px);
  }
}
@keyframes item-3_move {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -70px);
  }
  50% {
    transform: translate(-70px, -70px);
  }
  75% {
    transform: translate(-70px, 0);
  }
}
@keyframes item-4_move {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(70px, 0);
  }
  50% {
    transform: translate(70px, -70px);
  }
  75% {
    transform: translate(0, -70px);
  }
}
.wc-booster-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.wc-booster-ribbon span {
  font-size: 8px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#4B73DE 0%, #3A55DE 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
  letter-spacing: 1px;
}
.wc-booster-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #3A55DE;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3A55DE;
}
.wc-booster-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #3A55DE;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3A55DE;
}

.wc-booster-importer-popup-button {
  width: 100%;
}
.wc-booster-importer-popup-button button {
  display: flex;
  align-items: center;
  border: 0 !important;
  justify-content: center;
}
.wc-booster-importer-popup-button button .wc-booster-new-tag {
  bottom: 0;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 9px;
  margin-right: 0;
  margin-left: 10px;
  border-radius: 0;
}

.wc-booster-import-popup-file {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.clearfix:after, .clearfix:before {
  content: "";
  clear: both;
  display: table;
}

.block-list-appender {
  position: relative;
  z-index: 9;
}

input.block-editor-url-input__input {
  border: 1px solid #eee !important;
}

* {
  box-sizing: border-box;
}

.components-select-control__input {
  text-transform: capitalize;
}

.wc-booster-custom-tab {
  display: flex;
}
.wc-booster-custom-tab li {
  display: inline-block;
}
.wc-booster-custom-tab li a {
  border-right: 1px solid #ddd;
}
.wc-booster-custom-tab li:first-child {
  width: 45%;
}
.wc-booster-custom-tab li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #ddd;
}
.wc-booster-custom-tab li:last-child {
  width: 55%;
}
.wc-booster-custom-tab li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.wc-booster-custom-tab li a {
  background: #fff;
  padding: 0 0.5rem;
  line-height: 2.2;
  display: block;
  color: #555d66;
  text-decoration: none;
  transition: all 0.3s;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*  &:hover,
     &.active {
     	color: #555d66;
     	border-color: #0085ba;
     }
    */
}
.wc-booster-custom-tab li a.active {
  background: #f3f3f3;
}
.wc-booster-custom-tab li a:focus {
  outline: none;
  box-shadow: none;
}
.wc-booster-custom-tab li a .component-color-indicator {
  border: 1px solid #e4e1e1;
}

.wc-booster-parent-block-selector {
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  text-transform: uppercase;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #505050;
}
.wc-booster-parent-block-selector > svg {
  margin-right: 10px;
}

.version-5-8.wc-booster-importer-popup-open #adminmenuwrap:after {
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0.89) !important;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
}

.version-5-8 .components-select-control {
  height: auto;
}

.wp-block[data-align=center] > * {
  text-align: center;
  float: none;
}

.wc-booster-lists ul {
  list-style: none;
  padding: 0;
}

.block-editor-inserter__panel-content button.block-editor-block-types-list__item svg {
  fill: #000;
}
.block-editor-inserter__panel-content button.block-editor-block-types-list__item svg path {
  fill: #000;
}

div[aria-label="WC Booster"] span.block-editor-block-types-list__item-title,
div[aria-label="WC Booster Single Product"] span.block-editor-block-types-list__item-title {
  font-weight: 600;
  margin-top: 4px;
}
div[aria-label="WC Booster"] button span.block-editor-block-types-list__item-icon,
div[aria-label="WC Booster Single Product"] button span.block-editor-block-types-list__item-icon {
  background: #ececec;
  border-radius: 6px;
  padding: 15px;
  width: 23px;
  height: 23px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[aria-label="WC Booster"] button span.block-editor-block-types-list__item-icon svg,
div[aria-label="WC Booster Single Product"] button span.block-editor-block-types-list__item-icon svg {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  fill: #000;
}
div[aria-label="WC Booster"] button span.block-editor-block-types-list__item-icon svg path,
div[aria-label="WC Booster Single Product"] button span.block-editor-block-types-list__item-icon svg path {
  fill: #000;
}

.block-editor-block-card svg,
.block-editor-block-card svg path {
  fill: #000;
}

.block-editor-block-toolbar svg,
.block-editor-block-toolbar svg path,
.block-editor-inserter__quick-inserter svg,
.block-editor-inserter__quick-inserter svg path,
.edit-post-editor__document-overview-panel__tab-panel svg,
.edit-post-editor__document-overview-panel__tab-panel svg path,
.edit-site-editor__list-view-panel-content .block-editor-list-view-block__contents-container svg,
.edit-site-editor__list-view-panel-content .block-editor-list-view-block__contents-container svg path {
  fill: #000;
  width: 24px;
  height: 24px;
}

.edit-site-editor__list-view-panel-content .is-last-selected .block-editor-list-view-block__contents-container svg path,
.edit-site-editor__list-view-panel-content .is-last-selected .block-editor-list-view-block__contents-container svg,
.block-editor-block-toolbar__slot .is-pressed svg path {
  fill: #fff;
}

.wc-booster-single-product-block-notice {
  background: #eee;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  color: #4e4e4e;
}

/*# sourceMappingURL=editor.css.map */
