#coupon-container{display:flex;flex-direction:column;flex:1 1;max-width:700px;min-width:336px;margin:auto}#coupon-inner-container{box-shadow:inset #000;flex-direction:column;width:80%;align-self:center;box-shadow:0 0 5px #eee;padding:15px 15px 70px;margin-top:20%}#coupon-image-container,#coupon-inner-container{display:flex;justify-content:center;align-items:center;border-radius:15px}#coupon-image-container{width:100%;height:150px;background-color:#e9fae8;overflow:hidden;padding:0}#coupon-default-image{width:100%;height:50px;object-fit:contain}#coupon-image{width:100%;height:100%;object-fit:cover}#coupon-icon{height:40px}#coupon-status-text{margin-left:auto;font-weight:700;font-size:.9rem}#coupon-status{text-transform:capitalize;display:list-item;list-style-type:disc;list-style-position:inside;background-color:var(--logoGreen);color:#fff;padding:5px 0 5px 10px;margin:0 0 0 10px;border-radius:15px}#coupon-status span{position:relative;left:-10px}.coupon-section{display:flex;align-items:center;flex:1 1;width:90%;margin-top:10px}.section-2{flex-direction:column;justify-content:start;align-items:flex-start;margin-top:20px}#coupon-code,#coupon-description,#coupon-expiry-date,#coupon-name,#coupon-price,#coupon-short-description{margin:10px 0 0}#coupon-code{font-weight:700;color:var(--logoGreen)}.coupon-info-title{font-size:.9rem;font-weight:700;margin-right:5px;color:#000}#coupon-name,#coupon-price{font-weight:700;font-size:1.4rem}#coupon-price-before-price{color:var(--logoRed);text-decoration:line-through;font-size:.8rem;margin-left:10px}#coupon-description,#coupon-short-description{color:grey;font-size:.9rem;line-height:25px}#coupon-expiry-date{font-weight:700;color:var(--logoGreen)}.verify-button{background-color:var(--logoGreen);margin:0 auto;color:#fff;font-weight:700;font-size:1.7rem;padding:5px 30px;border-radius:15px;position:relative;top:-20px;cursor:pointer}.expired-button{background-color:var(--logoRed);cursor:pointer}@media only screen and (max-width:600px){#coupon-name{font-size:1rem}.coupon-info-title{font-size:.8rem}#coupon-price{font-size:1rem}#coupon-description,#coupon-short-description{font-size:.8rem;line-height:20px}.verify-button{font-size:1.4rem}}.loading-container{height:100vh;flex-direction:column;display:flex;justify-content:center;align-items:center}.balls-container{display:flex;border-radius:9999px;justify-content:space-between;align-items:center;width:6rem}.bouncing-ball{padding:.5rem;width:.25rem;height:.25rem;border-radius:9999px;-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}.pouch{width:6rem;height:3rem;margin-top:.25rem;border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(-30px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}.container-qr{display:flex;flex-direction:column;flex:1 1;max-width:700px;margin:auto}.header{display:flex;justify-content:space-between;vertical-align:middle;align-items:center;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 15px;z-index:1000;margin-bottom:15px;margin-left:-15px;margin-right:-15px}.logo{height:40px;width:116px;margin-right:10px}.qr-container{box-shadow:inset #000;display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;align-self:center;border-radius:15px;box-shadow:0 0 5px #eee;padding:15px;margin-top:20%}.camera{height:50px;width:50px}.qr{height:200px;width:200px}.camera,.qr{padding:10px 0}.qr-text{color:#00cd3d;text-align:center;font-size:1.2em;margin-bottom:20px}*{font-family:sans-serif}:root{--tw-space-x-reverse:0;--logoRed:#fb4628;--logoBlue:#00acff;--logoYellow:#ffbf00;--logoGreen:#00cd3d}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-brand-red{background-color:#fb4628;background-color:var(--logoRed)}.bg-brand-green{background-color:#00cd3d;background-color:var(--logoGreen)}.bg-brand-blue{background-color:#00acff;background-color:var(--logoBlue)}.bg-brand-yellow{background-color:#ffbf00;background-color:var(--logoYellow)}