/**
Universal Button Builder
$type: solid || outline
$color primary || secondary || accent
$size small || medium || large
$with-focus true || false - render with focus statue
$on-dark true || false - change color for button on dark background
 */
/*!
 * Copyright (c) DBeaver corp. 2024.
 * Author: MOvs
 *
 */
/*------------- #VARIABLES --------------*/
/* Container Widths */
/* Sizes */
:root {
  --header-height: 6.25rem;
  --heading-font-family: Huben, sans-serif, Arial;
  --heading-secondary-font-family: Lato, Arial, Helvetica Neue, Helvetica, sans-serif;
  --body-font-family: Lato, Arial, Helvetica Neue, Helvetica, sans-serif;
  --white-color: #fff;
  --color-light: #fff;
  --dropdown-block-bg: #e4e4e4;
  --content-width: 1400px;
  --font-size-base: 1rem;
  --font-size-normal: 1.25rem;
  --extra-large-screen-min-width: 2561px;
  --extra-large-screen-content-width: 1600px;
  --extra-large-screen-base-font-size: 18px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 4rem;
    --font-size-normal: 1rem;
  }
}
/* Color Variables */
/* Sizes */
/* Border Radius */
/* Z-index layers */
body.product_page .content-wrapper #widget .pricing,
body.product_page .content-wrapper #pricing .pricing {
  background-color: var(--color-background);
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-md);
  padding: var(--inner-container-paddings);
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 2rem;
  row-gap: 3rem;
  align-items: stretch;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block {
  flex: 1 1 70%;
  max-width: 100%;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection h2#action-title,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection h2#action-title {
  margin: 0 0 2rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .product-excerpt,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .product-excerpt {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-description,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-description {
  font-size: 0.872rem;
  line-height: 1.2;
  opacity: 0.8;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 0 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button {
  flex: 1;
  min-width: 230px;
  color: var(--color-primary, #302220);
  background-color: var(--color-light, #fff);
  border: 1px solid var(--color-primary, #302220);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: initial;
  border-radius: var(--border-radius-lg, 5rem);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button span {
  color: var(--color-primary, #302220);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.active {
  background-color: var(--color-primary, #302220);
  color: var(--color-light, #fff);
  border-color: var(--color-primary-hover, #69413B);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.active span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:hover {
  background-color: var(--color-primary, #302220);
  color: var(--color-light, #fff);
  border-color: var(--color-primary-hover, #69413B);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:hover span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled], body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled],
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled] span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled] span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled].active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled.active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled].active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled.active {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled].active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled.active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled]:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button[disabled].active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button:disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.disabled.active span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* using example <a class="is-loading"><span>Button Title</span></a> */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.has-spinner::after {
  content: "";
  position: static;
  --loader-color-1: var(--color-light, #fff);
  --loader-color-2: var(--color-light, #fff);
  --loader-color-3: var(--color-light, #fff);
  --dot-min-size: var(--loader-dot-min-size, 10px);
  --dot-max-size: var(--loader-dot-max-size, 17px);
  --element-width: var(--loader-size, 60px);
  --border-radius: 1rem;
  --shaddow-max-size: calc((var(--dot-max-size) - var(--dot-min-size)) / 2);
  --shaddow-mid-size: calc(var(--shaddow-max-size) / 2);
  --base-width: calc(var(--element-width) - var(--dot-max-size));
  --offset-1: calc(var(--base-width) / -2);
  --offset-2: calc(var(--base-width) / 2);
  --offset-3: var(--base-width);
  display: inline-block;
  background-color: var(--loader-color-1);
  width: var(--dot-min-size);
  height: var(--dot-min-size);
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  transform: translateX(var(--offset-1));
  animation: l21 0.5s infinite alternate linear;
  box-shadow: 0 0 0 var(--shaddow-max-size) var(--loader-color-1), var(--offset-2) 0 0 var(--shaddow-mid-size) var(--loader-color-2), var(--offset-3) 0 0 0 var(--loader-color-3);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* Add spinner */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .product-selection .action-tabs button.tab-button.is-loading.with_spinner::after {
  content: "";
  display: inline-block;
  width: var(--loader-size, 1rem);
  height: var(--loader-size, 1rem);
  margin: 0;
  border: var(--spinner-border-width, 2px) solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  border-top-color: var(--color-light, #fff);
  border-right-color: rgba(var(--color-light, #fff), 0.8);
  border-bottom-color: rgba(var(--color-light, #fff), 0.56);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content {
  margin: 2rem 0 0 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content.active {
  display: block;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content .total-wrapper,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content .total-wrapper {
  display: flex;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--color-primary);
  justify-content: flex-end;
  margin: 2rem 0 0 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content .total-wrapper .total,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content .total-wrapper .total {
  margin-left: 1rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  color: var(--color-primary);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option {
  min-width: 150px;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .name,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .price,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-primary);
  margin: 0 0 1rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
  padding: 0 1rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button {
  all: unset;
  display: block;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button svg#minus,
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button svg#plus,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button svg#minus,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number button svg#plus {
  display: block;
  margin: 0;
  padding: 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity {
  border: none;
  margin: 0;
  padding: 0.5rem 0;
  font-size: var(--font-size-normal);
  line-height: 1;
  min-width: 3rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity:invalid, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity.invalid,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity:invalid,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#buy_new .roles .role-option .nice-number input[type=number].role-quantity.invalid {
  color: var(--color-error);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper {
  margin: 2rem 0 0 0;
  padding: 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details {
  display: grid;
  column-gap: 0.5rem;
  row-gap: 1.2rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header,
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr; /* Role | Qty | Price | Total */
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header,
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row {
    grid-template-columns: 2fr 1fr;
    row-gap: 0.2rem;
  }
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-role,
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-role,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-role,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-role {
    grid-column: 1;
    grid-row: 1;
  }
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col.col-qty,
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col.col-qty,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col.col-qty,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col.col-qty {
    grid-column: 2;
    grid-row: 1;
  }
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-price,
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-price,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-price,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-price {
    grid-column: 1;
    grid-row: 2;
  }
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-total,
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-total,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header .col.col-total,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row .col.col-total {
    grid-column: 2;
    grid-row: 2;
  }
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-header {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--color-primary);
  text-align: left;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#renew .license-details-wrapper .license-details-row {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-weight: bold;
  padding: 0;
  border: 0 0 1px 0 solid var(--color-border);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .license-select-wrapper,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .license-select-wrapper {
  margin: 2rem 0;
  padding: 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  color: var(--color-primary);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option {
  min-width: 150px;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .name,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .price,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-primary);
  margin: 0 0 1rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
  padding: 0 1rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button {
  all: unset;
  display: block;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button svg#minus,
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button svg#plus,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button svg#minus,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number button svg#plus {
  display: block;
  margin: 0;
  padding: 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity {
  border: none;
  margin: 0;
  padding: 0.5rem 0;
  font-size: var(--font-size-normal);
  line-height: 1;
  min-width: 3rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity:invalid, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity.invalid,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity:invalid,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-content .tab-content#add_extra_roles .roles .role-option .nice-number input[type=number].role-quantity.invalid {
  color: var(--color-error);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button {
  color: var(--color-light, #fff);
  background-color: var(--color-primary, #302220);
  border: 1px solid var(--color-primary, #302220);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: initial;
  border-radius: var(--border-radius-lg, 5rem);
  width: 100%;
  margin-top: var(--title-gap-md);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.active {
  background-color: var(--color-primary-hover, #69413B);
  color: var(--color-light, #fff);
  border-color: var(--color-primary-hover, #69413B);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.active span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:hover {
  background-color: var(--color-primary-hover, #69413B);
  color: var(--color-light, #fff);
  border-color: var(--color-primary-hover, #69413B);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:hover span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled], body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled],
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled] span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled] span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled].active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled.active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled].active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled.active {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled].active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled.active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled]:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button[disabled].active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button:disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.disabled.active span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* using example <a class="is-loading"><span>Button Title</span></a> */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.has-spinner::after {
  content: "";
  position: static;
  --loader-color-1: var(--color-light, #fff);
  --loader-color-2: var(--color-light, #fff);
  --loader-color-3: var(--color-light, #fff);
  --dot-min-size: var(--loader-dot-min-size, 10px);
  --dot-max-size: var(--loader-dot-max-size, 17px);
  --element-width: var(--loader-size, 60px);
  --border-radius: 1rem;
  --shaddow-max-size: calc((var(--dot-max-size) - var(--dot-min-size)) / 2);
  --shaddow-mid-size: calc(var(--shaddow-max-size) / 2);
  --base-width: calc(var(--element-width) - var(--dot-max-size));
  --offset-1: calc(var(--base-width) / -2);
  --offset-2: calc(var(--base-width) / 2);
  --offset-3: var(--base-width);
  display: inline-block;
  background-color: var(--loader-color-1);
  width: var(--dot-min-size);
  height: var(--dot-min-size);
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  transform: translateX(var(--offset-1));
  animation: l21 0.5s infinite alternate linear;
  box-shadow: 0 0 0 var(--shaddow-max-size) var(--loader-color-1), var(--offset-2) 0 0 var(--shaddow-mid-size) var(--loader-color-2), var(--offset-3) 0 0 0 var(--loader-color-3);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* Add spinner */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .action-block .action-submit-button.is-loading.with_spinner::after {
  content: "";
  display: inline-block;
  width: var(--loader-size, 1rem);
  height: var(--loader-size, 1rem);
  margin: 0;
  border: var(--spinner-border-width, 2px) solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  border-top-color: var(--color-light, #fff);
  border-right-color: rgba(var(--color-light, #fff), 0.8);
  border-bottom-color: rgba(var(--color-light, #fff), 0.56);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block {
  flex: 1 0 0;
  min-width: 310px;
  border: none;
  border-left: 1px solid var(--border-color);
  padding: 0 0 0 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h2, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h3, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h4,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h2,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h3,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1;
  text-align: left;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button {
  color: var(--color-primary);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button svg,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button svg {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 1rem;
  width: 1.7rem;
  height: 1.7rem;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button:hover {
  color: var(--color-accent);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button:disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-preview-header button.reset-button:disabled {
  color: var(--color-disabled-text);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-item-type-header,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-item-type-header {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  border: none;
  border-top: 1px solid var(--color-border);
  width: 100%;
  padding: 0.5rem 0 0 0;
  margin: 1rem 0 0 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount .total-label,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount .total-label {
  font-size: 1.2rem;
  font-weight: bold;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount .total-value,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-amount .total-value {
  font-size: 1.5rem;
  font-weight: bold;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-discount,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-total-summary .total-discount {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  opacity: 0.5;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .section-subtotal,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .section-subtotal {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 0.5rem 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .section-subtotal .subtotal-label,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .section-subtotal .subtotal-label {
  font-size: 1.2rem;
  font-weight: bold;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .section-subtotal .subtotal-value,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .section-subtotal .subtotal-value {
  font-size: 1.2rem;
  font-weight: bold;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item {
  display: flex;
  list-style: none;
  font-size: var(--font-size-xs);
  justify-content: flex-end;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .license-id,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .license-id {
  margin-right: 0.5rem;
  font-weight: 600;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before {
  position: relative;
  padding-left: 1.5em;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before::before,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="2 2 20 20" fill="currentColor"%3E%3Cpath d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,16a1,1,0,1,1,1-1A1,1,0,0,1,12,18Zm1.71-4.61c-.71.34-.71.39-.71.61a1,1,0,0,1-2,0,2.6,2.6,0,0,1,1.84-2.42C13.61,11.21,14,11,14,10a1,1,0,0,0-.49-.86A2.82,2.82,0,0,0,12,8.75c-.69,0-2,.26-2,1.25a1,1,0,0,1-2,0c0-1.88,1.68-3.25,4-3.25S16,8.12,16,10A3.41,3.41,0,0,1,13.71,13.39Z"/%3E%3C/svg%3E') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="2 2 20 20" fill="currentColor"%3E%3Cpath d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,16a1,1,0,1,1,1-1A1,1,0,0,1,12,18Zm1.71-4.61c-.71.34-.71.39-.71.61a1,1,0,0,1-2,0,2.6,2.6,0,0,1,1.84-2.42C13.61,11.21,14,11,14,10a1,1,0,0,0-.49-.86A2.82,2.82,0,0,0,12,8.75c-.69,0-2,.26-2,1.25a1,1,0,0,1-2,0c0-1.88,1.68-3.25,4-3.25S16,8.12,16,10A3.41,3.41,0,0,1,13.71,13.39Z"/%3E%3C/svg%3E') no-repeat center;
  -webkit-mask-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-disabled-text);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .question-icon-before:hover {
  color: var(--color-primary-hover);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item:hover {
  color: var(--color-primary-hover);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete {
  position: relative;
  padding: 0 1.5em 0 0;
  display: inline-block;
  color: var(--color-primary);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="4 4 16 16" version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 4c-4.419 0-8 3.582-8 8s3.581 8 8 8 8-3.582 8-8-3.581-8-8-8m3.707 10.293a.999.999 0 1 1-1.414 1.414L12 13.414l-2.293 2.293a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414L10.586 12 8.293 9.707a.999.999 0 1 1 1.414-1.414L12 10.586l2.293-2.293a.999.999 0 1 1 1.414 1.414L13.414 12z"/></svg>') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="4 4 16 16" version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 4c-4.419 0-8 3.582-8 8s3.581 8 8 8 8-3.582 8-8-3.581-8-8-8m3.707 10.293a.999.999 0 1 1-1.414 1.414L12 13.414l-2.293 2.293a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414L10.586 12 8.293 9.707a.999.999 0 1 1 1.414-1.414L12 10.586l2.293-2.293a.999.999 0 1 1 1.414 1.414L13.414 12z"/></svg>') no-repeat center;
  -webkit-mask-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block ul.order-item-type li.order-item .item-delete:hover {
  color: var(--color-accent);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-summary .order-summary-list,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-summary .order-summary-list {
  padding: 0;
  margin: 0;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-summary .order-summary-list li,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-summary .order-summary-list li {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  margin: 2rem 0 0 0;
  width: 100%;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button {
  color: var(--color-light, #fff);
  background-color: var(--color-accent, #cf4a27);
  border: 1px solid var(--color-accent, #cf4a27);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: initial;
  border-radius: var(--border-radius-lg, 5rem);
  width: 100%;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.active {
  background-color: var(--color-accent-hover, #883b22);
  color: var(--color-light, #fff);
  border-color: var(--color-accent-hover, #883b22);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.active span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:hover {
  background-color: var(--color-accent-hover, #883b22);
  color: var(--color-light, #fff);
  border-color: var(--color-accent-hover, #883b22);
  box-shadow: var(--box-shadow-params, none);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:hover span {
  color: var(--color-light, #fff);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled], body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled],
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled] span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled] span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled].active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled.active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:hover, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:active, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled].active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled.active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:hover,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:active,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled.active {
  border-color: var(--color-disabled-border, #a5a5a5);
  background-color: var(--color-disabled-bg, #f1f1f1);
  color: var(--color-disabled-text, #a5a5a5);
  cursor: not-allowed;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled].active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled.active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:hover span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:active span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled]:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button[disabled].active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button:disabled.active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:hover span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled:active span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.disabled.active span {
  color: var(--color-disabled-text, #a5a5a5);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* using example <a class="is-loading"><span>Button Title</span></a> */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.has-spinner::after {
  content: "";
  position: static;
  --loader-color-1: var(--color-light, #fff);
  --loader-color-2: var(--color-light, #fff);
  --loader-color-3: var(--color-light, #fff);
  --dot-min-size: var(--loader-dot-min-size, 10px);
  --dot-max-size: var(--loader-dot-max-size, 17px);
  --element-width: var(--loader-size, 60px);
  --border-radius: 1rem;
  --shaddow-max-size: calc((var(--dot-max-size) - var(--dot-min-size)) / 2);
  --shaddow-mid-size: calc(var(--shaddow-max-size) / 2);
  --base-width: calc(var(--element-width) - var(--dot-max-size));
  --offset-1: calc(var(--base-width) / -2);
  --offset-2: calc(var(--base-width) / 2);
  --offset-3: var(--base-width);
  display: inline-block;
  background-color: var(--loader-color-1);
  width: var(--dot-min-size);
  height: var(--dot-min-size);
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  transform: translateX(var(--offset-1));
  animation: l21 0.5s infinite alternate linear;
  box-shadow: 0 0 0 var(--shaddow-max-size) var(--loader-color-1), var(--offset-2) 0 0 var(--shaddow-mid-size) var(--loader-color-2), var(--offset-3) 0 0 0 var(--loader-color-3);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* Add spinner */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button.is-loading.with_spinner::after {
  content: "";
  display: inline-block;
  width: var(--loader-size, 1rem);
  height: var(--loader-size, 1rem);
  margin: 0;
  border: var(--spinner-border-width, 2px) solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  border-top-color: var(--color-light, #fff);
  border-right-color: rgba(var(--color-light, #fff), 0.8);
  border-bottom-color: rgba(var(--color-light, #fff), 0.56);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button svg,
body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block .order-buttons .add-to-cart-button svg {
  display: inline;
  vertical-align: bottom;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content .order-info-block,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content .order-info-block {
    min-width: 280px;
    border-left: none;
    padding: 2rem 0 0 0;
    border-top: 1px solid var(--border-color);
  }
}
@media (max-width: 1399px) {
  body.product_page .content-wrapper #widget .dbeaver-license-widget .widget-content,
  body.product_page .content-wrapper #pricing .dbeaver-license-widget .widget-content {
    flex-direction: column;
  }
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading {
  color: var(--spinner-color, #b2b098);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_dots, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-dots, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-dots,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* using example <a class="is-loading"><span>Button Title</span></a> */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-dots > span, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-dots > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-dots::after, body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.has-spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-dots::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.has-spinner::after {
  content: "";
  position: static;
  --loader-color-1: currentColor;
  --loader-color-2: currentColor;
  --loader-color-3: currentColor;
  --dot-min-size: var(--loader-dot-min-size, 10px);
  --dot-max-size: var(--loader-dot-max-size, 17px);
  --element-width: var(--loader-size, 60px);
  --border-radius: 1rem;
  --shaddow-max-size: calc((var(--dot-max-size) - var(--dot-min-size)) / 2);
  --shaddow-mid-size: calc(var(--shaddow-max-size) / 2);
  --base-width: calc(var(--element-width) - var(--dot-max-size));
  --offset-1: calc(var(--base-width) / -2);
  --offset-2: calc(var(--base-width) / 2);
  --offset-3: var(--base-width);
  display: inline-block;
  background-color: var(--loader-color-1);
  width: var(--dot-min-size);
  height: var(--dot-min-size);
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  transform: translateX(var(--offset-1));
  animation: l21 0.5s infinite alternate linear;
  box-shadow: 0 0 0 var(--shaddow-max-size) var(--loader-color-1), var(--offset-2) 0 0 var(--shaddow-mid-size) var(--loader-color-2), var(--offset-3) 0 0 0 var(--loader-color-3);
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_spinner,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_spinner {
  pointer-events: none;
  cursor: not-allowed;
  /* Add spinner */
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_spinner > span,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_spinner > span {
  display: none;
}
body.product_page .content-wrapper #widget .dbeaver-license-widget button.is-loading.with_spinner::after,
body.product_page .content-wrapper #pricing .dbeaver-license-widget button.is-loading.with_spinner::after {
  content: "";
  display: inline-block;
  width: var(--loader-size, 1rem);
  height: var(--loader-size, 1rem);
  margin: 0;
  border: var(--spinner-border-width, 2px) solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
}

/*# sourceMappingURL=license-widget.css.map */
