{"version":3,"sources":["webpack://_N_E/shared/ui/DropdownMenu/DropdownMenu.css","webpack://_N_E/shared/ui/VerticalRoundedList/vertical-rounded-list.css","webpack://_N_E/shared/ui/KeepLogoError/logo-error.css"],"names":[],"mappings":"AACE,oBAAA,mBAAkD,CAAlD,qBAAkD,CAAlD,wDAAkD,CAAlD,aAAkD,CAGpD,yDAGE,iBAAmB,CAAnB,wDACF,CAGE,cAAA,iBAAoI,CAApI,UAAoI,CAApI,gBAAoI,CAApI,4CAAA,uBAAoI,CAApI,iEAAoI,CAApI,0DAAoI,CAApI,qBAAoI,CAApI,wDAAoI,CAApI,cAAA,qBAAoI,CAApI,iBAAoI,CAApI,wDAAoI,CAApI,yEAAoI,CAApI,iGAAoI,CAApI,kGAAoI,CAApI,0GAAoI,CAApI,wGAAoI,CAApI,wFAAoI,CAApI,mDAAoI,CAApI,sBAAoI,CAApI,oBAAA,6BAAoI,CAApI,kBAAoI,CAIhI,kDAAA,eAAa,CAIb,6DAAA,4BAAqB,CAArB,2BAAqB,CAIrB,6DAAA,wBAAqB,CAArB,yBAAqB,CAIrB,mEAAA,wBAAoC,CAApC,yBAAoC,CAApC,4BAAoC,CAApC,2BAAoC,CAgBxC,kBAAA,YAA2E,CAA3E,UAA2E,CAA3E,cAA2E,CAA3E,kBAA2E,CAA3E,SAA2E,CAA3E,qBAA2E,CAA3E,aAA2E,CAA3E,iBAA2E,CAA3E,mBAA2E,CA0B7E,2IAEE,iBAAmB,CAAnB,wDACF,CCrEY,0CAAA,eAAa,CAIb,qDAAA,4BAAqB,CAArB,2BAAqB,CAIrB,qDAAA,wBAAqB,CAArB,yBAAqB,CAIrB,2DAAA,wBAAoC,CAApC,yBAAoC,CAApC,4BAAoC,CAApC,2BAAoC,CCfhD,SACE,iBAAkB,CAClB,WAAY,CACZ,YACF,CAEA,gBACE,iBAAkB,CAClB,OAAQ,CACR,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,oBAAqB,CACrB,qDAGF,CAEA,mBACE,GACE,sBACF,CACA,IACE,6BACF,CACA,IACE,6BACF,CACA,IACE,4BACF,CACA,GACE,sBACF,CACF,CAEA,sBACE,OAEE,sBACF,CACA,MACE,sDACF,CACA,MACE,uDACF,CACA,MACE,qDACF,CACA,MACE,mDACF,CACA,MACE,sBACF,CACF","file":"static/css/b9a25db873602706.css","sourcesContent":[".DropdownMenuButton {\n  @apply border-slate-200 p-2 rounded-tremor-default;\n}\n\n.DropdownMenuButton[data-open],\n.DropdownMenuButton:hover {\n  /* background: var(--active-unfocused); */\n  @apply bg-slate-200;\n}\n\n.DropdownMenu {\n  @apply z-50 absolute mt-2 divide-y divide-gray-100 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none;\n\n  & > .DropdownMenuItem {\n    &:not(:first-child) {\n      @apply -mt-px;\n    }\n\n    &:first-child:not(:last-child) {\n      @apply rounded-b-none;\n    }\n\n    &:last-child:not(:first-child) {\n      @apply rounded-t-none;\n    }\n\n    &:not(:first-child):not(:last-child) {\n      @apply rounded-t-none rounded-b-none;\n    }\n  }\n  /* background: rgba(255, 255, 255, 0.8);\n  -webkit-backdrop-filter: blur(10px);\n  backdrop-filter: blur(10px);\n  padding: 4px;\n  border-radius: 6px;\n  box-shadow:\n    2px 4px 12px rgba(0, 0, 0, 0.1),\n    0 0 0 1px rgba(0, 0, 0, 0.1);\n  outline: 0;\n  z-index: 1000; */\n}\n\n.DropdownMenuItem {\n  @apply flex w-full min-w-32 items-center gap-2 rounded-md px-2 py-2 text-sm;\n  /* display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: none;\n  width: 100%;\n  border: none;\n  border-radius: 4px;\n  font-size: 16px;\n  text-align: left;\n  line-height: 1.8;\n  min-width: 110px;\n  margin: 0;\n  outline: 0; */\n}\n\n.DropdownMenuItem:focus {\n  /* background: var(--highlighted); */\n  @apply bg-slate-100;\n}\n\n.DropdownMenuItem[data-nested][data-open]:not([data-focus-inside]) {\n  /* background: var(--highlighted); */\n  @apply bg-slate-100;\n}\n\n.DropdownMenuItem[data-focus-inside][data-open] {\n  /* background: var(--active-unfocused); */\n  @apply bg-slate-100;\n}\n",".vertical-rounded-list {\n    & > * {\n        &:not(:first-child) {\n            @apply -mt-px;\n        }\n\n        &:first-child:not(:last-child) {\n            @apply rounded-b-none;\n        }\n\n        &:last-child:not(:first-child) {\n            @apply rounded-t-none;\n        }\n\n        &:not(:first-child):not(:last-child) {\n            @apply rounded-t-none rounded-b-none;\n        }\n    }\n}\n",".wrapper {\n  position: relative;\n  width: 16rem;\n  height: 16rem;\n}\n\n.logo-container {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  filter: url(#tvNoise);\n  animation:\n    tvShift 0.1s infinite,\n    majorShift 4s infinite;\n}\n\n@keyframes tvShift {\n  0% {\n    transform: translate(0, 0);\n  }\n  25% {\n    transform: translate(1px, -1px);\n  }\n  50% {\n    transform: translate(-1px, 1px);\n  }\n  75% {\n    transform: translate(1px, 1px);\n  }\n  100% {\n    transform: translate(0, 0);\n  }\n}\n\n@keyframes majorShift {\n  0%,\n  95% {\n    transform: translate(0, 0);\n  }\n  95.2% {\n    transform: translate(15px, -8px) skew(-12deg) scale(1.1);\n  }\n  95.7% {\n    transform: translate(-10px, -10px) skew(15deg) scale(0.95);\n  }\n  96.2% {\n    transform: translate(8px, 12px) skew(-5deg) scale(1.05);\n  }\n  96.7% {\n    transform: translate(-12px, 5px) skew(8deg) scale(0.9);\n  }\n  97.2% {\n    transform: translate(0, 0);\n  }\n}\n"],"sourceRoot":"","ignoreList":[]}