.deposit-tab{width:100%;max-width:410px;background-color:#ded895;gap:1rem;min-height:100vh;position:relative}.deposit-card,.deposit-tab{display:flex;flex-direction:column;margin:0 auto}.deposit-card{background-color:#fdf2cd;border:1px solid #543847;border-radius:.5rem;padding:.5rem 1rem;box-shadow:0 2px 2px rgba(0,0,0,.5);width:90%;gap:.5rem}.deposit-card p{font-size:1.1rem;font-weight:600}.deposit-card label{font-size:1rem;font-weight:600}.deposit-card input,.deposit-card select{color:#543847;font-weight:400;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-style:normal;font-size:1rem;background-color:#54384715;border:none;border-radius:.5rem;padding:.5rem 1rem}.deposit-card .option,.deposit-card input:focus,.deposit-card select:focus{border:none;outline:none}.deposit-card .option{background-color:#fdf2cd;border-radius:.5rem;padding:.5rem 1rem}.deposit-card .option:focus{background-color:#d4ba65}.deposit-card button{background-color:#543847;border:1px solid #543847;border-radius:.5rem;padding:.5rem 1rem;box-shadow:0 2px 2px rgba(0,0,0,.5);color:#fdf2cd;font-weight:500;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-style:normal;font-size:1rem;margin-top:.5rem;cursor:pointer}.modal{background-color:rgba(65,105,225,.137);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:100vh;z-index:9999}.modal,.modal-content{position:absolute;width:100%}.modal-content{background-color:#fdf2cd;bottom:0;padding:1rem 1rem 2rem;border-top-right-radius:.5rem;border-top-left-radius:.5rem;border:1px solid #543847;display:flex;flex-direction:column;gap:.25rem}.modal-content div{display:flex;flex-direction:row;gap:.5rem}.modal button{background-color:#543847;border:1px solid #543847;border-radius:.5rem;padding:.5rem 1rem;box-shadow:0 2px 2px rgba(0,0,0,.5);color:#fdf2cd;font-weight:500;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-style:normal;font-size:1rem;margin-top:.5rem;cursor:pointer}.wallet-address{font-size:.8rem}