.modal-content{max-width:84rem}.modal-content .modal-body{padding:0}@media screen and (max-width:767px){.modal-content .modal-body .row{flex-direction:column}}.modal-content .modal-body .row .col{padding:0 3rem 0 0}.modal-content .modal-body .row .col.form_col{max-width:42.2rem}@media screen and (max-width:767px){.modal-content .modal-body .row .col{width:100%;padding:0;margin-bottom:2rem}}.modal-content .modal-body .row .col .payment_method{display:flex;justify-content:space-between;gap:2rem}@media screen and (max-width:480px){.modal-content .modal-body .row .col .payment_method{flex-direction:column;gap:.5rem}}.modal-content .modal-body .row .col .payment_method .common_input{width:100%;background:rgba(224,224,255,.0392156863);border:1px solid rgba(107,114,128,.3019607843);border-radius:1.2rem;padding:1.4rem 1.6rem}.modal-content .modal-body .row .col .currency_method{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2.5rem;position:relative}.modal-content .modal-body .row .col .currency_method .currency_option{background:rgba(224,224,255,.0392156863);border:1px solid rgba(107,114,128,.3019607843);border-radius:1.2rem;padding:1rem;font-size:1.6rem;width:100%;cursor:pointer;transition:all .3s ease-in-out}@media screen and (max-width:767px){.modal-content .modal-body .row .col .currency_method .currency_option{max-width:100%}}.modal-content .modal-body .row .col .currency_method .currency_option.active{background:rgba(73,254,159,.14)}.modal-content .modal-body .row .col .currency_method .currency_option .currency_label{color:#6b7280;display:flex;flex-direction:column}.modal-content .modal-body .row .col .currency_method .currency_option .currency_label .currency_amount{display:flex;flex-direction:column}.modal-content .modal-body .row .col .currency_method .currency_option .currency_label .currency_amount span.amount{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:#fff;font-size:1.5rem}.modal-content .modal-body .row .col .currency_method .common_input{visibility:hidden;width:100%;height:100%;position:absolute;left:0;top:0;margin:0}.modal-content .modal-body .row .col:nth-child(2){padding-right:0}.modal-content .modal-body h2{font-size:3.1rem;font-weight:600;margin:0;padding-bottom:2.4rem}@media screen and (max-width:640px){.modal-content .modal-body h2{font-size:2.5rem}}.modal-content .modal-body form .form_fields{background:rgba(9,13,20,.24);border-radius:3.2rem;padding:3rem}.modal-content .modal-body form .form_fields .custom_label{font-weight:400;font-size:1.4rem;line-height:1.8rem;color:#6b7280;margin-bottom:1rem}.modal-content .modal-body form .form_fields .common_input,.modal-content .modal-body form .form_fields .customSelect{margin-bottom:2rem}.modal-content .modal-body form .footer_btn{display:flex;gap:2rem;margin:2rem 0 0}.modal-content .error-text{font-size:1.3rem;margin-bottom:1rem}.modal-content .blurred-modal .modal-dialog{filter:blur(3px)!important;opacity:.7!important;pointer-events:none!important}