.ToolContainer-module__9jvXqW__pageContainer{flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden}.ToolContainer-module__9jvXqW__toolContainer{flex-direction:row;flex:1;width:100vw;display:flex;overflow:hidden}.ToolContainer-module__9jvXqW__mainContainer{background-color:var(--white-1-1);flex-direction:column;flex-grow:1;height:100%;transition:margin-left .3s;display:flex}@media (max-width:899px){.ToolContainer-module__9jvXqW__mainContainer{margin-left:0}}
.Sidebar-module__vG37ba__sidebarContainer{z-index:1;border:1px solid var(--grey-3);flex-direction:column;gap:20px;height:100dvh;padding:0 8px 8px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);background-color:var(--white-1)!important}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{background-color:var(--white-1-4);width:clamp(200px,100% - 80px,400px);transform:translate(0)}.Sidebar-module__vG37ba__sidebarTop{flex-direction:row;justify-content:center;align-items:center;height:50px;display:flex}.Sidebar-module__vG37ba__sidebarTop.Sidebar-module__vG37ba__open{justify-content:space-between}@media (min-width:900px){.Sidebar-module__vG37ba__sidebarContainer{min-width:55px;transition:all .3s;position:static;transform:none}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{width:250px;min-width:250px;max-width:250px}.Sidebar-module__vG37ba__burgerIcon{display:none}}
.ChatsList-module__X3Vmxa__chatsList{flex-direction:column;flex:1;gap:4px;max-height:calc(100dvh - 200px);display:flex;overflow-y:auto}.ChatsList-module__X3Vmxa__chatsList::-webkit-scrollbar{display:none}.ChatsList-module__X3Vmxa__chatsList h2{margin:0;padding:10px;font-size:1rem}.ChatsList-module__X3Vmxa__chatItem{cursor:pointer;min-height:40px;max-height:40px;color:var(--black-3);-webkit-user-select:none;user-select:none;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;padding-left:10px;padding-right:4px;font-size:.9rem;display:flex;position:relative}.ChatsList-module__X3Vmxa__chatItem>div>button{visibility:hidden}.ChatsList-module__X3Vmxa__chatItem:hover>div>button{visibility:visible}.ChatsList-module__X3Vmxa__chatItem.ChatsList-module__X3Vmxa__active{background-color:var(--cyan-7)}.ChatsList-module__X3Vmxa__chatItemLabel{white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.ChatsList-module__X3Vmxa__chatSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:40px;min-height:40px;margin-bottom:4px;animation:1.5s ease-in-out infinite ChatsList-module__X3Vmxa__shimmer}@keyframes ChatsList-module__X3Vmxa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.ActionPopover-module__wvSOCW__actionArea{position:relative}.ActionPopover-module__wvSOCW__rightPopover{background:var(--white-1);border:1px solid var(--grey-3);box-shadow:var(--box-shadow-xs);z-index:1;border-radius:15px;min-width:160px;padding:8px;display:block;position:absolute;transform:translateY(-50%)translate(8px)}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:flex-start;gap:8px;height:45px;display:flex}.ActionPopover-module__wvSOCW__rightPopover>button>svg{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px}.ActionPopover-module__wvSOCW__popoverContent{border-radius:10px;flex-direction:column;gap:5px;padding:5px;display:flex}.ActionPopover-module__wvSOCW__popoverContent>button{min-width:100%;width:100%!important;height:40px!important;padding:10px!important}@media (min-width:900px){.ActionPopover-module__wvSOCW__rightPopover{top:80px;right:8px}.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverDelete,.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverRename{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;gap:10px;width:100%;min-width:100%;height:40px}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:center;display:flex}button.ActionPopover-module__wvSOCW__popoverDelete{color:var(--red-2,#d23f4a)}button.ActionPopover-module__wvSOCW__popoverRename{color:var(--black-3)}button.ActionPopover-module__wvSOCW__popoverRename:hover{background-color:var(--grey-2)}button.ActionPopover-module__wvSOCW__popoverDelete:hover{background-color:var(--red-4-opaque)}button.ActionPopover-module__wvSOCW__popoverTrashIcon,button.ActionPopover-module__wvSOCW__renameChatIcon{fill:currentColor}.ActionPopover-module__wvSOCW__renameChatIcon{fill:var(--white-1)}.ActionPopover-module__wvSOCW__popoverText{font-size:14px}}
.ChatRenameForm-module__PUOPWq__formContainer{z-index:1;background-color:var(--white-1);border-radius:20px;flex-direction:column;gap:20px;width:95vw;padding:8px;display:flex}.ChatRenameForm-module__PUOPWq__buttonsContainer{flex-direction:row;justify-content:flex-end;gap:10px;display:flex}.ChatRenameForm-module__PUOPWq__formContainer input{width:100%;min-width:100%}.ChatRenameForm-module__PUOPWq__cancelButton,.ChatRenameForm-module__PUOPWq__renameButton{border-radius:100px;height:40px;padding-left:15px;padding-right:15px}.ChatRenameForm-module__PUOPWq__renameButton{background-color:var(--black-1);color:var(--white-1)}.ChatRenameForm-module__PUOPWq__cancelButton:hover{background-color:var(--grey-2)}.ChatRenameForm-module__PUOPWq__renameButton:disabled{cursor:not-allowed;opacity:.5}.ChatRenameForm-module__PUOPWq__formContainer h2{margin:0;font-size:1.3rem;font-weight:400}@media (min-width:900px){.ChatRenameForm-module__PUOPWq__formContainer{width:clamp(400px,500px,90vw);padding:22px}}
div.BackdropForm-module__xsyM-a__formContainer{background-color:var(--white-1);border:1px solid var(--gray-3);width:100%;min-height:100dvh;padding:12px}div.BackdropForm-module__xsyM-a__formInnerContainer{max-width:500px;margin:0 auto}div.BackdropForm-module__xsyM-a__formHeader{flex-direction:row;justify-content:space-between;margin-bottom:30px;display:flex}div.BackdropForm-module__xsyM-a__formHeader h3{color:var(--black-1);margin:0 0 10px;font-size:1.5rem;font-weight:600}p.BackdropForm-module__xsyM-a__formDisclaimer{color:var(--black-6);margin-top:25px;font-size:.8rem;line-height:.95rem}@media screen and (min-width:997px){div.BackdropForm-module__xsyM-a__formContainer{border-radius:15px;width:500px;height:fit-content;min-height:auto;padding:24px}}
.OrderSummarySection-module__DfbaYq__orderSummarySectionContainer{border:1px solid var(--grey-2);border-radius:10px;margin-bottom:30px;padding:15px;overflow:hidden}.OrderSummarySection-module__DfbaYq__orderSummary{color:var(--black-3);border-bottom:1px solid var(--grey-2);height:30px;font-size:.9rem;font-weight:500}.OrderSummarySection-module__DfbaYq__orderAmountRow{margin-top:20px}.OrderSummarySection-module__DfbaYq__orderAmountRow,.OrderSummarySection-module__DfbaYq__orderAmountSubRow{color:var(--black-3);flex-direction:row;justify-content:space-between;font-size:.9rem;display:flex}.OrderSummarySection-module__DfbaYq__formDecoration{border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:25px 0;display:flex}.OrderSummarySection-module__DfbaYq__orderAmountSection{flex-direction:column;justify-content:center;gap:10px;margin-top:10px;display:flex}.OrderSummarySection-module__DfbaYq__shortText{color:var(--black-3);margin-bottom:20px;font-size:1.3rem;font-weight:600}.OrderSummarySection-module__DfbaYq__mainText{color:var(--black-3);font-size:1.3rem;font-weight:600}.OrderSummarySection-module__DfbaYq__secondaryText{color:var(--grey-9);font-size:.9rem}.OrderSummarySection-module__DfbaYq__discountPercentage{color:var(--white-1);background-color:var(--green-1);border-radius:5px;align-items:center;gap:5px;margin-left:10px;padding:5px 8px;font-size:.8rem;font-weight:500;display:inline-flex}.OrderSummarySection-module__DfbaYq__discountPercentage svg{width:12px;height:12px;fill:var(--white-1);color:var(--white-1)}.OrderSummarySection-module__DfbaYq__basketListContainer{border-bottom:1px solid var(--grey-2);padding-bottom:12px}.OrderSummarySection-module__DfbaYq__basketListItem{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:10px;display:flex}.OrderSummarySection-module__DfbaYq__basketItemDescription{color:var(--black-3);flex-direction:column;flex:1;display:flex}.OrderSummarySection-module__DfbaYq__basketItemDescriptionName{font-size:1.1rem}.OrderSummarySection-module__DfbaYq__basketItemDescriptionDetails,.OrderSummarySection-module__DfbaYq__basketItemAmountDetails{font-size:.7rem}.OrderSummarySection-module__DfbaYq__basketItemAmount{white-space:nowrap;color:var(--black-3);flex-direction:column;align-items:flex-end;gap:5px;display:flex}.OrderSummarySection-module__DfbaYq__basketItemAmountDetails{color:var(--grey-9)}.OrderSummarySection-module__DfbaYq__basketItemImage{background-color:var(--grey-2);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.OrderSummarySection-module__DfbaYq__basketItemImageIcon{object-fit:contain;fill:#0000;width:20px;height:20px;color:var(--black-2);border-radius:8px}
.FullPageImageViewer-module__oPJP6a__container{box-sizing:border-box;background:var(--white-1);z-index:2;-webkit-backdrop-filter:blur(20px)saturate(200%);backdrop-filter:blur(20px)saturate(200%);width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;box-shadow:var(--box-shadow-md);background:var(--white-glassy-1);border:1px solid var(--white-glassy-2);border-radius:16px;flex-direction:column;gap:10px;padding:10px;display:flex;position:absolute}.FullPageImageViewer-module__oPJP6a__topPart{flex-direction:row;justify-content:flex-end;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart{flex:1;justify-content:center;align-items:center;display:flex}.FullPageImageViewer-module__oPJP6a__bottomPart{flex-direction:row;justify-content:center;gap:10px;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart img{object-fit:contain;border-radius:10px;width:auto;height:auto;max-height:calc(100dvh - 200px)}@media (min-width:900px){.FullPageImageViewer-module__oPJP6a__container{padding:15px 15px 20px}.FullPageImageViewer-module__oPJP6a__bottomPart{gap:2px}.FullPageImageViewer-module__oPJP6a__middlePart img{max-height:calc(100dvh - 300px)}}
.Pricing-module__EiihOG__pageContainer{flex-direction:column;gap:1rem;margin:auto;padding:10px;display:flex;position:relative}.Pricing-module__EiihOG__pricingHeader{margin:0 auto 2.5rem}.Pricing-module__EiihOG__pageContainer h1{text-align:center;margin-bottom:0;font-size:clamp(2.4rem,4.5vw,3rem)}.Pricing-module__EiihOG__pageContainer h1.Pricing-module__EiihOG__inBackdrop{font-size:clamp(2.2rem,3.5vw,2rem)}.Pricing-module__EiihOG__pricingHeader p{text-align:center;font-size:clamp(1rem,3vw,1.2rem)}.Pricing-module__EiihOG__pageContainer img{-webkit-user-select:none;user-select:none}.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:column;gap:4vw;margin:0 auto;display:flex}.Pricing-module__EiihOG__offerBenefitBoxContainer{background-color:var(--white-1);border:1px solid var(--white-1);border:1px solid var(--grey-2);border-radius:25px;flex-direction:column;flex:1;justify-content:space-between;gap:1rem;min-height:380px;padding:20px;display:flex;position:relative}.Pricing-module__EiihOG__offerBenefitBoxContainer.Pricing-module__EiihOG__offerSkeleton{background-color:var(--grey-2);box-shadow:none;animation:2s infinite Pricing-module__EiihOG__waveAnimation}@keyframes Pricing-module__EiihOG__waveAnimation{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.Pricing-module__EiihOG__planDescriptor p:first-of-type{color:var(--black-4);text-align:left;padding-bottom:10px;font-size:1.2rem}.Pricing-module__EiihOG__priceDescription{color:var(--black-4);text-align:left;font-weight:500}.Pricing-module__EiihOG__priceDescription span{letter-spacing:.05rem;font-weight:400}.Pricing-module__EiihOG__priceDescription span:first-of-type{letter-spacing:.1rem;padding-right:.1rem;font-size:1.6rem;font-weight:500}.Pricing-module__EiihOG__planNameContainer{flex-direction:row;justify-content:space-between;display:flex}.Pricing-module__EiihOG__priceTime{color:var(--cyan-1);font-size:1.2rem}.Pricing-module__EiihOG__offerBenefitRow{text-align:left;flex-direction:row;gap:.5rem;max-width:36ch;margin-bottom:.4rem;display:flex}.Pricing-module__EiihOG__offerBenefitRow p{color:var(--black-3);font-size:.9rem}.Pricing-module__EiihOG__offerBenefitRow svg{font-size:1.2rem}.Pricing-module__EiihOG__disclaimer{text-align:center;color:var(--black-4);font-size:.8rem;line-height:1.1rem;position:relative}.Pricing-module__EiihOG__disclaimer:first-of-type{margin-top:1rem}.Pricing-module__EiihOG__currenciesSelectorSkeleton{background-color:var(--grey-2);border-radius:10px;min-width:130px;min-height:40px;animation:2s infinite Pricing-module__EiihOG__waveAnimation}div.Pricing-module__EiihOG__planDescriptor{text-align:left;padding-left:5px}span.Pricing-module__EiihOG__pricePerCreditHealine{font-size:1.8rem;font-weight:500}@media screen and (min-width:900px){.Pricing-module__EiihOG__pageContainer{padding-bottom:0}}@media screen and (min-width:768px){.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:row;align-self:center;width:fit-content}}
.BubbiPricingPlans-module__cWOkGW__pricingsPacksContainer{flex-flow:wrap;flex:1;justify-content:center;align-items:center;gap:2rem;min-width:100%;display:flex}.BubbiPricingPlans-module__cWOkGW__offerBenefitBoxContainer{background-color:var(--white-1);border:1px solid var(--grey-2);border-radius:20px;flex-direction:column;flex:1;grid-template-rows:110px;align-items:flex-start;width:100%;min-width:330px;max-width:330px;min-height:100%;padding:20px;display:grid;position:relative}.BubbiPricingPlans-module__cWOkGW__offerBenefitBoxContainer.BubbiPricingPlans-module__cWOkGW__highlightedPlan{border:2px solid var(--cyan-1);background-color:#fff;box-shadow:0 2px 8px #007aff33}.BubbiPricingPlans-module__cWOkGW__offerBenefitBoxContainer.BubbiPricingPlans-module__cWOkGW__offerSkeleton{background-color:var(--grey-2);box-shadow:none;width:300px;min-width:250px;min-height:420px;animation:2s infinite BubbiPricingPlans-module__cWOkGW__waveAnimation}span.BubbiPricingPlans-module__cWOkGW__mostPopularBadge{position:absolute;top:12px;right:12px}div.BubbiPricingPlans-module__cWOkGW__planNameAndPriceBox{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.BubbiPricingPlans-module__cWOkGW__pricePerCreditHealine{margin:0;font-size:1.4rem;font-weight:500}p.BubbiPricingPlans-module__cWOkGW__offerTitle{margin:0;font-size:1.3rem;font-weight:550}span.BubbiPricingPlans-module__cWOkGW__originalPriceBeforeDiscount{margin-right:6px;font-size:2rem;font-weight:500}span.BubbiPricingPlans-module__cWOkGW__priceText{color:var(--black-4);font-size:2rem;font-weight:550}span.BubbiPricingPlans-module__cWOkGW__originalPriceBeforeDiscount{color:var(--grey-5);text-decoration:line-through}p.BubbiPricingPlans-module__cWOkGW__perMonthText{font-size:.9rem}span.BubbiPricingPlans-module__cWOkGW__billedYearlyText{margin:0 auto;font-size:.75rem}div.BubbiPricingPlans-module__cWOkGW__planPricingContainer strong{font-weight:600}div.BubbiPricingPlans-module__cWOkGW__planPricingContainer{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}div.BubbiPricingPlans-module__cWOkGW__benefitsList{text-align:left;flex-direction:column;gap:5px;display:flex}div.BubbiPricingPlans-module__cWOkGW__quantitySelectorContainer{flex-direction:column;gap:5px;padding:30px 0;display:flex}div.BubbiPricingPlans-module__cWOkGW__benefitItem{flex-direction:row;align-items:center;gap:8px;font-size:.85rem;display:flex}div.BubbiPricingPlans-module__cWOkGW__benefitItem span{justify-content:center;display:flex}svg.BubbiPricingPlans-module__cWOkGW__creditInfoIcon{width:14px;height:14px;color:var(--grey-4);margin:auto}@keyframes BubbiPricingPlans-module__cWOkGW__waveAnimation{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}div.BubbiPricingPlans-module__cWOkGW__priceBox>p:first-of-type{font-size:2rem;font-weight:500}div.BubbiPricingPlans-module__cWOkGW__priceBox>div{text-align:left}div.BubbiPricingPlans-module__cWOkGW__priceBox{flex-direction:row;flex:1;align-items:baseline;display:flex}div.BubbiPricingPlans-module__cWOkGW__priceBoxPerCredit p{text-align:left;margin:0;font-weight:400}button.BubbiPricingPlans-module__cWOkGW__disabledButton:hover{cursor:not-allowed}div.BubbiPricingPlans-module__cWOkGW__planFeaturesList{text-align:left;text-align:center;flex-direction:column;justify-content:flex-end;display:flex}div.BubbiPricingPlans-module__cWOkGW__planFeaturesList>p:first-of-type{font-weight:600}li.BubbiPricingPlans-module__cWOkGW__planFeature{list-style-type:none}li.BubbiPricingPlans-module__cWOkGW__previousPlanBenefitsLabel{font-style:italic;font-weight:600}li.BubbiPricingPlans-module__cWOkGW__planFeature div{flex-direction:row;align-items:center;gap:5px;display:flex}li.BubbiPricingPlans-module__cWOkGW__planFeature div>svg{width:20px;min-width:20px;height:20px;min-height:20px}li.BubbiPricingPlans-module__cWOkGW__planFeature.BubbiPricingPlans-module__cWOkGW__positive div>svg{color:var(--cyan-1);fill:var(--cyan-1)}li.BubbiPricingPlans-module__cWOkGW__planFeature.BubbiPricingPlans-module__cWOkGW__negative div>svg{color:var(--red-2);fill:var(--red-2);opacity:.6;width:18px;height:18px}li.BubbiPricingPlans-module__cWOkGW__planFeature>div>p{font-size:.8rem;list-style-type:none}li.BubbiPricingPlans-module__cWOkGW__planFeature.BubbiPricingPlans-module__cWOkGW__negative>div>p{color:var(--grey-4)}.BubbiPricingPlans-module__cWOkGW__textBox h1{margin:0;font-size:2.8rem;line-height:4rem}.BubbiPricingPlans-module__cWOkGW__textBox{z-index:2}.BubbiPricingPlans-module__cWOkGW__pageContainer img{-webkit-user-select:none;user-select:none}.BubbiPricingPlans-module__cWOkGW__disclaimer{text-align:center;color:var(--black-4);max-width:50ch;margin:auto;font-size:1rem;line-height:1.1rem;position:relative}.BubbiPricingPlans-module__cWOkGW__disclaimer:first-of-type{margin-top:3rem;margin-bottom:.5rem}div.BubbiPricingPlans-module__cWOkGW__plansContainer{flex-direction:column;gap:2px;width:100%;display:flex}.BubbiPricingPlans-module__cWOkGW__pricePerCreditContainer span:nth-of-type(2){font-size:2.5rem}.BubbiPricingPlans-module__cWOkGW__pricePerCreditContainer{flex-direction:row;justify-content:center;align-items:baseline;display:flex}.BubbiPricingPlans-module__cWOkGW__pricePerCreditContainer span:last-of-type{margin-left:5px}p.BubbiPricingPlans-module__cWOkGW__activePlanIndicatorText{color:var(--cyan-1);font-weight:500}.BubbiPricingPlans-module__cWOkGW__planRow{border-radius:10px;flex-direction:row;flex:1;padding:4px 10px 4px 0;display:flex}.BubbiPricingPlans-module__cWOkGW__planInfoContainer{flex:1;justify-content:space-between;gap:30px;display:flex}.BubbiPricingPlans-module__cWOkGW__planRow:hover{cursor:pointer;background-color:var(--grey-1)}.BubbiPricingPlans-module__cWOkGW__planRow.BubbiPricingPlans-module__cWOkGW__selectedOption,.BubbiPricingPlans-module__cWOkGW__planRow.BubbiPricingPlans-module__cWOkGW__selectedOption:hover{background-color:var(--cyan-6)}.BubbiPricingPlans-module__cWOkGW__planRow.BubbiPricingPlans-module__cWOkGW__selectedOption p{color:var(--cyan-1);font-weight:500}.BubbiPricingPlans-module__cWOkGW__planRow>div:first-of-type{flex-direction:row;align-items:center;display:flex}.BubbiPricingPlans-module__cWOkGW__planRow>div:nth-of-type(2){flex-direction:column;justify-content:center;display:flex}.BubbiPricingPlans-module__cWOkGW__creditsInfoBox{flex-direction:column;align-items:flex-start;display:flex}.BubbiPricingPlans-module__cWOkGW__creditsInfoBox p,.BubbiPricingPlans-module__cWOkGW__planPriceSmall{font-size:.9rem}.BubbiPricingPlans-module__cWOkGW__crownIcon{width:18px;height:18px;fill:var(--yellow-1);margin-left:10px}.BubbiPricingPlans-module__cWOkGW__showMoreText{color:var(--cyan-1);background-color:var(--white-1);margin-bottom:10px;padding:0;font-size:.85rem;font-weight:500;text-decoration:underline;min-height:30px!important}.BubbiPricingPlans-module__cWOkGW__showMoreText:hover{cursor:pointer}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceSelector{background-color:var(--grey-150);border-radius:100px;flex-direction:row;align-items:center;gap:0;padding:3px;display:flex}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceSelector button{color:var(--black-1);background-color:#0000;border:none;border-radius:100px;height:50px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceSelector button:hover{background-color:#fff6}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceSelector button.BubbiPricingPlans-module__cWOkGW__active{background-color:#fff}span.BubbiPricingPlans-module__cWOkGW__yearlyDiscountText{color:var(--cyan-1);margin-left:10px;font-size:.9rem;font-weight:500}span.BubbiPricingPlans-module__cWOkGW__mostPopularBadge{background-color:var(--cyan-6);color:#007aff;border-radius:100px;padding:5px 10px;font-size:.8rem;font-weight:500}@media screen and (min-width:768px){.BubbiPricingPlans-module__cWOkGW__gridContainer{text-align:center;flex-direction:row;align-self:center;width:fit-content}div.BubbiPricingPlans-module__cWOkGW__subscriptionCadenceSelector button{height:40px}}@media screen and (min-width:992px){div.BubbiPricingPlans-module__cWOkGW__pricingsPacksContainer{gap:3rem}}
div.PaymentMethodsList-module__WLUDFW__paymentMethodsList{flex-direction:column;display:flex}div.PaymentMethodsList-module__WLUDFW__paymentMethodInfo{grid-template-columns:1fr auto;gap:10px;padding:10px;font-size:.9rem;display:grid}div.PaymentMethodsList-module__WLUDFW__paymentMethodInfo:hover{background-color:var(--grey-1);cursor:pointer;border-radius:8px}.PaymentMethodsList-module__WLUDFW__grouping{flex-direction:row;align-items:center;gap:10px;font-size:.9rem;display:flex}svg.PaymentMethodsList-module__WLUDFW__cardBrandIcon{max-height:30px}span.PaymentMethodsList-module__WLUDFW__cardBrandName{text-transform:capitalize}span.PaymentMethodsList-module__WLUDFW__defaultPMLabel{color:var(--cyan-1);background-color:var(--cyan-7);border-radius:100px;flex-direction:row;align-items:center;gap:5px;padding:5px 10px;font-size:.8rem;font-weight:500;display:flex}@media screen and (min-width:992px){div.PaymentMethodsList-module__WLUDFW__paymentMethodActions{visibility:hidden}div.PaymentMethodsList-module__WLUDFW__paymentMethodInfo:hover div.PaymentMethodsList-module__WLUDFW__paymentMethodActions{visibility:visible}div.PaymentMethodsList-module__WLUDFW__paymentMethodInfo{grid-template-columns:1fr auto 30px;max-width:500px}}
.NewChatScreen-module__Rn-jiG__emptyChatContent{scrollbar-width:none;background:linear-gradient(135deg,#f8fafc 0%,#e9ecef 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:15px 5px 0;display:flex;overflow-y:scroll}.NewChatScreen-module__Rn-jiG__emptyChatContent>div{width:90%}.NewChatScreen-module__Rn-jiG__emptyChatMessage{color:var(--black-3);text-align:center;align-self:center;margin-bottom:15px;font-size:calc(1.4rem + .8vw);font-weight:500}div.NewChatScreen-module__Rn-jiG__toolDemosContainer{scrollbar-width:none;-ms-overflow-style:none;flex-flow:wrap;justify-content:center;align-items:center;gap:15px;width:100%;padding-bottom:50px;display:flex;overflow:scroll}div.NewChatScreen-module__Rn-jiG__toolDemosContainer::-webkit-scrollbar{display:none}div.NewChatScreen-module__Rn-jiG__toolDemoContainer{cursor:pointer;background-color:var(--white-1);border:1px solid var(--grey-3);-webkit-user-select:none;user-select:none;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;gap:10px;max-width:clamp(300px,80vw,450px);padding:5px;display:flex}div.NewChatScreen-module__Rn-jiG__imageContainer{flex:0 0 100px;display:flex}div.NewChatScreen-module__Rn-jiG__toolDemosContainer img{object-fit:cover;border-radius:15px;width:100px;min-width:100px;height:100px;min-height:100px}div.NewChatScreen-module__Rn-jiG__textContainer{text-overflow:ellipsis;-webkit-line-clamp:4;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}div.NewChatScreen-module__Rn-jiG__textContainer p{line-height:1.25rem}@media (min-width:900px){div.NewChatScreen-module__Rn-jiG__toolDemosContainer{grid-template-columns:auto auto;gap:20px;margin-top:40px;padding:0 max(50% - 400px,10vw);display:grid}div.NewChatScreen-module__Rn-jiG__toolDemoContainer:hover{transition:all .3s;transform:scale(1.01)}.NewChatScreen-module__Rn-jiG__emptyChatMessage{margin-bottom:40px}}
.CommandBar-module__E8kVJa__commandBarWrapper{border-top:1px solid var(--grey-3);padding:4px}.CommandBar-module__E8kVJa__commandBarContainer{background-color:var(--white-1);flex-direction:column;align-self:center;display:flex}.CommandBar-module__E8kVJa__uploadedFilesContainer{scrollbar-width:none;-ms-overflow-style:none;flex-flow:row;gap:6px;margin:6px 8px 0;display:flex;overflow-x:auto}.CommandBar-module__E8kVJa__uploadedFilesContainer::-webkit-scrollbar{display:none}.CommandBar-module__E8kVJa__bottomSectionContainer{flex-direction:column;gap:10px;width:100%;padding:8px;display:flex}.CommandBar-module__E8kVJa__uploadButton{background-color:var(--grey-1);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;min-width:50px;max-width:50px;min-height:50px;max-height:50px;padding:5px;display:flex}.CommandBar-module__E8kVJa__uploadButton>input{display:none}.CommandBar-module__E8kVJa__uploadButton>svg{width:30px;min-width:30px;max-width:30px;height:30px;min-height:30px;max-height:30px;fill:var(--grey-3);width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;transform:rotate(45deg)}.CommandBar-module__E8kVJa__uploadButton:hover{opacity:.8}.CommandBar-module__E8kVJa__textArea{background-color:var(--grey-2);border:1px solid var(--grey-3);resize:none;box-shadow:none;border:none;height:auto;min-height:40px;max-height:150px;margin-top:0;padding-top:12px;line-height:1.4;overflow-y:hidden}.CommandBar-module__E8kVJa__textArea:focus{box-shadow:none;border:none;outline:none;transition:none}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar{width:6px}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-track{background:0 0}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-thumb{background:var(--grey-3);border-radius:3px}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-thumb:hover{background:var(--grey-3)}.CommandBar-module__E8kVJa__textArea{scrollbar-width:thin;scrollbar-color:var(--grey-3)transparent}.CommandBar-module__E8kVJa__bottomSection,div.CommandBar-module__E8kVJa__bottomContainer{flex-direction:row;justify-content:space-between;display:flex}@media (min-width:768px){.CommandBar-module__E8kVJa__commandBarWrapper{border:none;width:100%;max-width:880px;margin:0 auto 20px}.CommandBar-module__E8kVJa__commandBarContainer{border:1px solid var(--grey-3);box-shadow:var(--box-shadow-md);border-radius:25px}.CommandBar-module__E8kVJa__bottomSectionContainer{border-radius:25px}.CommandBar-module__E8kVJa__textArea{background-color:var(--white-1);resize:none;border:none;border-radius:5px;height:auto;padding-top:8px;padding-bottom:6px;padding-left:4px;line-height:1.4;overflow-y:hidden}.CommandBar-module__E8kVJa__uploadButton{min-width:40px;max-width:40px;min-height:40px;max-height:40px}}
div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropOverlay{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#717171c3;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{background-color:#fff;margin:auto;padding:20px;position:relative}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropTop{z-index:5;position:absolute;top:10px;right:10px}@media screen and (min-width:768px){div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{border-radius:30px;padding:50px}}
.UploadeFile-module__0JVhpq__fileContainer{position:relative}button.UploadeFile-module__0JVhpq__uploadedFileRemoveButton{opacity:.8;position:absolute;top:6px;right:6px;background-color:#fff!important}button.UploadeFile-module__0JVhpq__uploadedFileRemoveButton:hover{opacity:1}.UploadeFile-module__0JVhpq__fileContainer img{aspect-ratio:1;object-fit:cover;object-position:center;border:1px solid var(--grey-3);cursor:pointer;border-radius:12px;width:100%;min-width:75px;max-width:75px;height:100%;min-height:75px;max-height:75px;display:block}.UploadeFile-module__0JVhpq__imageUploadingAnimationContainer{background-color:var(--white-1);opacity:.6;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;margin:auto;padding:1px;display:flex;position:absolute;inset:0}@media (min-width:900px){.UploadeFile-module__0JVhpq__fileContainer:hover .UploadeFile-module__0JVhpq__uploadedFileRemoveButton{visibility:visible}.UploadeFile-module__0JVhpq__uploadedFileRemoveButton{visibility:hidden}.UploadeFile-module__0JVhpq__fileContainer img{border-radius:20px}}
.ChatSkeleton-module__C3gKaW__skeletonMessage{gap:12px;margin-bottom:24px;padding:16px;animation:2s ease-in-out infinite ChatSkeleton-module__C3gKaW__pulse;display:flex}.ChatSkeleton-module__C3gKaW__userMessage{flex-direction:row-reverse;justify-content:flex-start}.ChatSkeleton-module__C3gKaW__assistantMessage{flex-direction:row}.ChatSkeleton-module__C3gKaW__skeletonAvatar{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:1.5s ease-in-out infinite ChatSkeleton-module__C3gKaW__shimmer}.ChatSkeleton-module__C3gKaW__skeletonContent{flex:1;max-width:70%}.ChatSkeleton-module__C3gKaW__skeletonLine{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:40px;margin-bottom:8px;animation:1.5s ease-in-out infinite ChatSkeleton-module__C3gKaW__shimmer}.ChatSkeleton-module__C3gKaW__skeletonLine:last-child{margin-bottom:0}.ChatSkeleton-module__C3gKaW__skeletonLine.ChatSkeleton-module__C3gKaW__short{width:60%}@keyframes ChatSkeleton-module__C3gKaW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ChatSkeleton-module__C3gKaW__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.ChatSkeleton-module__C3gKaW__skeletonMessage{margin-bottom:16px;padding:12px}.ChatSkeleton-module__C3gKaW__skeletonAvatar{width:32px;height:32px}.ChatSkeleton-module__C3gKaW__skeletonContent{max-width:80%}}
