/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/admin/dashboard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Roboto:wght@100..900&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/admin/dashboard.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
:root {
  --bpl-dashboard-primary-color: #0B81EE;
  --bpl-dashboard-primary-color-rgb: 11, 129, 238;
  --bpl-dashboard-secondary-color: #8C74FD;
  --bpl-dashboard-secondary-color-rgb: 140, 116, 253;
  --bpl-dashboard-title-color: #070127;
  --bpl-dashboard-title-color-rgb: 7, 1, 39;
  --bpl-dashboard-content-color: #1b2e4b;
  --bpl-dashboard-content-color-rgb: 27, 46, 75;
}

.notice,
.fs-notice,
.fs-has-title,
.fs_notice_board,
div.fs-notice.promotion,
div.fs-notice.success,
div.fs-notice.updated {
  width: 0;
  height: 0;
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bPlDashboard {
  font-family: "Roboto", sans-serif;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  min-height: 100vh;
  background: #f6f8fa;
  margin: 0 -20px 0 -20px;
}
.bPlDashboard * {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
}
.bPlDashboard .bPlDashboardContainer {
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto !important;
}
.bPlDashboard .bPlDashboardMain {
  padding: 28px 24px;
}
.bPlDashboard .bPlDashboardMain .bPlDashboardContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
}
.bPlDashboard .bPlDashboardCard {
  background-color: #fff;
  padding: 24px;
}
.bPlDashboard .bPlDashboardButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bPlDashboard .bPlButton {
  border-radius: 0 !important;
}
.bPlDashboard ::-webkit-scrollbar {
  width: 8px;
}
.bPlDashboard ::-webkit-scrollbar-track {
  background: transparent;
}
.bPlDashboard ::-webkit-scrollbar-thumb {
  background: rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.25);
  border-radius: 4px;
}
.bPlDashboard ::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.45);
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Blocks/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardBlocksToast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
  animation: toastSlideInUp 0.3s ease-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.bPlDashboardBlocksToast.loading {
  background-color: #e3f2fd;
  color: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardBlocksToast.loading .components-spinner {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  margin: 0;
}
.bPlDashboardBlocksToast.success {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.bPlDashboardBlocksToast.success .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #2e7d32;
  color: white;
  border-radius: 50% !important;
  font-size: 12px;
  font-weight: bold;
}
.bPlDashboardBlocksToast.error {
  background-color: #ffebee;
  color: #c62828;
}
.bPlDashboardBlocksToast.error .error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #c62828;
  color: white;
  border-radius: 50% !important;
  font-size: 12px;
  font-weight: bold;
}

@keyframes toastSlideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dashboardBlocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
}
.dashboardBlocks .block {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  padding: 12px 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
.dashboardBlocks .block .blockTitle {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--bpl-dashboard-title-color, #001737);
  text-transform: capitalize;
  margin: 0 !important;
}
.dashboardBlocks .block.disabled .icon,
.dashboardBlocks .block.disabled .blockTitle,
.dashboardBlocks .block.disabled .actionBtn,
.dashboardBlocks .block.disabled .toggleSwitch {
  opacity: 0.5;
}
.dashboardBlocks .block .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, 97, 85, 245), 0.1);
}
.dashboardBlocks .block .icon svg {
  fill: var(--bpl-dashboard-primary-color, #6155F5) !important;
  width: 20px;
  height: 20px;
}
.dashboardBlocks .block .name {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  flex-grow: 1;
  color: var(--bpl-dashboard-secondary-color, #091E42);
  margin-right: auto;
}
.dashboardBlocks .block .name > a {
  font-size: 12px;
  margin-top: 5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  text-decoration: none;
  cursor: pointer;
}
.dashboardBlocks .block .name > a:hover {
  text-decoration: underline;
}
.dashboardBlocks .block .actionBtn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.dashboardBlocks .block .actionBtn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.dashboardBlocks .block .toggleSwitch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
.dashboardBlocks .block .toggleSwitch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.dashboardBlocks .block .toggleSwitch .slider {
  background-color: #ccc;
  position: absolute;
  inset: 0;
  transition: 0.4s;
  cursor: pointer;
}
.dashboardBlocks .block .toggleSwitch .slider:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.dashboardBlocks .block .toggleSwitch input:checked + .slider {
  background-color: var(--bpl-dashboard-primary-color, #6155F5);
}
.dashboardBlocks .block .toggleSwitch input:checked + .slider:before {
  transform: translateX(14px) translateY(-50%);
}
.dashboardBlocks .block .toggleSwitch input:disabled + .slider {
  opacity: 0.5;
}
.dashboardBlocks .block .blockBadge {
  font-size: 12px;
  position: absolute;
  color: #fff;
  background: var(--bpl-dashboard-primary-color, #6155F5);
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 0 11px;
  z-index: 999;
  font-weight: 500;
}
.dashboardBlocks .block .blockProBadge {
  color: #fff;
  background: #f2a80b;
  left: auto;
  right: 20px;
}
.dashboardBlocks .block .blockRequiredBadge {
  color: #fff;
  background: #d32f2f;
  left: auto;
  right: 70px;
  transform: translateY(-50%);
}

.bPlDashboardBlocks {
  width: 100%;
  max-width: 1440px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  margin: 0 auto !important;
  position: relative;
}
.bPlDashboardBlocks .blocksTop {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardBlocks .blocksTop h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 50px 0 0;
  white-space: nowrap;
}
.bPlDashboardBlocks .blocksTop .blocksSearch {
  width: 280px;
  position: relative;
}
.bPlDashboardBlocks .blocksTop .blocksSearch input {
  width: 100%;
  height: 38px;
  padding: 0 38px;
  background: #f7f8fb;
  color: #001737;
  transition: background 0.15s, border-color 0.15s;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
}
.bPlDashboardBlocks .blocksTop .blocksSearch input:focus {
  outline: none;
  background: #fff;
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.45);
  box-shadow: 0 0 0 3px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
}
.bPlDashboardBlocks .blocksTop .blocksSearch input::-moz-placeholder {
  color: #94a3b8;
}
.bPlDashboardBlocks .blocksTop .blocksSearch input::placeholder {
  color: #94a3b8;
}
.bPlDashboardBlocks .blocksTop .blocksSearch > svg,
.bPlDashboardBlocks .blocksTop .blocksSearch span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bPlDashboardBlocks .blocksTop .blocksSearch > svg {
  fill: var(--bpl-dashboard-primary-color, #6155F5);
  width: 20px;
  height: 20px;
  left: 8px;
}
.bPlDashboardBlocks .blocksTop .blocksSearch span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  cursor: pointer;
}
.bPlDashboardBlocks .blocksTop .blocksSearch span svg {
  width: 20px;
  height: 20px;
}
.bPlDashboardBlocks .blocksTop .bPlButton {
  padding: 10px 21px;
}
.bPlDashboardBlocks .blocksTop .activeAllBtn {
  background: var(--bpl-dashboard-primary-color, #6155F5);
  margin: 0 10px 0 auto;
}
.bPlDashboardBlocks .blocksTop .activeAllBtn::before {
  background: var(--bpl-dashboard-secondary-color, #091E42);
}
.bPlDashboardBlocks .blocksTop .deActiveAllBtn {
  background: var(--bpl-dashboard-secondary-color, #091E42);
}
.bPlDashboardBlocks .blocksTop .deActiveAllBtn::before {
  background: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardBlocks .blocksContent {
  padding: 30px;
}
.bPlDashboardBlocks .blocksContent .blocksGroup {
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 32px;
}
.bPlDashboardBlocks .blocksContent .blocksGroup .groupTitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bpl-dashboard-title-color, #001737);
  padding: 0;
  margin: 0 0 10px;
}
.bPlDashboardBlocks .noBlocksFound {
  text-align: center;
  color: red;
  padding: 30px;
  margin: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Components/Button/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.bPlButton {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 12px 28px;
  border: none;
  border-radius: 0.5em;
  outline: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.bPlButton .bPlButton-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.bPlButton svg {
  fill: currentColor;
  width: 1.2em;
  height: 1.2em;
}
.bPlButton:hover, .bPlButton:focus {
  outline: 0;
  box-shadow: none;
}
.bPlButton.variant-primary, .bPlButton.variant-secondary, .bPlButton.variant-danger {
  color: #fff;
}
.bPlButton.variant-primary::before, .bPlButton.variant-secondary::before, .bPlButton.variant-danger::before {
  background: #070127;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.bPlButton.variant-primary:hover::before, .bPlButton.variant-secondary:hover::before, .bPlButton.variant-danger:hover::before {
  width: 100%;
}
.bPlButton.variant-primary.white::before, .bPlButton.variant-secondary.white::before, .bPlButton.variant-danger.white::before {
  background: #fff;
}
.bPlButton.variant-primary {
  background: #146EF5;
}
.bPlButton.variant-primary.white:hover {
  color: #146EF5;
}
.bPlButton.variant-primary.outline {
  color: #146EF5;
  background: transparent;
  border: 2px solid #146EF5;
}
.bPlButton.variant-primary.outline::before {
  background: #146EF5;
}
.bPlButton.variant-primary.outline:hover {
  color: #fff;
}
.bPlButton.variant-primary.outline.white {
  color: #fff;
  border: 2px solid #fff;
}
.bPlButton.variant-primary.outline.white::before {
  background: #fff;
}
.bPlButton.variant-primary.outline.white:hover {
  color: #146EF5;
}
.bPlButton.variant-secondary {
  background: #FF7A00;
}
.bPlButton.variant-secondary.white:hover {
  color: #FF7A00;
}
.bPlButton.variant-secondary.outline {
  color: #FF7A00;
  background: transparent;
  border: 2px solid #FF7A00;
}
.bPlButton.variant-secondary.outline::before {
  background: #FF7A00;
}
.bPlButton.variant-secondary.outline:hover {
  color: #fff;
}
.bPlButton.variant-danger {
  background: #dc3545;
}
.bPlButton.variant-danger.white:hover {
  color: #FF7A00;
}
.bPlButton.variant-danger.outline {
  color: #dc3545;
  background: transparent;
  border: 2px solid #dc3545;
}
.bPlButton.variant-danger.outline::before {
  background: #FF7A00;
}
.bPlButton.variant-danger.outline:hover {
  color: #fff;
}
.bPlButton.size-medium {
  font-size: 14px;
  padding: 8px 18px;
}
.bPlButton.size-small {
  font-size: 12px;
  padding: 6px 14px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Demos/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardDemos {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bPlDashboardDemos .hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bPlDashboardDemos .hero .eyebrow {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 5px 12px;
  background: rgba(97, 85, 245, 0.08);
}
.bPlDashboardDemos .hero h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #001737;
  margin: 0;
  letter-spacing: -0.3px;
}
.bPlDashboardDemos .hero p {
  font-size: 14px;
  line-height: 1.55;
  color: #1B2E4B;
  margin: 0;
}
.bPlDashboardDemos .toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(27, 46, 75, 0.1);
  box-shadow: 0 1px 3px rgba(9, 30, 66, 0.04);
}
.bPlDashboardDemos .toolbar .search {
  position: relative;
  flex: 1 1 280px;
  display: flex;
  align-items: center;
}
.bPlDashboardDemos .toolbar .search > svg {
  position: absolute;
  left: 14px;
  color: rgba(27, 46, 75, 0.5);
  pointer-events: none;
  width: 18px;
  height: 18px;
}
.bPlDashboardDemos .toolbar .search input {
  flex: 1;
  width: 100%;
  font-size: 14px;
  padding: 9px 36px 9px 40px;
  background: rgba(27, 46, 75, 0.05);
  border: 1px solid transparent;
  color: #001737;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.bPlDashboardDemos .toolbar .search input:focus {
  outline: none;
  background: #fff;
  border-color: rgba(97, 85, 245, 0.45);
  box-shadow: 0 0 0 3px rgba(97, 85, 245, 0.1);
}
.bPlDashboardDemos .toolbar .search input::-moz-placeholder {
  color: rgba(27, 46, 75, 0.45);
}
.bPlDashboardDemos .toolbar .search input::placeholder {
  color: rgba(27, 46, 75, 0.45);
}
.bPlDashboardDemos .toolbar .search .searchClear {
  position: absolute;
  right: 8px;
  width: 22px;
  height: 22px;
  border: none;
  background: rgba(27, 46, 75, 0.12);
  color: #1B2E4B;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardDemos .toolbar .search .searchClear:hover {
  background: rgba(27, 46, 75, 0.2);
}
.bPlDashboardDemos .toolbar .chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.bPlDashboardDemos .toolbar .chips .chip {
  --accent: rgba(27, 46, 75, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: transparent;
  border: 1px solid rgba(27, 46, 75, 0.15);
  font-size: 13px;
  font-weight: 600;
  color: #1B2E4B;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.bPlDashboardDemos .toolbar .chips .chip .chipDot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  flex-shrink: 0;
}
.bPlDashboardDemos .toolbar .chips .chip:hover {
  border-color: rgba(97, 85, 245, 0.4);
  color: #001737;
}
.bPlDashboardDemos .toolbar .chips .chip.isActive {
  background: #001737;
  border-color: #001737;
  color: #fff;
}
.bPlDashboardDemos .toolbar .chips .chip.isActive .chipDot {
  background: rgba(255, 255, 255, 0.55);
}
.bPlDashboardDemos .toolbar .actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.bPlDashboardDemos .toolbar .actions .bPlButton {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
}
.bPlDashboardDemos .count {
  font-size: 13px;
  color: rgba(27, 46, 75, 0.8);
  margin: -8px 0 0;
}
.bPlDashboardDemos .count strong {
  color: #001737;
  font-weight: 700;
}
.bPlDashboardDemos .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.bPlDashboardDemos .card {
  --accent: #6155F5;
  min-width: auto;
  position: relative;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(27, 46, 75, 0.1);
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}
.bPlDashboardDemos .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(97, 85, 245, 0.08), transparent 60%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.bPlDashboardDemos .card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 10px 24px rgba(9, 30, 66, 0.08);
}
.bPlDashboardDemos .card:hover::before {
  opacity: 1;
}
.bPlDashboardDemos .card:hover .cardAction {
  color: var(--accent);
  transform: translateX(3px);
}
.bPlDashboardDemos .card .cardIcon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(97, 85, 245, 0.12);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
}
.bPlDashboardDemos .card .cardIcon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.bPlDashboardDemos .card .cardCat {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 8px;
  background: rgba(97, 85, 245, 0.12);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
}
.bPlDashboardDemos .card .cardTitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #001737;
  margin: 0;
  flex: 1;
}
.bPlDashboardDemos .card .cardAction {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1B2E4B;
  transition: color 0.18s ease, transform 0.18s ease;
}
.bPlDashboardDemos .card .cardAction svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardDemos .empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border: 1px dashed rgba(27, 46, 75, 0.2);
  color: #1B2E4B;
}
.bPlDashboardDemos .empty svg {
  color: rgba(27, 46, 75, 0.4);
  margin-bottom: 12px;
  width: 36px;
  height: 36px;
}
.bPlDashboardDemos .empty h3 {
  font-size: 16px;
  font-weight: 600;
  color: #001737;
  margin: 0 0 4px;
}
.bPlDashboardDemos .empty p {
  font-size: 13px;
  margin: 0;
  opacity: 0.78;
}
.bPlDashboardDemos .modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.bPlDashboardDemos .modal .modalBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 30, 66, 0.62);
  backdrop-filter: blur(6px);
}
.bPlDashboardDemos .modal .modalContent {
  position: relative;
  margin: auto;
  width: min(1240px, 96vw);
  height: min(820px, 92vh);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: dGalleryPop 0.22s ease;
}
.bPlDashboardDemos .modal .modalContent .modalHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(27, 46, 75, 0.1);
  flex-shrink: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalTitleWrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalTitleWrap h2 {
  font-size: 15px;
  font-weight: 600;
  color: #001737;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42ch;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalCat {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 4px 9px;
  white-space: nowrap;
  flex-shrink: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalProgress {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.65);
  padding: 3px 8px;
  background: rgba(27, 46, 75, 0.07);
  white-space: nowrap;
  flex-shrink: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalOpen {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  text-decoration: none;
  padding: 7px 12px;
  background: rgba(97, 85, 245, 0.08);
  transition: background 0.15s;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalOpen:hover {
  background: rgba(97, 85, 245, 0.15);
  color: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalOpen svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalClose {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 46, 75, 0.07);
  border: none;
  color: #1B2E4B;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalClose:hover {
  background: #ffeaea;
  color: #ef4444;
}
.bPlDashboardDemos .modal .modalContent .modalHead .modalActions .modalClose svg {
  width: 18px;
  height: 18px;
}
.bPlDashboardDemos .modal .modalContent .modalStage {
  position: relative;
  flex: 1;
  background: #0f172a;
  overflow: hidden;
}
.bPlDashboardDemos .modal .modalContent .modalStage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}
.bPlDashboardDemos .modal .modalContent .modalStage .imgScroll {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}
.bPlDashboardDemos .modal .modalContent .modalStage .imgScroll img {
  width: 100%;
  height: auto;
  display: block;
}
.bPlDashboardDemos .modal .modalContent .modalStage .iframeLoader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(15, 23, 42, 0.92);
  font-size: 13px;
}
.bPlDashboardDemos .modal .modalContent .modalStage .spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: #fff;
  animation: dGallerySpinAnim 0.9s linear infinite;
}
.bPlDashboardDemos .modal .modalContent .modalStage .modalNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #001737;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background 0.15s, transform 0.18s;
}
.bPlDashboardDemos .modal .modalContent .modalStage .modalNav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}
.bPlDashboardDemos .modal .modalContent .modalStage .modalNav.modalNavPrev {
  left: 16px;
}
.bPlDashboardDemos .modal .modalContent .modalStage .modalNav.modalNavNext {
  right: 16px;
}
.bPlDashboardDemos .modal .modalContent .modalStage .modalNav svg {
  width: 20px;
  height: 20px;
}

@keyframes dGalleryPop {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dGallerySpinAnim {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .bPlDashboardDemosGallery .toolbar .search {
    flex: 1 1 100%;
  }
  .bPlDashboardDemosGallery .toolbar .actions {
    margin-left: 0;
  }
  .bPlDashboardDemosGallery .grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .bPlDashboardDemosGallery .modal .modalContent {
    width: 100vw;
    height: 100dvh;
  }
  .bPlDashboardDemosGallery .modal .modalContent .modalHead .modalTitleWrap h2 {
    max-width: 22ch;
  }
  .bPlDashboardDemosGallery .modal .modalContent .modalHead .modalActions .modalOpen {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Pricing/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardPricing {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bPlDashboardPricing.bPlDashboardPricingLoading {
  min-height: 320px;
  align-items: center;
  justify-content: center;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}
.bPlDashboardPricing .pricingLoadingSpinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.18);
  border-top-color: var(--bpl-dashboard-primary-color, #6155F5);
  animation: bplPricingSpin 0.9s linear infinite;
}
.bPlDashboardPricing .pricingHero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bPlDashboardPricing .pricingHero .pricingEyebrow {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 5px 12px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08);
}
.bPlDashboardPricing .pricingHero h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0;
  letter-spacing: -0.5px;
}
.bPlDashboardPricing .pricingHero p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
}
.bPlDashboardPricing .pricingCycleWrap {
  display: flex;
  justify-content: center;
}
.bPlDashboardPricing .pricingCycle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  box-shadow: 0 1px 2px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.04);
}
.bPlDashboardPricing .pricingCycle button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border: none;
  background: transparent;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.bPlDashboardPricing .pricingCycle button:hover {
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardPricing .pricingCycle button.isActive {
  background: var(--bpl-dashboard-title-color, #001737);
  color: #fff;
}
.bPlDashboardPricing .pricingCycle .pricingSave {
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0.3px;
}
.bPlDashboardPricing .pricingPlans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.bPlDashboardPricing .pricingPlan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  padding: 28px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.bPlDashboardPricing .pricingPlan:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.08);
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.35);
}
.bPlDashboardPricing .pricingPlan.isFeatured {
  border-color: transparent;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 86%, black 14%) 0%, var(--bpl-dashboard-primary-color, #6155F5) 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.25);
  transform: translateY(-6px);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPlanHead h3,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPrice,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingAmount,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingCurrency,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingSuffix {
  color: #fff;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPlanHead p,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingEquiv {
  color: rgba(255, 255, 255, 0.78);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPriceWrap {
  border-color: rgba(255, 255, 255, 0.25);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPrice .pricingAmount,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPrice .pricingCurrency,
.bPlDashboardPricing .pricingPlan.isFeatured .pricingPrice .pricingSuffix {
  color: #fff;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingLicenseSwitcher {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingLicenseBtn {
  color: rgba(255, 255, 255, 0.85);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingLicenseBtn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingLicenseBtn.isActive {
  background: #fff;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingMultiPlanFeatures {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingMultiPlanFeatures li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingMultiPlanFeatures li:last-child {
  border-bottom: none;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingFeatureCheck {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingCta {
  background: #fff !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
}
.bPlDashboardPricing .pricingPlan.isFeatured .pricingCta:hover, .bPlDashboardPricing .pricingPlan.isFeatured .pricingCta:focus {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
}
.bPlDashboardPricing .pricingBadge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 14px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.35);
}
.bPlDashboardPricing .pricingPlanHead {
  margin-bottom: 18px;
}
.bPlDashboardPricing .pricingPlanHead h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 4px;
}
.bPlDashboardPricing .pricingPlanHead p {
  font-size: 13px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  opacity: 0.78;
}
.bPlDashboardPricing .pricingFeatureCheck {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
  color: var(--bpl-dashboard-primary-color, #6155F5);
  margin-top: 1px;
}
.isFeatured .bPlDashboardPricing .pricingFeatureCheck {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bPlDashboardPricing .pricingFeatureCheck svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardPricing .pricingPriceWrap {
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardPricing .pricingPrice {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: var(--bpl-dashboard-title-color, #001737);
  line-height: 1;
  margin-bottom: 8px;
}
.bPlDashboardPricing .pricingPrice .pricingCurrency {
  font-size: 22px;
  font-weight: 600;
  margin-top: 6px;
}
.bPlDashboardPricing .pricingPrice .pricingAmount {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}
.bPlDashboardPricing .pricingPrice .pricingSuffix {
  font-size: 15px;
  font-weight: 500;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.7;
  margin-top: 18px;
  margin-left: 2px;
}
.bPlDashboardPricing .pricingEquiv {
  font-size: 13px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.78;
  margin: 0;
}
.bPlDashboardPricing .pricingCta {
  width: 100%;
  justify-content: center;
  background: var(--bpl-dashboard-primary-color, #6155F5) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin-top: auto;
  transition: background 0.18s ease, transform 0.18s ease;
}
.bPlDashboardPricing .pricingCta::before {
  display: none !important;
}
.bPlDashboardPricing .pricingCta:hover, .bPlDashboardPricing .pricingCta:focus {
  background: color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 90%, black 10%) !important;
  color: #fff !important;
}
.bPlDashboardPricing .pricingEmpty {
  grid-column: 1/-1;
  text-align: center;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  padding: 40px;
}
.bPlDashboardPricing .pricingIncluded {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  box-shadow: 0 1px 2px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.03);
}
.bPlDashboardPricing .pricingIncludedHead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bPlDashboardPricing .pricingIncludedHead .pricingIncludedTag {
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #15803d;
  background: rgba(34, 197, 94, 0.12);
  padding: 5px 12px;
}
.bPlDashboardPricing .pricingIncludedHead h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0;
  letter-spacing: -0.3px;
}
.bPlDashboardPricing .pricingIncludedHead p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  opacity: 0.88;
}
.bPlDashboardPricing .pricingIncludedGrid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px 28px;
}
.bPlDashboardPricing .pricingIncludedGrid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bpl-dashboard-title-color, #001737);
  border-bottom: 1px dashed rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardPricing .pricingIncludedGrid li:nth-last-child(-n+2) {
  border-bottom: none;
}
.bPlDashboardPricing .pricingIncludedCheck {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
  color: var(--bpl-dashboard-primary-color, #6155F5);
  margin-top: 1px;
}
.bPlDashboardPricing .pricingIncludedCheck svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardPricing .pricingTrust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardPricing .pricingTrustItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bPlDashboardPricing .pricingTrustItem .pricingTrustIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.1);
  color: var(--bpl-dashboard-primary-color, #6155F5);
  flex-shrink: 0;
}
.bPlDashboardPricing .pricingTrustItem .pricingTrustIcon svg {
  width: 18px;
  height: 18px;
}
.bPlDashboardPricing .pricingTrustItem strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  margin-bottom: 2px;
}
.bPlDashboardPricing .pricingTrustItem span {
  font-size: 12.5px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.8;
}
.bPlDashboardPricing .pricingFaq {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.bPlDashboardPricing .pricingFaq h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 18px;
  text-align: center;
}
.bPlDashboardPricing .pricingFaqList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bPlDashboardPricing .pricingFaqItem {
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bPlDashboardPricing .pricingFaqItem.isOpen {
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.3);
  box-shadow: 0 4px 12px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.04);
}
.bPlDashboardPricing .pricingFaqItem.isOpen .pricingFaqQ svg {
  transform: rotate(180deg);
  color: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardPricing .pricingFaqQ {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  cursor: pointer;
}
.bPlDashboardPricing .pricingFaqQ svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.7;
  transition: transform 0.2s ease, color 0.2s ease;
}
.bPlDashboardPricing .pricingFaqA {
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}

@keyframes bplPricingSpin {
  to {
    transform: rotate(360deg);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/FeatureCompare/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardFeatureCompare {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bPlDashboardFeatureCompare.bPlDashboardFeatureCompareLoading {
  min-height: 320px;
  align-items: center;
  justify-content: center;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}
.bPlDashboardFeatureCompare .fcSpinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.18);
  border-top-color: var(--bpl-dashboard-primary-color, #6155F5);
  animation: bplFeatureCompareSpin 0.9s linear infinite;
}
.bPlDashboardFeatureCompare .fcHero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bPlDashboardFeatureCompare .fcHero .fcEyebrow {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 5px 12px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08);
}
.bPlDashboardFeatureCompare .fcHero h1 {
  font-size: 34px;
  line-height: 1.16;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0;
  letter-spacing: -0.4px;
}
.bPlDashboardFeatureCompare .fcHero p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
}
.bPlDashboardFeatureCompare .fcHero p strong {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  font-weight: 700;
}
.bPlDashboardFeatureCompare .fcCycleWrap {
  display: flex;
  justify-content: center;
}
.bPlDashboardFeatureCompare .fcCycle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  box-shadow: 0 1px 2px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.04);
}
.bPlDashboardFeatureCompare .fcCycle button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border: none;
  background: transparent;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.bPlDashboardFeatureCompare .fcCycle button.isActive {
  background: var(--bpl-dashboard-title-color, #001737);
  color: #fff;
}
.bPlDashboardFeatureCompare .fcCycle .fcSave {
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0.3px;
}
.bPlDashboardFeatureCompare .fcPlans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.bPlDashboardFeatureCompare .fcPlan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  position: relative;
}
.bPlDashboardFeatureCompare .fcPlan.isPro {
  background: linear-gradient(180deg, color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 86%, black 14%) 0%, var(--bpl-dashboard-primary-color, #6155F5) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 36px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.22);
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanTag {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bPlDashboardFeatureCompare .fcPlan.isPro h3 {
  color: #fff;
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanHead p {
  color: rgba(255, 255, 255, 0.82);
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanPrice {
  color: #fff;
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanPrice .fcCyc {
  color: rgba(255, 255, 255, 0.75);
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanCta {
  background: #fff !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
}
.bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanCta:hover, .bPlDashboardFeatureCompare .fcPlan.isPro .fcPlanCta:focus {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
}
.bPlDashboardFeatureCompare .fcPlanHead {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bPlDashboardFeatureCompare .fcPlanHead h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardFeatureCompare .fcPlanHead p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}
.bPlDashboardFeatureCompare .fcPlanTag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 11px;
  background: #f1f3f8;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}
.bPlDashboardFeatureCompare .fcPlanPrice {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--bpl-dashboard-title-color, #001737);
  flex-wrap: wrap;
}
.bPlDashboardFeatureCompare .fcPlanPrice .fcCurr {
  font-size: 20px;
  font-weight: 600;
}
.bPlDashboardFeatureCompare .fcPlanPrice .fcAmt {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}
.bPlDashboardFeatureCompare .fcPlanPrice .fcCyc {
  font-size: 13px;
  font-weight: 500;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.8;
  margin-left: 6px;
}
.bPlDashboardFeatureCompare .fcPlanCta {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding: 12px 20px !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  background: var(--bpl-dashboard-primary-color, #6155F5) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bPlDashboardFeatureCompare .fcPlanCta::before {
  display: none !important;
}
.bPlDashboardFeatureCompare .fcPlanCta:hover, .bPlDashboardFeatureCompare .fcPlanCta:focus {
  background: color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 90%, black 10%) !important;
  color: #fff !important;
}
.bPlDashboardFeatureCompare .fcPlanCtaHave {
  margin-top: auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 14.5px;
  font-weight: 600;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border: 1.5px solid rgba(34, 197, 94, 0.35);
  cursor: default;
  pointer-events: none;
  text-align: center;
}
.bPlDashboardFeatureCompare .fcPlanCtaHave svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #16a34a;
}
.bPlDashboardFeatureCompare .fcTableWrap {
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.03);
}
.bPlDashboardFeatureCompare .fcTableHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  flex-wrap: wrap;
}
.bPlDashboardFeatureCompare .fcTableHead h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardFeatureCompare .fcSearchBox {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 220px;
}
.bPlDashboardFeatureCompare .fcSearchBox > svg {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  color: #8a93a6;
  pointer-events: none;
}
.bPlDashboardFeatureCompare .fcSearchBox input {
  flex: 1;
  font-size: 13.5px;
  padding: 8px 32px 8px 34px;
  background: #f7f8fb;
  border: 1px solid transparent;
  color: var(--bpl-dashboard-title-color, #001737);
  outline: none;
}
.bPlDashboardFeatureCompare .fcSearchBox input:focus {
  background: #fff;
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.45);
  box-shadow: 0 0 0 3px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
}
.bPlDashboardFeatureCompare .fcSearchBox input::-moz-placeholder {
  color: #94a3b8;
}
.bPlDashboardFeatureCompare .fcSearchBox input::placeholder {
  color: #94a3b8;
}
.bPlDashboardFeatureCompare .fcSearchBox button {
  position: absolute;
  right: 6px;
  width: 22px;
  height: 22px;
  border: none;
  background: #e5e7ee;
  color: #4b5563;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardFeatureCompare .fcTableScroll {
  width: 100%;
  overflow-x: auto;
}
.bPlDashboardFeatureCompare .fcTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.bPlDashboardFeatureCompare .fcTable thead th {
  position: sticky;
  top: 0;
  background: #f9fafc;
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  border-bottom: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  white-space: nowrap;
}
.bPlDashboardFeatureCompare .fcTable thead th.isProCol {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  text-align: center;
}
.bPlDashboardFeatureCompare .fcTable thead th.isFreeCol {
  text-align: center;
}
.bPlDashboardFeatureCompare .fcTable thead th:first-child {
  min-width: 240px;
  padding-left: 24px;
}
.bPlDashboardFeatureCompare .fcTable thead th:last-child {
  padding-right: 24px;
}
.bPlDashboardFeatureCompare .fcTable tbody tr {
  transition: background 0.12s ease;
}
.bPlDashboardFeatureCompare .fcTable tbody tr:hover {
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.04);
}
.bPlDashboardFeatureCompare .fcTable tbody tr.isProOnly {
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.04);
}
.bPlDashboardFeatureCompare .fcTable tbody td {
  padding: 13px 16px;
  border-bottom: 1px solid #f4f5f9;
  color: var(--bpl-dashboard-title-color, #001737);
  vertical-align: middle;
}
.bPlDashboardFeatureCompare .fcTable tbody td:first-child {
  padding-left: 24px;
  line-height: 1.45;
}
.bPlDashboardFeatureCompare .fcTable tbody td:last-child {
  padding-right: 24px;
}
.bPlDashboardFeatureCompare .fcTable tbody td.isFreeCol, .bPlDashboardFeatureCompare .fcTable tbody td.isProCol {
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
.bPlDashboardFeatureCompare .fcTable tbody tr:last-child td {
  border-bottom: none;
}
.bPlDashboardFeatureCompare .fcRowTag {
  display: inline-block;
  margin-left: 8px;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.1);
  padding: 2px 7px;
  vertical-align: middle;
}
.bPlDashboardFeatureCompare .fcCell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.bPlDashboardFeatureCompare .fcCell svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardFeatureCompare .fcCell.isCheck {
  background: rgba(34, 197, 94, 0.14);
  color: #16a34a;
}
.bPlDashboardFeatureCompare .fcCell.isCross {
  background: rgba(148, 163, 184, 0.16);
  color: #94a3b8;
}
.bPlDashboardFeatureCompare .fcCell.isCross svg {
  width: 12px;
  height: 12px;
}
.bPlDashboardFeatureCompare .fcEmpty {
  text-align: center;
  padding: 40px 16px !important;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.7;
}
.bPlDashboardFeatureCompare .fcCtaBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08), rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.02));
  border: 1px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.18);
}
.bPlDashboardFeatureCompare .fcCtaBanner h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 6px;
}
.bPlDashboardFeatureCompare .fcCtaBanner p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  max-width: 580px;
}
.bPlDashboardFeatureCompare .fcCtaBanner .fcPlanCta {
  width: auto;
  flex-shrink: 0;
  padding: 12px 26px !important;
}

@keyframes bplFeatureCompareSpin {
  to {
    transform: rotate(360deg);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Activation/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardActivation {
  width: 100%;
  max-width: 760px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bPlDashboardActivation .actHero {
  max-width: 560px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
.bPlDashboardActivation .actHero .actEyebrow {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 5px 12px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08);
}
.bPlDashboardActivation .actHero h1 {
  font-size: 34px;
  line-height: 1.16;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0;
  letter-spacing: -0.4px;
}
.bPlDashboardActivation .actHero p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
}
.bPlDashboardActivation .actHero p strong {
  color: var(--bpl-dashboard-title-color, #001737);
  font-weight: 600;
}
.bPlDashboardActivation .actCard {
  background: #fff;
  border: 1.5px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  overflow: visible;
  transition: border-color 0.2s ease;
}
.bPlDashboardActivation .actCard.isActive {
  border-color: rgba(34, 197, 94, 0.4);
}
.bPlDashboardActivation .actCardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardActivation .actPluginInfo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bPlDashboardActivation .actPluginInfo img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bPlDashboardActivation .actPluginInfo h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 3px;
}
.bPlDashboardActivation .actVer {
  font-size: 12px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.7;
}
.bPlDashboardActivation .actStatus {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
}
.bPlDashboardActivation .actStatus.isOk {
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
}
.bPlDashboardActivation .actStatus.isOk .actStatusDot {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}
.bPlDashboardActivation .actStatus.isOff {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}
.bPlDashboardActivation .actStatus.isOff .actStatusDot {
  background: #f59e0b;
}
.bPlDashboardActivation .actStatusDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bPlDashboardActivation .actLoading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 24px;
  font-size: 14px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
}
.bPlDashboardActivation .actSpinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.18);
  border-top-color: var(--bpl-dashboard-primary-color, #6155F5);
  animation: bplActivationSpin 0.9s linear infinite;
}
.bPlDashboardActivation .actBody {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bPlDashboardActivation .actSuccessTop {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bPlDashboardActivation .actSuccessTop h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 4px;
}
.bPlDashboardActivation .actSuccessTop p {
  font-size: 13.5px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  line-height: 1.5;
}
.bPlDashboardActivation .actSuccessIcon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardActivation .actSuccessIcon svg {
  width: 24px;
  height: 24px;
}
.bPlDashboardActivation .actLicenseRow {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bPlDashboardActivation .actFieldLabel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.8;
}
.bPlDashboardActivation .actFieldLabel svg {
  width: 13px;
  height: 13px;
}
.bPlDashboardActivation .actLicenseDisplay {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f7f8fb;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  padding: 4px 4px 4px 14px;
}
.bPlDashboardActivation .actLicenseDisplay input {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-family: monospace;
  background: transparent;
  border: none;
  outline: none;
  color: var(--bpl-dashboard-title-color, #001737);
  padding: 7px 0;
}
.bPlDashboardActivation .actIconBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.bPlDashboardActivation .actIconBtn:hover {
  background: rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardActivation .actIconBtn.isCopied {
  color: #16a34a;
}
.bPlDashboardActivation .actIconBtn svg {
  width: 15px;
  height: 15px;
}
.bPlDashboardActivation .actCopiedTip {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  font-size: 11px;
  font-weight: 600;
  background: var(--bpl-dashboard-title-color, #001737);
  color: #fff;
  padding: 3px 8px;
  white-space: nowrap;
  pointer-events: none;
}
.bPlDashboardActivation .actCopiedTip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 8px;
  border: 4px solid transparent;
  border-top-color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardActivation .actFoot {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bPlDashboardActivation .actLinkBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  cursor: pointer;
  padding: 0;
  transition: color 0.15s ease;
}
.bPlDashboardActivation .actLinkBtn:hover {
  color: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardActivation .actLinkBtn.isDanger {
  color: #dc2626;
}
.bPlDashboardActivation .actLinkBtn.isDanger:hover {
  color: #b91c1c;
}
.bPlDashboardActivation .actLinkBtn.isCenter {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bPlDashboardActivation .actLinkBtn svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardActivation .actField {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bPlDashboardActivation .actField input {
  font-size: 14px;
  font-family: monospace;
  padding: 12px 14px;
  background: #f7f8fb;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  color: var(--bpl-dashboard-title-color, #001737);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bPlDashboardActivation .actField input:focus {
  background: #fff;
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.45);
  box-shadow: 0 0 0 3px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
}
.bPlDashboardActivation .actField input::-moz-placeholder {
  color: #94a3b8;
  font-family: inherit;
}
.bPlDashboardActivation .actField input::placeholder {
  color: #94a3b8;
  font-family: inherit;
}
.bPlDashboardActivation .actField input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bPlDashboardActivation .actError {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  font-size: 13.5px;
  color: #991b1b;
}
.bPlDashboardActivation .actError svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
}
.bPlDashboardActivation .actPrimaryBtn {
  width: 100%;
  padding: 13px 20px;
  background: var(--bpl-dashboard-primary-color, #6155F5);
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
}
.bPlDashboardActivation .actPrimaryBtn:hover:not(:disabled) {
  background: color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 90%, black 10%);
}
.bPlDashboardActivation .actPrimaryBtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.bPlDashboardActivation .actHelp {
  font-size: 13px;
  text-align: center;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  line-height: 1.55;
}
.bPlDashboardActivation .actHelp a {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.bPlDashboardActivation .actHelp a:hover {
  text-decoration: underline;
}
.bPlDashboardActivation .actHelp a svg {
  width: 12px;
  height: 12px;
}
.bPlDashboardActivation .actPermsBlock {
  padding: 18px 20px;
  background: #f7f8fb;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
}
.bPlDashboardActivation .actPermsBlock > h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0 0 14px;
  line-height: 1.4;
}
.bPlDashboardActivation .actPerms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bPlDashboardActivation .actPerms li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bPlDashboardActivation .actPerms strong {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  margin-bottom: 2px;
}
.bPlDashboardActivation .actPerms span {
  font-size: 12px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.8;
}
.bPlDashboardActivation .actPermIcon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.1);
  color: var(--bpl-dashboard-primary-color, #6155F5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardActivation .actPermIcon svg {
  width: 16px;
  height: 16px;
}
.bPlDashboardActivation .actLegalRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 4px;
}
.bPlDashboardActivation .actLegalRow a {
  font-size: 12px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.bPlDashboardActivation .actLegalRow a:hover {
  opacity: 1;
  text-decoration: underline;
}
.bPlDashboardActivation .actLegalRow > span {
  font-size: 12px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.35;
}
.bPlDashboardActivation .actModal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bPlDashboardActivation .actModalBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.5);
  backdrop-filter: blur(2px);
}
.bPlDashboardActivation .actModalContent {
  position: relative;
  background: #fff;
  padding: 28px;
  max-width: 440px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bPlDashboardActivation .actModalContent > header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.bPlDashboardActivation .actModalContent > header h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 6px;
}
.bPlDashboardActivation .actModalContent > header p {
  font-size: 13.5px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0;
  line-height: 1.5;
}
.bPlDashboardActivation .actModalContent > footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.bPlDashboardActivation .actModalIcon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardActivation .actModalIcon svg {
  width: 18px;
  height: 18px;
}
.bPlDashboardActivation .actModalNote {
  font-size: 13px;
  line-height: 1.55;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  background: #f7f8fb;
  padding: 12px 14px;
}
.bPlDashboardActivation .actModalCancel {
  padding: 10px 18px;
  border: 1.5px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.35);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bPlDashboardActivation .actModalCancel:hover {
  border-color: #c0c8d8;
  background: #f7f8fb;
}
.bPlDashboardActivation .actModalAction {
  padding: 10px 18px;
  border: none;
  background: #dc2626;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}
.bPlDashboardActivation .actModalAction:hover {
  background: #b91c1c;
}

@keyframes bplActivationSpin {
  to {
    transform: rotate(360deg);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/OurPlugins/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardOurPlugins {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bPlDashboardOurPlugins.bPlDashboardOurPluginsLoading {
  min-height: 320px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(27, 46, 75, 0.7);
}
.bPlDashboardOurPlugins .ourPlugSpinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.18);
  border-top-color: var(--bpl-dashboard-primary-color, #6155F5);
  border-radius: 50% !important;
  animation: ourPlugSpin 0.9s linear infinite;
}
@keyframes ourPlugSpin {
  to {
    transform: rotate(360deg);
  }
}
.bPlDashboardOurPlugins .ourPlugHero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bPlDashboardOurPlugins .ourPlugHero .ourPlugEyebrow {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 5px 12px;
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08);
}
.bPlDashboardOurPlugins .ourPlugHero h1 {
  font-size: 32px;
  line-height: 1.18;
  font-weight: 700;
  color: #001737;
  margin: 0;
  letter-spacing: -0.4px;
}
.bPlDashboardOurPlugins .ourPlugHero p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(27, 46, 75, 0.8);
  margin: 0;
}
.bPlDashboardOurPlugins .ourPlugToolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}
.bPlDashboardOurPlugins .ourPlugSearch {
  position: relative;
  flex: 1 1 260px;
  display: flex;
  align-items: center;
}
.bPlDashboardOurPlugins .ourPlugSearch svg {
  position: absolute;
  left: 14px;
  color: #8a93a6;
  pointer-events: none;
}
.bPlDashboardOurPlugins .ourPlugSearch input {
  flex: 1;
  width: 100%;
  font-size: 14px;
  padding: 10px 40px;
  background: #f7f8fb;
  border: 1px solid transparent;
  color: #001737;
  transition: background 0.15s, border-color 0.15s;
}
.bPlDashboardOurPlugins .ourPlugSearch input:focus {
  outline: none;
  background: #fff;
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.45);
  box-shadow: 0 0 0 3px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.12);
}
.bPlDashboardOurPlugins .ourPlugSearch input::-moz-placeholder {
  color: #94a3b8;
}
.bPlDashboardOurPlugins .ourPlugSearch input::placeholder {
  color: #94a3b8;
}
.bPlDashboardOurPlugins .ourPlugSearch button {
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  border: none;
  background: #e5e7ee;
  color: #4b5563;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.bPlDashboardOurPlugins .ourPlugSearch button:hover {
  background: #d1d5db;
}
.bPlDashboardOurPlugins .ourPlugSortLabel {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(27, 46, 75, 0.6);
  white-space: nowrap;
}
.bPlDashboardOurPlugins .ourPlugSort {
  display: inline-flex;
  background: #f1f3f8;
  padding: 4px;
  gap: 2px;
}
.bPlDashboardOurPlugins .ourPlugSort button {
  padding: 7px 14px;
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: rgba(27, 46, 75, 0.8);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.bPlDashboardOurPlugins .ourPlugSort button:hover {
  color: #001737;
}
.bPlDashboardOurPlugins .ourPlugSort button.isActive {
  background: #fff;
  color: #6155F5;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}
.bPlDashboardOurPlugins .ourPlugCount {
  font-size: 13px;
  color: rgba(27, 46, 75, 0.8);
  margin: -8px 0 0;
}
.bPlDashboardOurPlugins .ourPlugCount strong {
  color: #001737;
  font-weight: 700;
}
.bPlDashboardOurPlugins .ourPlugGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.bPlDashboardOurPlugins .ourPlugEmpty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border: 1px dashed #d8dce5;
  color: rgba(27, 46, 75, 0.7);
}
.bPlDashboardOurPlugins .ourPlugEmpty svg {
  color: #94a3b8;
  margin-bottom: 12px;
}
.bPlDashboardOurPlugins .ourPlugEmpty h3 {
  font-size: 16px;
  font-weight: 600;
  color: #001737;
  margin: 0 0 4px;
}
.bPlDashboardOurPlugins .ourPlugEmpty p {
  font-size: 13px;
  margin: 0;
  opacity: 0.78;
}
.bPlDashboardOurPlugins .ourPlugCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(var(--bpl-dashboard-secondary-color-rgb, #091E42), 0.2);
  padding: 22px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.bPlDashboardOurPlugins .ourPlugCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.3);
}
.bPlDashboardOurPlugins .ourPlugCardTop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  min-width: 0;
}
.bPlDashboardOurPlugins .ourPlugIcon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f7f8fb;
}
.bPlDashboardOurPlugins .ourPlugCardId {
  flex: 1;
  min-width: 0;
}
.bPlDashboardOurPlugins .ourPlugCardId h3 {
  font-size: 15px;
  font-weight: 600;
  color: #001737;
  margin: 0 0 2px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bPlDashboardOurPlugins .ourPlugVer {
  font-size: 11px;
  font-weight: 600;
  color: rgba(27, 46, 75, 0.7);
  background: #f1f3f8;
  padding: 2px 7px;
  display: inline-block;
}
.bPlDashboardOurPlugins .ourPlugActive {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #15803d;
  background: rgba(34, 197, 94, 0.12);
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.bPlDashboardOurPlugins .ourPlugDesc {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(27, 46, 75, 0.85);
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bPlDashboardOurPlugins .ourPlugStats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #f7f8fb;
  margin-bottom: 16px;
  font-size: 12.5px;
  color: rgba(27, 46, 75, 0.8);
}
.bPlDashboardOurPlugins .ourPlugStat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.bPlDashboardOurPlugins .ourPlugStat strong {
  font-weight: 700;
  color: #001737;
}
.bPlDashboardOurPlugins .ourPlugStars {
  display: inline-flex;
  gap: 1px;
}
.bPlDashboardOurPlugins .ourPlugCta {
  position: relative;
  margin-top: auto;
  width: 100%;
  justify-content: center;
  background: #6155F5 !important;
  color: #fff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  display: inline-flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.bPlDashboardOurPlugins .ourPlugCta::before {
  display: none !important;
}
.bPlDashboardOurPlugins .ourPlugCta:hover:not(:disabled) {
  background: color-mix(in srgb, var(--bpl-dashboard-primary-color, #6155F5) 92%, black 8%) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.25);
}
.bPlDashboardOurPlugins .ourPlugCta:disabled {
  cursor: not-allowed;
  opacity: 0.85;
}
.bPlDashboardOurPlugins .ourPlugCta.status-installed {
  background: transparent !important;
  color: #6155F5 !important;
  border: 1.5px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.4) !important;
}
.bPlDashboardOurPlugins .ourPlugCta.status-installed:hover:not(:disabled) {
  background: rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.08) !important;
  border-color: #6155F5 !important;
  box-shadow: none;
}
.bPlDashboardOurPlugins .ourPlugCta.status-installing, .bPlDashboardOurPlugins .ourPlugCta.status-activating {
  background: #f1f3f8 !important;
  color: rgba(27, 46, 75, 0.8) !important;
}
.bPlDashboardOurPlugins .ourPlugCta.status-success, .bPlDashboardOurPlugins .ourPlugCta.status-activated {
  background: rgba(34, 197, 94, 0.14) !important;
  color: #15803d !important;
}
.bPlDashboardOurPlugins .ourPlugCta.status-error {
  background: rgba(220, 38, 38, 0.12) !important;
  color: #b91c1c !important;
}
.bPlDashboardOurPlugins .ourPlugCtaSpinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(15, 23, 42, 0.18);
  border-top-color: rgba(27, 46, 75, 0.8);
  border-radius: 50% !important;
  animation: ourPlugSpin 0.9s linear infinite;
  margin-right: 8px;
  flex-shrink: 0;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardWelcome {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
}
.bPlDashboardWelcome .heroRow,
.bPlDashboardWelcome .contentRow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.bPlDashboardWelcome .heroRow > *,
.bPlDashboardWelcome .contentRow > * {
  flex: 1 1 500px;
  min-width: 0;
}
.bPlDashboardWelcome .heroRow .bPlDashboardWelcomeInfo,
.bPlDashboardWelcome .contentRow .bPlDashboardWelcomeInfo {
  height: -moz-fit-content;
  height: fit-content;
}
.bPlDashboardWelcome .heroRow .bPlDashboardWelcomeInfo .infoCard,
.bPlDashboardWelcome .contentRow .bPlDashboardWelcomeInfo .infoCard {
  height: 180px;
}

.bPlDashboardWelcome .bPlVideoModal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bPlVideoFadeIn 0.18s ease-out;
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalOverlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 960px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  animation: bPlVideoPop 0.22s ease-out;
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent .closeModal {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent .closeModal svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent .closeModal:hover {
  background: #ef4444;
  transform: rotate(90deg);
}
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent iframe,
.bPlDashboardWelcome .bPlVideoModal .bPlVideoModalContent video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  border: 0;
}

@keyframes bPlVideoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bPlVideoPop {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/Overview/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardWelcomeOverview {
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.bPlDashboardWelcomeOverview h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 14px 0 8px;
  letter-spacing: -0.3px;
}
.bPlDashboardWelcomeOverview .statusRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.bPlDashboardWelcomeOverview .activeStatus {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #15803d;
  background: rgba(34, 197, 94, 0.12);
  padding: 4px 10px 4px 8px;
}
.bPlDashboardWelcomeOverview .statusDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  position: relative;
}
.bPlDashboardWelcomeOverview .statusDot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.45);
  animation: bPlOverviewPulse 1.8s ease-out infinite;
}
.bPlDashboardWelcomeOverview .planBadge {
  display: inline-flex;
  align-items: start;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
}
.bPlDashboardWelcomeOverview .planBadge.isFree {
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  background: #f1f3f8;
}
.bPlDashboardWelcomeOverview .planBadge.isPro {
  color: #fff;
  background: linear-gradient(135deg, var(--bpl-dashboard-primary-color, #6155F5) 0%, var(--bpl-dashboard-secondary-color, #091E42) 100%);
  box-shadow: 0 2px 6px rgba(97, 85, 245, 0.25);
}
.bPlDashboardWelcomeOverview .planBadge.isPro svg {
  stroke: #ffd25c;
}
.bPlDashboardWelcomeOverview .planBadge svg {
  width: 14px;
  height: 14px;
}
.bPlDashboardWelcomeOverview .versionBadge {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  background: #f1f3f8;
  padding: 4px 10px;
  opacity: 0.85;
}
.bPlDashboardWelcomeOverview .tagline {
  font-size: 15px;
  line-height: 1.55;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin: 0 0 18px;
}
.bPlDashboardWelcomeOverview .tagline strong {
  color: var(--bpl-dashboard-title-color, #001737);
  font-weight: 700;
}
.bPlDashboardWelcomeOverview .banner {
  position: relative;
  background: var(--bpl-dashboard-primary-color, #6155F5);
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 3/2;
}
.bPlDashboardWelcomeOverview .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(97, 85, 245, 0.7));
  z-index: 1;
  pointer-events: none;
}
.bPlDashboardWelcomeOverview .banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bPlDashboardWelcomeOverview .banner .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.bPlDashboardWelcomeOverview .banner .playBtn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  margin-left: 2px;
}
.bPlDashboardWelcomeOverview .banner .playBtn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.bPlDashboardWelcomeOverview .banner .bannerCaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  padding: 5px 10px;
  letter-spacing: 0.2px;
}
.bPlDashboardWelcomeOverview .keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.bPlDashboardWelcomeOverview .keywordsLabel {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  opacity: 0.65;
  margin-right: 4px;
}
.bPlDashboardWelcomeOverview .formatChip {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  background: rgba(97, 85, 245, 0.08);
  padding: 4px 9px;
  letter-spacing: 0.3px;
}
.bPlDashboardWelcomeOverview .actionButtons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.bPlDashboardWelcomeOverview .primaryBtn,
.bPlDashboardWelcomeOverview .secondaryBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border: 1.5px solid transparent;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bPlDashboardWelcomeOverview .primaryBtn::before,
.bPlDashboardWelcomeOverview .secondaryBtn::before {
  display: none !important;
}
.bPlDashboardWelcomeOverview .primaryBtn svg,
.bPlDashboardWelcomeOverview .secondaryBtn svg {
  width: 15px !important;
  height: 15px !important;
  fill: none;
  stroke: currentColor;
}
.bPlDashboardWelcomeOverview .primaryBtn {
  background: var(--bpl-dashboard-primary-color, #6155F5) !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(97, 85, 245, 0.25);
}
.bPlDashboardWelcomeOverview .primaryBtn:hover, .bPlDashboardWelcomeOverview .primaryBtn:focus {
  opacity: 0.9;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(97, 85, 245, 0.32);
}
.bPlDashboardWelcomeOverview .secondaryBtn {
  background: transparent !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
  border-color: rgba(97, 85, 245, 0.4);
}
.bPlDashboardWelcomeOverview .secondaryBtn:hover, .bPlDashboardWelcomeOverview .secondaryBtn:focus {
  background: rgba(97, 85, 245, 0.08) !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
  border-color: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardWelcomeOverview .ghostBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  text-decoration: none;
  padding: 8px 10px;
  transition: color 0.2s ease, background 0.2s ease;
}
.bPlDashboardWelcomeOverview .ghostBtn svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
}
.bPlDashboardWelcomeOverview .ghostBtn svg:first-child {
  color: #f59e0b;
}
.bPlDashboardWelcomeOverview .ghostBtn:hover, .bPlDashboardWelcomeOverview .ghostBtn:focus {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  background: rgba(97, 85, 245, 0.06);
}

@keyframes bPlOverviewPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/GettingStarted/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardGettingStarted {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
}
.bPlDashboardGettingStarted .header h2 {
  color: var(--bpl-dashboard-title-color, #001737);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
}
.bPlDashboardGettingStarted .header p {
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 14px;
  margin: 0;
}
.bPlDashboardGettingStarted .tabsNav {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f1f3f8;
}
.bPlDashboardGettingStarted .tab {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 8px;
  border: none;
  background: transparent;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.bPlDashboardGettingStarted .tab .tabIcon {
  display: inline-flex;
  color: currentColor;
  opacity: 0.85;
}
.bPlDashboardGettingStarted .tab .tabIcon svg {
  width: 16px;
  height: 16px;
}
.bPlDashboardGettingStarted .tab:hover {
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardGettingStarted .tab.isActive {
  background: #fff;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.bPlDashboardGettingStarted .tabsViewport {
  aspect-ratio: 16/9;
  overflow: hidden;
  overflow-y: auto;
}
.bPlDashboardGettingStarted .tabsTrack {
  display: flex;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.bPlDashboardGettingStarted .tabPanel {
  flex: 0 0 100%;
  min-width: 0;
  padding: 2px;
}
.bPlDashboardGettingStarted .steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bPlDashboardGettingStarted .step {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: #f7f8fb;
  border: 1px solid #eceef3;
  align-items: flex-start;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bPlDashboardGettingStarted .step:hover {
  border-color: rgba(97, 85, 245, 0.4);
  background: #fff;
}
.bPlDashboardGettingStarted .stepNum {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: var(--bpl-dashboard-primary-color, #6155F5);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bPlDashboardGettingStarted .stepBody h3 {
  color: var(--bpl-dashboard-title-color, #001737);
  font-size: 15px;
  font-weight: 600;
  margin: 4px 0 6px;
}
.bPlDashboardGettingStarted .stepBody p {
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.bPlDashboardGettingStarted .stepLink {
  color: var(--bpl-dashboard-primary-color, #6155F5);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.bPlDashboardGettingStarted .stepLink:hover {
  text-decoration: underline;
}
.bPlDashboardGettingStarted .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(97, 85, 245, 0.08), rgba(97, 85, 245, 0.02));
  border: 1px solid rgba(97, 85, 245, 0.18);
  flex-wrap: wrap;
}
.bPlDashboardGettingStarted .docs h3 {
  color: var(--bpl-dashboard-title-color, #001737);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.bPlDashboardGettingStarted .docs p {
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 14px;
  margin: 0;
}
.bPlDashboardGettingStarted .docsBtn {
  background: var(--bpl-dashboard-primary-color, #6155F5);
  color: #fff;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.bPlDashboardGettingStarted .docsBtn:hover, .bPlDashboardGettingStarted .docsBtn:focus {
  color: #fff;
  opacity: 0.92;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/ProAds/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardWelcomeProAds {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  gap: 25px;
}
.bPlDashboardWelcomeProAds .content {
  flex: 1;
}
.bPlDashboardWelcomeProAds .content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin-bottom: 21px;
}
.bPlDashboardWelcomeProAds .content ul {
  list-style-type: none;
  margin-bottom: 32px;
  min-width: 230px;
}
.bPlDashboardWelcomeProAds .content ul li {
  font-size: 14px;
  font-weight: 400;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin-bottom: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 6px;
}
.bPlDashboardWelcomeProAds .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.bPlDashboardWelcomeProAds .content ul li span {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top right, var(--bpl-dashboard-primary-color, #6155F5), var(--bpl-dashboard-secondary-color, #091E42));
  margin-top: 1px;
}
.bPlDashboardWelcomeProAds .content ul li span svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.bPlDashboardWelcomeProAds .content .bPlButton {
  font-size: 16px;
  color: #fff;
  background: var(--bpl-dashboard-secondary-color, #091E42);
  padding: 10px 21px;
}
.bPlDashboardWelcomeProAds .content .bPlButton::before {
  background: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardWelcomeProAds figure {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DFDCFF;
  padding: 16px;
}
.bPlDashboardWelcomeProAds figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/Changelog/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardChangelog {
  width: 100%;
  padding: 32px !important;
}
.bPlDashboardChangelog .allChangelogs {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}
.bPlDashboardChangelog h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 15px 0;
}
.bPlDashboardChangelog .changelog {
  position: relative;
  padding: 0 0 0 25px;
}
.bPlDashboardChangelog .changelog::before {
  content: "";
  width: 5px;
  height: calc(100% - 10px);
  background: var(--bpl-dashboard-primary-color, #6155F5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bPlDashboardChangelog .changelog:not(:last-child) {
  margin-bottom: 15px;
}
.bPlDashboardChangelog .changelog.update::before, .bPlDashboardChangelog .changelog.improve::before, .bPlDashboardChangelog .changelog.improvement::before {
  background: #FF8D28;
}
.bPlDashboardChangelog .changelog.fix::before, .bPlDashboardChangelog .changelog.fixing::before {
  background: #FF383C;
}
.bPlDashboardChangelog .changelog .list {
  font-size: 14px;
  list-style-type: none;
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  margin-bottom: 8px;
}
.bPlDashboardChangelog .changelog .list li {
  margin-bottom: 5px;
}
.bPlDashboardChangelog .changelog .list .changelogBadge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 20px;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
}
.bPlDashboardChangelog .changelog .list .changelogBadge.new {
  background: var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardChangelog .changelog .list .changelogBadge.update {
  background: #FF8D28;
}
.bPlDashboardChangelog .changelog .list .changelogBadge.fix {
  background: #FF383C;
}
.bPlDashboardChangelog .changelog .list .changelogBadge.improvement {
  background: #8b5cf6;
}
.bPlDashboardChangelog .changelog .list .changelogBadge.default {
  background: #9ca3af;
}
.bPlDashboardChangelog .changelog .time {
  font-size: 14px;
  color: rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.75);
  margin: 0;
}
.bPlDashboardChangelog .bPlButton {
  font-size: 16px;
  color: #fff;
  background: var(--bpl-dashboard-primary-color, #6155F5);
  padding: 10px 21px;
}
.bPlDashboardChangelog .bPlButton::before {
  background: var(--bpl-dashboard-secondary-color, #091E42);
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Welcome/Info/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardWelcomeInfo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.bPlDashboardWelcomeInfo .infoCard {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.bPlDashboardWelcomeInfo .infoCard figure {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FAF1FF;
  padding: 20px;
  margin-bottom: 17px;
}
.bPlDashboardWelcomeInfo .infoCard figure img {
  width: 150px;
}
.bPlDashboardWelcomeInfo .infoCard h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bpl-dashboard-title-color, #001737);
  margin: 0 0 8px;
}
.bPlDashboardWelcomeInfo .infoCard h4 .titleIcon {
  display: inline-flex;
}
.bPlDashboardWelcomeInfo .infoCard h4 .titleIcon svg {
  width: 18px;
  height: 18px;
}
.bPlDashboardWelcomeInfo .infoCard p {
  color: var(--bpl-dashboard-content-color, #1B2E4B);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 14px;
  flex: 1;
}
.bPlDashboardWelcomeInfo .infoCard .bPlButton {
  align-self: flex-start;
  background: transparent !important;
  color: var(--bpl-dashboard-primary-color, #6155F5) !important;
  border: 1.5px solid rgba(97, 85, 245, 0.35);
  padding: 7px 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  overflow: hidden;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.bPlDashboardWelcomeInfo .infoCard .bPlButton::before {
  display: none !important;
}
.bPlDashboardWelcomeInfo .infoCard .bPlButton:hover, .bPlDashboardWelcomeInfo .infoCard .bPlButton:focus {
  background: var(--bpl-dashboard-primary-color, #6155F5) !important;
  border-color: var(--bpl-dashboard-primary-color, #6155F5);
  color: #fff !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../bpl-tools/Admin/Header/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.bPlDashboardHeader {
  width: 100%;
  min-height: 75px;
  background-color: white;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 0 33px;
  margin: 0 auto !important;
  container-type: inline-size;
  position: relative;
}
.bPlDashboardHeader .pluginInfo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  padding-right: 28px;
}
.bPlDashboardHeader .pluginInfo:after {
  content: "";
  width: 6px;
  height: 103%;
  background: #f6f8fa;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(15deg);
}
.bPlDashboardHeader .pluginInfo img {
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 8px;
}
.bPlDashboardHeader .pluginInfo h1 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #231F20;
  margin-right: 8px;
}
.bPlDashboardHeader .pluginInfo .pluginVersion {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to top right, #EC1C24 14%, #F16522 100%);
  padding: 3px 6px;
}
.bPlDashboardHeader .bPlDashboardNav {
  min-height: 65px;
  display: flex;
  align-items: stretch;
  font-size: 16px;
  gap: 42px;
  padding: 0 40px 0 70px;
  margin-right: auto;
}
.bPlDashboardHeader .bPlDashboardNav .navLink {
  height: 100%;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--bpl-dashboard-title-color-rgb, #001737), 0.75);
  border: none;
  outline: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.bPlDashboardHeader .bPlDashboardNav .navLink:hover {
  color: var(--bpl-dashboard-title-color, #001737);
}
.bPlDashboardHeader .bPlDashboardNav .navLink.active {
  color: var(--bpl-dashboard-title-color, #001737);
  border-bottom: 2px solid var(--bpl-dashboard-primary-color, #6155F5);
}
.bPlDashboardHeader .bPlDashboardNav .navLink:focus {
  box-shadow: none;
}
.bPlDashboardHeader .navButtons {
  min-height: 60px;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 15px;
  flex-wrap: wrap;
  padding: 0 25px 0 0;
}
.bPlDashboardHeader .navButtons .linkButton {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: var(--bpl-dashboard-primary-color, #6155F5);
  padding-left: 32px;
  border-left: 1px solid #aeaeb2;
}
.bPlDashboardHeader .navButtons .linkButton:hover, .bPlDashboardHeader .navButtons .linkButton:focus, .bPlDashboardHeader .navButtons .linkButton:active {
  outline: 0;
  box-shadow: none;
}
.bPlDashboardHeader .navButtons .bPlButton {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to top right, var(--bpl-dashboard-primary-color, #6155F5), var(--bpl-dashboard-secondary-color, #091E42));
  padding: 10px 20px;
}
.bPlDashboardHeader .navButtons .bPlButton:before {
  display: none;
}
.bPlDashboardHeader .navButtons .bPlButton.upgrade svg {
  fill: none;
  width: 12px;
  height: 14px;
}
.bPlDashboardHeader .navButtons .bPlButton svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.bPlDashboardHeader .bplHamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  flex-shrink: 0;
  width: 24px;
  height: 18px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}
.bPlDashboardHeader .bplHamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #001737;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.bPlDashboardHeader .bplHamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.bPlDashboardHeader .bplHamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.bPlDashboardHeader .bplHamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 1800px) {
  .bPlDashboardHeader {
    padding: 0 20px;
  }
  .bPlDashboardHeader .bPlDashboardNav {
    gap: 20px;
    padding: 0 15px 0 20px;
  }
  .bPlDashboardHeader .navButtons {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bPlDashboardHeader .navButtons a:first-child {
    padding-left: 15px;
  }
}
@container (max-width: 1350px) {
  .bPlDashboardHeader .bplHamburger {
    display: flex;
    margin-left: auto;
  }
  .bPlDashboardHeader .bPlDashboardNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 4px 24px 12px;
    margin-right: 0;
    min-height: 0;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .bPlDashboardHeader .bPlDashboardNav.open {
    display: flex;
  }
  .bPlDashboardHeader .bPlDashboardNav .navLink {
    width: 100%;
    height: auto;
    padding: 11px 0 11px 10px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 3px solid transparent;
  }
  .bPlDashboardHeader .bPlDashboardNav .navLink:last-child {
    border-bottom: none;
  }
  .bPlDashboardHeader .bPlDashboardNav .navLink.active {
    border-bottom-color: rgba(0, 0, 0, 0.06);
    border-left-color: var(--bpl-dashboard-primary-color, #6155F5);
  }
  .bPlDashboardHeader .navButtons {
    min-height: 65px;
    padding-right: 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
    flex-wrap: nowrap;
  }
  .bPlDashboardHeader .pluginInfo {
    min-height: 65px;
  }
}

/*# sourceMappingURL=dashboard.css.map*/