.SelectCard_paymentCardSelect__N_Hyh{display:flex;flex-direction:column;gap:10px;margin-bottom:31px;font-weight:500;font-size:15px;line-height:22px}.SelectCard_paymentCardOption__l8LFb{display:flex;align-items:center;gap:20px;padding:14px 16px;border:1px solid #f0f0f0;border-radius:10px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.SelectCard_paymentCardOption__l8LFb:hover{background-color:#fafafa;border-color:#e5e5e5}.SelectCard_paymentCardOptionSelected__EQNKo{background-color:#f6f9ff;border-color:#2d7ff9;box-shadow:0 0 0 1px rgba(45,127,249,.25)}.SelectCard_paymentCardIcon__eNT1f{flex-shrink:0}.SelectCard_paymentCardContent___uVn2{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.SelectCard_paymentCardTitle__sz_XQ{color:#1a1a1a}.SelectCard_paymentCardRadio__YInm6{width:16px;height:16px;accent-color:#2d7ff9;cursor:pointer}#toastBox{position:fixed;top:30px;left:50%;transform:translateX(-50%);display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:10px;z-index:100}.toast{max-width:400px;min-width:300px;height:100%;min-height:60px;background-color:var(--white);font-weight:400;box-shadow:0 0 20px rgba(0,0,0,.3);display:flex;align-items:center;position:relative;transform:translateY(-100%);animation:moveDown .5s ease-out forwards;font-size:16px;line-height:130%;font-stretch:semi-condensed;color:var(--dark-grey);padding:10px 20px 10px 0}@media (max-width:768px){.toast{max-width:300px}}@keyframes moveDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.toast img{margin:0 20px}.toast:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:5px;background:green;animation:anim 3s linear forwards}@keyframes anim{to{width:0}}.toast.error:after{background:var(--error)}.toast.invalid:after{background:orange}