.cs-withdrawal-bank{display:flex;flex-direction:column;gap:8px;height:100%;flex:1 1}.cs-withdrawal-bank .cs-snackbar{bottom:32px}.cs-withdrawal-bank .cs-snackbar .cs-snackbar__container{border-radius:28px}.cs-withdrawal-bank__title{color:var(--light-color-typography-main);font-size:1.8rem;font-weight:700;letter-spacing:-.3px;text-align:center;line-height:24px;margin-bottom:16px}.cs-withdrawal-bank__inputs{display:flex;flex-direction:column;gap:8px}.cs-bank-account-form{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-bottom:32px;box-sizing:border-box;margin:0 16px;min-height:300px;height:100%}@media screen and (min-width:768px){.cs-bank-account-form{max-height:640px;min-height:640px;height:auto;padding-bottom:16px}}.cs-bank-account-form__header{flex:0 0 auto;text-align:center;display:flex;flex-direction:column;gap:16px}.cs-bank-account-form__header__title{color:var(--light-color-typography-main);font-size:2.4rem;font-weight:900;letter-spacing:0;text-align:center;line-height:32px}.cs-bank-account-form__header__description{color:var(--light-color-typography-main);font-size:1.5rem;letter-spacing:0;text-align:left;line-height:18px;padding:0 16px}.cs-bank-account-form__content{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;flex:1 1 auto;gap:8px}@media screen and (min-width:1024px){.cs-bank-account-form__content{height:auto}}.bottom-sheetV2 .cs-bank-account-form__content{min-height:230px}.cs-bank-account-form__content__inputs{display:flex;flex-direction:column;gap:8px;flex:1 1 auto}.cs-bank-account-form__content__btn{position:-webkit-sticky;position:sticky;bottom:0;flex:0 0 auto;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;min-height:56px;width:100%;justify-content:center;border-radius:28px;align-items:center;font-size:1.5rem;color:var(--light-color-typography-main);background-color:var(--light-color-layout-main)}.cs-bank-account-form__content__btn.cs-bank-account__error{background-color:#fde6ee;background-color:rgba(var(--global-descriptive-error-rgba),.12)}.cs-bank-account-form__content__btn.cs-bank-account__success{background-color:#d6f5e9;background-color:rgba(var(--global-descriptive-success-rgba),.16)}