.bottom-sheet{position:fixed;top:0;left:0;width:100%;height:100%;display:flex!important;opacity:0;pointer-events:none;align-items:center;flex-direction:column;justify-content:flex-end;transition:.1s linear}.bottom-sheet.show{opacity:1;pointer-events:auto;z-index:9999999999;max-height:100%}.bottom-sheet .sheet-overlay{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2;background:#000}.bottom-sheet .content{width:100%;position:relative;background:#fff;max-height:80%;max-width:1150px;padding:25px 30px;transform:translateY(100%);border-radius:12px 12px 0 0;box-shadow:0 10px 20px rgba(0,0,0,.03);transition:.3s ease}.bottom-sheet.show .content{transform:translateY(0%)}.bottom-sheet.dragging .content{transition:none}.bottom-sheet.fullscreen .content{border-radius:0;overflow-y:hidden}.header .drag-icon{cursor:grab;user-select:none;padding:15px;margin-top:-15px;width:100%}.header .drag-icon span{height:4px;width:60px;display:block;background:#c7d0e1;border-radius:50px;margin:0 auto}.bottom-sheet .body{height:100%;overflow-y:auto;padding:0;scrollbar-width:none}.bottom-sheet .body::-webkit-scrollbar{width:0}.bottom-sheet .body h2{font-size:1.8rem}.bottom-sheet .body p{margin-top:20px;font-size:1.05rem}.f-bottom-sheet-bottom-div{display:flex;grid-gap:20px;justify-content:flex-end;flex-direction:column}.f-bottom-sheet-btn-div{display:flex;grid-gap:20px;justify-content:flex-end}h5>p{font-size:14px!important;font-weight:400!important}.bs-heading{line-height:22px;font-size:18px!important;font-weight:400!important}.bs-subHeading{line-height:20px;font-size:14px!important;font-weight:400!important}.bs-options-div{display:flex;align-items:center;grid-gap:10px;font-weight:bold;line-height:20px;font-size:14px!important;padding:8px 5px}.bs-options-div,.bs-options-div *{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.bs-options{display:flex;flex-direction:column}.bs-balloon{position:absolute;background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:999;cursor:pointer}.bs-balloon-overlay{position:fixed;top:0;left:0;z-index:998;width:100%;height:100%}.bs-center-title{text-align:center;padding-bottom:10px;border-bottom:1px solid #ccc}