.LoadingIndicatorDots{overflow:hidden}.LoadingIndicatorDots--normal{padding:18px}.LoadingIndicatorDots--small{padding:10px}.LoadingIndicatorDots-dots{margin:0 auto;animation:rotate 1.2s linear infinite}.LoadingIndicatorDots--normal .LoadingIndicatorDots-dots{width:120px;height:120px}.LoadingIndicatorDots--small .LoadingIndicatorDots-dots{width:80px;height:80px}.LoadingIndicatorDots-dot{position:absolute;background:#0057e2;border-radius:50%}.LoadingIndicatorDots--normal .LoadingIndicatorDots-dot{width:18px;height:18px;transform:translateX(-9px) translateY(-9px)}.LoadingIndicatorDots--small .LoadingIndicatorDots-dot{width:10px;height:10px;transform:translateX(-5px) translateY(-5px)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ZDSBottomSheet_root{position:fixed;top:0;left:0;display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%}.ZDSBottomSheet_shield{position:absolute;z-index:-1;top:-25vh;left:-25vw;width:150vw;height:150vh;background:var(--zds-color-overlay-dark);cursor:pointer}.ZDSBottomSheet_sheet{box-shadow:0 8px 20px 0 var(--zds-color-shadow);display:flex;flex-direction:column;width:100%;max-height:calc(100% - 48px);background:var(--zds-color-surface-primary);border-radius:20px 20px 0 0;animation:ZDSBottomSheet_slideUp .15s ease-in}.ZDSBottomSheet_sheet__fullScreen{max-height:100%;border-radius:0}@keyframes ZDSBottomSheet_slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ZDSBottomSheet_content{display:flex;flex:1;flex-direction:column;overflow:hidden}.ZDSBottomSheet_header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;background:var(--zds-color-surface-primary);border-radius:20px 20px 0 0}.ZDSBottomSheet_header__short{padding-top:16px;padding-bottom:8px}.ZDSBottomSheet_header__centered{justify-content:space-between}.ZDSBottomSheet_titleBody{display:flex;grid-gap:4px;gap:4px;flex-direction:column;color:var(--zds-color-text-primary)}.ZDSBottomSheet_titleBody__centered{flex:1;align-items:center;min-width:0;text-align:center}.ZDSBottomSheet_title{font-size:24px;font-weight:400;line-height:32px;font-weight:700;margin:0}.ZDSBottomSheet_subtitle{font-size:16px;font-weight:400;line-height:20px;margin:0}.ZDSBottomSheet_backButton,.ZDSBottomSheet_closeButton{flex-shrink:0}@media(pointer:coarse){.ZDSBottomSheet_closeButton{margin-right:-12px}}:root[data-touch-mode] .ZDSBottomSheet_closeButton{margin-right:-12px}.ZDSBottomSheet_closeButton__short{margin-top:-8px}.ZDSBottomSheet_body{display:flex;flex:1;flex-direction:column;overflow:auto;padding:0 24px}.ZDSBottomSheet_actions{padding:24px;background:var(--zds-color-surface-primary)}