.rs-profile-change-accounts-modal.rs-modal{background-color:var(--modal-backdrop)}.rs-profile-change-accounts-modal .rs-modal__content{max-width:480px;padding:0;background-color:var(--brand-white, #ffffff);border-radius:var(--corner-radius-16);box-shadow:var(--effect-dropshadow-3, 0 10px 25px rgba(0, 0, 0, .1));color:var(--text-primary)}.rs-profile-change-accounts-modal__content{position:relative;padding:var(--spacing-20, 20px) var(--spacing-24, 24px)}.rs-profile-change-accounts-modal__applying-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:var(--spacing-24);background-color:color-mix(in srgb,var(--brand-white, #ffffff) 88%,transparent);border-radius:var(--corner-radius-16);text-align:center}.rs-profile-change-accounts-modal__applying-inner{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-16);max-width:280px}.rs-profile-change-accounts-modal__applying-text{margin:0}.rs-profile-change-accounts-modal__spinner{display:block;width:36px;height:36px;border:3px solid var(--border-color-default, #dadada);border-top-color:var(--text-blue, #004e78);border-radius:50%;animation:rs-change-accounts-spin .75s linear infinite}@keyframes rs-change-accounts-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.rs-profile-change-accounts-modal__spinner{animation:none;opacity:.9}}.rs-profile-change-accounts-modal__content .rs-modal__header{align-items:flex-start;gap:var(--spacing-16);padding:0;border-bottom:none}.rs-profile-change-accounts-modal__content .rs-modal__title{margin:0;color:var(--text-primary);font-weight:var(--heading-small-weight, 700)}.rs-profile-change-accounts-modal__content .rs-modal__close-button{margin-left:auto;flex-shrink:0;padding:var(--spacing-4);color:var(--text-primary)}.rs-profile-change-accounts-modal__content .rs-modal__close-button svg,.rs-profile-change-accounts-modal__content .rs-modal__close-button path{color:inherit;stroke:currentColor}.rs-profile-change-accounts-modal__content .rs-modal__close-button svg{height:30px;width:30px}.rs-profile-change-accounts-modal__content .rs-modal__body{padding:0}.rs-profile-change-accounts-modal__body{display:flex;flex-direction:column;gap:var(--spacing-16, 16px);padding-top:0}.rs-profile-change-accounts-modal__info-text{margin:0;color:var(--input-placeholder-color, #555);font-size:var(--paragraph-small-size, 14px);line-height:var(--paragraph-small-line-height, 20px);font-weight:var(--paragraph-small-weight, 400)}.rs-profile-change-accounts-modal__search{width:100%;margin-top:var(--spacing-16, 16px)}.rs-profile-change-accounts-modal__search-label{display:block;margin-bottom:var(--spacing-8);color:var(--text-primary);font-weight:var(--font-weight-medium, 500);letter-spacing:.14px}.rs-profile-change-accounts-modal__search .rs-location-dropdown__search-wrapper{width:100%!important;min-width:0}.rs-profile-change-accounts-modal__search .rs-location-dropdown__search-wrapper input.rs-input{width:100%;border-radius:var(--corner-radius-8);height:36px;border-width:.5px}.rs-profile-change-accounts-modal__accounts-list{max-height:436px;overflow-y:auto;display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding-right:var(--spacing-8, 8px);margin-right:calc(var(--spacing-4, 4px) * -1);scrollbar-width:thin;scrollbar-color:var(--gray-400, #c1c1c1) transparent;margin-top:var(--spacing-16, 16px)}.rs-profile-change-accounts-modal__accounts-list::-webkit-scrollbar{width:var(--spacing-4)}.rs-profile-change-accounts-modal__accounts-list::-webkit-scrollbar-track{background:transparent}.rs-profile-change-accounts-modal__accounts-list::-webkit-scrollbar-thumb{background-color:var(--gray-400, #c1c1c1);border-radius:var(--corner-radius-4)}.rs-profile-change-accounts-modal__account-card{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-16);padding:var(--spacing-12, 12px);border:1px solid var(--border-color-default, #DADADA);border-radius:var(--corner-radius-8);background-color:var(--brand-white, #ffffff)}.rs-profile-change-accounts-modal__account-card.rs-active{order:-1;border-color:var(--gray-600, #323232);border-width:2px}.rs-profile-change-accounts-modal__account-text{max-width:calc(100% - 123px);min-width:0}.rs-profile-change-accounts-modal__account-title{margin:0;color:var(--text-primary)}.rs-profile-change-accounts-modal__account-card.rs-active .rs-profile-change-accounts-modal__account-title{margin-bottom:var(--spacing-4, 4px)}.rs-profile-change-accounts-modal__account-subtext{color:var(--link-primary-hover, #686868)}.rs-profile-change-accounts-modal__account-action:hover,.rs-profile-change-accounts-modal__account-action:focus-visible{color:var(--link-blue-hover)!important;text-decoration:underline!important}.rs-profile-change-accounts-modal__current-badge{display:inline-block;padding:var(--spacing-4) var(--spacing-12);border-radius:var(--corner-radius-100, 9999px);background-color:var(--bg-light-blue, #D5EBFF);color:var(--text-blue, #004E78);font-size:var(--paragraph-xsmall-size, 12px);line-height:14px;white-space:nowrap;letter-spacing:.06px;font-weight:500}.rs-profile-change-accounts-modal__account-actions{display:flex;flex-direction:column;align-items:flex-end;gap:var(--spacing-8);flex-shrink:0}.rs-profile-change-accounts-modal__change-location-action{text-align:right}.rs-profile-change-accounts-modal__step--location{display:flex;flex-direction:column;width:100%}.rs-profile-change-accounts-modal__location-intro{margin:0}.rs-profile-change-accounts-modal__location-search{width:100%}.rs-profile-change-accounts-modal__locations-list{margin-top:var(--spacing-16, 16px);max-height:436px;overflow-y:auto;display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding-right:var(--spacing-8, 8px);margin-right:calc(var(--spacing-4, 4px) * -1);scrollbar-width:thin;scrollbar-color:var(--gray-400, #c1c1c1) transparent}.rs-profile-change-accounts-modal__locations-list::-webkit-scrollbar{width:var(--spacing-4)}.rs-profile-change-accounts-modal__locations-list::-webkit-scrollbar-thumb{background-color:var(--gray-400, #c1c1c1);border-radius:var(--corner-radius-4)}.rs-profile-change-accounts-modal__location-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--spacing-16);padding:var(--spacing-12, 12px);border:1px solid var(--border-color-default, #dadada);border-radius:var(--corner-radius-8);background-color:var(--brand-white, #ffffff);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit}.rs-profile-change-accounts-modal__location-card:hover,.rs-profile-change-accounts-modal__location-card:focus-visible{border-color:var(--gray-600, #323232)}.rs-profile-change-accounts-modal__location-card.rs-active{order:-1;border-color:var(--gray-600, #323232);border-width:2px}.rs-profile-change-accounts-modal__location-card .rs-profile-change-accounts-modal__current-badge{flex-shrink:0}.rs-profile-change-accounts-modal__location-text{display:flex;flex-direction:column;gap:var(--spacing-4);max-width:calc(100% - 123px);min-width:0;flex:1;text-align:left}.rs-profile-change-accounts-modal__location-title{margin:0;color:var(--text-primary)}.rs-profile-change-accounts-modal__location-address{margin:0;color:var(--link-primary-hover, #686868);font-size:var(--paragraph-small-size, 14px)}@media(max-width:749px){.rs-profile-change-accounts-modal .rs-modal__content{max-width:100%;margin:var(--spacing-16);border-radius:var(--corner-radius-16)}.rs-profile-change-accounts-modal__content{padding:var(--spacing-20) var(--spacing-20) var(--spacing-24)}.rs-profile-change-accounts-modal__account-card,.rs-profile-change-accounts-modal__location-card{padding:var(--spacing-12);align-items:flex-start}.rs-profile-change-accounts-modal__current-badge{margin-left:auto}.rs-profile-change-accounts-modal__accounts-list{max-height:calc(100vh - 260px)}.rs-profile-change-accounts-modal__locations-list{max-height:calc(100vh - 380px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/rs-change-accounts-modal.css.map */
