@-webkit-keyframes rotating {
  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);
  }
}
.theme-wizard-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  background-color: #f0f0f1;
  overflow: scroll;
}

.theme-wizard {
  min-height: 1000px;
  background-color: #f0f0f1;
  padding: 30px;
  max-width: 1180px;
  margin: 0 auto;
}
.theme-wizard > * {
  box-sizing: border-box;
}
.theme-wizard .wizard-header {
  display: flex;
  align-items: center;
}
.theme-wizard .wizard-header .progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 80px;
  gap: 12px;
  border-bottom: 3px solid #e3e4e6;
}
.theme-wizard .wizard-header .progress .number {
  background-color: white;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #e3e4e6;
}
.theme-wizard .wizard-header .progress .progress-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #011627;
}
.theme-wizard .wizard-header .progress.done {
  border-bottom: 3px solid #3b57f7;
}
.theme-wizard .wizard-header .progress.active .number {
  background-color: #3b57f7;
  border: none;
  color: white;
}
.theme-wizard .wizard-body {
  background-color: white;
  border: solid 1px #e3e4e6;
  border-radius: 20px;
  min-height: 300px;
  width: 100%;
  margin-top: 56px;
  display: flex;
  overflow: hidden;
}
.theme-wizard .wizard-body .plugin-install {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.theme-wizard .wizard-body .plugin-install .title,
.theme-wizard .wizard-body .plugin-install .desc {
  width: 100%;
}
.theme-wizard .wizard-body .plugin-install .content-title {
  width: 100%;
  margin-top: 50px;
  height: 38px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.64px;
  text-align: center;
  color: #011627;
  margin-bottom: unset;
}
.theme-wizard .wizard-body .plugin-install .content-desc {
  width: 700px;
  margin-top: 20px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #40505d;
}
.theme-wizard .wizard-body .plugin-install .plugin-list {
  width: 100%;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 50px;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data {
  border-radius: 10px;
  border: solid 1px #e3e4e6;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 670px;
  margin: 0 auto;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .logo {
  width: 64px;
  height: 64px;
  background-color: #e3e4e6;
  border-radius: 50%;
  overflow: hidden;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .logo img {
  width: 100%;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .plugin-detail {
  width: calc(100% - 88px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .plugin-title {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
  text-align: left;
  color: #011627;
  margin: 0;
  width: 100%;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .plugin-title .gutenverse {
  font-weight: 800;
}
.theme-wizard .wizard-body .plugin-install .plugin-list .plugin-data .plugin-desc {
  font-family: Inter;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #40505d;
  margin: 0;
  width: 100%;
  text-transform: capitalize;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #e3e4e6;
  padding: 20px 50px;
  gap: 20px;
  width: 100%;
  margin-top: 100px;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-skip {
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #99a2a9;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-install {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-install:hover {
  background: #2435ec;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 5px;
  border: solid 1px #3b57f7;
  background-color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #3b57f7;
  transition: background 0.3s ease, color 0.3s ease;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-next:hover {
  background: #3b57f7;
  color: #fff;
}
.theme-wizard .wizard-body .plugin-install .plugin-actions .button-done {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #99a2a9;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.theme-wizard .wizard-body .finalizing {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.theme-wizard .wizard-body .finalizing .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.theme-wizard .wizard-body .finalizing .image-wrapper img {
  width: 725px;
}
.theme-wizard .wizard-body .finalizing .final-detail {
  margin-top: 40px;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.theme-wizard .wizard-body .finalizing .final-detail .final-title {
  width: 100%;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: #011627;
  margin: 0;
}
.theme-wizard .wizard-body .finalizing .final-detail .final-desc {
  width: 100%;
  margin: 12px 0 0;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #40505d;
}
.theme-wizard .wizard-body .finalizing .final-detail .button-visit {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 12px 32px;
  border-radius: 5px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.theme-wizard .wizard-body .finalizing .final-detail .button-visit:hover {
  background-color: #2435ec;
}

.template-install.import-demo {
  width: 100%;
}
.template-install.import-demo .template-title {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e3e4e6;
}
.template-install.import-demo .template-title .content-title {
  margin: 0;
  width: auto;
}
.template-install.import-demo .template-title .button-import-all {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.template-install.import-demo .template-title .button-import-all:hover {
  background-color: #2435ec;
}
.template-install.import-demo .template-title .button-import-all.imported {
  background-color: #99a2a9;
  cursor: not-allowed;
}
.template-install.import-demo .template-title .button-import-all.imported:hover {
  background-color: #99a2a9;
}
.template-install.import-demo .template-list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  gap: 30px;
}
.template-install.import-demo .template-list .template-page {
  width: calc(33.33% - 22px);
  height: 350px;
  border-radius: 8px;
  border: solid 1px #e3e4e6;
  background-color: #f9f9ff;
  position: relative;
  overflow: hidden;
}
.template-install.import-demo .template-list .template-page img {
  width: 100%;
}
.template-install.import-demo .template-list .template-page .template-page-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #e3e4e6;
  background-color: #f9f9ff;
  padding: 16px;
}
.template-install.import-demo .template-list .template-page .template-page-desc h3 {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-align: left;
  color: #011627;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-import-page {
  cursor: pointer;
  width: calc(50% - 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #3b57f7;
  flex-grow: 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-import-page:hover {
  background-color: #2435ec;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-import-page.imported {
  background-color: #99a2a9;
  cursor: not-allowed;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-import-page.imported:hover {
  background-color: #99a2a9;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-view-demo {
  cursor: pointer;
  width: calc(50% - 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #e3e4e6;
  border: solid 1px #e3e4e6;
  background-color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.template-install.import-demo .template-list .template-page .template-page-desc .buttons .button-view-demo:hover {
  border: solid 1px #3b57f7;
  color: #3b57f7;
}
.template-install.import-demo .template-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #e3e4e6;
  padding: 20px 50px;
  gap: 20px;
  margin-top: 60px;
}
.template-install.import-demo .template-actions .button-back {
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  color: #99a2a9;
  display: flex;
  gap: 8px;
  align-items: center;
}
.template-install.import-demo .template-actions .button-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 5px;
  border: solid 1px #3b57f7;
  background-color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #3b57f7;
}
.template-install.import-demo .template-actions .button-next:hover {
  background: #3b57f7;
  color: #fff;
}
.template-install.import-demo .install-popup-wrapper {
  position: fixed;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.template-install.import-demo .install-popup-wrapper .install-popup {
  width: 420px;
  background-color: white;
  border-radius: 10px;
  margin: 30% auto 0;
}
.template-install.import-demo .install-popup-wrapper .install-popup .popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e6e8eb;
}
.template-install.import-demo .install-popup-wrapper .install-popup .popup-header h3 {
  margin: 0;
}
.template-install.import-demo .install-popup-wrapper .install-popup .popup-header svg {
  cursor: pointer;
}
.template-install.import-demo .install-popup-wrapper .install-popup .popup-footer {
  border-top: 1px solid #e6e8eb;
}

.upgrade-pro-wrapper {
  width: 100%;
}
.upgrade-pro-wrapper .upgrade-pro-content {
  display: flex;
  flex-direction: column;
  padding: 50px 40px 0;
  justify-content: center;
  position: relative;
}
.upgrade-pro-wrapper .upgrade-pro-content .background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button {
  z-index: 10;
  position: relative;
  margin: 24px auto 0;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 11px;
  background-image: linear-gradient(to right, #f045ff, #3b57f7 50%, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(to bottom, #e3f0ff, #c3cefd);
  box-shadow: 0 0 0 0 #e3f0ff, 0 0 0 3px rgb(195, 206, 253);
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button .button-content-wrapper {
  color: white;
  display: flex;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button .button-content-wrapper svg,
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button .button-content-wrapper span {
  transition: all 0.5s ease;
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button:hover {
  transform: scale(0.94);
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button:hover svg,
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-pro-button:hover span {
  opacity: 0.75;
}
.upgrade-pro-wrapper .upgrade-pro-content .content-title {
  z-index: 1;
  position: relative;
  margin: 20px auto 0;
  max-width: 700px;
  font-family: Inter;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.48px;
  text-align: center;
  color: #011627;
}
.upgrade-pro-wrapper .upgrade-pro-content .content-title .gradient-text {
  background: linear-gradient(93deg, #f045ff -14%, #4569ff 51%, #68e4f4 106%), linear-gradient(to right, #3f3bf7, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For non-webkit browsers */
  text-fill-color: transparent;
  /* For non-webkit browsers */
  position: relative;
}
.upgrade-pro-wrapper .upgrade-pro-content .content-desc {
  z-index: 1;
  position: relative;
  margin: 12px auto 0;
  max-width: 400px;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #40505d;
}
.upgrade-pro-wrapper .upgrade-pro-content .upgrade-image {
  z-index: 1;
  position: relative;
  width: 640px;
  margin: -10px auto 35px;
}
.upgrade-pro-wrapper .upgrade-pro-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #e3e4e6;
  padding: 20px 50px;
  gap: 20px;
  margin-top: -40px;
  z-index: 2;
  position: relative;
  background: white;
}
.upgrade-pro-wrapper .upgrade-pro-actions .button-back {
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  color: #99a2a9;
  display: flex;
  gap: 8px;
  align-items: center;
}
.upgrade-pro-wrapper .upgrade-pro-actions .button-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 5px;
  border: solid 1px #3b57f7;
  background-color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #3b57f7;
}
.upgrade-pro-wrapper .upgrade-pro-actions .button-next:hover {
  background: #3b57f7;
  color: #fff;
}

.installing-notice {
  width: 100%;
  height: 38px;
}
.installing-notice .installing-notice-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: inherit;
}
.installing-notice .installing-notice-container > svg {
  margin-left: 10px;
  margin-right: 5px;
}
.installing-notice .installing-notice-container .importing-notice {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
}
.installing-notice .installing-notice-container .importing-notice .notice-inner {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.installing-notice .installing-notice-container .importing-notice .notice-inner span {
  font-family: Inter, serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #99a2a9;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container {
  width: 100%;
  height: 10px;
  display: flex !important;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  background-color: #e3e4e6;
  overflow: hidden;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress {
  width: 0%;
  height: inherit;
  background-image: linear-gradient(to right, #3b57f7 0%, #5cd0da 100%);
  transition: width 1s cubic-bezier(0, 0.81, 0.75, 1);
  overflow: hidden;
  position: relative;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress::before {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  left: -100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
  animation: shine 1.5s cubic-bezier(0, 0.81, 0.75, 1) infinite;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress.twenty-five-percent {
  width: 25%;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress.fifty-percent {
  width: 50%;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress.seventy-five-percent {
  width: 75%;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress.hundred-percent {
  width: 100%;
}
.installing-notice .installing-notice-container .importing-notice .bar-progress-container .notice-bar-progress.zero-percent {
  width: 0%;
}

.gutenverse-importer-wrapper-modal-wizzard {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .auth-icon-status-wrapper > svg {
  width: 150px;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .auth-icon-status-wrapper > svg circle {
  -webkit-filter: drop-shadow(0 0 5px #1bc87f);
  filter: drop-shadow(0 0 5px rgba(27, 200, 127, 0.35));
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .auth-icon-status-wrapper .auth-status-icon {
  background: linear-gradient(0deg, #ffffff, #ffffff), #e8f2fa;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 42px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 40px rgba(27, 200, 127, 0.1);
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .auth-icon-status-wrapper {
  margin: 0 auto;
  position: relative;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .auth-icon-status-wrapper .auth-status-icon svg {
  display: block;
  margin: 0 auto;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .complete-title {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #011627;
  margin-bottom: 8px;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .complete-subtitle {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  color: #40505d;
  margin-bottom: 40px;
}
.gutenverse-importer-wrapper-modal-wizzard .import-complete .close-buttom {
  height: 41px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 5px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
  width: 417px;
  overflow: hidden;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-header {
  padding: 20px;
  border-bottom: solid 1px #e6e8eb;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-header span {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body {
  padding: 20px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body.first-step p {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body.first-step .checkbox-inner {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 12px 0px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body.first-step .checkbox-inner .label-checkbox {
  font-weight: bold;
  margin: 0;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body.first-step .checkbox-inner .label-description {
  margin-top: 10px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-warn {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff9e2;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-warn span {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #b99518;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .import-step-notice {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
  margin-bottom: 20px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 10px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps {
  display: flex;
  align-items: center;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps.done > div {
  color: #011627;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps > div {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #99a2a9;
  margin-right: 10px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps > span {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #9c9ead;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps .loading {
  display: flex;
  align-items: center;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps .loading svg {
  animation: spin 2s linear infinite;
  /* Apply animation */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-body .importer-step .importer-inner-step .steps svg {
  margin-right: 8px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-footer {
  border-top: solid 1px #e6e8eb;
  padding: 20px;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-footer.first-step .footer-info {
  display: flex;
  justify-content: end;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-footer .footer-info {
  display: flex;
  justify-content: space-between;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .importer-footer .footer-info span {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #99a2a9;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .footer-loading {
  height: 10px;
  background-color: #e3e4e6;
}
.gutenverse-importer-wrapper-modal-wizzard .importer-modal .footer-loading .loading-status {
  height: 10px;
  background-image: linear-gradient(to right, #3b57f7 0%, #5cd0da 100%);
}

.themeforest-dashboard {
  min-height: 1000px;
  padding: 0 30px;
  max-width: 1180px;
  margin: 0 auto;
}
.themeforest-dashboard .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.themeforest-dashboard .dashboard-header .logo img {
  height: 30px;
}
.themeforest-dashboard .dashboard-header .menu {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.themeforest-dashboard .dashboard-header .menu li,
.themeforest-dashboard .dashboard-header .menu .support {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 28px 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
}
.themeforest-dashboard .dashboard-header .menu li:hover,
.themeforest-dashboard .dashboard-header .menu .support:hover {
  color: #3b57f7;
}
.themeforest-dashboard .dashboard-header .menu li:hover svg path,
.themeforest-dashboard .dashboard-header .menu .support:hover svg path {
  fill: #3b57f7;
}
.themeforest-dashboard .dashboard-header .menu li.active,
.themeforest-dashboard .dashboard-header .menu .support.active {
  color: #3b57f7;
  border-bottom: solid 2px #3b57f7;
}
.themeforest-dashboard .dashboard-header .menu li.active svg path,
.themeforest-dashboard .dashboard-header .menu .support.active svg path {
  fill: #3b57f7;
}
.themeforest-dashboard .dashboard-content {
  background-color: white;
  border: solid 1px #e3e4e6;
  border-radius: 20px;
  min-height: 300px;
  width: 100%;
  margin-top: 56px;
  display: flex;
}
.themeforest-dashboard .dashboard-content .content-wrapper {
  padding: 40px;
  display: flex;
  width: 100%;
}
.themeforest-dashboard .dashboard-content .content-left {
  width: calc(75% - 30px);
  margin-right: 30px;
}
.themeforest-dashboard .dashboard-content .content-left .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 20px 30px;
  border-radius: 10px;
  border: solid 1px #e7f1ff;
  background-color: #f8fbff;
}
.themeforest-dashboard .dashboard-content .content-left .top p {
  margin: 0;
}
.themeforest-dashboard .dashboard-content .content-left .top .description {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
}
.themeforest-dashboard .dashboard-content .content-left .top .version {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 10px 6px;
  border-radius: 5px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.themeforest-dashboard .dashboard-content .content-left .middle {
  border: solid 1px #e7f1ff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.themeforest-dashboard .dashboard-content .content-left .middle .background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail {
  z-index: 2;
  position: relative;
  display: flex;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .dancer {
  margin-right: 40px;
  padding: 0 9px;
  box-shadow: -1px 15px 30px 0 rgba(38, 155, 220, 0.1568627451);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(359deg, #fff 131%, rgba(255, 255, 255, 0) 15%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0) 200%);
  margin-top: -2px;
  margin-bottom: -5px;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .dancer img {
  width: 232px;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .texts {
  padding: 40px 60px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .texts .texts-title {
  width: 100%;
  font-family: Inter;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
  margin: 0;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .texts .texts-title .gradient-text {
  background: linear-gradient(93deg, #f045ff -14%, #4569ff 51%, #68e4f4 106%), linear-gradient(to right, #3f3bf7, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For non-webkit browsers */
  text-fill-color: transparent;
  /* For non-webkit browsers */
  position: relative;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .texts .texts-title .blink-icon {
  position: absolute;
  margin-top: -20px;
}
.themeforest-dashboard .dashboard-content .content-left .middle .detail .texts .texts-description {
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
  margin: 0;
}
.themeforest-dashboard .dashboard-content .content-left .bottom {
  display: flex;
  gap: 30px;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 {
  width: calc(33.333% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 57px 30px 30px;
  border-radius: 15px;
  border: solid 1px #e7f1ff;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .content-title,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .content-title,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .content-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #28292c;
  margin: 0;
  z-index: 1;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .content-description,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .content-description,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .content-description {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #7d8292;
  margin: 8px 0 0;
  z-index: 1;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .wave,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .wave,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .wave {
  position: absolute;
  top: 0;
  right: 0;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .content-icon,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .content-icon,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .content-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .content-icon img,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .content-icon img,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .content-icon img {
  width: 36px;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .action-button,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .action-button {
  margin-top: 16px;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button.plugin-loading {
  min-width: 100px;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button.plugin-done {
  cursor: default;
  background-color: #99a2a9;
  padding: 10px 18px 12px;
  color: #fff;
  border-color: #99a2a9;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button.plugin-done:hover {
  cursor: default;
  background-color: #99a2a9;
  padding: 10px 18px 12px;
  color: #fff;
  border-color: #99a2a9;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button .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;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .action-button,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .action-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 12px;
  border-radius: 8px;
  border: solid 1px #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b57f7;
  transition: border 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.themeforest-dashboard .dashboard-content .content-left .bottom .content-1 .action-button:hover,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-2 .action-button:hover,
.themeforest-dashboard .dashboard-content .content-left .bottom .content-3 .action-button:hover {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 12px;
  border-radius: 8px;
  background-color: #3b57f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.themeforest-dashboard .dashboard-content .content-right {
  width: 30%;
}
.themeforest-dashboard .dashboard-content .content-right .top {
  position: relative;
  border-radius: 14px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 40px;
}
.themeforest-dashboard .dashboard-content .content-right .top .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.themeforest-dashboard .dashboard-content .content-right .top .image {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.themeforest-dashboard .dashboard-content .content-right .top .content-title {
  font-family: Inter;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 0;
  margin-top: 170px;
}
.themeforest-dashboard .dashboard-content .content-right .top .content-title .gradient-text {
  background: linear-gradient(93deg, #f045ff -14%, #4569ff 51%, #68e4f4 106%), linear-gradient(to right, #3f3bf7, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For non-webkit browsers */
  text-fill-color: transparent;
  /* For non-webkit browsers */
}
.themeforest-dashboard .dashboard-content .content-right .top .content-description {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #40505d;
  z-index: 2;
  position: relative;
  margin: 8px 0 0;
}
.themeforest-dashboard .dashboard-content .content-right .top .action-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  width: 190px;
  border-radius: 8px;
  background-image: linear-gradient(93deg, #f045ff -14%, #4569ff 51%, #68e4f4 106%), linear-gradient(to right, #3f3bf7, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  z-index: 2;
  position: relative;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 16px auto 0;
  transition: transform 0.5s ease, color 0.5s ease;
}
.themeforest-dashboard .dashboard-content .content-right .top .action-button svg path {
  transition: fill 0.5s ease;
}
.themeforest-dashboard .dashboard-content .content-right .top .action-button:hover {
  color: hsla(0, 0%, 100%, 0.749);
  transform: scale(0.94);
}
.themeforest-dashboard .dashboard-content .content-right .top .action-button:hover svg path {
  fill: hsla(0, 0%, 100%, 0.749);
}
.themeforest-dashboard .dashboard-content .content-right .bottom {
  border-radius: 14px;
  background-image: radial-gradient(circle at 50% 0%, rgba(5, 19, 31, 0), #2e618d 128%), linear-gradient(to bottom, #05131f, #05131f);
  padding: 30px;
  margin-top: 30px;
  position: relative;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .content-title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .content-description {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 0;
}
.themeforest-dashboard .dashboard-content .content-right .bottom input {
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0470588235);
  background-color: #fff;
  width: 100%;
  margin-top: 24px;
  border: unset;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .action-button {
  cursor: pointer;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  border: solid 0.8px rgba(104, 228, 244, 0.5019607843);
  background-image: radial-gradient(circle at 50% 100%, #68e4f4, #3f3bf7 207%);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 16px;
  transition: transform 0.5s ease, color 0.5s ease;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .action-button:hover {
  color: hsla(0, 0%, 100%, 0.749);
  transform: scale(0.94);
}
.themeforest-dashboard .dashboard-content .content-right .bottom .warning {
  color: #ff6347;
  font-size: 10px;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .warning {
  background-color: #555;
  border-radius: 6px;
  top: 100px;
  color: #fff;
  left: 20%;
  margin-left: -60px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.themeforest-dashboard .dashboard-content .content-right .bottom .warning::after {
  border-color: #555 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}

.theme-upgrade-notice {
  padding: 20px;
}

.theme-upgrade-notice.has-logo {
  position: relative;
  display: flex;
  margin: 10px 0 20px !important;
  padding: 0 !important;
  border: 1px solid #c3c4c7;
  border-left-width: 0;
}

.theme-upgrade-notice .notice-logo {
  padding: 20px 15px;
  border-color: transparent;
  border-left: 4px;
  border-right: 0;
  border-style: solid;
}

.theme-upgrade-notice:not(.has-logo).notice-important {
  border-left-color: #b50000;
}

.theme-upgrade-notice:not(.has-logo).notice-warning {
  border-left-color: #ffc909;
}

.theme-upgrade-notice.has-logo.notice-important .notice-logo {
  border-left-color: #b50000;
}

.theme-upgrade-notice.has-logo.notice-warning .notice-logo {
  background: #fff9e2;
  border-left-color: #ffc909;
}

.theme-upgrade-notice .notice-content {
  width: 100%;
  padding: 20px 20px 25px 20px;
}

.theme-upgrade-notice h2 {
  margin-top: 5px;
}

.themes-upgrade-action {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.themes-upgrade-action a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.themes-upgrade-action a[class^=button-] {
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  background: #1b67a5;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 15px;
}

.themes-upgrade-action a.button-success {
  background: green;
}

.checkbox-inner .select-inner {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-inner .select-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-inner .select-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
}
.checkbox-inner .select-inner .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-inner .select-inner input:checked ~ .checkmark {
  background-color: #3b57f7;
}
.checkbox-inner .select-inner input:checked ~ .checkmark:after {
  display: block;
}

.button-start-import {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #3b57f7;
  flex-grow: 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button-start-import:hover {
  background-color: #2435ec;
}