/**
 * Snippet Generator frontend styles
 */
.sg-wrapper .sg-form-control {
  padding: 12px 10px !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  border: 1.5px solid var(--sg-generator-input-accent-color) !important;
}
.sg-wrapper .sg-form-control:not(textarea) {
  height: 50px !important;
}
.sg-wrapper .sg-form-control.sg-progress-input-field {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.sg-wrapper .sg-form-controlselect {
  padding-right: 25px !important;
}
.sg-wrapper .sg-searchbar {
  display: flex;
  position: relative;
}
.sg-wrapper .sg-searchbar .sg-searchbar-input-field {
  flex: 1;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-right: none !important;
}
.sg-wrapper .sg-searchbar .sg-searchbar-check-btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  background-color: var(--sg-generator-input-accent-color);
  padding: 0 16px;
  border: none;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sg-wrapper .sg-searchbar .sg-searchbar-check-btn:disabled {
  background-color: #bbbbbb;
  cursor: not-allowed;
}
.sg-wrapper .sg-message {
  display: none;
  color: #ffffff;
  padding: 16px 20px;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.sg-wrapper .sg-message.sg-error {
  background-color: #c85d63;
}
.sg-wrapper .sg-message.sg-warning {
  background-color: #ebd07e;
}
.sg-wrapper .sg-message.sg-search-error {
  margin-top: 30px;
}
.sg-wrapper .sg-message.sg-editor-improve-with-ai-error {
  margin-bottom: 15px;
}
.sg-wrapper .sg-snippets-container {
  display: flex;
  position: relative;
  gap: 15px;
}
@media (max-width: 1024px) {
  .sg-wrapper .sg-snippets-container {
    flex-direction: column;
    align-items: center;
  }
}
.sg-wrapper .sg-snippets-container .sg-snippet-box {
  width: 100%;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-label {
  display: block;
  font-weight: 500;
  margin: 32px 0 8px 0;
  font-size: 16px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner {
  overflow: hidden;
  position: relative;
  font-family: arial, sans-serif;
  padding: 12px 24px;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-path-details {
  font-family: Arial, sans-serif;
  margin-right: 8px;
  overflow: hidden;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-path-details .sg-snippet-box-site-name {
  color: #202124;
  font-size: 14px;
  display: block;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-path-details .sg-snippet-box-path-uri {
  display: block;
  color: #4d5156;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-path-dots {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 18px;
  min-width: 18px;
  fill: currentColor;
  margin-top: auto;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-favicon-wrapper {
  background-color: #f1f3f4;
  border: 1px solid #ecedef;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  min-width: 26px;
  margin-right: 12px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-favicon-wrapper img {
  height: 18px;
  width: 18px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-date {
  display: none;
  color: #70757a;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  text-align: left;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-text {
  color: #4d5156;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.58;
  word-wrap: break-word;
  text-align: left;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-rich-snippet {
  display: none;
  color: #70757a;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5625rem;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-rich-snippet span {
  display: inline-block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
  background-size: 14px 11.4px;
  height: 11.4px;
  width: 68px;
}
@media (min-width: 1025px) {
  .sg-wrapper .sg-snippets-container .sg-snippet-box.desktop {
    width: 66.666%;
  }
}
.sg-wrapper .sg-snippets-container .sg-snippet-box.desktop .sg-snippet-box-inner .sg-snippet-box-title {
  color: #1a0dab;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
  display: block;
  padding-top: 4px;
  margin-bottom: 3px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .sg-wrapper .sg-snippets-container .sg-snippet-box.mobile {
    width: 33.333%;
  }
}
@media (max-width: 1024px) {
  .sg-wrapper .sg-snippets-container .sg-snippet-box.mobile {
    width: 50%;
  }
}
.sg-wrapper .sg-snippets-container .sg-snippet-box.mobile .sg-snippet-box-inner .sg-snippet-box-path .sg-snippet-box-path-details {
  margin-right: auto;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box.mobile .sg-snippet-box-inner .sg-snippet-box-title {
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
  color: #1558d6;
  word-break: break-word;
  font-size: 18px;
  line-height: 28px;
  display: block;
  padding-bottom: 10px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box.mobile .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-date {
  color: #70757A;
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
  line-height: 20px;
}
.sg-wrapper .sg-snippets-container .sg-snippet-box.mobile .sg-snippet-box-inner .sg-snippet-box-text-wrapper .sg-snippet-box-text {
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
  line-height: 20px;
}
.sg-wrapper .sg-editor-container .sg-editor-column {
  display: flex;
}
@media (min-width: 783px) {
  .sg-wrapper .sg-editor-container .sg-editor-column {
    gap: 25px;
  }
}
@media (max-width: 782px) {
  .sg-wrapper .sg-editor-container .sg-editor-column {
    flex-direction: column;
  }
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 6px;
  font-weight: 500;
  margin: 32px 0 8px 0;
  font-size: 16px;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label .sg-editor-progress-badge {
  display: inline-flex;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 7px;
  font-size: 10px;
  transition: color 0.2s;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label .sg-editor-progress-badge.success {
  background-color: #52b769;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label .sg-editor-progress-badge.warning {
  background-color: #ebd07e;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label .sg-editor-progress-badge.danger {
  background-color: #c85d63;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-row-label .sg-editor-generate-data-btn {
  flex: 1;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-header .sg-editor-input-field-numbers {
  margin: 32px 0 8px 0;
  font-size: 14px;
  color: #bbbbbb;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper {
  display: flex;
  flex-direction: column;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-field-wrapper {
  display: flex;
  flex-direction: column;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-field-wrapper .sg-editor-meta-description-input-field {
  resize: vertical;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-progress-bar-wrapper {
  display: flex;
  overflow: hidden;
  height: 6px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: var(--sg-generator-input-accent-color);
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-progress-bar-wrapper .sg-editor-input-progress-bar {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-color: var(--sg-generator-input-accent-color);
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-progress-bar-wrapper .sg-editor-input-progress-bar.success {
  background-color: #52b769;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-progress-bar-wrapper .sg-editor-input-progress-bar.warning {
  background-color: #ebd07e;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-input-progress-bar-wrapper .sg-editor-input-progress-bar.danger {
  background-color: #c85d63;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-checkbox {
  display: flex;
  gap: 8px;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-checkbox .sg-editor-checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-snippet-link-input-field {
  display: none;
  cursor: copy;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-improve-with-ai-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 15px;
}
.sg-wrapper .sg-editor-container .sg-editor-column .sg-editor-row .sg-editor-row-content-wrapper .sg-editor-improve-with-ai-wrapper .sg-editor-improve-with-ai-error {
  width: 100%;
}
.sg-wrapper .sg-editor-container .sg-legal-notice {
  margin-top: 25px;
  font-size: 12px !important;
}
.sg-wrapper .sg-editor-container .sg-legal-notice a {
  color: var(--sg-generator-link-color);
  font-size: 12px !important;
}
.sg-wrapper .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.sg-wrapper .blockUI.sg-block-element.blockElement {
  margin-top: 45px !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px;
  color: #666666 !important;
  line-height: 1.7;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=snippet-generator.css.map */