.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in;z-index:1046}.custom-modal-content{background-color:#fff;padding:20px;border-radius:8px;animation:slideIn .3s ease-in;width:33%}.custom-modal-content .stores-logo img{width:11rem;height:3.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@media (max-width:991px){.custom-modal-content{width:85%;padding:12px}}@media (max-width:760px){.download-app-btn{width:100%!important;height:2.5rem!important}}