.fallback-container div{height:1rem;width:100%;background:grey;margin-top:.8rem;border-radius:4px;background-image:linear-gradient(90deg,grey 0,#d3d3d3 20%,grey 40%,grey);background-repeat:no-repeat;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;animation-name:placeholderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear}.fallback-container div:last-of-type{width:85%}@-webkit-keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.App{font-family:sans-serif;text-align:center}.character-info{background-color:#f0f0f0;padding:1rem;border:1px solid grey;border-radius:2px}.character-info.pending{opacity:.5}button,input{height:1.6rem;border-radius:2px;padding:0 .5rem;margin:.25rem;cursor:pointer;font-size:1rem}button:hover{background-color:#f0f0f0}button.selected{background-color:#0f0f0f;color:#f0f0f0}.character__name{margin:.5rem}.character__films-list{display:flex;flex-direction:column;align-items:center;list-style:none;margin:0}
/*# sourceMappingURL=main.2e02d556.chunk.css.map */