{"version":3,"sources":["webpack://_N_E/node_modules/react-loading-skeleton/dist/skeleton.css"],"names":[],"mappings":"AAAA,kCACE,GACE,0BACF,CACF,CAEA,wBACE,oBAAqB,CACrB,yBAA0B,CAC1B,yBAA0B,CAC1B,4BAA6B,CAC7B,8BAA+B,CAE/B,kCAAmC,CAEnC,UAAW,CACX,oBAAsB,CACtB,mBAAoB,CACpB,aAAc,CAEd,iBAAkB,CAClB,wBAAiB,CAAjB,qBAAiB,CAAjB,gBAAiB,CACjB,eACF,CAEA,8BACE,WAAY,CACZ,qCAAsC,CACtC,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,OAAQ,CACR,WAAY,CACZ,2BAA4B,CAC5B;;GAQC,CACD,2BAA4B,CAE5B,qCAAsC,CACtC,8CAA+C,CAC/C,4CAA6C,CAC7C,qCAAsC,CACtC,kCACF,CAEA,gCACE,wBACE,6BACF,CACF","file":"static/css/b6323009d4472833.css","sourcesContent":["@keyframes react-loading-skeleton {\n  100% {\n    transform: translateX(100%);\n  }\n}\n\n.react-loading-skeleton {\n  --base-color: #ebebeb;\n  --highlight-color: #f5f5f5;\n  --animation-duration: 1.5s;\n  --animation-direction: normal;\n  --pseudo-element-display: block; /* Enable animation */\n\n  background-color: var(--base-color);\n\n  width: 100%;\n  border-radius: 0.25rem;\n  display: inline-flex;\n  line-height: 1;\n\n  position: relative;\n  user-select: none;\n  overflow: hidden;\n}\n\n.react-loading-skeleton::after {\n  content: ' ';\n  display: var(--pseudo-element-display);\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 100%;\n  background-repeat: no-repeat;\n  background-image: var(\n    --custom-highlight-background,\n    linear-gradient(\n      90deg,\n      var(--base-color) 0%,\n      var(--highlight-color) 50%,\n      var(--base-color) 100%\n    )\n  );\n  transform: translateX(-100%);\n\n  animation-name: react-loading-skeleton;\n  animation-direction: var(--animation-direction);\n  animation-duration: var(--animation-duration);\n  animation-timing-function: ease-in-out;\n  animation-iteration-count: infinite;\n}\n\n@media (prefers-reduced-motion) {\n  .react-loading-skeleton {\n    --pseudo-element-display: none; /* Disable animation */\n  }\n}\n"],"sourceRoot":"","ignoreList":[0]}