body{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;overflow:hidden;font-family:Arial,sans-serif;width:device-width}html{width:device-width}*{box-sizing:border-box;margin:0;padding:0}.bottom-sheet{background:#fff;border-radius:15px 15px 0 0;box-shadow:0 -2px 10px #0003;transition:bottom .3s ease-in-out;position:fixed;width:100%;padding:40px;height:300px;bottom:-159px;zoom:2}.bottom-sheet-border{border-radius:30px;color:gray;width:70px;height:5px;background-color:gray;position:absolute;top:13px;left:50%;transform:translate(-50%)}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.bottom-sheet h2{font-size:18px}.button{background-color:#000;color:#fff;border:2px solid white;border-radius:30px;padding:10px 20px;font-size:14px;cursor:pointer;transition:background-color .3s ease;display:block;width:100%;margin-bottom:10px;text-align:center;text-decoration:none}.border-btn{border:1px solid #921e3b;color:#921e3b;background:none}.white-btn{background-color:#921e3b;color:#fff}.display-on-swipe{opacity:0;transition:opacity .3s ease-out}#loader{position:fixed;z-index:100;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#ffffff80;display:flex;justify-content:center;align-items:center}
