.bottom-sheet-body{position:absolute;padding:0;bottom:0;border-radius:16px 16px 0 0;width:100%;overflow:auto;overflow-x:overlay;background:#fff}.bottom-sheet-head-ctn{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 20px}.bottom-sheet-head{font-size:18px;font-weight:600;color:#1a1a1a}.bottom-sheet-content{overflow-y:auto;max-height:calc(100vh - 130px);padding:0 18px 18px}@media only screen and (min-width:600px){.bottom-sheet-body{border-radius:8px;max-width:480px;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.bottom-sheet-head-ctn{padding:20px 24px}.bottom-sheet-head{font-size:18px}.bottom-sheet-content{padding:0 24px 24px}}.cust-head-ctn{padding:8px 24px;background-color:var(--secondary-main);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1400;min-height:54px}.cust-head-title{font-size:16px;font-weight:600;color:var(--primary-main)}.cust-head-subtitle{font-size:14px;font-weight:400;color:var(--primary-main)}