.bdb-container {
  width: 100%;
  margin: 50px 0;
  border: 1px solid #e5eaef
}

.bdb-badge {
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.bdb-full-row {
  width: 100%;
  padding: 0 30px 0 30px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #ddd;
  text-align: left
}

.bdb-row {
  display: flex;
  align-items: center;
}

.bdb-row-margin {
  margin: 0 45px 0 20px;
}

.bdb-column {
  gap: 8px
}

.bdb-nested-row {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 15px;
}

.bdb-nested-column {
  text-align: left;
  display: flex;
  align-items: center;
}


.bdb-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #4B5563;
  font-size: 14px;
}

.bdb-main-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.bdb-product-name {
  font-size: 26px;
  color: #4B5563;
  line-height: 2
}

.bdb-vip-product {
  border-bottom: none;
}

.bdb-left {
  text-align: left
}

.bdb-right {
  text-align: right
}

.bdb-center {
  text-align: center;
}

.bdb-font-12 {
  font-size: 12px;
}

.bdb-font-14 {
  font-size: 14px;
}

.bdb-check, .bdb-copy {
  height: 15px;
  display: inline-block;
  margin: 0 0 -2px 5px
}
.bdb-check {
  fill: #067647;
}

.bdb-view-sites {
  font-size: 12px;
  color: #4B5563;
  font-weight: 400;
  padding-left: 5px;
  cursor: pointer;
  border-left: 1px solid #4B5563;
  margin-left: 5px;
  line-height: 12px;
}

.bdb-view-sites:hover {
  color: #4B5563;
  text-decoration: underline;
}

.bdb-license-key {
  font-family: monospace;
  cursor: pointer;
  font-size: medium;
  color: #4B5563;
}

.bdb-license-pointer:hover {
  background-color: #f3f4f6 !important;
  border-color: #d1d5db !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.bdb-pointer {
  cursor: pointer
}

.bdb-badge.disabled,
.bdb-badge.cancelled,
.bdb-badge.revoked,
.bdb-badge.failed,
.bdb-badge.abandoned,
.bdb-badge.on_hold,
.bdb-badge.preapproval,
.bdb-badge.preapproval_pending,
.bdb-badge.refunded,
.bdb-badge.partially_refunded {
  background-color: #FEF2F2;
  color: #B91C1C;
  border: 0.5px solid #FECACA;
}

.bdb-badge.expired,
.bdb-badge.pending {
  background-color: #FEFCE8;
  color: #A16207;
  border: 0.5px solid #FEF08A;
}


.bdb-badge.active,
.bdb-badge.inactive,
.bdb-badge.processing,
.bdb-badge.complete,
.bdb-badge.edd_subscription {
  background-color: #F0FDF4;
  color: #067647;
  border: 0.5px solid #BBF7D0;
}


.bdb-popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8)
}

.bdb-popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  position: relative;
  border-radius: 5px;
  width: fit-content;
  min-width: 38rem;
  /* max-width: 64rem; */
}

.bdb-close-btn {
  color: #111827;
  font-size: 25px;
  cursor: pointer;
  font-weight: normal;
}

.bdb-popup-body {
  margin: 0 !important;
  max-height: 500px;
  overflow: auto;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}

.bdb-stop-scroll {
  overflow: hidden
}

h4.bdb-popup-title {
  color: #000000 !important;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 30px !important;
}


.bdb-download-title {
  display: flex;
  gap: 5px;
  color: #000000;
  cursor: pointer;
}

.bdb-download-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.bdb-download-url {
  cursor: pointer;
}


.bdb-text-gray {
  color: #475467;
}


.bdb-menu {
  display: none;
  position: absolute;
  right: 145px;
  background-color: white;
  border: 1px solid #ddd;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  border-radius: 8px;
  min-width: 9em;
  text-align: left;
}

.bdb-menu-item {
  margin: 10px;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
  color: #111827;
}

.bdb-menu-item:hover {
  background-color: #F3F4F6;
  border-radius: 8px;
}

.bdb-show {
  display: block;
}


/*------*/

.bdb-dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 999999
}
.bdb-dialog-overlay .bdb-dialog {
  width: 450px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 1.5rem;
  min-width: 35rem;

}

.bdb-dialog-overlay .bdb-dialog header h3 {
  font-size: 1rem;
  font-weight: 600;
  /* margin: 10px 10px 10px 5px; */
  color: #111827;
  /* line-height: 1.5rem; */
}

.bdb-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Full height of the viewport */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* Full width of the viewport */
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: background overlay */
}

.bdb-modal-header {
  display: flex;
  align-items: start;
}

.bdb-modal-icon {
  margin: 0 auto;
  display: flex;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #FEE2E2;
  flex-shrink: 0;
  padding: 10px;
  color: #dc2626;
}

.bdb-modal-title-container {
  /* margin-top: 8px; */
  margin-left: 16px;
  /* margin-top: 0; */
  /* text-align: left; */
}

.bdb-modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1F2937;
}


.bdb-modal-description {
  color: #6b7280;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.40rem;
}
.bdb-modal-footer {
  /* margin-top: 16px; */
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  /* padding: 10px; */
}

.bdb-deactivate-button {
  background: #EF4444;
  color: white;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 8px;
  flex: none;
}

.bdb-deactivate-button:hover {
  background: #DC2626;
}

.bdb-cancel-button {
  background: #6c757d;
  color: white;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  flex: none;
  min-width: 5em;
  border-color: #6c757d;
}

.bdb-cancel-button:hover {
  background: #5a6268;
  border: 1px solid #6c757d;
}

[data-bdb-tooltip] {
  position: relative;
  display: inline-block;
}

[data-bdb-tooltip]:before,
[data-bdb-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}

[data-bdb-tooltip]:before {
  content: '';
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
}

[data-bdb-tooltip]:after {
  padding: 20px;
  font-size: 12px;
  line-height: 11px;
  content: attr(data-bdb-tooltip);
  white-space: nowrap;
  cursor: auto;
  border-radius: 5px;
  text-transform: initial;
  font-weight: initial;
}

[data-bdb-tooltip].bdb-tooltip-top:before {
  border-top-color: #323232;
}

[data-bdb-tooltip].bdb-tooltip-top:after {
  background-color: #323232;
  color: #ecf0f1;
}

[data-bdb-tooltip]:hover,
[data-bdb-tooltip]:focus {
  background-color: transparent;
}

[data-bdb-tooltip]:hover:before,
[data-bdb-tooltip]:hover:after,
[data-bdb-tooltip]:focus:before,
[data-bdb-tooltip]:focus:after {
  visibility: visible;
  opacity: 1;
}

.bdb-tooltip-top:before,
.bdb-tooltip-top:after {
  bottom: 100%;
}

.bdb-tooltip-top:before {
  margin-bottom: -5px;
  margin-left: 15px;
}

.bdb-tooltip-top:after {
  margin-bottom: 7px;
}




.bdb-table-container {
  margin-top: 2rem;
  overflow-x: auto;
}

.bdb-table-wrapper {
  display: inline-block;
  min-width: 100%;
  padding: 1rem 0;
}

.bdb-table-responsive {
  min-width: 100%;
}

.bdb-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.bdb-th, .bdb-td {
  padding: 0.875rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.bdb-td {
  font-weight: 400;
  color: #555;
}

.bdb-text-right {
  text-align: right;
}

.bdb-edit-link {
  color: #4a90e2;
  text-decoration: none;
}

.bdb-edit-link:hover {
  color: #003366;
}

.bdb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bdb-download-table {
  border: none !important;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
}



table.bdb-download-table,
table.bdb-download-table td,
table.bdb-download-table th {
  border: none !important;
  margin: 0 !important;
  padding: 18px !important;
}

table.bdb-download-table tr {

  border-bottom: 1px solid #E5E7EB;
}

table.bdb-download-table tr:first-child {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}


table.bdb-download-table tr:last-child {
  border-bottom: none;
}

table.bdb-download-table tr {
  font-size: 12px;
  line-height: 20px;
}

.bdb-download-table a {
  font-weight: 600;
  color: #2563EB;
  font-size: 12px;
  line-height: 16px;
}

table.bdb-download-table > tr:first-child > th:last-child {
  max-width: 100px !important;
}

.bdb-download-td {
  vertical-align: middle; /* Vertical center */
  padding: 10px; /* Optional: Adjust padding as needed */
}


.bdb-stacked {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.bdb-width-80 {
  width: 80%;
}

.bdb-visibility-none {
  visibility: hidden;
}


.bdb-button {
  width: 11em;
  display: flex;
  line-height: 20px;
  background-color: #2563EB;
  justify-content: center;
}

.bdb-dots {
  margin-top: 5px;
  margin-left: 5px;
}

.bdb-header-row {
  padding: 20px 30px 20px 35px;
}

.bdb-lifetime-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #66a700;
  font-size: 14px;
  font-weight: 600;
}

.bdb-lifetime-svg-wrapper {
  display: flex;
  width: 20px;
  padding-top: 2px;
}

.bdb-watch-icon-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #475467;
  font-size: 14px;
}

.bdb-top-plan {
  margin-left: 4em;
}

.bdb-bounce {
  animation: bounce 2s ease 1;
}

.bdb-download-btn:hover {
  background-color: #dce4f5 !important;
  border-color: #b8c5e3 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(30, 64, 175, 0.12);
}

.bdb-popup-download-btn:hover {
  background-color: #dce4f5 !important;
  border-color: #b8c5e3 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(30, 64, 175, 0.12);
}

.bdb-invoice-btn:hover {
  background-color: #dce4f5 !important;
  border-color: #b8c5e3 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(30, 64, 175, 0.12);
}

.bdb-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  filter: brightness(0.95);
}

@keyframes bounce {
  70% { transform:translateY(0%); }
  80% { transform:translateY(-15%); }
  90% { transform:translateY(0%); }
  95% { transform:translateY(-7%); }
  97% { transform:translateY(0%); }
  99% { transform:translateY(-3%); }
  100% { transform:translateY(0); }
}


/* For very small screens */
@media (max-width: 480px) {
  .bdb-row-download {
    flex-direction: column;
    align-items: flex-start;
  }
}