.bs-side-sheet-root{position:fixed;z-index:1300;inset:0}.bs-side-sheet-root-enter{right:0;opacity:0}.bs-side-sheet-root-enter-active{animation-timing-function:.3s;animation:backdrop-fadeIn .3s 1}.bs-side-sheet-root-exit{opacity:1}.bs-side-sheet-root-exit-active{animation-timing-function:.3s;animation:backdrop-fadeOut .3s 1}.bs-side-sheet-root.bs-side-sheet-root-right .bs-side-sheet-container{justify-content:end}.bs-side-sheet-root.bs-side-sheet-root-left .bs-side-sheet-container{justify-content:start}.bs-side-sheet-root.bs-side-sheet-root-right.bs-side-sheet-root-enter-active .bs-side-sheet-container{animation-timing-function:ease;animation:sheet-right-slideLeft .3s}.bs-side-sheet-root.bs-side-sheet-root-right.bs-side-sheet-root-exit-active .bs-side-sheet-container{animation-timing-function:ease;animation:sheet-right-slideRight .3s}.bs-side-sheet-root.bs-side-sheet-root-left.bs-side-sheet-root-enter-active .bs-side-sheet-container{animation-timing-function:ease;animation:sheet-left-slideLeft .3s}.bs-side-sheet-root.bs-side-sheet-root-left.bs-side-sheet-root-exit-active .bs-side-sheet-container{animation-timing-function:ease;animation:sheet-left-slideRight .3s}.bs-side-sheet-root .bs-side-sheet-container{height:100%;outline:0;display:flex}.bs-side-sheet-root .bs-side-sheet-container .bs-side-sheet{display:flex;flex-direction:column;background-color:var(--color-grayscale-white);box-shadow:var(--shadow-medium-1-offset-x) var(--shadow-medium-1-offset-y) var(--shadow-medium-1-blur) var(--shadow-medium-1-spread) var(--shadow-medium-1-color);overflow:hidden;padding:var(--spacing-12) var(--spacing-8) 0 var(--spacing-8);max-width:calc(90vw - 4rem);box-sizing:content-box}@media only screen and (max-width:640px){.bs-side-sheet-root .bs-side-sheet-container .bs-side-sheet{padding:var(--spacing-6) var(--spacing-4) 0 var(--spacing-4);max-width:calc(90vw - var(--spacing-8))}}@keyframes backdrop-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes backdrop-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes sheet-right-slideLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes sheet-right-slideRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes sheet-left-slideLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes sheet-left-slideRight{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.bs-side-sheet-content{display:flex;align-items:flex-start;justify-content:flex-start;row-gap:var(--spacing-8);column-gap:var(--spacing-8);flex:1 1 auto;overflow:hidden}@media only screen and (max-width:640px){.bs-side-sheet-content{row-gap:var(--spacing-6);column-gap:var(--spacing-6)}}.bs-side-sheet-content-scroll{height:100%;width:100%}.bs-side-sheet-content-wrapper{width:-moz-fit-content;width:fit-content;max-width:100%}.bs-side-sheet-content-scrollBody{overflow-y:scroll}.bs-side-sheet-content-scrollBody::-webkit-scrollbar{z-index:9999;width:calc(var(--spacing-1)*3.5);height:calc(var(--spacing-1)*3.5);background-color:inherit;border-radius:var(--border-radius-full)}.bs-side-sheet-content-scrollBody::-webkit-scrollbar-track{background:var(--color-grayscale-light-gray);margin:var(--spacing-2) 0;border:var(--spacing-1) solid rgba(0,0,0,0);background-clip:padding-box;border-radius:var(--border-radius-full)}.bs-side-sheet-content-scrollBody::-webkit-scrollbar-thumb{background:var(--color-grayscale-medium-gray);border:var(--spacing-1) solid rgba(0,0,0,0);background-clip:padding-box;border-radius:var(--border-radius-full)}.bs-side-sheet-content-scrollBody::-webkit-scrollbar-thumb:hover{background:var(--color-grayscale-semi-dark-gray);background-clip:padding-box}.bs-side-sheet-content-scrollBody::-webkit-resizer{background-color:rgba(0,0,0,0);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="Group_6459" transform="translate(-597 -2118)"><rect id="Rectangle_5357" width="14" height="14" transform="translate(611 2132) rotate(180)" fill="none"/><g id="Group_3424" transform="translate(-1001.789 1611.69) rotate(-45)"><path id="Line_344" d="M10,.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H10a.5.5,0,0,1,.5.5A.5.5,0,0,1,10,.5Z" transform="translate(767.5 1496.5)" fill="%23707070"/><path id="Line_345" d="M6,.5H0A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5H6a.5.5,0,0,1,.5.5A.5.5,0,0,1,6,.5Z" transform="translate(769.632 1499.5)" fill="%23707070"/></g></g></svg>');background-repeat:no-repeat;background-size:contain}.bs-side-sheet-content-scrollBody::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.bs-side-sheet-row .bs-side-sheet-content{flex-direction:row}.bs-side-sheet-column .bs-side-sheet-content{flex-direction:column}.bs-side-sheet-header{display:inline-flex;justify-content:space-between;flex:0 1 auto;padding-bottom:var(--spacing-8);font-weight:600}@media only screen and (max-width:640px){.bs-side-sheet-header{padding-bottom:var(--spacing-4)}.bs-side-sheet-header span{font-size:var(--heading-20-font-size)}}.bs-side-sheet-slot{text-align:start;flex:0 1 auto}