.shown,.shown:focus,.shown:hover{@apply border-orange-500 bg-orange-500/10;}.shown .inner-btn:hover,.shown .inner-btn:focus,.shown:focus .inner-btn:hover,.shown:focus .inner-btn:focus,.shown:hover .inner-btn:hover,.shown:hover .inner-btn:focus{@apply bg-orange-500/20;}.pending,.pending:focus,.pending:hover{animation:pending 1s infinite alternate}.pending .inner-btn:hover,.pending .inner-btn:focus,.pending:focus .inner-btn:hover,.pending:focus .inner-btn:focus,.pending:hover .inner-btn:hover,.pending:hover .inner-btn:focus{@apply bg-blue-500/20;}@keyframes pending{0%{border-color:#3b82f6;background-color:#3b82f61a}to{border-color:#3b82f640;background-color:#3b82f60d}}.list-move,.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{@apply opacity-0;transform:translate(30px)}.list-leave-active{@apply inset-x-0 absolute;}.lower-third-enter-active{transition:all .6s ease-out}.lower-third-leave-active{transition:all .4s ease-in}.lower-third-enter-active .lt-generic{animation:.2s ease-in-out 0ms 1 both GenericFadeIn}.lower-third-enter-active .lt-title-box{animation:.2s ease-out 0ms 1 both TitleBoxIn}.lower-third-enter-active .lt-title-box span{animation:.2s ease-in-out .2s 1 both GenericFadeIn}.lower-third-enter-active .lt-subtitle-box{animation:.2s ease-out .1s 1 both SubtitleBoxIn}.lower-third-leave-active .lt-generic{animation:.2s ease-in-out 0ms 1 both GenericFadeOut}.lower-third-leave-active .lt-title-box{animation:.2s ease-in .2s 1 both TitleBoxOut}.lower-third-leave-active .lt-title-box span{animation:.2s ease-in-out .1s 1 both GenericFadeOut}.lower-third-leave-active .lt-subtitle-box{animation:.2s ease-in-out 0ms 1 both SubtitleBoxOut}@keyframes TitleBoxIn{0%{opacity:0;transform:var(--scaling-from)}to{opacity:1;transform:scaleX(1) scaleY(1)}}@keyframes TitleBoxOut{0%{opacity:1;transform:scaleX(1) scaleY(1)}to{opacity:0;transform:var(--scaling-from)}}@keyframes SubtitleBoxIn{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}@keyframes SubtitleBoxOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2rem)}}@keyframes GenericFadeIn{0%{opacity:0}to{opacity:1}}@keyframes GenericFadeOut{0%{opacity:1}to{opacity:0}}
