.notify{width:56px!important;height:56px;position:relative}@media screen and (max-width:1024px){.notify{display:flex;align-items:center}}.notify .notify--bt{width:100%;height:100%;margin:0;display:flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:50%;transition:all .2s ease-in-out;cursor:pointer}@media screen and (max-width:1024px){.notify .notify--bt{height:35px}}.notify .notify--bt__qty{position:absolute;right:0;top:0;background:linear-gradient(180deg,#00c0ff,#72ff72);width:20px;height:20px;font-family:Farm Indiana Cnd;font-size:14px;line-height:20px;border-radius:50%;transition:all .2s ease-in-out}@media screen and (max-width:1024px){.notify .notify--bt__qty{width:16px;height:16px;font-size:12px;line-height:17px;top:5px}}@media screen and (max-width:1024px){.notify .notify--bt svg{width:20px;height:20px}}.notify .notify--bt:hover{transition:all .2s ease-in-out}.notify .notify--box{position:absolute;top:72px;width:432px;max-width:100vw;right:-40px;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;opacity:0;max-height:0;overflow:hidden;visibility:hidden;transition:all .4s linear;padding:25px 15px 15px}.notify .notify--box:after{content:"";background-color:#fff;position:absolute;right:52px;top:-10px;z-index:-1;height:50px;width:50px;transform:rotate(45deg);border-radius:5px}.notify .notify--box__title{color:#004077;text-align:center;font-size:16px;font-family:Farm Indiana Cnd,"sans-serif";font-style:normal;font-weight:700;line-height:20px;margin:0 0 30px}.notify .notify--box__content{max-height:90%;overflow:auto;display:grid;row-gap:15px}.notify .notify--box__content .notify--item p{color:#004077;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0 0 10px}.notify .notify--box__content .notify--split{margin:0;height:2px;background-color:#00c0ff}@media screen and (max-width:1024px){.notify .notify--box{z-index:1;top:69px;max-width:95vw;right:-50px;box-shadow:0 0 0 2px rgba(0,0,0,.2)}}.notify.notify-open .notify--box{opacity:1;max-height:60vw;visibility:visible;overflow:visible;transition:all .2s linear;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}