#app>main{max-width:1440px;align-items:flex-start;gap:12px}#app>main>div{width:100%;display:grid;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:24px}.reward{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d2d8e1;cursor:pointer;overflow:hidden;border-radius:6px;transition:all .2s linear;box-shadow:#63636333 0 2px 8px}.reward:hover{transform:scale(1.05)}.reward>.img{width:100%;height:128px;display:flex;justify-content:center;align-items:center;background-color:#fba636;box-shadow:#63636333 0 2px 8px}.reward>.img>img{width:auto}.reward>.desc{width:100%;height:56px;display:flex;justify-content:center;align-items:center;background-color:#fff}#popup-cashout>div{max-width:512px}#popup-cashout>div>form{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:0 24px 24px}#popup-cashout>div>form>label{width:100%;font-size:14px;font-weight:500;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}#popup-cashout>div>form>label.hide{display:none}#popup-cashout>div>form>label>div{position:relative;width:100%;display:flex;justify-content:center;align-items:center}#popup-cashout>div>form>label>div>button{position:absolute;right:12px;color:#16a34a;font-size:14px;text-transform:uppercase;cursor:pointer}#popup-cashout>div>form>label input,#popup-cashout>div>form>label select{width:100%;height:40px;color:#64748b;border:1px solid #e2e8f0;padding:0 12px;border-radius:10px;transition:all .3s ease}#popup-cashout>div>form>label select{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;appearance:auto}#popup-cashout>div>form>label input:focus,#popup-cashout>div>form>label select:focus{border-color:#16a34a}#popup-cashout>div>form>label>p{color:#64748b;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}#popup-cashout>div>form>button{width:100%;height:40px;color:#fff;display:flex;justify-content:center;align-items:center;border:2px solid #16a34a;cursor:pointer;padding:0 16px;border-radius:8px;background-color:#16a34a;transition:all .2s linear}#popup-cashout>div>form>button:hover{color:#fff;transform:scale(1.05);background-color:#16a34aa1}
