body{background:#f0f0f0}.alert-wrap{width:100%;height:100vh;display:flex;text-align:center;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.43529411764705883);position:fixed;opacity:0;z-index:-1;transition:all .3s ease 0s}.alert-wrap.show{opacity:1;z-index:999;transition:all .3s ease 0s}.alert-wrap .resp-wrap{background:#fff;border-radius:20px;max-width:800px;width:100%;height:auto;padding:20px;color:#5a5a5a}.alert-wrap .resp-wrap h4{margin:10px 0 0 0;font-weight:600}.alert-wrap .resp-wrap p{font-weight:500;margin:10px 0 0 0}.alert-wrap .resp-wrap .resp-body{margin:20px 0 10px;padding:0 0 20px 0}.alert-wrap .resp-wrap .resp-body .envelop{padding:20px 10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d9d9d9}.alert-wrap .resp-wrap .resp-body .envelop.last{border:none}.alert-wrap .resp-wrap .resp-body svg{width:20px;height:20px;margin:0 10px 0 0}.alert-wrap .resp-wrap .resp-body span{font-weight:600}