
/* Live Session Indicator Animations */
@keyframes blink-dot-633c3a96 {
0%, 50% { opacity: 1;
}
51%, 100% { opacity: 0.3;
}
}
@keyframes pulse-live-633c3a96 {
0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.5);
}
70% { box-shadow: 0 0 0 8px rgba(255, 71, 87, 0);
}
100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
}
}
.sort-find[data-v-633c3a96] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sort-find button[data-v-633c3a96] {
  flex: 1;
  order: 2;

  font-size: 14px;
}
.sort-find input[data-v-633c3a96] {
  order: 1;
  flex: 15;
}
.text-danger[data-v-633c3a96]:hover {
  cursor: pointer;
  animation: red-pulse-633c3a96 1s infinite;
}
@keyframes red-pulse-633c3a96 {
0% {
    animation-timing-function: ease-in;
    transform: scale(1);
}
50% {
    animation-timing-function: ease-out;
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}
#teams[data-v-633c3a96] {
  width: 300px;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  overflow-y: auto;
  margin-top: 60px;
  padding-top: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#teams .meta[data-v-633c3a96] {
  font-size: 12px;
}
#explore[data-v-633c3a96] {
  margin-left: 340px;
  margin-right: 20px;
}
#explore .loading[data-v-633c3a96] {
  font-size: 30px;
  text-align: center;
}
.crownIcon[data-v-633c3a96] {
  color: #f90;
  font-size: 12px;
}
.hidden[data-v-633c3a96] {
  display: none;
}
.trigger:hover .hidden[data-v-633c3a96] {
  display: inline-block;
}
@media (max-width: 1024px) {
#explore[data-v-633c3a96] {
    margin-left: 0;
    margin-right: 0;
}
}


