#MobileUiContainer .bottom-sheet-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15000}#MobileUiContainer .bottom-sheet-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(46,46,46,.65);opacity:1;pointer-events:all;transition:opacity .8s;z-index:15010}#MobileUiContainer .default-bottom-sheet{display:flex;flex-direction:column;width:100%;height:45vh;border-radius:8px 8px 0 0;background-color:#fefefe;pointer-events:auto;transition:height .5s ease-out;z-index:15050;overflow:auto}#MobileUiContainer .bottom-sheet-draggable-header{display:flex;justify-content:center;align-items:center;cursor:grab;user-select:none;height:2.5rem;touch-action:none;border-bottom:2px solid #e0e0e0}#MobileUiContainer .decrease-bottom-sheet-button,#MobileUiContainer .increase-bottom-sheet-button{background-color:transparent;cursor:pointer;user-select:none;touch-action:none;width:2rem;height:2rem;opacity:1;transition:opacity .8s}#MobileUiContainer .increase-bottom-sheet-button{transform:rotate(270deg);margin-left:auto}#MobileUiContainer .decrease-bottom-sheet-button{transform:rotate(90deg);margin-left:.6rem}#MobileUiContainer .bottom-sheet-close-button{width:1.3rem;height:1.3rem;cursor:pointer;margin-right:.3rem;opacity:1;margin-left:auto}#MobileUiContainer .decrease-bottom-sheet-button:hover,#MobileUiContainer .increase-bottom-sheet-button:hover{background-color:transparent!important;border-radius:0}#MobileUiContainer .decrease-bottom-sheet-button.x-item-disabled,#MobileUiContainer .increase-bottom-sheet-button.x-item-disabled{opacity:.25}#MobileUiContainer .bottom-sheet-body{flex:1;overflow-y:auto}#MobileUiContainer .bottom-sheet-container.closed{pointer-events:none}#MobileUiContainer .bottom-sheet-container.closed .bottom-sheet-overlay{opacity:0}#MobileUiContainer .bottom-sheet-container.closed .default-bottom-sheet{height:0}#MobileUiContainer .bottom-sheet-container.mouse-tracking{pointer-events:all;cursor:grabbing}#MobileUiContainer .bottom-sheet-container.mouse-tracking .bottom-sheet-draggable-header{cursor:grabbing}#MobileUiContainer .bottom-sheet-container.mouse-tracking .default-bottom-sheet{transition:none;height:100%}#MobileUiContainer .bottom-sheet-container.maximized .default-bottom-sheet{border-top:3px solid #2e2e2e;border-radius:0;height:100vh;transition:height .5s ease-out}