.notice.hide {
  display: none;
}

.notice {
  padding: 10px;
  border-left: 4px solid #3B57F7;
}

.install-template,
.comparison,
.benefits {
  background: #FFFFFF;
  border-radius: 10px;
  border: solid 1px #e3e4e6;
  padding: 20px !important;
  margin: 40px 20px 0 0;
  display: flex;
}

#gutenverse-theme-dashboard {
  --guten-theme-black: #011627;
  --guten-theme-blue: #3B57F7;
  --guten-theme-blue-2: #0058e6;
  --guten-theme-brown: #826B1D;
  --guten-theme-cream: #FFFCF5;
  --guten-theme-gray: #E3E4E6;
  --guten-theme-gray-2: #F5F7FE;
  --guten-theme-gray-3: #999999;
  --guten-theme-gray-4: #40505D;
  --guten-theme-opacity: #00000099;
  --guten-theme-yellow: #FEC84B;
  max-width: 1200px;
  margin: 0 auto;
}
#gutenverse-theme-dashboard h2 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
#gutenverse-theme-dashboard .notes {
  background: var(--guten-theme-cream);
  border: 1px solid var(--guten-theme-yellow);
  border-radius: 5px;
  padding: 14px 14px 19px 14px;
  margin-top: 24px;
  max-width: 1024px;
}
#gutenverse-theme-dashboard .notes h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: var(--guten-theme-brown);
  margin: 0;
  gap: 8px;
}
#gutenverse-theme-dashboard .notes p,
#gutenverse-theme-dashboard .notes li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  align-items: center;
  color: var(--guten-theme-brown);
  margin: 0;
}
#gutenverse-theme-dashboard .notes p {
  margin: 8px 0 8px 24px;
}
#gutenverse-theme-dashboard .notes ul {
  margin: 8px 0 8px 36px;
  margin-bottom: 0;
  list-style: disc;
}
#gutenverse-theme-dashboard .theme-buttons {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}
#gutenverse-theme-dashboard .theme-buttons .theme-button {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  border-radius: 5px;
  background: var(--guten-theme-blue);
  color: white;
  padding: 16px 24px;
  font-weight: 400;
  width: 218px;
  display: flex;
  justify-content: center;
  transition: background-color 0.5s ease, background 0.5s ease;
}
#gutenverse-theme-dashboard .theme-buttons .theme-button.active {
  cursor: default;
  background-color: var(--guten-theme-gray-3);
}
#gutenverse-theme-dashboard .theme-buttons .theme-button:hover:not(.active) {
  background: var(--guten-theme-blue-2);
}
#gutenverse-theme-dashboard .theme-buttons .theme-link {
  text-decoration: none;
}
#gutenverse-theme-dashboard .install-template,
#gutenverse-theme-dashboard .benefits,
#gutenverse-theme-dashboard .comparison {
  padding: 30px !important;
}
#gutenverse-theme-dashboard .install-template .content .title {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
  margin-top: 0;
}
#gutenverse-theme-dashboard .install-template .content .description {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
  margin-top: 8px;
}
#gutenverse-theme-dashboard .comparison {
  width: 100%;
}
#gutenverse-theme-dashboard .comparison .title {
  margin: unset;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #011627;
}
#gutenverse-theme-dashboard .comparison .description {
  max-width: 520px;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
  margin-top: 10px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item {
  border: solid 1px #e3e4e6;
  border-radius: 20px;
  padding: 7px;
  width: 100%;
  height: fit-content;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item.pro {
  border: solid 1px rgba(91, 183, 248, 0.5);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item.pro .comparison-item-inner .title {
  border-bottom: dashed 1px rgba(91, 183, 248, 0.5);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner {
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(59, 87, 247, 0.25);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .title {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 24px 18px;
  border-bottom: dashed 1px #e3e4e6;
  display: flex;
  gap: 8px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .title span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 5px 7px;
  border-radius: 5px;
  background-image: linear-gradient(222deg, #ff808b 0%, #f93a50 100%);
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .title span svg {
  width: 12px;
  height: 12px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list {
  padding: 24px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button {
  text-decoration: none;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 16px 25px 16px 30px;
  border-radius: 5px;
  background-image: linear-gradient(96deg, #f045ff -16%, #4569ff 50%, #68e4f4 105%), linear-gradient(to right, #3f3bf7, #68e4f4), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  transition: transform 0.5s ease, color 0.5s ease;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button span {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  transition: transform 0.5s ease, color 0.5s ease;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button svg {
  width: 20px;
  height: 20px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button svg path {
  transition: fill 0.5s ease, color 0.5s ease;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button:hover {
  transform: scale(0.94);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button:hover span,
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button:hover svg {
  color: hsla(0, 0%, 100%, 0.749);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button:hover span path,
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list a.upgrade-button:hover svg path {
  fill: hsla(0, 0%, 100%, 0.749);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list > span {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list .list-item.disable span {
  color: #abaeb4;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list .list-item.disable svg rect {
  fill: rgb(171, 174, 180);
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list .list-item span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #40505d;
}
#gutenverse-theme-dashboard .comparison .comparison-wrapper .comparison-item .comparison-item-inner .comparison-list .list-item:not(:last-child) {
  margin-bottom: 16px;
}
#gutenverse-theme-dashboard .install-template span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9em;
}
#gutenverse-theme-dashboard .install-template span.description {
  max-width: 1024px;
  margin-top: 20px;
}
#gutenverse-theme-dashboard .install-template span.note {
  max-width: 1024px;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
}
#gutenverse-theme-dashboard .install-template a,
#gutenverse-theme-dashboard .install-template span {
  text-decoration: none;
  margin-right: 20px;
}
#gutenverse-theme-dashboard .install-template a.gutenverse-button,
#gutenverse-theme-dashboard .install-template span.gutenverse-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  background: #3B57F7;
  color: #fff;
  padding: 17px 25px;
  font-weight: 400;
  width: 200px;
  display: flex;
  justify-content: center;
}
#gutenverse-theme-dashboard .install-template a.gutenverse-button.active,
#gutenverse-theme-dashboard .install-template span.gutenverse-button.active {
  cursor: default;
  background-color: #999999;
}
#gutenverse-theme-dashboard .install-template a.gutenverse-button:hover:not(.active),
#gutenverse-theme-dashboard .install-template span.gutenverse-button:hover:not(.active) {
  background: #0058e6;
}
#gutenverse-theme-dashboard .install-template .thumbnail {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image {
  cursor: pointer;
  height: auto;
  box-shadow: 0px 1px 20px 2px rgba(230, 230, 239, 0.6);
  position: relative;
  overflow: hidden;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image .hover {
  display: none;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image:hover .hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image:first-child {
  border-radius: 10px;
  width: 350px;
  height: 310px;
}
#gutenverse-theme-dashboard .install-template .thumbnail .image:not(:first-child) {
  border-radius: 5px;
  width: 75px;
  margin-top: 10px;
  height: 60px;
}
#gutenverse-theme-dashboard .install-template .content {
  padding: 0px 30px 10px 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#gutenverse-theme-dashboard .install-template .content .description {
  line-height: 1.8rem;
}
#gutenverse-theme-dashboard .install-template .content > * {
  width: 100%;
}
#gutenverse-theme-dashboard .install-template .gutenverse-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 30px;
}
#gutenverse-theme-dashboard .install-template .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0);
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#gutenverse-theme-dashboard .popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
#gutenverse-theme-dashboard .popup.hide {
  display: none;
}
#gutenverse-theme-dashboard .popup img {
  width: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#gutenverse-theme-dashboard .comparison {
  flex-wrap: wrap;
  align-items: flex-start;
}
#gutenverse-theme-dashboard .comparison > * {
  width: 100%;
}
#gutenverse-theme-dashboard .comparison table {
  margin-top: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  font-style: normal;
}
#gutenverse-theme-dashboard .comparison table th {
  width: 200px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}
#gutenverse-theme-dashboard .comparison table td {
  border: 1px solid #E6E6EF;
  width: 200px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
}
#gutenverse-theme-dashboard .comparison table .thead_th {
  text-align: center;
}
#gutenverse-theme-dashboard .comparison table .thead_th:first-child {
  border: none;
}
#gutenverse-theme-dashboard .comparison table .thead_th:nth-child(2) {
  background: #3B57F7;
  color: #FFFFFF;
  border-radius: 5px 0px 0px 0px;
}
#gutenverse-theme-dashboard .comparison table .thead_th:nth-child(3) {
  background: #F5F7FE;
  border-radius: 0px 5px 0px 0px;
}
#gutenverse-theme-dashboard .comparison table .tbody_td.center {
  text-align: center;
}
#gutenverse-theme-dashboard .benefits {
  width: 20%;
  flex-wrap: wrap;
  align-content: flex-start;
}
#gutenverse-theme-dashboard .benefits span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9em;
}
#gutenverse-theme-dashboard .benefits span.description {
  margin-top: 20px;
}
#gutenverse-theme-dashboard .benefits .features {
  margin-top: 20px;
}
#gutenverse-theme-dashboard .benefits .features ul {
  list-style: disc;
  margin-left: 10px;
}
#gutenverse-theme-dashboard .bottom-container {
  display: flex;
}
@media only screen and (max-width: 780px) {
  #gutenverse-theme-dashboard .install-template {
    flex-wrap: wrap;
  }
  #gutenverse-theme-dashboard .install-template .thumbnail {
    width: 100%;
  }
  #gutenverse-theme-dashboard .install-template .thumbnail .image:first-child {
    width: 100%;
    height: 500px;
  }
  #gutenverse-theme-dashboard .install-template .thumbnail .image:not(:first-child) {
    border-radius: 2px;
    width: 22%;
    height: 100px;
  }
  #gutenverse-theme-dashboard .install-template .content {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 624px) {
  #gutenverse-theme-dashboard .bottom-container {
    flex-wrap: wrap;
  }
  #gutenverse-theme-dashboard .comparison {
    width: 100%;
  }
  #gutenverse-theme-dashboard .benefits {
    width: 100%;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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;
}