.depositCrypto_modal .modal-content{max-width:47.5rem;margin:auto}.depositCrypto_modal .modal-content .modal-header{padding:0}.depositCrypto_modal .modal-content .modal-header .modal-title{font-size:3rem}.depositCrypto_modal .modal-content .modal-body{padding:0}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content{background:rgba(9,13,20,.24);border-radius:3.2rem;padding:3rem;margin-top:2.4rem;margin-bottom:2rem}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .deposit_description{font-size:1.6rem;color:#6b7280;text-align:center;margin-bottom:3rem;line-height:1.5}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section{margin-bottom:2rem}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display{display:flex;flex-direction:column;gap:1.5rem}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_label{font-size:1.4rem;color:#6b7280;font-weight:500}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper{display:flex;align-items:center;gap:1rem;background:#000;border:1px solid rgba(0,0,0,.8901960784);border-radius:1.2rem;padding:1.5rem 2rem;word-break:break-all}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper .address_value{font-size:1.6rem;color:#fff;font-family:monospace;flex:1 1;text-align:center}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper .copy_button{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#d7b557;transition:all .2s ease;flex-shrink:0}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper .copy_button:hover{opacity:.8;transform:scale(1.1)}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper .copy_button:active{transform:scale(.95)}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .wallet_address_section .wallet_address_display .address_value_wrapper .copy_button svg{width:2rem;height:2rem}.depositCrypto_modal .modal-content .modal-body .deposit_modal_content .footer_btn{display:flex;justify-content:center;gap:2rem;margin-top:2rem}