.recent-orders-popup{backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);background:rgba(0,200,128,.102);border-radius:12px;bottom:60px;left:20px;max-width:450px;opacity:0;padding:32px;pointer-events:none;position:fixed;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;width:100%;z-index:101}.recent-orders-popup.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.recent-orders-popup__close{align-items:center;background:var(--color-green);border:0;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);color:var(--color-white);cursor:pointer;display:flex;font-size:14px;height:22px;justify-content:center;line-height:1;opacity:0;padding:0;position:absolute;right:0;top:0;transform:translate(50%,-50%);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;width:22px;z-index:2}.recent-orders-popup:hover .recent-orders-popup__close,.recent-orders-popup__close:focus-visible{opacity:1;visibility:visible}.recent-orders-popup__link{align-items:flex-start;color:inherit;display:flex;text-decoration:none}a.recent-orders-popup__link{cursor:pointer;transition:opacity var(--main-duration)}@media screen and (min-width:1025px){a.recent-orders-popup__link:hover{opacity:.85}}.recent-orders-popup__icon{flex-shrink:0;height:80px;margin-right:30px;width:80px}.recent-orders-popup__icon img{display:block;height:100%;object-fit:contain;width:100%}.recent-orders-popup__body{display:block;padding-right:20px}.recent-orders-popup__title{color:var(--color-blue-catalina);font-size:24px;font-weight:500;line-height:28px}.recent-orders-popup__text,.recent-orders-popup__title{display:block;font-family:Roboto,sans-serif;margin-bottom:8px}.recent-orders-popup__text{color:hsla(211,8%,51%,.969);font-size:18px;font-weight:400;line-height:24px}.recent-orders-popup__plan--linked{color:rgba(0,200,128,.969);text-decoration:underline}.recent-orders-popup__time{display:block;font-family:Roboto,sans-serif;font-size:18px;font-weight:300;line-height:24px}@media only screen and (max-width:1023px){.recent-orders-popup{left:15px}}@media only screen and (max-width:767px){.recent-orders-popup{max-width:min(300px,100% - 32px);padding:16px}.recent-orders-popup__close{opacity:1;right:8px;top:8px;transform:none;visibility:visible}.recent-orders-popup__icon{height:52px;margin-right:18px;width:52px}.recent-orders-popup__body{padding-right:26px}.recent-orders-popup__title{font-size:16px;line-height:20px;margin-bottom:6px}.recent-orders-popup__text{margin-bottom:6px}.recent-orders-popup__text,.recent-orders-popup__time{font-size:13px;line-height:18px}}