.select-account-container{position:relative;display:inline-block;width:-moz-fit-content;width:fit-content}@media(max-width:1024px){.select-account-container{width:100%}}.select-account-label{font-family:var(--font-ibm-plex-sans),sans-serif}.select-account-input{height:40px;border-radius:8px;background:#fff}.mx-select-button{min-width:280px;height:28px;margin-top:1px;border-radius:8px;background:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-align:left;box-sizing:border-box;border:1px solid #d7cfd4;position:relative;display:flex;align-items:center;padding-left:12px;padding-right:4px;letter-spacing:normal;justify-content:space-between;cursor:pointer;transition:border-color .2s ease}@media(max-width:1024px){.mx-select-button{width:100%}}.mx-select-button:hover{border-color:#c0b3bb}.mx-select-button:focus{outline:none;border-color:#c00686;box-shadow:0 0 0 2px rgba(192,6,134,.1)}.mx-select-button svg{flex-shrink:0;margin-left:auto}.mx-select-button-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mx-select-button-text-split{flex:1;min-width:0;display:flex;align-items:center;gap:4px}.account-name-part{flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 68px)}.account-number-part{flex-shrink:0;white-space:nowrap}.mx-select-menu{position:absolute;top:calc(100% + 4px);background:#fff;z-index:1000;max-height:400px;padding:16px;overflow-y:auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);width:520px}.mx-select-menu.menu-position-left{left:0;right:auto}.mx-select-menu.menu-position-right{right:0;left:auto}@media(max-width:1024px){.mx-select-menu{width:90vw;max-width:520px}}.mx-select-menu::-webkit-scrollbar{background-color:transparent;height:8px;width:8px}.mx-select-menu::-webkit-scrollbar-thumb{background-color:#e5e7eb;height:100px;width:8px;border-radius:4px}.menu-item{width:100%;height:64px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;border:none;background:none;cursor:pointer;border-radius:0;margin-bottom:8px;transition:background-color .2s ease;text-align:left}.menu-item:hover{background-color:#f7f5f5}.menu-item:last-child{margin-bottom:0}.menu-item:focus{outline:none;background-color:#f7f5f5}.account-info{display:flex;flex-direction:column;justify-content:center;gap:4px;flex-grow:1;height:auto;padding:8px 0}.account-name{font-family:var(--font-ibm-plex-sans),sans-serif;font-size:16px;font-weight:400;color:#42393e;line-height:normal}.account-details{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;line-height:normal}.account-number{font-weight:400;color:#81767b}.account-number,.closed-label{font-family:var(--font-ibm-plex-sans),sans-serif}.closed-label{font-weight:500;color:#ff575d}.selected-checkmark{color:#1c1b1f;width:24px;height:24px;flex-shrink:0}.account-separator{height:1px;background-color:#e5e7eb;margin:8px 16px;width:calc(100% - 32px)}.all-accounts-button .account-name{font-family:var(--font-ibm-plex-sans),sans-serif;font-size:16px;font-weight:400;color:#42393e;flex-grow:1}.select-account-input-container{display:flex;flex-direction:column;gap:8px;width:100%}.select-account-label{font-size:14px;font-weight:500;color:#42393e}.select-account-input{width:100%;padding:8px 12px;border:1px solid #d7cfd4;border-radius:4px;font-size:14px;font-family:var(--font-ibm-plex-sans),sans-serif;color:#42393e;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.select-account-input:hover{border-color:#c0b3bb}.select-account-input:focus{outline:none;border-color:#c00686;box-shadow:0 0 0 2px rgba(192,6,134,.1)}