body{margin:0px}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.page-content{flex-grow:1}.account-info{width:95%;position:relative;max-width:1000px;margin:100px auto 25px auto;background:#fff;box-shadow:0px 14px 80px rgba(34,35,58,0.2);padding:25px;border-radius:25px;transition:all .3s;text-align:center}@media screen and (max-width:1024px){.account-info{max-width:800px}}@media screen and (max-width:768px){.account-info{max-width:600px}}@media screen and (max-width:576px){.account-info{margin:100px auto 25px auto;min-height:auto;max-width:300px}}.bluechip-footer{margin-top:5em}.account-detail{display:inline-block}.led-box p{font-size:12px;text-align:center;margin:1em}.led-red{margin:0 auto;width:24px;height:24px;background-color:#f2545b;border-radius:50%}.led-yellow{margin:0 auto;width:24px;height:24px;background-color:#e66e50;border-radius:50%;animation:blinkYellow 1s infinite}.led-green{margin:0 auto;width:24px;height:24px;background-color:#33ddac;border-radius:50%}@keyframes blinkYellow{from{background-color:#ff7a59}50%{background-color:#ff7a59;box-shadow:rgba(0,0,0,0.2) 0 -1px 7px 1px,inset #ff7a59 0 -1px 9px,#ff7a59 0 2px 0}to{background-color:#e66e50}}.btn{font-family:inherit;font-size:inherit;cursor:pointer;padding:.5em;display:none;margin:15px 30px;text-transform:uppercase;letter-spacing:1px;font-weight:700;outline:0;position:relative;color:#fff;background:#f2545b;border:4px solid #f2545b;border-radius:15px;-webkit-transition:none;-moz-transition:none;transition:none}.btn:after{content:'';position:absolute;z-index:-1;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.btn:active{top:2px}.btn:hover{background:#ff000d;border:4px solid #ff000d}.info{font-size:smaller}.swal2-radio{display:grid !important}.swal2-radio label{margin:.4em .6em !important}