/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/site-base.scss ***!
  \***********************************************************************************************************************/
/* Unique Colors */
body {
  padding-left: 1rem;
  padding-right: 1rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .pg-title, .h3, h2, .h2, h1, .h1 {
  font-weight: 600;
}

p {
  color: #71717a;
}

.lead, .pg-subtitle {
  font-weight: bold;
}

.blur-text {
  text-shadow: 0 0 10px #000;
  color: transparent !important;
}

.text-gray {
  color: #6b7280;
}

a.no-underline {
  text-decoration: none;
  color: inherit;
}

.pg-table {
  background-color: #fff;
  --bs-table-striped-bg: transparent;
}
.pg-table thead {
  background-color: transparent;
  padding: 20px;
}
.pg-table th {
  padding: 20px;
  background-color: transparent;
}
.pg-table td {
  background-color: transparent;
  max-width: 200px;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}
.pg-table th {
  padding: 5px;
}

/* Button */
.btn, .pg-button-light, .pg-button-danger, .pg-button-secondary, .pg-button-primary, .pg-button-lean {
  --bs-btn-border-radius: 6px;
  font-size: 0.875rem;
}

.pg-button-primary {
  background: #2563eb;
  color: white;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border: none;
  cursor: pointer;
}
.pg-button-primary:hover, .pg-button-primary:active, .pg-button-primary:focus {
  background: #1d4ed8 !important;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.pg-button-secondary {
  background: #6b7280;
  color: white;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border: none;
  cursor: pointer;
}
.pg-button-secondary:hover, .pg-button-secondary:active, .pg-button-secondary:focus {
  background: #4b5563 !important;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-more.dropdown-toggle::after {
  display: none;
}

.pg-button-lean {
  backround-color: transparent;
  font-weight: 500;
}

.btn-light, .pg-button-light {
  background: #f3f4f6;
  color: #374151;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

.btn-light:hover,
.pg-button-light:hover,
.btn-light:active,
.pg-button-light:active {
  background: #e5e7eb !important;
  color: #374151;
  text-decoration: none;
  transform: translateY(-1px);
  border-color: #d1d5db;
}

.pg-button-unstyled {
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0;
}

.pg-button-unstyled__blue {
  color: var(--bs-primary);
}

.btn-active {
  background-color: #0d6efd;
  color: #fff;
}

.btn-toggle {
  padding: 5px;
  background-color: #eaeaea;
}
.btn-toggle .pg-button-light {
  border: 0px;
}
.btn-toggle .pg-button-light.active, .btn-toggle .pg-button-light.is-selected {
  background-color: #fff;
}
.btn-toggle .pg-button-light:not(.active):not(.is-selected) {
  background-color: #eaeaea;
  margin: 0;
}

/* Tab toggle */
.tab-toggle {
  display: inline-flex;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.tab-toggle-item {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  background: #fff;
  transition: all 0.15s;
  border-right: 1px solid #e5e7eb;
}
.tab-toggle-item:last-child {
  border-right: none;
}
.tab-toggle-item:hover {
  background: #f9fafb;
  color: #374151;
  text-decoration: none;
}
.tab-toggle-item.active {
  background: #f3f4f6;
  color: #111827;
  font-weight: 600;
}

.subscribe-button .pg-button-primary {
  width: 100%;
  font-weight: bold;
}

.pg-button-subscribed,
.pg-button-subscribed:hover,
.pg-button-subscribed:active,
.pg-button-subscribed:focus {
  background: linear-gradient(to right, #0d6efd, #4fd1c5) !important;
}

/* Input */
.input-group > .form-control {
  width: 100%;
  border-radius: 5px !important;
}

.input-group .form-control,
.input-group .form-select {
  background-color: #fff;
}

.input-group label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

select.pg-button-light option:not([selected]) {
  text-align: left;
}

.errorlist {
  padding: 0;
}
.errorlist > li {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.copy-button {
  position: absolute;
  border-radius: 8px;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #eaeaea;
  border: none;
  cursor: pointer;
}

/* Code */
pre {
  font-size: initial;
  position: relative;
}

code {
  border-radius: 8px;
}

.navbar-avatar {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: inherit !important;
  border-radius: 50%;
}

.navbar-light {
  z-index: 100;
  max-width: 48rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 1px solid #d4d4d8;
  margin-top: 20px;
  font-size: 0.875rem;
  position: static;
}
.navbar-light:before {
  content: "";
  background: linear-gradient(rgb(244, 244, 245), rgba(244, 244, 245, 0));
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
  left: 0;
  z-index: -1;
}

.navbar-brand {
  align-items: center;
  background-color: #fff;
  border: 0 solid #e5e7eb;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(9, 9, 11, 0.2);
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.navbar-brand img {
  width: 24px;
  height: 24px;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav > * {
  margin-left: 10px;
}

.navbar .nav-link.active,
.navbar .nav-item .nav-link.show {
  font-weight: bold;
}
.navbar .pg-icon {
  display: flex;
  align-items: center;
}
.navbar .dropdown-item {
  display: flex;
  font-size: 14px;
}
.navbar .dropdown-item:active {
  color: initial;
  background-color: initial;
}

@media screen and (max-width: 768px) {
  .navbar .dropdown-menu {
    border: 0;
    text-align: center;
  }
  .navbar .dropdown-menu:hover {
    background-color: transparent;
  }
  .navbar .dropdown-item {
    justify-content: center;
  }
}
.app-nav a {
  color: var(--bs-gray-600);
}
.app-nav a:hover,
.app-nav a.active {
  color: var(--bs-body-color);
  font-weight: bold;
}
.app-nav a.active {
  border-bottom: 1px solid var(--primary);
}

.app-card {
  background: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 0;
}

.app-card__account {
  max-width: 400px;
  width: 100%;
}

.app-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.app-header h2 {
  word-break: break-word;
}

.header-buttons {
  display: flex;
  justify-content: space-between;
}
.header-buttons a {
  margin-left: 5px;
  height: min-content;
}

.breadcrumb-item a {
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 20px;
}

.accordion-button {
  font-weight: bold;
}

a .card {
  cursor: pointer;
}

.card {
  overflow: hidden;
  border-radius: 8px;
}

.card .card-body {
  background-color: #fff;
  width: 100%;
}

/* Empty card */
.empty-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  min-height: 100px;
}

/* Snippet card */
.snippet-instructions .card {
  align-items: center;
  justify-content: center;
}
.snippet-instructions .card svg {
  max-width: 60px;
  height: 60px !important;
  height: min-content;
  margin: 0 auto;
  display: block;
}
.snippet-instructions .card, .snippet-instructions .card-title {
  margin-top: 20px;
}

/* Integration card */
.integration-cards .card {
  align-items: center;
  justify-content: center;
}
.integration-cards .card, .integration-cards .card-title {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .integrations {
    padding: 2em;
  }
}
.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}

.pagination-info {
  font-size: 0.9rem;
}

#profile-picture {
  display: flex;
  justify-content: center;
}
#profile-picture img.avatar {
  object-fit: cover;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

#profile-upload-holder {
  padding-top: 0.5em;
}
#profile-upload-holder input[type=file] {
  display: none;
}

.progress-bar {
  background-color: var(--primary);
  width: 2px;
}

#progress-bar-message {
  color: var(--gray);
}

.stripe-element {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  border-radius: 4px;
  line-height: 1.5;
  border: 1px solid #dbdbdb;
  padding: 1em;
}

.focused-stripe-element {
  border-color: var(--primary);
}

.invalid-stripe-element {
  border-color: var(--danger);
}

.complete-stripe-element {
  border-color: var(--success);
}

.upgrade-features {
  padding: 0;
}
.upgrade-features li {
  display: flex;
}
.upgrade-features li .pg-icon {
  margin-right: 0.5rem;
  color: #22c55e;
}
.upgrade-features li .upgrade-feature {
  width: 100%;
  font-size: 1.1rem;
}

#subscription-details-table .subscription-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0.5rem;
}
#subscription-details-table .subscription-detail .subscription-detail-label {
  width: 16rem;
  text-align: left;
  margin-right: 1rem;
}
#subscription-details-table .subscription-detail .subscription-detail-value {
  width: 100%;
}
#subscription-details-table .subscription-detail .subdetail {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

#plan-selector .plan {
  height: 100%;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  cursor: pointer;
  padding: 1rem;
  font-size: 1.125rem;
}
#plan-selector .plan:first {
  background-color: rgb(230, 240, 253);
}
#plan-selector .plan .plan-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#plan-selector .plan .price {
  font-size: 2rem;
  font-weight: bold;
  color: #18181b;
}
#plan-selector .plan .interval {
  font-size: 1.125rem;
}
#plan-selector .plan .lead {
  font-weight: 400;
  font-size: 16px;
}
#plan-selector .plan h3 {
  font-size: 1.4rem;
}
#plan-selector .plan p {
  margin-bottom: 0;
}
#plan-selector .plan .upgrade-feature {
  font-size: 14px;
}
#plan-selector .plan .pg-icon {
  margin-right: 0.2rem;
  color: #10b981;
}

[x-cloak] {
  display: none !important;
}

.h-100 {
  height: 100%;
}

.muted-link {
  color: #374151;
}
.muted-link:hover {
  color: #374151;
}

.errorlist {
  color: var(--danger);
}

img.socialicon {
  padding-right: 0.5em;
  max-width: 24px;
  max-height: 24px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.gap-1 {
  margin-top: 20px;
}

.alert-dismissible {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 300;
}

.heading-number-wrapper {
  display: flex;
  align-items: center;
}

.heading-number {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  height: 30px;
  margin-right: 10px;
  width: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: none;
}

.step-indicator-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}

.step-indicator {
  width: 33%;
  border-radius: 8px;
  height: 10px;
  background-color: #eaeaea;
  margin: 5px;
}

.step-indicator.active {
  background-color: #0d6efd;
}

/* Skeleton loading animation */
.skeleton-shimmer {
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.skeleton-title {
  height: 1.25rem;
  width: 60%;
  margin-bottom: 0.5rem;
}

.skeleton-text {
  height: 0.875rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.skeleton-text-short {
  height: 0.875rem;
  width: 80%;
  margin-bottom: 0.5rem;
}

.skeleton-card {
  padding: 1.5rem;
  text-align: center;
}
.skeleton-card .skeleton-icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.skeleton-card .skeleton-value {
  height: 1.5rem;
  width: 40%;
  margin: 0 auto 0.5rem;
}
.skeleton-card .skeleton-label {
  height: 0.875rem;
  width: 50%;
  margin: 0 auto;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Print header (hidden on screen) */
.print-header {
  display: none;
}

/* Analytics toolbar */
.analytics-toolbar {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.analytics-toolbar-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.analytics-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.analytics-control-group {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.analytics-control-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}

.analytics-control {
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  background: white;
  line-height: 1;
  height: 38px;
}
.analytics-control:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.analytics-control-project {
  flex: 1;
  min-width: 0;
}

/* KPI row */
.kpi-row {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.kpi-row .kpi-card {
  flex: 1;
  min-width: 0;
}
.kpi-row .kpi-card .card {
  height: 100%;
}
.kpi-row .kpi-card .card-body {
  text-align: center;
}

/* Feedback table */
.analytics-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.analytics-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid #e5e7eb;
  white-space: nowrap;
}
.analytics-table tbody tr {
  transition: background-color 0.1s;
}
.analytics-table tbody tr:hover {
  background-color: #f9fafb;
}
.analytics-table tbody td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.875rem;
  color: #374151;
  vertical-align: middle;
}
.analytics-table .col-checkbox {
  width: 36px;
  text-align: center;
}
.analytics-table .col-date {
  width: 100px;
  white-space: nowrap;
}
.analytics-table .col-url {
  width: 20%;
  font-weight: 500;
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.analytics-table .col-rating {
  width: 110px;
  white-space: nowrap;
}
.analytics-table .col-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.analytics-table .col-screenshot {
  width: 100px;
  text-align: center;
  white-space: nowrap;
}
.analytics-table .col-num {
  width: 10%;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.analytics-table .col-status {
  width: 15%;
  text-align: center;
}

/* Status badges */
.status-ok {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #eff6ff;
  color: #2563eb;
}

.status-attention {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #fef2f2;
  color: #dc2626;
}

/* Skeleton for table rows */
.skeleton-table-row td .skeleton-shimmer {
  display: inline-block;
  height: 0.875rem;
  width: 80%;
}

/* AI Report Panel */
.ai-report-panel {
  background: #f0f7ff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.ai-report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.ai-report-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.ai-report-header-left h4 {
  margin: 0;
  font-size: 1.1rem;
}

.ai-report-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

.ai-report-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ai-report-actions button {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #374151;
  transition: all 0.15s;
}
.ai-report-actions button:hover {
  background: #e5e7eb;
}

.ai-report-section {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.ai-report-section h5 {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  color: #1f2937;
}
.ai-report-section p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.ai-report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .ai-report-grid {
    grid-template-columns: 1fr;
  }
}

.ai-improvement-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}
.ai-improvement-item h6 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.ai-improvement-item p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.ai-improvement-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.sentiment-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 500;
}
.sentiment-badge.negative {
  background: #fef2f2;
  color: #dc2626;
}
.sentiment-badge.positive {
  background: #f0fdf4;
  color: #16a34a;
}
.sentiment-badge.mixed {
  background: #fefce8;
  color: #ca8a04;
}

.ai-recommendation-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.ai-recommendation-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ai-recommendation-item h6 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.ai-recommendation-item p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.ai-quote {
  font-style: italic;
  color: #6b7280;
  border-left: 2px solid #d1d5db;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

@media print {
  .ai-report-panel {
    display: block;
    break-before: auto;
    page-break-before: auto;
  }
}
