@layer bcc-design-layer{.bcc-bottom-sheet__container{position:fixed;bottom:0;left:0;right:0;box-sizing:border-box}.bcc-bottom-sheet__sheet{position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);background-color:var(--b-color-neutral-default-0);border-radius:var(--g-spacing-6) var(--g-spacing-6) 0 0;box-shadow:0 4px 17px 0 rgba(20,60,97,.141);will-change:transform;transition:border-radius .2s ease;height:100%;overflow:hidden}.bcc-bottom-sheet__sheet_withTransition{transition:.5s cubic-bezier(.3,.91,.38,.99)}.bcc-bottom-sheet__sheet_squaredTop{border-radius:0}.bcc-bottom-sheet__scrollable{height:100%;background-color:inherit;border-radius:inherit;overscroll-behavior:none;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none}.bcc-bottom-sheet__scrollable_lockScroll{overflow:hidden}.bcc-bottom-sheet__scrollable::-webkit-scrollbar{width:0;height:0}.bcc-bottom-sheet__content{flex:1 1;box-sizing:border-box;white-space:pre-line;word-break:break-word}.bcc-bottom-sheet__drag{position:-webkit-sticky;position:sticky;top:0;height:12px;flex-shrink:0;display:flex;justify-content:center;align-items:center;width:100%;background-color:inherit;z-index:5}.bcc-bottom-sheet__drag_transparent{opacity:.8;background-color:unset}.bcc-bottom-sheet__drag_hide{display:none}.bcc-bottom-sheet__drag-icon{width:36px;height:4px;background-color:var(--b-color-neutral-default-200);border-radius:var(--g-spacing-4)}.bcc-bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;transition:background-color .5s ease,-webkit-backdrop-filter .4s ease;transition:background-color .5s ease,backdrop-filter .4s ease;transition:background-color .5s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease;will-change:background-color,backdrop-filter,opacity;background-color:transparent;pointer-events:none}.bcc-bottom-sheet-backdrop_show{display:block;background-color:var(--b-color-overlay-primary);pointer-events:all}.bcc-bottom-sheet-backdrop_hidden{display:none}.bcc-bottom-sheet-backdrop_show.bcc-bottom-sheet-backdrop_blured{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bcc-bottom-sheet-header{box-sizing:border-box;background-color:inherit;border-bottom:1px solid transparent;transition:border-bottom .2s;z-index:3;flex-shrink:0;min-height:42px}.bcc-bottom-sheet-header_stickyHeader{position:-webkit-sticky;position:sticky;top:0}.bcc-bottom-sheet-header_stickyHeaderWithDrag{position:-webkit-sticky;position:sticky;top:var(--g-spacing-3)}.bcc-bottom-sheet-header_stuck{box-shadow:0 1px 6px -2px rgba(20,60,97,.141);border-bottom:1px solid var(--b-color-neutral-default-100)}.bcc-bottom-sheet-header_hide{display:none}.bcc-bottom-sheet-header__title{display:flex;align-items:center;gap:12px;padding-inline:var(--g-spacing-3)}.bcc-bottom-sheet-header__title_paddedLeft{padding-left:calc(var(--g-spacing-9) + var(--g-spacing-3) + var(--g-spacing-3))}.bcc-bottom-sheet-header__title_paddedRight{padding-right:calc(var(--g-spacing-9) + var(--g-spacing-3) + var(--g-spacing-3))}.bcc-bottom-sheet-header__title_hide{display:none}.bcc-bottom-sheet-header__titleText{color:var(--b-color-neutral-default-800);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.bcc-bottom-sheet-header__titleText_left{text-align:start}.bcc-bottom-sheet-header__titleText_center{text-align:center}.bcc-bottom-sheet-header__titleText_right{text-align:end}.bcc-bottom-sheet-header__backButton svg,.bcc-bottom-sheet-header__closeButton svg{width:20px;height:20px}.bcc-bottom-sheet-header__bottomAddon:empty{display:none}.bcc-bottom-sheet-footer{background-color:inherit;border-top:1px solid transparent;transition:border-top .2s;box-sizing:border-box;z-index:3;flex-shrink:0}.bcc-bottom-sheet-footer_sticky{position:-webkit-sticky;position:sticky;bottom:0}.bcc-bottom-sheet-footer_stuck{box-shadow:0 1px 6px 2px rgba(20,60,97,.141);border-top:1px solid var(--b-color-neutral-default-100)}.bcc-bottom-sheet-footer:empty{display:none}}