@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.ywcas-upgrade-modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.ywcas-upgrade-modal-wrapper .yith-icon-info {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ywcas-upgrade-modal-wrapper .ywcas-upgrade-modal-title,
.ywcas-upgrade-modal-wrapper .ywcas-upgrade-modal-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ywcas-upgrade-modal-wrapper .ywcas-upgrade-modal-title {
  color: #c46d00;
  font-weight: 600;
  padding-top: 1px;
}
.ywcas-upgrade-modal-wrapper .ywcas-upgrade-modal-action .ywcas-modal-upgrade-button {
  font-size: 13px;
  display: block;
  width: fit-content;
}

.ywcas-slider-wrapper {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-bottom: 15px;
  margin-left: -10px;
}
.ywcas-slider-wrapper span {
  padding-left: 10px;
}
.ywcas-slider-wrapper .ui-slider {
  flex: 1;
  width: 200px !important;
}
.ywcas-slider-wrapper #yith_wcas_fuzzy_level-preview {
  width: 20px;
  min-width: 50px;
}
.ywcas-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
  color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ywcas-slider-wrapper .ui-slider-horizontal .ui-slider-handle:before {
  display: none !important;
}
.ywcas-slider-wrapper .ui-widget-header {
  background: var(--yith-primary) !important;
}
.ywcas-slider-wrapper .ui-slider-horizontal .ui-slider-handle:after {
  background: var(--yith-primary) !important;
  box-shadow: none !important;
  top: 39px !important;
}

.yith-plugin-fw-ywcas-synonymous-field-wrapper .ywcas-synonymous .option {
  padding: 0 0 10px 0;
}
.yith-plugin-fw-ywcas-synonymous-field-wrapper .ywcas-add-synonymous {
  display: block;
  margin-bottom: 15px;
}
.yith-plugin-fw-ywcas-synonymous-field-wrapper .ywcas-add-synonymous a {
  text-decoration: none;
}
.yith-plugin-fw-ywcas-synonymous-field-wrapper .yith-plugin-fw__action-button {
  width: 28px !important;
  height: 28px !important;
  margin-top: 1px;
}
.yith-plugin-fw-ywcas-synonymous-field-wrapper .yith-plugin-fw__action-button .yith-icon-trash {
  font-size: 12px !important;
}

.yith-plugin-fw-media.yith_wcas_loader_url {
  max-width: 200px;
}

#yith_wcas_details_to_show {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 400px;
}

.ywcas-disable {
  opacity: 0.7;
  pointer-events: none;
}

.ywcas-hide {
  visibility: hidden;
}

.yith-plugin-fw__panel__section .yith-plugin-fw__panel__section__content .ywcas-disable-field-description {
  display: flex;
  gap: 10px;
  padding: 20px;
  background-color: #fef5ea;
  color: #b86e16;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.ywcas-upgrade-notice {
  line-height: 24px;
}

.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields {
  width: 100%;
  max-width: 900px;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields .yith-plugin-fw-select2-wrapper {
  width: auto !important;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields .select2-search__field {
  width: auto !important;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields th#actions {
  width: 10%;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.field {
  vertical-align: top !important;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.field > span {
  width: 100%;
  display: block;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.field > span .select2 {
  width: 100% !important;
  margin-top: 10px;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.field .search-field-type, .yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.field .search-field-type > span.select2 {
  margin-top: 0 !important;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.priority {
  vertical-align: top !important;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields td.priority > span .select2 {
  width: 100% !important;
  margin-top: 10px;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields #search-fields {
  width: 100%;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields .ywcas-add-field {
  cursor: pointer;
  color: #2271b1;
  transition: all 0.3s linear;
}
.yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--search-fields .ywcas-add-field:hover {
  color: #135e96;
}

.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index {
  background: #F2F3F6;
  border-radius: 7px;
  padding: 15px;
  max-width: 360px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index button {
  width: 100%;
  margin-top: 20px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-success-message {
  color: #709D05;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-success-message.hide {
  display: none;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-success-message i {
  margin-left: 5px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-success-message .yith-icon {
  font-size: 15px;
  font-weight: bold;
  padding-right: 8px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-waiting-message {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-waiting-message span svg {
  display: inline-block;
  min-width: 25px;
}
.yith-plugin-fw__panel__content__page--options .yith-plugin-fw-slider-container.ywcas-index .yith-wcas-waiting-message.hide {
  display: none;
}

.search-results {
  padding: 15px 20px;
}

.wp-block-yith-filled-block {
  left: 0;
  right: 0;
}
.wp-block-yith-filled-block .search-result-item a {
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.wp-block-yith-filled-block .search-result-item.selected {
  background-color: #efefef;
}
.wp-block-yith-filled-block .search-result-item:hover {
  background-color: #efefef;
  cursor: pointer;
}
.wp-block-yith-filled-block .search-result-item .search-result-item__thumbnail {
  width: 50px;
  display: block;
  height: 100%;
}
.wp-block-yith-filled-block .search-result-item .search-result-item__thumbnail img {
  width: auto;
  height: auto;
}

.ywcas-shortcodes-list .ywcas-heading {
  display: flex;
  gap: 8px;
  flex-direction: row;
  padding: 25px 25px 0;
}
.ywcas-shortcodes-list .ywcas-heading div {
  border-bottom: 0;
  font-weight: 600;
  color: #2c3338;
  flex: 1;
  font-size: 1.2em;
}
.ywcas-shortcodes-list .ywcas-row {
  background: var(--yith-content-bg);
  border-radius: 5px;
  box-shadow: 0 0 0 1px var(--yith-light-border-color), 0 3px 11px 6px var(--yith-light-shadow);
  transition: background-color 0.2s ease-in-out;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview {
  display: flex;
  gap: 8px;
  flex-direction: row;
  padding: 25px;
  border-radius: inherit;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview .column-name, .ywcas-shortcodes-list .ywcas-row .ywcas-preview .column-code {
  flex: 1;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview .column-name {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 600;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview .column-actions {
  flex: 1;
  text-align: right;
  opacity: 0;
  transition: 0.3s;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview:hover {
  background: var(--yith-table-row-highlight);
}
.ywcas-shortcodes-list .ywcas-row .ywcas-preview:hover .column-actions {
  opacity: 1;
}
.ywcas-shortcodes-list .ywcas-row.ywcas-row-opened .ywcas-preview {
  background: var(--yith-table-row-highlight);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ywcas-shortcodes-list .ywcas-row.ywcas-row-opened .ywcas-preview .column-actions {
  opacity: 1;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit {
  display: none;
  box-shadow: 0 2px 10px 5px rgba(145, 191, 227, 0.11);
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit form {
  padding: 0 20px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__panel__option {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__panel__option.yith-plugin-fw__panel__option--onoff .yith-plugin-fw__panel__option__label {
  flex: none !important;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__panel__option__label {
  width: 200px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  max-width: 670px;
  gap: 8px;
  flex: 1;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .yith-colorpicker-group {
  display: grid;
  grid-template-columns: 50% 50%;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button {
  display: flex;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button label::before {
  content: none !important;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button .yith-plugin-fw-radio__row label {
  padding-block: 5px;
  padding-inline: 30px;
  border-color: #DFDFDF;
  background: #E8E8E8;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button .yith-plugin-fw-radio__row [type=radio]:checked + label {
  border-color: #3D8BCF;
  background: #3D8BCF;
  color: #ffffff;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button .yith-plugin-fw-radio__row [type=radio]:checked + label:after {
  content: none !important;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button .yith-plugin-fw-radio__row:first-child label {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .ywcas-options--container .ywcas-toggle-button .yith-plugin-fw-radio__row:last-child label {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__panel__section__content {
  display: none;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__panel__section__content:first-child {
  display: block;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__tabs {
  align-items: end;
  margin-bottom: 15px;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-edit .yith-plugin-fw__tabs .search-results {
  padding: 0;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-save-shortcode {
  text-align: right;
}
.ywcas-shortcodes-list .ywcas-row .ywcas-save-shortcode button {
  margin-inline: 20px;
  margin-block-end: 42px;
}
.ywcas-shortcodes-list .ywcas-toggle-button.yith-plugin-fw-radio {
  grid-gap: 0;
}

.yith-plugin-ui .yith-plugin-fw__button--add.ywcas-add-shortcode {
  width: 100%;
  text-align: left;
  padding: 7px 20px;
  background-color: rgb(227, 239, 243);
  border: 1px solid rgb(215, 227, 231);
  box-shadow: 0 0 0 1px #fdfdfd, 0 3px 11px 6px var(--yith-light-shadow);
  color: #000;
}

.yith-plugins_page_yith_wcas_panel #wpfooter {
  position: relative;
}

.ywcas-statistic-wrapper {
  max-width: 1200px;
}
.ywcas-statistic-wrapper .ywcas-statistic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  min-height: 500px;
}
.ywcas-statistic-wrapper .no-result-stats {
  display: flex;
  height: calc(100% - 40px);
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ECECEC;
}
.ywcas-statistic-wrapper .ywcas-statistic-block h2 {
  color: var(--yith-primary) !important;
  font-size: 16px;
  margin-bottom: 24px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block .ywcas-statistic-block--term-wrapper {
  border: 1px solid #ECECEC;
  background-color: #fff;
  border-radius: 9px;
  padding: 18px;
  margin-bottom: 15px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block .ywcas-statistic-block--term-wrapper .ywcas-statistic-block--term-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ywcas-statistic-wrapper .ywcas-statistic-block .ywcas-statistic-block--term-wrapper .ywcas-statistic-block--term-progress {
  background: rgb(231, 231, 231);
  height: 20px;
  width: 100%;
  border-radius: 2px;
  margin-top: 10px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block .ywcas-statistic-block--term-wrapper .ywcas-statistic-block--term-progress .ywcas-statistic-block--term-progress-bar {
  background-color: #2992B7;
  height: 100%;
  text-align: center;
  line-height: 20px;
  color: white;
  border-radius: 2px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block .ywcas-statistic-block-view-all {
  margin-top: 30px;
}
.ywcas-statistic-wrapper .ywcas-statistic-block.top-clicked .ywcas-statistic-block--term-progress-bar {
  background-color: #00ABE7 !important;
}
.ywcas-statistic-wrapper .ywcas-statistic-block.top-no-results .ywcas-statistic-block--term-progress-bar {
  background-color: #A9B5BA !important;
}

.yith-plugin-fw-panel-custom-tab-container {
  min-height: 500px;
}

#ywcas-statistic-filter-form {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
#ywcas-statistic-filter-form #post-query-submit {
  margin: 0;
}
#ywcas-statistic-filter-form #post-query-reset {
  color: #000;
  background: #e8e9eb;
  border-color: #c6c6c6;
}
#ywcas-statistic-filter-form #post-query-reset:hover {
  background: #d5d6da;
  border-color: #b7b7b7;
}

.ywcas-statistic-detail a.ywcas-stats-go-back {
  font-size: 13px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  color: var(--yith-primary) !important;
}
.ywcas-statistic-detail a.ywcas-stats-go-back:hover {
  color: var(--yith-primary-hover) !important;
}
.ywcas-statistic-detail .ywcas-empty-statistic-details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
  border-radius: 0 5px 5px 0;
  background: var(--yith-content-bg);
  border-radius: 5px;
  box-shadow: 0 0 0 1px var(--yith-light-border-color), 0 3px 11px 6px var(--yith-light-shadow);
  transition: background-color 0.2s ease-in-out;
  margin-top: 110px;
  min-height: 70px;
}
.ywcas-statistic-detail h1.wp-heading-inline {
  margin-bottom: 50px;
}

.ywcas-statistic-block-view-all a {
  font-size: 13px;
  text-decoration: none;
  padding-left: 10px;
  color: var(--yith-primary) !important;
}
.ywcas-statistic-block-view-all a:hover {
  color: var(--yith-primary-hover) !important;
}

#statistic-detail-form {
  margin-top: -60px;
}

/*# sourceMappingURL=admin.css.map */
