.bottom-sheet{z-index:999;bottom:-100%;position:fixed;left:0;width:100%;height:auto;background:white;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 -2px 10px rgba(0,0,0,.1);color:black;transition:bottom .3s ease;opacity:0}.bottom-sheet.show{bottom:0;opacity:1}.header{width:100%;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc}.content h2{text-transform:capitalize;font-size:20px;font-weight:600}.header .icon{width:20px;height:20px;margin:0 6px}.adjustIcon{padding:2px;background-color:#b415302d;border-radius:50%;width:25px;height:25px;color:rgb(150,65,65)}.sheet-overlay{position:fixed;top:0;z-index:999;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);transition:opacity .3s ease;opacity:0;pointer-events:none}.sheet-overlay.show{opacity:1;pointer-events:all;visibility:visible}.text{margin:0 5px;line-height:.9;text-transform:capitalize}.text h2{font-size:13px;font-weight:600}.text p{font-size:12px;color:gray}.headerContent{display:flex;align-items:center}.content{padding:20px}