@keyframes cs-modal-in-right{0%{transform:translateX(24px);opacity:0}to{transform:translateX(0);opacity:1}}.wmc-body .cs-change-password--with-warning{transform:translateX(0);opacity:1;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s cubic-bezier(.2,.8,.2,1);animation:cs-modal-in-right .22s cubic-bezier(.2,.8,.2,1) both;will-change:transform,opacity}.cs-change-password{display:flex;flex-direction:column;gap:8px;align-items:center;padding:0 16px 32px;min-width:260px;box-sizing:border-box}@media screen and (min-width:1024px){.cs-change-password{max-width:360px;box-sizing:border-box;margin:0 auto;min-height:auto}}.cs-change-password__content{width:100%;display:flex;flex-direction:column;gap:8px}.cs-change-password__content__label{min-height:32px;color:var(--light-color-typography-main);font-size:2.4rem;font-weight:800;letter-spacing:0;line-height:32px;text-align:center;margin-bottom:8px}.dark-theme .cs-change-password__content__label{color:var(--dark-color-typography-main)}.dark-theme .bottom-sheetV2 .cs-change-password__content__label,.dark-theme .wmc-body .cs-change-password__content__label{color:var(--light-color-typography-main)}.cs-change-password__content__description{color:var(--light-color-typography-main);font-size:1.5rem;font-style:bold;padding:0 16px 8px;line-height:20px}.dark-theme .cs-change-password__content__description{color:var(--dark-color-typography-main)}.dark-theme .bottom-sheetV2 .cs-change-password__content__description,.dark-theme .wmc-body .cs-change-password__content__description{color:var(--light-color-typography-main)}.cs-change-password__content____submit{margin-top:8px}