.response-bottom-modal__backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:9998;cursor:pointer}.response-bottom-modal__content{position:fixed;left:0;right:0;bottom:0;background-color:#fff;border-radius:40px 40px 0 0;padding:2rem 2rem max(2rem,env(safe-area-inset-bottom));z-index:9999}.response-bottom-modal__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.response-bottom-modal__icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.response-bottom-modal__icon--success{background-color:#34c759}.response-bottom-modal__icon--error{background-color:#ff3b30}.response-bottom-modal__icon-svg{width:24px;height:24px;flex-shrink:0}.response-bottom-modal__title{font-size:18px;font-weight:500;margin-bottom:.5rem;color:#191919}.response-bottom-modal__description{font-size:18px;margin-bottom:2rem;color:#191919;white-space:pre-line}.response-bottom-modal__button,.response-bottom-modal__button-wrap{width:100%}