.small-popup-con{border-radius:8px;background:#545b65;position:fixed;right:48px;padding:32px;padding-bottom:0;max-width:287px;min-width:287px;bottom:-500px;display:block;z-index:99999}@keyframes show-popup{from{bottom:-500px}to{bottom:48px}}@keyframes hide-popup{from{bottom:48px}to{bottom:-500px}}.small-popup-con.show{animation:show-popup 1s linear;animation-iteration-count:1;animation-fill-mode:forwards}.small-popup-con.hide{animation:hide-popup 1s linear;animation-iteration-count:1;animation-fill-mode:forwards}.small-popup-con .close-popup-icon{position:absolute;top:16px;right:16px;cursor:pointer}.small-popup-con .small-popup-title{color:#fff;font-weight:600;font-size:16px;line-height:20px;margin-bottom:6px}.small-popup-con .small-popup-content{color:rgba(255,255,255,0.75);font-size:14px;margin-bottom:8px}.small-popup-con .small-popup-download{position:absolute;background:rgba(84,91,101,0.75);backdrop-filter:blur(15px);border-radius:0px 0px 8px 8px;padding:20px;display:flex;bottom:0;width:100%;left:0;bottom:0;justify-content:center}.small-popup-con .small-popup-download svg{margin-top:4px}.small-popup-con .download-now{font-size:16px;line-height:24px;font-weight:bold;text-decoration-line:underline;color:#fff}.small-popup-con .small-popup-image img{display:block;margin:0 auto;max-width:160px}