2 lines
44 KiB
CSS
2 lines
44 KiB
CSS
|
.loader,.loader:after{border-radius:50%;width:30px;height:30px}.loader{margin:60px auto;font-size:4px;position:relative;text-indent:-9999em;border-top:1.1em solid #E3E8F0;border-right:1.1em solid #E3E8F0;border-bottom:1.1em solid #E3E8F0;border-left:1.1em solid var(--main-bg-color);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#chatterbox .Timeline{flex-grow:2;padding-bottom:15px}#chatterbox .Timeline_messageAvatar{pointer-events:none}#chatterbox .popupContainer{position:fixed;top:0;left:0}#chatterbox .MessageComposer_input:focus-within{outline:1px solid #5C56F5;box-shadow:0 0 0 4px #5c56f51a}.ChatterboxView .MessageComposer_input{background:#FFFFFF;border:1px solid #E3E8F0;border-radius:8px;width:351px;height:56px;box-sizing:border-box}.ChatterboxView .MessageComposer_input>textarea{background:#FFFFFF}.ChatterboxView .MessageComposer_input>textarea:focus-visible{outline:none}.ChatterboxView .MessageComposer_input .send{background-color:var(--main-bg-color)}.ChatterboxView .MessageComposer{display:flex;justify-content:center}:root{--main-bg-color: #5C56F5}body{margin:0}#chatterbox{position:absolute;width:100vw;height:100vh;border-radius:12px;background:#F4F6FA}.AccountSetupView{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.PolicyAgreementView{width:100%;flex:1}.PolicyAgreementView_title{font-weight:600;font-size:18px;margin-top:52px;text-align:center}.PolicyAgreementView_text{margin-top:16px;padding:0 32px;width:311px;text-align:center;font-weight:400;font-size:15px}.PolicyAgreementView_next{display:flex;padding:10px;width:311px;height:48px;justify-content:center;align-items:center;margin-top:32px;background:var(--main-bg-color);border:none;font-weight:600;color:#fff;border-radius:8px;cursor:pointer}.PolicyAgreementView_next[disabled]{cursor:default}.PolicyAgreementView_cancel{margin-top:12px;color:#737d8c}.PolicyAgreementView_btn-collection{display:flex;flex-direction:column;width:100%;align-items:center}.FooterView_logo{filter:brightness(0) saturate(100%) invert(41%) sepia(81%) saturate(5403%) hue-rotate(233deg) brightness(99%) contrast(94%);height:16px;width:16px}.FooterView_chatterbox-branding{font-weight:600;font-size:12px;line-height:15px;color:var(--main-bg-color);margin-left:4px}.FooterView{display:flex;gap:8px;justify-content:center;margin-bottom:33px}.ChatterboxView .FooterView{margin:10.5px 0}.FooterView>div,.FooterView>a{display:flex;align-items:center}.FooterView a{text-decoration:none}.FooterView_matrix-branding{font-size:12px;line-height:15px;color:#737d8c}.ChatterboxView{width:100%;height:100%;display:flex;flex-direction:column}.RoomHeaderView{display:grid;grid-template-columns:1fr 6fr 1fr;align-items:center;padding:10px 15px;height:64px;background-color:#fff;border-radius:12px 12px 0 0;border:1px solid #E3E8F0;color:#17191c;font-weight:600;font-size:15px;line-height:24px}.RoomHeaderView_menu{display:flex;justify-content:end}.RoomHeaderView_menu_minimize{background:url(/assets/chevron-down.832f452b.svg) no-repeat center;height:20px;width:20px;border:none;cursor:pointer}.RoomHeaderView .avatar{border-radius:100%;background:var(--main-bg-color);border:2px solid rgba(255,255,255,.8)}.ChatterboxView_footer{display:flex;align-items:center;justify-content:end;font-size:1rem;font-weight:600;box-sizing:border-box;padding-right:53px;color:#9b9797}.ChatterboxView_footer>img{width:35px;padding-left:4px}.ChatterboxLoadingView{display:flex;flex-direction:column;justify-content:center;align-items:center}.AccountSetupView .ChatterboxLoadingView{flex:1}.ChatterboxView .ChatterboxLoadingView{height:100%}.LoadingText{margin-top:8px;font-weight:600;font-size:15px;line-height:24px}.chatterbox-spinner{width
|