#save-error-indicator,#save-indicator{border-radius:999px;margin:auto;box-shadow:none;border:none;width:-moz-fit-content;width:fit-content}#save-error-indicator div.toast-body,#save-indicator div.toast-body{padding:10px 5px;font-size:16px;display:flex}#save-error-indicator:focus,#save-indicator:focus{border:none;outline:none}#save-indicator{width:113px}#save-indicator div.toast-body{background:#0a374b;border-radius:999px;color:#fff;display:flex}#save-indicator #loading-icon-wrapper>img{height:25px;width:25px;animation:spin 1s linear infinite}#save-indicator #saved-icon-wrapper>img{height:25px;width:25px;animation:growIn 1s}#save-indicator #save-indicator-text{flex:2;text-align:center}#save-error-indicator{width:300px;border-radius:999px;background:#f35a63;display:flex}#save-error-indicator>div.toast-body{flex:1}#save-error-indicator #save-indicator-text-error{color:#fff}#save-error-indicator #error-icon-wrapper{background:#f35a63;border-bottom-left-radius:999px;border-top-left-radius:999px;color:#fff;flex:1}#save-error-indicator #error-icon-wrapper>img{height:25px;width:25px}#save-error-indicator #save-indicator-text{color:#fff;background:#f35a63;flex:8;text-align:center}#save-error-indicator #save-indicator-close-icon{background:#f35a63;color:#fff;width:25px;height:25px;display:flex;justify-content:center;align-items:center;flex:1;border-bottom-right-radius:999px;border-top-right-radius:999px}#save-error-indicator #save-indicator-close-icon>img{cursor:pointer;flex:1;height:25px;width:25px}.spinner-wrapper{margin-left:auto;padding-right:1.5rem;display:flex}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes growIn{0%{transform:scale(0)}to{transform:scale(1)}}button.btn.close-btn[data-v-696f7537]{right:-2.5rem;top:-2rem;background:none}