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