/*!***********************************************************************************************************************!*\
  !*** 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;
}

.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;
}

.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;
}
