@import url(https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Roboto:wght@100..900&display=swap);
:root{--bpl-dashboard-primary-color: #146ef5;--bpl-dashboard-primary-color-rgb: 11, 129, 238;--bpl-dashboard-secondary-color: #F16522;--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{width:0;height:0;position:absolute;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}.bPlDashboard .bPlDashboardMain{padding:52px 32px}.bPlDashboard .bPlDashboardMain .bPlDashboardContainer{display:flex;flex-direction:column;gap:35px;padding:20px 0}.bPlDashboard .bPlDashboardCard{background-color:#fff;padding:24px;border-radius:12px}.bPlDashboard .bPlDashboardButtons{display:flex;align-items:center;gap:10px}#bppivCurrentDashboard .bPlDashboardCard .dashboardBlocks{gap:14px !important}
.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:.5em;outline:0;z-index:0;cursor:pointer;overflow:hidden;transition:all .5s ease-in-out}.bPlButton .bPlButton-disabled{opacity:.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 .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:rgba(0,0,0,0);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:rgba(0,0,0,0);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:rgba(0,0,0,0);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}
.bPlLoading .loadingContent{display:flex;flex-direction:column;align-items:center;gap:15px}.bPlLoading .loadingContent.horizontal{flex-direction:row}.bPlLoading .loadingContent .loadingSpinner{width:2rem;height:2rem;border:4px solid #146ef5;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:bPlLoadingSpin 1s linear infinite}.bPlLoading .loadingContent .loadingText{color:#485781;font-size:18px}@keyframes bPlLoadingSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.bPlDashboardDemos{width:100%;max-width:1440px;min-height:600px;height:calc(100dvh - 127px - var(--wp-admin--admin-bar--height, 32px));background:#fff;display:flex;border-radius:10px;overflow:hidden;padding:0 !important;margin:0 auto}.bPlDashboardDemos .bPlDashboardButtons{gap:13px;flex-wrap:wrap}.bPlDashboardDemos .bPlDashboardButtons .bPlButton{font-size:14px;font-weight:500;color:#fff;padding:8px 20px;border-radius:5px}.bPlDashboardDemos .bPlDashboardButtons .bPlButton:first-child{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardDemos .bPlDashboardButtons .bPlButton:first-child::before{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardDemos .bPlDashboardButtons .bPlButton:last-child{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardDemos .bPlDashboardButtons .bPlButton:last-child::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardDemos .sidebar{min-width:350px;background:#fafbfc;display:flex;flex-direction:column;border:1px solid #e3e6ee;border-radius:10px 0 0 10px}.bPlDashboardDemos .sidebar .sidebarHeader{padding:26px 21px}.bPlDashboardDemos .sidebar .sidebarHeader p{font-size:16px;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.9);margin:0 0 4px 0}.bPlDashboardDemos .sidebar .sidebarHeader .search{border-radius:5px;position:relative;max-width:100%}.bPlDashboardDemos .sidebar .sidebarHeader .search svg{width:22px;height:22px;position:absolute;top:50%;left:16px;fill:rgba(var(--bpl-dashboard-title-color-rgb, #001737), 0.75);transform:translateY(-50%)}.bPlDashboardDemos .sidebar .sidebarHeader .search input{height:45px;width:100%;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.75);background:#fff;padding-left:48px;border:1px solid rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.2);border-radius:5px;outline:0;box-shadow:none}.bPlDashboardDemos .sidebar .sidebarHeader .search input:hover,.bPlDashboardDemos .sidebar .sidebarHeader .search input:focus,.bPlDashboardDemos .sidebar .sidebarHeader .search input:active{border:1px solid rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.2);outline:0;box-shadow:none}.bPlDashboardDemos .sidebar .sidebarHeader .search input::-moz-placeholder{color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.75)}.bPlDashboardDemos .sidebar .sidebarHeader .search input::placeholder{color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.75)}.bPlDashboardDemos .sidebar .sidebarHeader .bPlDashboardButtons{display:none}.bPlDashboardDemos .sidebar .sidebarList{flex:1;display:flex;flex-direction:column;overflow:auto}.bPlDashboardDemos .sidebar .sidebarList .parentDemo{width:100%;color:var(--bpl-dashboard-title-color, #001737) !important;background:#fff !important;padding:16px;display:flex;align-items:center;gap:10px;border-radius:0;border:none;margin:0;cursor:pointer}.bPlDashboardDemos .sidebar .sidebarList .parentDemo .icon{display:inline-flex;align-items:center;justify-content:center}.bPlDashboardDemos .sidebar .sidebarList .parentDemo svg{width:24px;height:24px;fill:rgba(var(--bpl-dashboard-title-color-rgb, #001737), 0.75)}.bPlDashboardDemos .sidebar .sidebarList .parentDemo svg:last-child{width:26px;height:26px}.bPlDashboardDemos .sidebar .sidebarList .parentDemo svg:last-child{width:21px;height:21px;margin-left:auto}.bPlDashboardDemos .sidebar .sidebarList .parentDemo.active{color:var(--bpl-dashboard-primary-color, #6155F5) !important}.bPlDashboardDemos .sidebar .sidebarList .parentDemo.active svg{fill:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardDemos .sidebar .sidebarList .parentDemo.active svg.angelDown{transform:rotate(180deg)}.bPlDashboardDemos .sidebar .sidebarList .demoItem{border-bottom:.5px solid rgba(72,94,144,.2)}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion ul{list-style:none;transition:all 300ms ease-in-out;padding:0 0 0 20px;border-left:1px solid rgba(var(--bpl-dashboard-title-color-rgb, #001737), 0.75);margin:0 0 0 16px;margin:10px 0 16px 16px}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion ul li{font-size:14px;position:relative;color:rgba(var(--bpl-dashboard-title-color-rgb, #001737), 0.75);background:rgba(0,0,0,0);border-radius:5px;transition:all 300ms ease-in-out;padding-left:22px;cursor:pointer}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion ul li::before{content:"";width:6px;height:6px;position:absolute;top:50%;left:7px;transform:translateY(-50%);background:currentColor;border-radius:50%}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion ul li:not(:last-child){margin-bottom:5px}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion ul li.active{color:var(--bpl-dashboard-primary-color, #6155F5);background:#fff;padding:8px 0 8px 22px}.bPlDashboardDemos .sidebar .sidebarList .demoItem .accordion.expanded ul{overflow-y:auto}.bPlDashboardDemos .sidebar .sidebarList .notFound{display:flex;align-items:center;justify-content:center;gap:10px}.bPlDashboardDemos .sidebar .sidebarList .notFound svg{width:24px;height:24px}.bPlDashboardDemos .sidebar .sidebarList::-webkit-scrollbar{width:5px;height:10px;background-color:rgba(0,0,0,0)}.bPlDashboardDemos .sidebar .sidebarList::-webkit-scrollbar-track{border-radius:5px;background-color:rgba(0,0,0,0)}.bPlDashboardDemos .sidebar .sidebarList::-webkit-scrollbar-thumb{border-radius:5px;background-color:#b9b9b9}.bPlDashboardDemos .main{flex:1 1 0%;display:flex;flex-direction:column;overflow:hidden;background:#fff}.bPlDashboardDemos .main .mainHeader{display:flex;align-items:center;justify-content:space-between;padding:28px 28px 15px 28px;border-bottom:1px solid #dadfe9}.bPlDashboardDemos .main .mainHeader .headerInfo h3{font-size:20px;font-weight:600;color:var(--bpl-dashboard-title-color, #001737);margin:0}.bPlDashboardDemos .main .canvas{flex:1 1 0%;background:#fff;display:flex;flex-direction:column;position:relative;border:none;border-radius:0;overflow:hidden}.bPlDashboardDemos .main .canvas .bPlLoading{position:absolute;inset:0;background-color:hsla(0,0%,100%,.75);display:flex;align-items:center;justify-content:center;z-index:10}.bPlDashboardDemos .main .canvas iframe{flex:1 1 0%;width:100%;height:100%;vertical-align:middle;border:none}.bPlDashboardDemos .main .canvas .canvasImg{text-align:center;width:calc(100% - 40px);height:calc(100% - 40px);margin:auto;overflow:hidden}.bPlDashboardDemos .main .canvas .canvasImg img{max-width:100%;transition:all 1s ease}@media only screen and (max-width: 1024px){.bPlDashboardDemos{flex-direction:column}.bPlDashboardDemos .sidebar{width:100%;padding-bottom:0}.bPlDashboardDemos .sidebar .sidebarHeader{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.bPlDashboardDemos .sidebar .sidebarHeader .bPlDashboardButtons{display:flex}.bPlDashboardDemos .sidebar .sidebarList{max-width:100%;flex-direction:row;flex-wrap:nowrap;padding:0 8px 16px 8px}.bPlDashboardDemos .sidebar .sidebarList button{width:auto;min-width:200px;align-items:center;padding:12px 16px}.bPlDashboardDemos .sidebar .sidebarList button .texts h4{margin:0}.bPlDashboardDemos .sidebar .sidebarList button .texts p{display:none}.bPlDashboardDemos .sidebar .sidebarList button .texts .category{display:none}.bPlDashboardDemos .sidebar .sidebarList button .externalIcon{display:none}.bPlDashboardDemos .main{width:100%}.bPlDashboardDemos .main .mainHeader{display:none}}
.bPlDashboardPricing{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 32px !important;margin:0 auto}.bPlDashboardPricing .cycles{display:inline-flex;align-items:center;justify-content:center;background:#fff;padding:10px;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden;margin-bottom:21px}.bPlDashboardPricing .cycles button{font-size:18px;font-weight:500;color:var(--bpl-dashboard-title-color, #001737);background-color:rgba(0,0,0,0);padding:10px 16px;border-radius:5px;border:0;cursor:pointer}.bPlDashboardPricing .cycles button.active{color:#fff;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%),var(--bpl-dashboard-secondary-color, #091E42);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.26),0 0 0 1.5px var(--bpl-dashboard-secondary-color, #091E42),0 0 0 5px rgba(0,0,0,.0392156863)}.bPlDashboardPricing h2.pricingTitle{font-size:18px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%),var(--bpl-dashboard-secondary-color, #091E42);padding:10px 20px;border-radius:10px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.26),0 0 0 1.5px var(--bpl-dashboard-secondary-color, #091E42),0 0 0 5px rgba(0,0,0,.0392156863);margin-bottom:21px}.bPlDashboardPricing .plans{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(min(390px, 100%), 1fr));container-type:inline-size;gap:21px;padding:0}.bPlDashboardPricing .plans .plan{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;padding:32px;border:1px solid #e4e4e4;border-radius:10px;margin:0}.bPlDashboardPricing .plans .plan .planName{font-size:18px;font-weight:500;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:8px}.bPlDashboardPricing .plans .plan .price{font-size:36px;font-weight:500;color:var(--bpl-dashboard-title-color, #001737)}.bPlDashboardPricing .plans .plan .note{font-size:16px;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:32px}.bPlDashboardPricing .plans .plan .features{font-size:16px;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:24px}.bPlDashboardPricing .plans .plan .features li{position:relative;padding-left:42px;margin-bottom:0}.bPlDashboardPricing .plans .plan .features li:not(:last-child){margin-bottom:12px}.bPlDashboardPricing .plans .plan .features li::before{content:"";width:26px;height:26px;font-size:0;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.15);position:absolute;left:0;top:-1px;border-radius:4.3px}.bPlDashboardPricing .plans .plan .features li::after{content:"";width:16px;height:16px;font-size:0;display:inline-block;background-color:var(--bpl-dashboard-primary-color, #6155F5);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA5NjAgOTYwJyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIGZpbGw9J2N1cnJlbnRDb2xvcic+PHBhdGggZD0nbTMyOC4zIDY3Ni44bDUyNi4yLTUyNi4ycTE4LjYtMTguNiA0My40LTE4LjYgMjQuOCAwIDQzLjUgMTguNiAxOC42IDE4LjcgMTguNiA0NC4zIDAgMjUuNi0xOC42IDQ0LjJsLTU2OS42IDU3MS4ycS0xOC43IDE4LjYtNDMuNSAxOC42LTI0LjggMC00My41LTE4LjZsLTI2Ni45LTI2N3EtMTguNi0xOC42LTE3LjktNDQuMiAwLjgtMjUuNiAxOS40LTQ0LjMgMTguNy0xOC42IDQ0LjMtMTguNiAyNS42IDAgNDQuMiAxOC42eicvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA5NjAgOTYwJyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIGZpbGw9J2N1cnJlbnRDb2xvcic+PHBhdGggZD0nbTMyOC4zIDY3Ni44bDUyNi4yLTUyNi4ycTE4LjYtMTguNiA0My40LTE4LjYgMjQuOCAwIDQzLjUgMTguNiAxOC42IDE4LjcgMTguNiA0NC4zIDAgMjUuNi0xOC42IDQ0LjJsLTU2OS42IDU3MS4ycS0xOC43IDE4LjYtNDMuNSAxOC42LTI0LjggMC00My41LTE4LjZsLTI2Ni45LTI2N3EtMTguNi0xOC42LTE3LjktNDQuMiAwLjgtMjUuNiAxOS40LTQ0LjMgMTguNy0xOC42IDQ0LjMtMTguNiAyNS42IDAgNDQuMiAxOC42eicvPjwvc3ZnPg==);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;left:5px;top:4px}.bPlDashboardPricing .plans .plan .bPlButton{width:100%;font-size:16px;font-weight:500;color:#fff;background:var(--bpl-dashboard-secondary-color, #091E42);justify-content:center;padding:16px 32px;margin-top:auto;margin-bottom:0}.bPlDashboardPricing .plans .plan .bPlButton::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardPricing .plans .plan.bestValue{color:#fff;background-color:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardPricing .plans .plan.bestValue .planName,.bPlDashboardPricing .plans .plan.bestValue .price,.bPlDashboardPricing .plans .plan.bestValue .note,.bPlDashboardPricing .plans .plan.bestValue .features{color:#fff}.bPlDashboardPricing .plans .plan.bestValue .features li::before{background:hsla(0,0%,100%,.3)}.bPlDashboardPricing .plans .plan.bestValue .features li::after{background-color:#fff}.bPlDashboardPricing .plans .plan.bestValue .bPlButton{color:#fff;background:rgba(0,0,0,0);padding:14px 32px;border:2px solid #fff}.bPlDashboardPricing .plans .plan.bestValue .bPlButton:hover{color:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardPricing .plans .plan.bestValue .bPlButton::before{background:#fff}
.bPlDashboardFeatureCompare{width:100%;max-width:1440px;margin:0 auto;overflow-x:auto}.bPlDashboardFeatureCompare .featureComparePricing{width:100%;min-width:1380px;display:flex;align-items:center;gap:26px;padding-bottom:32px;border-bottom:1px solid #e4e4e4;margin-bottom:32px;flex-wrap:wrap}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector{margin-right:auto}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector h2{font-size:18px;font-weight:400;color:var(--bpl-dashboard-title-color, #001737);margin:0 0 21px 0}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector .cycles{display:inline-flex;align-items:center;justify-content:center;background:#fff;padding:6px;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector .cycles button{font-size:16px;font-weight:500;color:var(--bpl-dashboard-title-color, #001737);background-color:rgba(0,0,0,0);padding:8px 15px;border-radius:5px;border:0;cursor:pointer}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector .cycles button.active{color:#fff;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07)),var(--bpl-dashboard-secondary-color, #091E42);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.26),0 0 0 1.5px var(--bpl-dashboard-secondary-color, #091E42),0 0 0 5px rgba(0,0,0,.0392156863)}.bPlDashboardFeatureCompare .featureComparePricing .cyclesSelector h2.pricingTitle{font-size:16px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%),var(--bpl-dashboard-secondary-color, #091E42);padding:10px 20px;border-radius:10px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.26),0 0 0 1.5px var(--bpl-dashboard-secondary-color, #091E42),0 0 0 5px rgba(0,0,0,.0392156863)}.bPlDashboardFeatureCompare .featureComparePricing .plan{min-width:310px;max-width:100%;padding:18px 24px;border-radius:10px}.bPlDashboardFeatureCompare .featureComparePricing .plan .note{font-size:14px;font-weight:400}.bPlDashboardFeatureCompare .featureComparePricing .plan .price{font-size:28px;font-weight:500;margin-bottom:6px;display:flex;align-items:baseline;gap:10px}.bPlDashboardFeatureCompare .featureComparePricing .plan .price h3{font-size:16px;font-weight:500;margin:0}.bPlDashboardFeatureCompare .featureComparePricing .plan .bPlButton{width:100%;font-size:14px;font-weight:500;justify-content:center;padding:10px 20px;margin-top:14px}.bPlDashboardFeatureCompare .featureComparePricing .plan .bPlButton:hover{color:#fff !important}.bPlDashboardFeatureCompare .featureComparePricing .plan.free{background:#fff;border:1px solid rgba(72,94,144,.2)}.bPlDashboardFeatureCompare .featureComparePricing .plan.free h3{color:var(--bpl-dashboard-content-color, #1B2E4B)}.bPlDashboardFeatureCompare .featureComparePricing .plan.free .price{color:var(--bpl-dashboard-title-color, #001737)}.bPlDashboardFeatureCompare .featureComparePricing .plan.free .note{color:var(--bpl-dashboard-title-color, #001737)}.bPlDashboardFeatureCompare .featureComparePricing .plan.free .bPlButton{color:var(--bpl-dashboard-title-color, #001737);background:rgba(0,0,0,0);border:1px solid #dadfe9}.bPlDashboardFeatureCompare .featureComparePricing .plan.free .bPlButton::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardFeatureCompare .featureComparePricing .plan.premium{background:var(--bpl-dashboard-primary-color, #6155F5);border:1px solid var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardFeatureCompare .featureComparePricing .plan.premium h3,.bPlDashboardFeatureCompare .featureComparePricing .plan.premium .price,.bPlDashboardFeatureCompare .featureComparePricing .plan.premium .note{color:#fff}.bPlDashboardFeatureCompare .featureComparePricing .plan.premium .bPlButton{color:var(--bpl-dashboard-title-color, #001737);background:#fff}.bPlDashboardFeatureCompare .featureComparePricing .plan.premium .bPlButton::before{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardFeatureCompare table{width:100%;min-width:1380px;text-indent:0;border-color:inherit;border-collapse:collapse}.bPlDashboardFeatureCompare table thead tr{font-size:24px;font-weight:500;text-align:left;color:var(--bpl-dashboard-title-color, #001737);display:inline-block;margin-bottom:20px}.bPlDashboardFeatureCompare table thead tr:not(:first-child){min-width:310px;max-width:100%}.bPlDashboardFeatureCompare table tbody tr{display:flex;align-items:stretch;gap:26px;margin-bottom:20px}.bPlDashboardFeatureCompare table tbody tr:last-child{border-bottom:0}.bPlDashboardFeatureCompare table tbody td{padding:0 0 20px 0;border-bottom:1px solid #e4e4e4}.bPlDashboardFeatureCompare table tbody td:first-child{flex:1;font-size:18px;font-weight:400;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-right:auto}.bPlDashboardFeatureCompare table tbody td:not(:first-child){min-width:310px;max-width:100%;text-align:center}.bPlDashboardFeatureCompare table tbody td>*{display:inline-block}.bPlDashboardFeatureCompare table tbody td svg{fill:currentColor}.bPlDashboardFeatureCompare table tbody td .icon{width:24px;height:24px;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.bPlDashboardFeatureCompare table tbody td .icon.check{background:#34c759}.bPlDashboardFeatureCompare table tbody td .icon.check svg{width:20px;height:20px}.bPlDashboardFeatureCompare table tbody td .icon.cross{background:#ff383c}.bPlDashboardFeatureCompare table tbody td .icon.cross svg{width:18px;height:18px}
.bPlDashboardActivation{max-width:1200px;padding:0 0 32px 0 !important;margin:0 auto}.bPlDashboardActivation .activationHeader{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:24px 24px 28px 24px;border-bottom:1px solid rgba(72,94,144,.2);margin-bottom:35px}.bPlDashboardActivation .activationHeader .pluginInfo{display:flex;align-items:center;gap:20px}.bPlDashboardActivation .activationHeader .pluginInfo img{width:60px;height:60px;border-radius:10px}.bPlDashboardActivation .activationHeader .pluginInfo .pluginDetails h1{font-size:24px;font-weight:700;color:var(--bpl-dashboard-title-color, #001737);margin:0 0 3px 0}.bPlDashboardActivation .activationHeader .pluginInfo .pluginDetails .version{font-size:14px;font-weight:500;color:var(--bpl-dashboard-content-color, #1B2E4B);margin:0}.bPlDashboardActivation .activationHeader .statusBadge{font-size:12px;font-weight:600;padding:8px 20px;border-radius:8px}.bPlDashboardActivation .activationHeader .statusBadge.active{color:#fff;background:#34c759}.bPlDashboardActivation .activationHeader .statusBadge.inactive{color:#fff;background:#ff383c}.bPlDashboardActivation .activationContent{max-width:960px;padding:0;margin:0 auto}.bPlDashboardActivation .activationLoading{text-align:center;padding:80px 20px}.bPlDashboardActivation .activationLoading p{font-size:16px;color:var(--bpl-dashboard-content-color, #1B2E4B);margin:0}.bPlDashboardActivation .activationSuccess{text-align:center;padding:0 20px}.bPlDashboardActivation .activationSuccess .successIcon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KCTxwYXRoIGZpbGw9JyMzNGM3NTkzOScgZD0ibTIyMy4xOSAxOC4yNWMxNS40My0yNC4zNSA1MS4xOC0yNC4zNSA2Ni42MSAwIDEwLjggMTcuMDQgMzIuOTEgMjMuMSA1MC44IDEzLjggMjQuOTEtMTIuOTQgNTQuOSA0IDU2LjcgMzIuMDNsMC4zNyA1Ljc3YzEuMjUgMTkuNjIgMTYuNzkgMzUuMjkgMzYuMzkgMzYuN2wyLjk3IDAuMjJjMjcuNDIgMS45NyA0NC4zOSAzMC43NyAzMi44NCA1NS43M2wtMy44MiA4LjI2Yy03Ljk1IDE3LjE4LTIuNTQgMzcuNTkgMTIuODggNDguNTdsNi41MiA0LjYzYzIyLjAyIDE1LjY4IDIyLjAyIDQ4LjQxIDAgNjQuMDhsLTYuNTIgNC42NGMtMTUuNDIgMTAuOTctMjAuODMgMzEuMzgtMTIuODggNDguNTZsMy44MiA4LjI2YzExLjU1IDI0Ljk2LTUuNDIgNTMuNzctMzIuODQgNTUuNzRsLTIuOTcgMC4yMWMtMTkuNiAxLjQxLTM1LjE0IDE3LjA4LTM2LjM5IDM2LjdsLTAuMzcgNS43N2MtMS44IDI4LjAzLTMxLjc5IDQ0Ljk3LTU2LjcgMzIuMDMtMTcuODktOS4zLTQwLTMuMjQtNTAuOCAxMy44LTE1LjQzIDI0LjM1LTUxLjE4IDI0LjM1LTY2LjYxIDAtMTAuOC0xNy4wNC0zMi45MS0yMy4xLTUwLjgxLTEzLjgtMjQuOTEgMTIuOTQtNTQuODktNC01Ni42OS0zMi4wM2wtMC4zNy01Ljc3Yy0xLjI1LTE5LjYyLTE2Ljc5LTM1LjI5LTM2LjM5LTM2LjdsLTIuOTctMC4yMWMtMjcuNDItMS45Ny00NC4zOS0zMC43OC0zMi44NC01NS43NGwzLjgyLTguMjZjNy45NS0xNy4xOCAyLjU0LTM3LjU5LTEyLjg4LTQ4LjU2bC02LjUyLTQuNjRjLTIyLjAyLTE1LjY3LTIyLjAyLTQ4LjQgMC02NC4wOGw2LjUyLTQuNjNjMTUuNDItMTAuOTggMjAuODMtMzEuMzkgMTIuODgtNDguNTdsLTMuODItOC4yNmMtMTEuNTUtMjQuOTYgNS40Mi01My43NiAzMi44NC01NS43M2wyLjk3LTAuMjJjMTkuNi0xLjQxIDM1LjE0LTE3LjA4IDM2LjM5LTM2LjdsMC4zNy01Ljc3YzEuOC0yOC4wMiAzMS43OC00NC45NyA1Ni42OS0zMi4wMyAxNy45IDkuMyA0MC4wMSAzLjI0IDUwLjgxLTEzLjh6bTE5Ny42OSAyMzYuMTRjMC05MC4wOC03Mi43Ni0xNjIuOS0xNjIuNzctMTYyLjktOTAuMDIgMC0xNjIuNzggNzIuODItMTYyLjc4IDE2Mi45IDAgOTAuMDggNzIuNzYgMTYyLjkgMTYyLjc4IDE2Mi45IDkwLjAxIDAgMTYyLjc3LTcyLjgyIDE2Mi43Ny0xNjIuOXoiIC8+Cjwvc3ZnPg==);background-size:contain;background-position:center center;background-repeat:no-repeat;margin:0 auto 22px auto}.bPlDashboardActivation .activationSuccess .successIcon svg{fill:#34c759;width:60px;height:60px}.bPlDashboardActivation .activationSuccess h2{font-size:48px;font-weight:700;color:var(--bpl-dashboard-title-color, #001737);margin:0 0 10px 0}.bPlDashboardActivation .activationSuccess .successMessage{font-size:16px;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.7);margin:0 0 42px 0}.bPlDashboardActivation .activationSuccess .licenseDisplay{position:relative;max-width:500px;margin:0 auto 20px auto}.bPlDashboardActivation .activationSuccess .licenseDisplay .licenseInput{width:100%;font-size:16px;color:var(--bpl-dashboard-content-color, #1B2E4B);background:#fff;padding:14px 76px 14px 33px;border:1px solid rgba(72,94,144,.5333333333);border-radius:10px}.bPlDashboardActivation .activationSuccess .licenseDisplay .licenseInput:focus{outline:none;border-color:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardActivation .activationSuccess .licenseDisplay .toggleVisibility{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:5px;color:#a3aec7;transition:color .2s}.bPlDashboardActivation .activationSuccess .licenseDisplay .toggleVisibility:hover{color:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardActivation .activationSuccess .licenseDisplay .toggleVisibility svg{width:28px;height:28px}.bPlDashboardActivation .activationSuccess .licenseActions{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.bPlDashboardActivation .activationSuccess .licenseActions .linkButton{padding:8px 18px;border:1px solid #d1d5db;background:#fff;color:var(--bpl-dashboard-primary-color, #6155F5);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.bPlDashboardActivation .activationSuccess .licenseActions .linkButton:hover{border-color:var(--bpl-dashboard-primary-color, #6155F5);background:#f0f4ff}.bPlDashboardActivation .activationSuccess .licenseActions .linkButton.danger{color:#d32f2f;border-color:#d32f2f}.bPlDashboardActivation .activationSuccess .licenseActions .linkButton.danger:hover{background:#ffebee}.bPlDashboardActivation .activationForm{padding:0 20px}.bPlDashboardActivation .activationForm h2{font-size:28px;font-weight:700;color:var(--bpl-dashboard-title-color, #001737);margin:0 0 15px 0}.bPlDashboardActivation .activationForm .formGroup{margin-bottom:20px}.bPlDashboardActivation .activationForm .formGroup .licenseInput{width:100%;font-size:15px;color:var(--bpl-dashboard-content-color, #1B2E4B);padding:16px 25px;border:1px solid rgba(72,94,144,.5333333333);border-radius:4px;transition:all .3s ease}.bPlDashboardActivation .activationForm .formGroup .licenseInput::-moz-placeholder{color:var(--bpl-dashboard-content-color, #1B2E4B)}.bPlDashboardActivation .activationForm .formGroup .licenseInput::placeholder{color:var(--bpl-dashboard-content-color, #1B2E4B)}.bPlDashboardActivation .activationForm .formGroup .licenseInput:focus{outline:none;border-color:var(--bpl-dashboard-primary-color, #6155F5);box-shadow:0 0 0 3px rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.1)}.bPlDashboardActivation .activationForm .formGroup .licenseInput:disabled{background:#f3f4f6;cursor:not-allowed}.bPlDashboardActivation .activationForm .formDescription{font-size:14px;color:var(--bpl-dashboard-content-color, #1B2E4B);margin:0 0 12px 0}.bPlDashboardActivation .activationForm .formDescription a{font-weight:500;color:var(--bpl-dashboard-primary-color, #6155F5);text-decoration:none;transition:all .2s ease-in-out}.bPlDashboardActivation .activationForm .formDescription a:hover{text-decoration:underline}.bPlDashboardActivation .activationForm .formPermissions{list-style-type:none;margin-bottom:20px}.bPlDashboardActivation .activationForm .formPermissions li{display:flex;align-items:center;gap:12px;font-size:16px}.bPlDashboardActivation .activationForm .formPermissions li:not(:last-child){margin-bottom:18px}.bPlDashboardActivation .activationForm .formPermissions li svg{width:30px;height:30px;fill:var(--bpl-dashboard-title-color, #001737)}.bPlDashboardActivation .activationForm .formPermissions li h4{font-size:14px;display:flex;align-items:center;gap:3px;color:var(--bpl-dashboard-title-color, #001737);margin:0 0 5px 0}.bPlDashboardActivation .activationForm .formPermissions li h4 svg{width:20px;height:20px}.bPlDashboardActivation .activationForm .formPermissions li p{font-size:12px;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.8);margin:0}.bPlDashboardActivation .activationForm .links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.bPlDashboardActivation .activationForm .links a{font-size:12px;font-weight:600;text-decoration:none;color:var(--bpl-dashboard-primary-color, #6155F5);transition:all .2s ease-in-out}.bPlDashboardActivation .activationForm .links a:hover{text-decoration:underline}.bPlDashboardActivation .activationForm .errorMessage{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.bPlDashboardActivation .activationForm .activateButton,.bPlDashboardActivation .activationForm .cancelButton{width:auto;font-size:16px;background:var(--bpl-dashboard-primary-color, #6155F5);padding:12px 16px;border-radius:4px;margin-bottom:28px}.bPlDashboardActivation .activationForm .activateButton::before,.bPlDashboardActivation .activationForm .cancelButton::before{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardActivation .activationForm .activateButton:disabled,.bPlDashboardActivation .activationForm .cancelButton:disabled{opacity:.6;cursor:not-allowed}.bPlDashboardActivation .activationForm .cancelButton{margin-left:18px;background:#d32f2f}.bPlDashboardActivation .activationForm .cancelButton:hover{background:#991b1b}
.bPlDashboardOurPlugins{width:100%;min-height:200px}.bPlDashboardOurPlugins .pluginsList{display:grid;grid-template-columns:repeat(auto-fill, minmax(395px, 1fr));gap:21px;width:100%}.bPlDashboardOurPlugins .pluginCard{display:flex;flex-direction:column;position:relative;background:#fff;padding:27px;overflow:hidden;border:1px solid #fff;border-radius:10px}.bPlDashboardOurPlugins .pluginCard::after{content:"";width:100px;height:42px;position:absolute;right:0;bottom:0;background:#e5f2ff;transform:rotate(-45deg) translate(25%, 110%)}.bPlDashboardOurPlugins .pluginCard .cardHeader{display:flex;align-items:center;gap:10px;margin-bottom:13px}.bPlDashboardOurPlugins .pluginCard .cardHeader img{width:53px;height:53px;border-radius:10px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.bPlDashboardOurPlugins .pluginCard .cardHeader h3{font-size:21px;font-weight:500;color:var(--bpl-dashboard-title-color, #001737);margin:0}.bPlDashboardOurPlugins .pluginCard .description{font-size:17px;text-align:left;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.7);margin:0 0 21px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bPlDashboardOurPlugins .pluginCard .cardFooter{font-size:16px;display:flex;justify-content:space-between;gap:12px;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.7);margin:auto 0 21px 0}.bPlDashboardOurPlugins .pluginCard .cardFooter .downloads,.bPlDashboardOurPlugins .pluginCard .cardFooter .rating{display:flex;align-items:center;gap:6px}.bPlDashboardOurPlugins .pluginCard .cardFooter .downloads svg,.bPlDashboardOurPlugins .pluginCard .cardFooter .rating svg{width:18px;height:18px;fill:#fc0}.bPlDashboardOurPlugins .pluginCard .bPlButton{width:100%;font-size:16px;font-weight:500;justify-content:center;background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardOurPlugins .pluginCard .bPlButton::before{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardOurPlugins .pluginCard .bPlButton.installed{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardOurPlugins .pluginCard .bPlButton.installed::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardOurPlugins .pluginCard .bPlButton.success{background:#038122}.bPlDashboardOurPlugins .pluginCard .bPlButton.success::before{background:#025617}.bPlDashboardOurPlugins .pluginCard .bPlButton.error{background:#d61e21}.bPlDashboardOurPlugins .pluginCard .bPlButton.error::before{background:#a61315}.bPlDashboardOurPlugins .pluginCard .bPlButton:disabled{opacity:.75;cursor:not-allowed}
.bPlDashboardHeader{width:100%;min-height:75px;background-color:#fff;display:flex;align-items:stretch;flex-wrap:wrap;row-gap:30px;padding:0 33px;margin:0 auto}.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;border-radius:10px;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;border-radius:5px 5px 5px 0}.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 rgba(0,0,0,0);transition:all .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}@media screen and (max-width: 1600px){.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}}
.bPlDashboardOverview{width:100%;max-width:1440px;display:flex;flex-wrap:wrap;gap:32px;margin:0 auto}.bPlDashboardOverview .overviewLeft{flex:1;width:960px;max-width:100%;display:flex;flex-direction:column;gap:32px}.bPlDashboardOverview .overviewLeft .overviewLeftTop{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap-reverse;gap:32px}.bPlDashboardOverview .overviewLeft .overviewLeftTop h2{font-size:24px;font-weight:600;color:var(--bpl-dashboard-title-color, #001737);margin-bottom:10px}.bPlDashboardOverview .overviewLeft .overviewLeftTop p{font-size:16px;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:32px}.bPlDashboardOverview .overviewLeft .overviewLeftTop>div:first-child{flex:1;min-width:420px;width:100%;max-width:545px}.bPlDashboardOverview .overviewLeft .overviewLeftTop .buttons{display:flex;align-items:center;gap:21px}.bPlDashboardOverview .overviewLeft .overviewLeftTop .buttons .bPlButton{color:#fff;padding:8px 20px;background:var(--bpl-dashboard-primary-color, #6155F5);border-radius:5px}.bPlDashboardOverview .overviewLeft .overviewLeftTop .buttons .bPlButton::before{background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardOverview .overviewLeft .overviewLeftTop .buttons .bPlButton:nth-child(2){background:var(--bpl-dashboard-secondary-color, #091E42)}.bPlDashboardOverview .overviewLeft .overviewLeftTop .buttons .bPlButton:nth-child(2)::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner{width:346px;max-width:100%;position:relative;background:var(--bpl-dashboard-primary-color, #6155F5);padding:32px;border-radius:15px;overflow:hidden}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bpl-dashboard-primary-color, #6155F5));z-index:1}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner img{max-width:100%;height:auto;width:100%}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner .playButton{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:64px;height:64px;color:var(--bpl-dashboard-secondary-color, #091E42);background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner .playButton svg{fill:currentColor;width:32px;height:32px;margin-left:4px}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner .playButton:hover{transform:translate(-50%, -50%) scale(1.1);color:var(--bpl-dashboard-primary-color, #6155F5)}@media screen and (max-width: 1600px){.bPlDashboardOverview .overviewLeft .overviewLeftTop>div:first-child{width:515px}.bPlDashboardOverview .overviewLeft .overviewLeftTop .overviewBanner{width:300px;padding:16px}}.bPlDashboardOverview .bPlVideoModal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalContent{position:relative;width:90%;max-width:960px;background:#000;border-radius:12px;overflow:hidden;z-index:2;box-shadow:0 10px 40px rgba(0,0,0,.5)}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalContent .closeModal{position:absolute;top:15px;right:15px;width:32px;height:32px;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;color:#fff;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalContent .closeModal svg{width:20px;height:20px;fill:currentColor}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalContent .closeModal:hover{background:#ff4d4d;transform:rotate(90deg)}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalContent .bPlVideoPlayer{aspect-ratio:16/9;height:auto !important}.bPlDashboardOverview .bPlVideoModal .bPlVideoModalOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.bPlDashboardOverview .overviewRight{width:370px;display:flex;flex-direction:column;gap:32px}.bPlDashboardOverview .overviewRight .helpInfoItem{padding:24px}.bPlDashboardOverview .overviewRight .helpInfoItem figure{width:100%;display:inline-flex;align-items:center;justify-content:center;background:#faf1ff;padding:20px;border-radius:8px;margin-bottom:17px}.bPlDashboardOverview .overviewRight .helpInfoItem figure img{width:150px}.bPlDashboardOverview .overviewRight .helpInfoItem h4{font-size:18px;font-weight:600;color:var(--bpl-dashboard-title-color, #001737);margin-bottom:8px}.bPlDashboardOverview .overviewRight .helpInfoItem p{font-size:14px;font-weight:400;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:20px}.bPlDashboardOverview .overviewRight .helpInfoItem .bPlButton{padding:8px 16px;color:#fff;background:var(--bpl-dashboard-secondary-color, #091E42);border-radius:5px}.bPlDashboardOverview .overviewRight .helpInfoItem .bPlButton::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardOverview .overviewRight .helpInfoItem:last-child .bPlButton{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardOverview .overviewRight .helpInfoItem:last-child .bPlButton::before{background:var(--bpl-dashboard-secondary-color, #091E42)}
.bPlVideoPlayer{position:relative;max-width:100%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}.bPlVideoPlayer:hover .center-play-btn.pause{opacity:1}.bPlVideoPlayer .bPlVideoPlayerYoutube{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.bPlVideoPlayer .bPlVideoPlayerYoutube iframe,.bPlVideoPlayer .bPlVideoPlayerYoutube object,.bPlVideoPlayer .bPlVideoPlayerYoutube embed{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.bPlVideoPlayer .video-element{width:100%;height:auto;display:block;max-height:70vh}.bPlVideoPlayer .preview-video{display:none}.bPlVideoPlayer .center-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:#146ef5;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.bPlVideoPlayer .center-play-btn.pause{opacity:0}.bPlVideoPlayer .center-play-btn:hover{transform:translate(-50%, -50%) scale(1.1)}.bPlVideoPlayer .center-play-btn .play-icon{width:32px;height:32px;color:#ddd;display:grid;place-items:center}.bPlVideoPlayer .center-play-btn .play-icon svg.video-player-pause-icon{fill:#ddd;width:18px}.bPlVideoPlayer .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;z-index:5}.bPlVideoPlayer .loading-spinner .spinner{width:40px;height:40px;border:4px solid hsla(0,0%,100%,.3);border-top:4px solid #fff;border-radius:50%;animation:bPlDashboardSpin 1s linear infinite}.bPlVideoPlayer .video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.7));padding:20px;display:flex;align-items:center;gap:15px;opacity:0;transition:opacity .3s ease}.bPlVideoPlayer .video-controls.visible{opacity:1}.bPlVideoPlayer:hover .video-controls{opacity:1}.bPlVideoPlayer .control-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.bPlVideoPlayer .control-btn:hover{background:hsla(0,0%,100%,.2)}.bPlVideoPlayer .control-btn svg{width:20px;height:20px}.bPlVideoPlayer .time-display{color:#fff;font-size:14px;display:flex;align-items:center;gap:5px;min-width:80px}.bPlVideoPlayer .time-display .separator{opacity:.7}.bPlVideoPlayer .progress-container{flex:1;margin:0 10px;position:relative}.bPlVideoPlayer .progress-container .progress-bar{position:relative;height:6px;background:hsla(0,0%,100%,.3);border-radius:3px;cursor:pointer;transition:height .2s ease}.bPlVideoPlayer .progress-container .progress-bar:hover{height:8px}.bPlVideoPlayer .progress-container .progress-bar .progress-filled{height:100%;background:#ff6b6b;border-radius:3px}.bPlVideoPlayer .progress-container .progress-bar .progress-handle{position:absolute;top:50%;width:14px;height:14px;background:#ff6b6b;border-radius:50%;transform:translate(-50%, -50%);opacity:0;transition:opacity .2s ease}.bPlVideoPlayer .progress-container .progress-bar:hover .progress-handle{opacity:1}.bPlVideoPlayer .progress-preview{position:absolute;bottom:25px;transform:translateX(-50%);z-index:20;pointer-events:none;width:120px}.bPlVideoPlayer .progress-preview .preview-thumbnail{position:relative;background:rgba(0,0,0,.9);border-radius:8px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.4);border:2px solid hsla(0,0%,100%,.2)}.bPlVideoPlayer .progress-preview .preview-thumbnail::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid rgba(0,0,0,.9)}.bPlVideoPlayer .progress-preview .preview-video-display{width:120px;height:68px;-o-object-fit:cover;object-fit:cover;display:block;background:#000}.bPlVideoPlayer .progress-preview .preview-time{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.8);color:#fff;font-size:11px;padding:4px 8px;text-align:center;font-weight:500}.bPlVideoPlayer .volume-container{display:flex;align-items:center;gap:8px}.bPlVideoPlayer .volume-container .volume-slider{width:80px;transition:opacity .2s ease}.bPlVideoPlayer .volume-container .volume-bar{position:relative;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;cursor:pointer}.bPlVideoPlayer .volume-container .volume-bar .volume-filled{height:100%;background:#fff;border-radius:2px;transition:width .1s ease}.bPlVideoPlayer .volume-container .volume-bar .volume-handle{position:absolute;top:50%;width:12px;height:12px;background:#fff;border-radius:50%;transform:translate(-50%, -50%);transition:left .1s ease}@media(max-width: 768px){.bPlVideoPlayer .center-play-btn{width:60px;height:60px}.bPlVideoPlayer .center-play-btn .play-icon{width:24px;height:24px}.bPlVideoPlayer .video-controls{padding:15px 10px;gap:10px}.bPlVideoPlayer .volume-container{display:none}.bPlVideoPlayer .time-display{font-size:12px;min-width:70px}.bPlVideoPlayer .preview-video-display{width:100px;height:56px}.bPlVideoPlayer .preview-time{font-size:10px;padding:3px 6px}}@media(max-width: 480px){.bPlVideoPlayer .video-controls{padding:10px;gap:8px}.bPlVideoPlayer .control-btn svg{width:18px;height:18px}.bPlVideoPlayer .progress-container{margin:0 5px}.bPlVideoPlayer .preview-video-display{width:80px;height:45px}.bPlVideoPlayer .progress-preview{bottom:20px}}.bPlVideoPlayer:fullscreen{width:100vw;height:100vh;border-radius:0}.bPlVideoPlayer:fullscreen .video-element{max-height:100vh;height:100vh;-o-object-fit:contain;object-fit:contain}.bPlVideoPlayer:fullscreen .preview-video-display{width:160px;height:90px}.bPlVideoPlayer:fullscreen .progress-preview{bottom:35px}
.bPlDashboardChangelog{width:100%;padding:32px !important}.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%);border-radius:50px}.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;font-weight:500;list-style-type:none;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:5px}.bPlDashboardChangelog .changelog .time{font-size:14px;color:rgba(var(--bpl-dashboard-content-color-rgb, #1B2E4B), 0.75);margin:0}
.bPlDashboardProAds{width:100%;display:flex;justify-content:center;flex-direction:column-reverse;flex-wrap:wrap-reverse;gap:25px}.bPlDashboardProAds>div{flex:1}.bPlDashboardProAds h3{font-size:16px;font-weight:600;color:var(--bpl-dashboard-content-color, #1B2E4B);margin-bottom:21px}.bPlDashboardProAds ul{list-style-type:none;margin-bottom:32px;min-width:230px}.bPlDashboardProAds 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}.bPlDashboardProAds ul li:not(:last-child){margin-bottom:10px}.bPlDashboardProAds 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));border-radius:50%;margin-top:1px}.bPlDashboardProAds ul li span svg{fill:#fff;width:15px;height:15px}.bPlDashboardProAds .bPlButton{font-size:16px;color:#fff;background:var(--bpl-dashboard-secondary-color, #091E42);padding:10px 21px}.bPlDashboardProAds .bPlButton::before{background:var(--bpl-dashboard-primary-color, #6155F5)}.bPlDashboardProAds figure{width:100%;height:260px;display:flex;align-items:center;justify-content:center;background:#dfdcff;padding:16px;border-radius:18px}.bPlDashboardProAds figure img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.bPlDashboardBlocksToast{position:fixed;bottom:20px;right:20px;padding:16px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;z-index:1000;animation:toastSlideInUp .3s ease-out;box-shadow:0 4px 12px rgba(0,0,0,.1490196078)}.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:#fff;border-radius:50%;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:#fff;border-radius:50%;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(auto-fill, minmax(440px, 1fr));gap:25px;padding:0;margin:0}.dashboardBlocks .block{display:flex;align-items:center;gap:10px;background:#fafafa;border-radius:10px;padding:12px 18px;border:1.5px solid #e9e9e9;opacity:1;transition:opacity .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:0px !important}.dashboardBlocks .block.disabled .icon,.dashboardBlocks .block.disabled .blockTitle,.dashboardBlocks .block.disabled .actionBtn,.dashboardBlocks .block.disabled .toggleSwitch{opacity:.5}.dashboardBlocks .block .icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.15);border-radius:50px}.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;border-radius:6px;cursor:pointer;transition:background .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;top:0;right:0;bottom:0;left:0;transition:.4s;border-radius:20px;cursor:pointer}.dashboardBlocks .block .toggleSwitch .slider:before{content:"";color:var(--bpl-dashboard-primary-color, #6155F5);background-color:#fff;position:absolute;width:14px;height:14px;bottom:3px;left:3px;transition:.4s;border-radius:50%}.dashboardBlocks .block .toggleSwitch input:checked+.slider{background-color:var(--bpl-dashboard-primary-color, #6155F5)}.dashboardBlocks .block .toggleSwitch input:checked+.slider:before{content:url("data:image/svg+xml,%3Csvg%20className%3D%27check%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%20-960%20960%20960%27%20fill%3D%27currentColor%27%3E%3Cpath%20d%3D%27m382-354%20339-339q12-12%2028-12t28%2012q12%2012%2012%2028.5T777-636L410-268q-12%2012-28%2012t-28-12L182-440q-12-12-11.5-28.5T183-497q12-12%2028.5-12t28.5%2012l142%20143Z%27%20%2F%3E%3C%2Fsvg%3E");transform:translateX(14px)}.dashboardBlocks .block .toggleSwitch input:disabled+.slider{opacity:.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:0px 11px;border-radius:9px;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-radius:10px;margin:0 auto;position:relative}.bPlDashboardBlocks .blocksTop{display:flex;align-items:center;padding:20px 30px;border-bottom:1px solid rgba(0,0,0,.1882352941)}.bPlDashboardBlocks .blocksTop h2{font-size:24px;font-weight:600;color:var(--bpl-dashboard-title-color, #001737);margin:0 50px 0 0}.bPlDashboardBlocks .blocksTop .blocksSearch{width:280px;position:relative}.bPlDashboardBlocks .blocksTop .blocksSearch input{width:100%;height:38px;padding:0 38px;border:1px solid rgba(var(--bpl-dashboard-primary-color-rgb, #6155F5), 0.5);border-radius:8px}.bPlDashboardBlocks .blocksTop .blocksSearch input:focus{outline-color:var(--bpl-dashboard-primary-color, #6155F5)}.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;border-radius:5px}.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 0}.bPlDashboardBlocks .noBlocksFound{text-align:center;color:red;padding:30px;margin:0}
