{"version":3,"file":"wpgraphql-ide.css","mappings":";;;AAAA;IACI,qBAAqB;IACrB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,sBAAsB;IACtB,kBAAkB;AACtB;;AAEA;IACI,kCAAkC;AACtC;;AAEA;CACC,6CAAkC;AACnC;;AAEA;IACI,WAAW;IACX,YAAY;IACZ,yBAAyB,EAAE,kBAAkB;IAC7C,kBAAkB;IAClB,cAAc;IACd,kBAAkB;IAClB,QAAQ;IACR,MAAM;IACN,uBAAuB;IACvB,iDAAiD;IACjD,6CAAiC;AACrC;;AAEA;EACE;IACE,qBAAqB;IACrB,UAAU;EACZ;EACA;IACE,qBAAqB;IACrB,UAAU;EACZ;EACA;IACE,mBAAmB;EACrB;AACF;;AAEA;EACE;IACE,mBAAmB;EACrB;EACA;IACE,qBAAqB;IACrB,UAAU;EACZ;EACA;IACE,qBAAqB;IACrB,UAAU;EACZ;AACF","sources":["webpack://wpgraphql-ide/./styles/ToggleAuthenticationButton.module.css"],"sourcesContent":[".authAvatar {\n    display: inline-block;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background-size: cover;\n    position: relative;\n}\n\n.authAvatarPublic {\n    filter: grayscale(100%) !important;\n}\n\n.authAvatarPublic .authBadge {\n\tanimation: bounceOut 0.5s forwards;\n}\n\n.authBadge {\n    width: 10px;\n    height: 10px;\n    background-color: #52c41a; /* Success color */\n    border-radius: 50%;\n    display: block;\n    position: absolute;\n    right: 0;\n    top: 0;\n    border: 2px solid white;\n    transition: background-color 1.5s, transform 1.5s;\n    animation: bounceIn 0.5s forwards;\n}\n\n@keyframes bounceIn {\n  0% {\n    transform: scale(0.2);\n    opacity: 0;\n  }\n  60% {\n    transform: scale(1.2);\n    opacity: 1;\n  }\n  100% {\n    transform: scale(1);\n  }\n}\n\n@keyframes bounceOut {\n  0% {\n    transform: scale(1);\n  }\n  50% {\n    transform: scale(1.2);\n    opacity: 1;\n  }\n  100% {\n    transform: scale(0.2);\n    opacity: 0;\n  }\n}\n"],"names":[],"sourceRoot":""}