#wpcontent {
  padding-left: 0;
}

.smartocs {
  max-width: none;
}
.smartocs h2 {
  text-align: inherit;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 20px;
}
.smartocs h2:first-child,
.smartocs h3:first-child {
  margin-top: 0;
}
.smartocs hr {
  margin: 30px 0;
}
.smartocs .notice,
.smartocs .update-nag,
.smartocs #update-nag {
  display: block !important;
  margin: 0 0 30px 0;
}
.smartocs-notices-wrapper {
  display: none;
}
.smartocs-notices-wrapper .notice,
.smartocs-notices-wrapper .update-nag,
.smartocs-notices-wrapper #update-nag {
  margin: 0 0 15px 0;
}
.smartocs-notices-wrapper .notice:last-child,
.smartocs-notices-wrapper .update-nag:last-child,
.smartocs-notices-wrapper #update-nag:last-child {
  margin-bottom: 30px;
}
.smartocs__admin-notices .smartocs-notices-wrapper {
  display: block;
}
.smartocs-button-disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.smartocs-content-notice {
  padding: 25px;
  background: #E5F5FA;
  border-radius: 6px;
  margin: 30px;
}
.smartocs-content-notice p {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  margin: 0 0 10px 0;
}
.smartocs-content-notice p:last-child {
  margin-bottom: 0;
}
.smartocs-content-notice--warning {
  background: #FFF8E5;
  margin-top: 0;
}
.smartocs-content-notice--warning p {
  font-size: 16px;
  line-height: 24px;
}
.smartocs-importing, .smartocs-imported {
  display: none;
  text-align: center;
  padding: 30px;
}
.smartocs-importing p, .smartocs-imported p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #444444;
  margin: 0 0 10px 0;
}
.smartocs-importing p:last-child, .smartocs-imported p:last-child {
  margin-bottom: 0;
}
.smartocs-importing-header h2, .smartocs-imported-header h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.smartocs-importing-header p, .smartocs-imported-header p {
  margin-bottom: 5px;
}
.smartocs-importing-header p:last-child, .smartocs-imported-header p:last-child {
  margin-bottom: 0;
}
.smartocs-importing-content, .smartocs-imported-content {
  margin: 0 20px;
}
.smartocs-importing-content-importing, .smartocs-imported-content-importing {
  width: 415px;
  height: 140px;
  margin: 50px 0 20px 0;
}
.smartocs-importing-content-imported, .smartocs-imported-content-imported {
  margin: 80px 0 50px 0;
}
.smartocs-importing-content-imported--success, .smartocs-imported-content-imported--success {
  width: 156px;
  height: 124px;
}
.smartocs-importing-content-imported--error, .smartocs-importing-content-imported--warning, .smartocs-imported-content-imported--error, .smartocs-imported-content-imported--warning {
  width: 124px;
  height: 124px;
}
.smartocs-importing-content .notice, .smartocs-imported-content .notice {
  text-align: left;
  margin: 30px 0;
}
.smartocs-importing-content .notice p, .smartocs-imported-content .notice p {
  padding: 15px 3px;
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
.smartocs-exporting,
.smartocs-exported {
  display: none;
  text-align: center;
  padding: 30px;
}
.smartocs-exporting p, .smartocs-exported p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #444444;
  margin: 0 0 10px 0;
}
.smartocs-exporting p:last-child, .smartocs-exported p:last-child {
  margin-bottom: 0;
}
.smartocs-exporting-header h2, .smartocs-exported-header h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.smartocs-exporting-header p, .smartocs-exported-header p {
  margin-bottom: 5px;
}
.smartocs-exporting-header p:last-child, .smartocs-exported-header p:last-child {
  margin-bottom: 0;
}
.smartocs-exporting-content, .smartocs-exported-content {
  margin: 0 20px;
}
.smartocs-exporting-content-exporting, .smartocs-exported-content-exporting {
  width: 415px;
  height: 228px;
  margin: 50px 0 20px 0;
}
.smartocs-exporting-content-exported, .smartocs-exported-content-exported {
  margin: 80px 0 50px 0;
}
.smartocs-exporting-content-exported--success, .smartocs-exported-content-exported--success {
  width: 156px;
  height: 124px;
}
.smartocs-exporting-content-exported--error, .smartocs-exporting-content-exported--warning, .smartocs-exported-content-exported--error, .smartocs-exported-content-exported--warning {
  width: 124px;
  height: 124px;
}
.smartocs-exporting-content .notice, .smartocs-exported-content .notice {
  text-align: left;
  margin: 30px 0;
}
.smartocs-exporting-content .notice p, .smartocs-exported-content .notice p {
  padding: 15px 3px;
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
.smartocs-importing-footer, .smartocs-imported-footer,
.smartocs-exporting-footer, .smartocs-exported-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100px;
  background-color: #F8F8F8;
  border-top: 1px solid #dddddd;
  margin: 60px -30px -30px;
}
.smartocs-importing-footer a.button, .smartocs-imported-footer a.button,
.smartocs-exporting-footer a.button, .smartocs-exported-footer a.button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-right: 30px;
}
.smartocs-importing-footer a.button:last-child, .smartocs-imported-footer a.button:last-child,
.smartocs-exporting-footer a.button:last-child, .smartocs-exported-footer a.button:last-child {
  margin-right: 0;
}
.smartocs .button.button-hero {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  min-height: 40px;
  padding: 9px 18px;
}
.smartocs .button.button-hero.smartocs__button.button-primary:disabled, .smartocs .button.button-hero.smartocs__button.button-primary[disabled] {
  color: #ffffff !important;
  background: #999999 !important;
  border-color: #999999 !important;
  opacity: 0.5;
}
.smartocs__redux-option-name-input {
  margin-left: 10px;
  width: 137px;
  border-radius: 3px !important;
  padding: 0 10px !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
.smartocs-hide-input {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
}

.feature-section + hr {
  margin-top: 0;
}

#wpbody select {
  height: auto;
  padding: 0.62em;
  line-height: inherit;
}

.smartocs__title-container {
  height: 30px;
  background-color: #ffffff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smartocs__title-container-title {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.smartocs__title-container-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.smartocs__title-container-help-link {
  display: inline-block;
  line-height: 0;
}
.smartocs__title-container-icon {
  width: 19px;
  height: 19px;
}
.smartocs-clear-cache-button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #2271b1;
  background-color: #ffffff;
  border: 1px solid #2271b1;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.smartocs-clear-cache-button:hover,
.smartocs-clear-cache-button:focus {
  color: #ffffff;
  background-color: #2271b1;
  border-color: #2271b1;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #2271b1;
          box-shadow: 0 0 0 1px #2271b1;
}
.smartocs-clear-cache-button:active {
  background-color: #135e96;
  border-color: #135e96;
}
.smartocs-clear-cache-button-text {
  display: inline-block;
}
.smartocs__content-container {
  padding: 30px;
}
.smartocs__content-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.smartocs__content-container-content--main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
  min-width: 0;
}
.smartocs__content-container-content--side {
  width: 373px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 373px;
          flex: 0 0 373px;
}
.smartocs__content-container-content--side .smartocs__card-content {
  padding: 0;
}
.smartocs__content-container-content--side .screenshot.blank {
  height: 278px;
  border: 1px solid #CCD0D4;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=);
}
.smartocs__content-container-content--side .smartocs__card-footer {
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.smartocs__card-footer .smartocs__theme-title-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.smartocs__card-footer .smartocs__theme-title-version .smartocs__theme-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin: 0;
}
.smartocs__card-footer .smartocs__theme-separator {
  color: #72777C;
  font-size: 13px;
}
.smartocs__card-footer .smartocs__theme-title-version .smartocs__theme-version {
  font-size: 12px;
  line-height: 16px;
  color: #72777C;
}
.smartocs__card-footer .smartocs__theme-author {
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 6px;
}
.smartocs__card-footer .smartocs__theme-author a {
  color: #2271b1;
  text-decoration: none;
}
.smartocs__card-footer .smartocs__theme-author a:hover {
  color: #135e96;
  text-decoration: underline;
}
.smartocs__card-footer .smartocs__theme-description {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-top: 8px;
}
.smartocs__content-container-content--side img {
  width: 100%;
  display: block;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header,
.smartocs__content-container-content .smartocs-create-content-header {
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header h2,
.smartocs__content-container-content .smartocs-create-content-header h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header p,
.smartocs__content-container-content .smartocs-create-content-header p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #444444;
  margin: 0 0 10px 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header p:last-child,
.smartocs__content-container-content .smartocs-create-content-header p:last-child {
  margin: 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header .notice,
.smartocs__content-container-content .smartocs-create-content-header .notice {
  margin: 30px 0 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-header .notice p,
.smartocs__content-container-content .smartocs-create-content-header .notice p {
  margin: 0.5em 0;
  font-size: 13px;
  line-height: 1.5;
  color: #3c434a;
  font-weight: normal;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item,
.smartocs__content-container-content .smartocs-create-content-content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 782px) {
  .smartocs__content-container-content .smartocs-install-plugins-content-header,
  .smartocs__content-container-content .smartocs-create-content-header {
    padding: 20px 15px;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item,
  .smartocs__content-container-content .smartocs-install-plugins-content-content .content-item,
  .smartocs__content-container-content .smartocs-create-content-content .plugin-item,
  .smartocs__content-container-content .smartocs-create-content-content .content-item {
    margin: 0 15px;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-content,
  .smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-content,
  .smartocs__content-container-content .smartocs-create-content-content .plugin-item-content,
  .smartocs__content-container-content .smartocs-create-content-content .content-item-content {
    margin-right: 0;
    width: 100%;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-footer,
  .smartocs__content-container-content .smartocs-create-content-footer {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-footer .button,
  .smartocs__content-container-content .smartocs-create-content-footer .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .smartocs-loading,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .smartocs-loading,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .smartocs-loading,
.smartocs__content-container-content .smartocs-create-content-content .content-item .smartocs-loading {
  display: none;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active {
  cursor: default;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox {
  border: none;
  background: #64B450;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox .smartocs-check-icon {
  display: inline-block;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item--active .content-item-checkbox input[type=checkbox]:checked + .checkbox::after {
  display: none !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--required,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--required,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--required,
.smartocs__content-container-content .smartocs-create-content-content .content-item--required {
  cursor: default;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .smartocs-loading,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .smartocs-loading,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .smartocs-loading,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .smartocs-loading {
  display: block;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox {
  border: none !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox .smartocs-lock-icon {
  display: none !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item--loading .content-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .plugin-item-checkbox input[type=checkbox] + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item--loading .content-item-checkbox input[type=checkbox] + .checkbox::after {
  display: none !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-content,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-content,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-content,
.smartocs__content-container-content .smartocs-create-content-content .content-item-content {
  margin-right: 15px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-content-title,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-content-title,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-content-title,
.smartocs__content-container-content .smartocs-create-content-content .content-item-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4px 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-content-title span,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-content-title span,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-content-title span,
.smartocs__content-container-content .smartocs-create-content-content .content-item-content-title span {
  margin-left: 5px;
  background-color: #FFB900;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-top: -1px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-content-title span img,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-content-title span img,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-content-title span img,
.smartocs__content-container-content .smartocs-create-content-content .content-item-content-title span img {
  width: 10px;
  height: 10px;
  margin: 3px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-info p,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-info p,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-info p,
.smartocs__content-container-content .smartocs-create-content-content .content-item-info p {
  color: #00a32a !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item-error p,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item-error p,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item-error p,
.smartocs__content-container-content .smartocs-create-content-content .content-item-error p {
  color: #d63638 !important;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item:last-child,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item:last-child,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item:last-child,
.smartocs__content-container-content .smartocs-create-content-content .content-item:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item label,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item label,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item label,
.smartocs__content-container-content .smartocs-create-content-content .content-item label {
  display: block;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item h3,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item h3,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item h3,
.smartocs__content-container-content .smartocs-create-content-content .content-item h3 {
  font-size: 18px;
  line-height: 22px;
  color: #444444;
  font-weight: 500;
  margin: 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item p,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item p,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item p,
.smartocs__content-container-content .smartocs-create-content-content .content-item p {
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin: 0 0 6px 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item p:last-child,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item p:last-child,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item p:last-child,
.smartocs__content-container-content .smartocs-create-content-content .content-item p:last-child {
  margin: 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .plugin-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .content-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .plugin-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .content-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .plugin-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .content-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item .plugin-item-checkbox .checkbox,
.smartocs__content-container-content .smartocs-create-content-content .content-item .content-item-checkbox .checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  background: #f1f1f1;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #dddddd;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .plugin-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .content-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .plugin-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .content-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .plugin-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .content-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item .plugin-item-checkbox .checkbox .smartocs-check-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item .content-item-checkbox .checkbox .smartocs-check-icon {
  display: none;
  width: 20px;
  height: 20px;
  margin: 6px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .plugin-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .content-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .plugin-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .content-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .plugin-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .content-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item .plugin-item-checkbox .checkbox .smartocs-lock-icon,
.smartocs__content-container-content .smartocs-create-content-content .content-item .content-item-checkbox .checkbox .smartocs-lock-icon {
  position: absolute;
  width: 14px;
  height: 17px;
  bottom: -5px;
  right: -2px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .plugin-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .content-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .plugin-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .content-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .plugin-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .content-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-create-content-content .content-item .plugin-item-checkbox input[type=checkbox],
.smartocs__content-container-content .smartocs-create-content-content .content-item .content-item-checkbox input[type=checkbox] {
  display: none;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-install-plugins-content-content .content-item .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .plugin-item .content-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item .plugin-item-checkbox input[type=checkbox]:checked + .checkbox::after,
.smartocs__content-container-content .smartocs-create-content-content .content-item .content-item-checkbox input[type=checkbox]:checked + .checkbox::after {
  content: "";
  display: block;
  font-size: 10px;
  background: #007cba;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 5px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content-notice,
.smartocs__content-container-content .smartocs-create-content-content-notice {
  display: none;
  padding: 25px;
  background: #E5F5FA;
  border-radius: 6px;
  margin: -10px 30px 30px 30px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content-notice p,
.smartocs__content-container-content .smartocs-create-content-content-notice p {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  margin: 0 0 10px 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content-notice p:last-child,
.smartocs__content-container-content .smartocs-create-content-content-notice p:last-child {
  margin-bottom: 0;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content span.smartocs-recommended-star,
.smartocs__content-container-content .smartocs-create-content-content span.smartocs-recommended-star {
  background-color: #FFB900;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-content span.smartocs-recommended-star img,
.smartocs__content-container-content .smartocs-create-content-content span.smartocs-recommended-star img {
  width: 10px;
  height: 10px;
  margin: 2px 3px;
}
.smartocs__content-container-content .smartocs-install-plugins-content-footer,
.smartocs__content-container-content .smartocs-create-content-footer {
  padding: 30px;
  background: #fafafa;
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartocs__content-container-content .smartocs-install-plugins-content-footer .button,
.smartocs__content-container-content .smartocs-create-content-footer .button {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartocs__content-container-content .smartocs-install-plugins-content-footer .button img,
.smartocs__content-container-content .smartocs-create-content-footer .button img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.smartocs__intro-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  margin: 0 0 24px;
}
.smartocs__intro-text ul {
  padding: 0 4%;
  list-style-type: square;
}
.smartocs__theme-about {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smartocs__theme-about-screenshots {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  margin-right: 30px;
}
.smartocs__theme-about-screenshots .screenshot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smartocs__theme-about-screenshots .screenshot img {
  border: 1px solid #CCD0D4;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
}
.smartocs__theme-about-screenshots .screenshot.blank {
  border: 1px solid #CCD0D4;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.07));
  min-height: 500px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=);
}
.smartocs__theme-about-screenshots img {
  width: 100%;
}
.smartocs__theme-about-info {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smartocs__theme-about-info .theme-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.smartocs__theme-about-info .theme-title .theme-name {
  margin-bottom: 16px;
}
.smartocs__theme-about-info .theme-title .theme-version {
  margin-left: 10px;
  color: #72777C;
  font-size: 13px;
  line-height: 16px;
}
.smartocs__theme-about-info .theme-author {
  font-size: 16px;
  line-height: 19px;
  color: #72777C;
  margin: 0 0 20px;
}
.smartocs__theme-about-info .theme-description {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0 0 20px;
}
.smartocs__theme-about-info .theme-tags {
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  margin: 4px 0 0;
}
.smartocs__theme-about-info .theme-tags span {
  font-weight: 700;
}
.smartocs__theme-about-info .smartocs-import-mode-switch {
  float: right;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 880px) {
  .smartocs__theme-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smartocs__theme-about-screenshots {
    margin: 0 0 30px 0;
  }
}
.smartocs__demo-import-files {
  width: 100%;
}
.smartocs__demo-import-preview-image-message {
  font-style: italic;
}
.smartocs__title:before {
  width: auto;
  height: auto;
  font-size: inherit;
}
.smartocs__multi-select-import, .smartocs__demo-import-notice:not(:empty) {
  padding: 20px;
  margin: 30px 0;
  font-size: 14px;
  line-height: 19px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.smartocs__file-upload-container {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
.smartocs__file-upload-container--header {
  padding: 30px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
}
.smartocs__file-upload-container--header h2 {
  font-size: 22px;
  line-height: 27px;
  margin: 0;
}
.smartocs__file-upload-container-items {
  padding: 30px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smartocs__file-upload-container-items--second-row {
  padding-top: 0;
}
.smartocs__file-upload-container-items .smartocs__card {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.smartocs__file-upload-container-items .smartocs__card-content {
  position: relative;
}
.smartocs__file-upload-container-items .smartocs__card-content-info {
  position: absolute;
  right: 10px;
  top: 10px;
}
.smartocs__file-upload-container-items .smartocs__card-content-info img {
  width: 16px;
  height: 16px;
}
.smartocs__file-upload-container--footer {
  padding: 30px;
  background-color: #fafafa;
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) and (min-width: 783px) {
  .smartocs__file-upload-container-items {
    padding: 25px 20px;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
  .smartocs__file-upload-container-items .smartocs__card-content {
    padding: 25px;
  }
  .smartocs__file-upload-container--footer {
    padding: 25px 20px;
  }
}
@media (max-width: 782px) {
  .smartocs__content-container {
    padding: 20px 15px;
  }
  .smartocs__content-container-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smartocs__content-container-content--main {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .smartocs__content-container-content--side {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .smartocs__file-upload-container-items {
    padding: 20px 15px 0 15px;
    gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container-items .smartocs__card {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container-items .smartocs__card-content {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container--footer {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .smartocs__file-upload-container--footer .smartocs__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
  }
}
@media (max-width: 480px) {
  .smartocs__content-container {
    padding: 15px 10px;
  }
  .smartocs__content-container-content--main {
    margin-bottom: 15px;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-header,
  .smartocs__content-container-content .smartocs-create-content-header {
    padding: 15px 10px;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-content .plugin-item,
  .smartocs__content-container-content .smartocs-install-plugins-content-content .content-item,
  .smartocs__content-container-content .smartocs-create-content-content .plugin-item,
  .smartocs__content-container-content .smartocs-create-content-content .content-item {
    margin: 0 10px;
    padding: 15px 0;
  }
  .smartocs__content-container-content .smartocs-install-plugins-content-footer,
  .smartocs__content-container-content .smartocs-create-content-footer {
    padding: 15px 10px;
  }
  .smartocs__file-upload-container-items {
    padding: 15px 10px 0 10px;
    gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container-items .smartocs__card {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container-items .smartocs__card-content {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartocs__file-upload-container--footer {
    padding: 15px 10px;
  }
}
.smartocs__demo-import-notice:not(:empty) {
  border: 0;
  border-left: 4px solid #00a0d2;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
[dir=rtl] .smartocs__demo-import-notice:not(:empty) {
  border: 0;
  border-right: 4px solid #00a0d2;
}
.smartocs__button-container {
  margin-top: 30px;
}
.smartocs__ajax-loader {
  font-size: 1.5em;
}
.smartocs__ajax-loader .spinner {
  display: inline-block;
  float: none;
  visibility: visible;
  margin-bottom: 6px;
}
.smartocs__gl-navigation li a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.smartocs__gl-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.smartocs__gl-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
  overflow: hidden;
}
.smartocs__gl-item-image-container {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.smartocs__gl-item-image-container::after {
  content: "";
  display: block;
  padding-top: 66.66666%;
}
.smartocs__gl-item-image {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.smartocs__gl-item-image--no-image {
  display: inline-block;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 45%;
  right: 25%;
  left: 25%;
}
.smartocs__gl-item-footer {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #dddddd;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartocs__gl-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
  color: #23282d;
  padding: 0 0 8px;
  max-width: 100%;
}
@media (max-width: 782px) {
  .smartocs__gl-item-title {
    padding: 12px 0 13px;
  }
}
.smartocs__gl-item-buttons {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.smartocs__gl-item-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 120px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smartocs__gl-item-button + .smartocs__gl-item-button {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .smartocs__gl-item-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .smartocs__gl-item-button {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}
.smartocs__gl-item:hover .smartocs__gl-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smartocs__gl-item:hover .smartocs__gl-item-footer {
  background: #ffffff;
}
.smartocs__gl-header {
  display: inline-block;
  width: calc(100% - 24px);
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 0 11px;
}
.smartocs__gl-navigation {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  float: left;
}
.smartocs__gl-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.smartocs__gl-navigation li {
  margin: 0;
}
.smartocs__gl-navigation li.active a span, .smartocs__gl-navigation li.active a:hover span {
  padding-bottom: 14px;
  border-bottom: 4px solid #666666;
}
.smartocs__gl-navigation li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #23282D;
  padding: 18px 10px;
}
.smartocs__gl-navigation li a span {
  padding-bottom: 14px;
  border-bottom: 4px solid #ffffff;
}
.smartocs__gl-navigation li a:hover {
  color: #00a0d2;
  cursor: pointer;
}
.smartocs__gl-navigation li a:hover span {
  border-bottom: 4px solid #ffffff;
}
.smartocs__gl-search-input {
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
  line-height: 16px;
  color: #72777C !important;
}
@media (min-width: 640px) {
  .smartocs__gl-navigation {
    width: calc(100% - 280px);
  }
  .smartocs__gl-navigation li {
    margin: 0 15px;
    float: left;
  }
  .smartocs__gl-navigation li a {
    padding: 18px 10px;
  }
  .smartocs__gl-search-input {
    display: inline-block;
    width: 280px;
    height: 30px;
    margin: 0;
    margin-top: 11px;
  }
  .smartocs__gl-item-container {
    gap: 15px;
  }
  .smartocs__gl-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    min-width: 0;
  }
}
@media (min-width: 1120px) {
  .smartocs__gl-item-container {
    gap: 20px;
  }
  .smartocs__gl-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 13.33px);
            flex: 0 0 calc(33.333% - 13.33px);
    min-width: 0;
  }
}
.smartocs__card {
  background: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smartocs__card-content {
  padding: 30px;
}
.smartocs__card-content .smartocs-icon--content {
  width: 53px;
  height: 53px;
}
.smartocs__card-content .smartocs-icon--widgets {
  width: 56px;
  height: 49px;
}
.smartocs__card-content .smartocs-icon--brush {
  width: 55px;
  height: 52px;
}
.smartocs__card-content .smartocs-icon--redux {
  width: 82px;
  height: 70px;
}
.smartocs__card-content .smartocs-icon--plugins {
  width: 65px;
  height: 64px;
}
.smartocs__card-content .smartocs-icon--copy {
  width: 42px;
  height: 52px;
}
.smartocs__card-content .smartocs-icon--layout {
  width: 53px;
  height: 52px;
}
.smartocs__card-content .smartocs-icon-container {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smartocs__card-content h3 {
  margin: 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.smartocs__card-content p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.smartocs__card-footer {
  background: #fafafa;
  -webkit-box-shadow: 0px -1px 0px #DDDDDD;
          box-shadow: 0px -1px 0px #DDDDDD;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartocs__card-footer .button-secondary {
  background: #fafafa;
}
.smartocs__card-footer input[type=file] {
  width: 200px;
  padding: 4px 0;
}
.smartocs__card-footer .button-disabled {
  cursor: not-allowed;
}
.smartocs__card--three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .smartocs__card--three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin-right: 20px;
  }
  .smartocs__card--three:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1120px) {
  .smartocs__card--three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .smartocs__card--three:nth-child(2n) {
    margin-right: 0px;
  }
  .smartocs__card--three:nth-child(3n) {
    margin-right: 0;
  }
}
.smartocs__card--four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .smartocs__card--four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin-right: 20px;
  }
  .smartocs__card--four:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1120px) {
  .smartocs__card--four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

@-webkit-keyframes smartocs-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes smartocs-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.smartocs-is-fadeout {
  -webkit-animation: smartocs-fade linear 200ms 1 forwards;
          animation: smartocs-fade linear 200ms 1 forwards;
}

.smartocs-is-fadein {
  animation: smartocs-fade linear 200ms 1 reverse forwards;
}

.smartocs__modal-image-container {
  width: 100%;
  height: 180px;
  margin: 0;
  overflow: hidden;
}
.smartocs__modal-image-container img {
  width: 100%;
}
.smartocs__modal-item-title {
  margin-top: 0.5em;
  font-weight: bold;
}
.smartocs__modal-notice.smartocs__demo-import-notice:not(:empty) {
  border: 1px solid #e5e5e5;
  border-left: 4px solid #00a0d2;
  margin: 20px 0 0;
}

.smartocs-loading {
  -webkit-animation: 0.65s linear infinite smartocs-loading-spin;
          animation: 0.65s linear infinite smartocs-loading-spin;
}

.smartocs-loading-md {
  width: 32px;
  height: 32px;
}

.smartocs-loading-sm {
  width: 16px;
  height: 16px;
}

@-webkit-keyframes smartocs-loading-spin {
  0% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  100% {
    -webkit-transform: rotateZ(630deg);
            transform: rotateZ(630deg);
  }
}

@keyframes smartocs-loading-spin {
  0% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  100% {
    -webkit-transform: rotateZ(630deg);
            transform: rotateZ(630deg);
  }
}

/* Export Plugin List Styles */
.smartocs-export-plugins-list {
  padding: 15px;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  text-align: left;
  list-style: none;
  margin: 0;
}

.smartocs-export-plugin-item-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.smartocs-export-plugin-item-wrapper:last-child {
  border-bottom: none;
}

.smartocs-export-plugin-item {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.smartocs-export-plugin-item-wrapper:hover {
  background-color: #f9f9f9;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}

.smartocs-export-plugin-item input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.smartocs-export-plugin-item span {
  flex: 1;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 1.5;
}

.smartocs-export-plugin-item input[type="checkbox"]:checked + span {
  font-weight: 500;
}

.smartocs-export-plugin-custom-options-btn {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px 8px;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.smartocs-export-plugin-custom-options-btn:hover {
  background: #f0f0f0;
  border-color: #999;
  color: #333;
}

.smartocs-export-plugin-custom-options-btn .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.smartocs-export-plugin-custom-options-btn.has-custom-options {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
}

.smartocs-export-plugin-custom-options-btn.has-custom-options:hover {
  background: #135e96;
  border-color: #135e96;
}

/* Custom Options Modal */
.smartocs-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.smartocs-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.smartocs-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.smartocs-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.smartocs-modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.smartocs-modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.smartocs-modal-close:hover {
  background: #f0f0f0;
  color: #333;
}

.smartocs-modal-close .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.smartocs-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.smartocs-modal-plugin-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #2271b1;
}

.smartocs-modal-description {
  margin: 0 0 15px 0;
  color: #666;
  line-height: 1.6;
}

.smartocs-modal-examples {
  margin: 0 0 15px 0;
}

.smartocs-modal-example {
  margin: 0 0 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 3px solid #2271b1;
  font-size: 13px;
  line-height: 1.6;
}

.smartocs-modal-example:last-child {
  margin-bottom: 0;
}

.smartocs-modal-example code {
  background: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
}

.smartocs-custom-options-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.5;
  resize: vertical;
  box-sizing: border-box;
}

.smartocs-custom-options-textarea:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}

.smartocs-modal-error {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background: #fce8e6;
  border-left: 3px solid #d63638;
  color: #d63638;
  font-size: 13px;
  border-radius: 3px;
}

.smartocs-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.smartocs-modal-footer .button {
  margin: 0;
}

.smartocs-export-no-plugins {
  margin: 0;
  padding: 15px;
  color: #666;
  text-align: center;
  font-style: italic;
}

/* Smart Import Tabs Styles */
.smartocs-smart-import-tabs {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  gap: 20px;
  display: flex;
  align-items: flex-end;
}
.smartocs-smart-import-tab {
  margin-right: 10px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #50575e;
  transition: all 0.2s ease;
  position: relative;
  outline: none;
}
.smartocs-smart-import-tab:hover {
  color: #2271b1;
  border-bottom-color: #c3c4c7;
}
.smartocs-smart-import-tab.active {
  color: #ffffff !important;
  border-bottom-color: #2271b1;
  background-color: #125e96 !important;
 
}
.smartocs-smart-import-tab.active:hover {
  color: #ffffff !important;
  border-bottom-color: #2271b1;
  background-color: #125e96 !important;
}

.smartocs-smart-import-tab-content {
  display: none;
}
.smartocs-smart-import-tab-content.active {
  display: block;
}

/* Smart Import Description */
.smartocs-smart-import-description {
  margin: 0 0 12px 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Grid Layout Container */
.smartocs__gl,
.js-smartocs-gl {
  width: 100%;
  margin: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 782px) {
  .smartocs__gl,
  .js-smartocs-gl {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .smartocs__gl,
  .js-smartocs-gl {
    padding: 15px 10px;
  }
}

.smartocs__gl.js-smartocs-gl {
  display: block;
  position: relative;
}

/* Smart Import Buttons - Always visible */
.smartocs--smart-import .smartocs__gl-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.smartocs--smart-import .smartocs__gl-item-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .smartocs--smart-import .smartocs__gl-item-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
  .smartocs--smart-import .smartocs__gl-item-button {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}

/* Smart Import Error Notice */
.smartocs-smart-import-error-notice {
  display: block;
  margin: 0;
  padding: 8px;
}

/* Smart Import File Name */
.smartocs-smart-import-file-name {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

/* Smart Import Hooks Card */
.smartocs-smart-import-hooks-card {
  margin-top: 0px;
}

/* Smart Import Hook Section */
.smartocs-smart-import-hook-section {
  margin-top: 15px;
}

.smartocs-smart-import-hook-section:first-child {
  margin-top: 0;
}

/* Smart Import Textarea */
.smartocs-smart-import-textarea {
  width: 100%;
  margin-top: 5px;
}

/* Smart Import Hook Help Text */
.smartocs-smart-import-hook-help {
  display: block;
  margin-top: 5px;
  color: #666;
}
