/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-0a3a9e9e]:export {
  primaryBlue: #29235c;
  secondaryBlue: #583AF6;
  darkBlue: #2c3e50;
  lightBlue: #14F8FF;
  baseOrange: #dc7323;
  lightOrange1: #FAAE7D;
  lightOrange2: #F8CAAC;
  darkOrange: #A0430D;
  baseGreen: #14CC54;
  mediumGreen: #4BB543;
  darkGreen: #42b983;
  baseRed: #FF0000;
  lightRed1: #ED5E5E;
  lightRed2: #FCC0C0;
  lightGray: #F4F4F4;
  softGray: #E6E6E6;
  baseGray: #B1B1B1;
  darkGray: #5A5A5A;
  textGray: #808080;
  basePurple: #6D5BCC;
}
.dot[data-v-0a3a9e9e] {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.dot.online[data-v-0a3a9e9e] {
  background-color: #14CC54;
}
.dot.offline[data-v-0a3a9e9e] {
  background-color: #FF0000;
}
.dot.out-of-time[data-v-0a3a9e9e] {
  background-color: #2c3e50;
}
/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-39b34e16]:export {
  primaryBlue: #29235c;
  secondaryBlue: #583AF6;
  darkBlue: #2c3e50;
  lightBlue: #14F8FF;
  baseOrange: #dc7323;
  lightOrange1: #FAAE7D;
  lightOrange2: #F8CAAC;
  darkOrange: #A0430D;
  baseGreen: #14CC54;
  mediumGreen: #4BB543;
  darkGreen: #42b983;
  baseRed: #FF0000;
  lightRed1: #ED5E5E;
  lightRed2: #FCC0C0;
  lightGray: #F4F4F4;
  softGray: #E6E6E6;
  baseGray: #B1B1B1;
  darkGray: #5A5A5A;
  textGray: #808080;
  basePurple: #6D5BCC;
}
[data-v-39b34e16] .v-card__text {
  padding: 8px;
}
[data-v-39b34e16] .v-card__text:hover {
  background: #E6E6E6;
}
.highlighted-player[data-v-39b34e16] {
  border: 2px solid #dc7323;
}
.quick-actions-container[data-v-39b34e16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  background: white;
  padding: 8px 0px;
  border-top: 1px solid #E6E6E6;
  overflow: hidden;
  bottom: 0px;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: ease-out 500ms;
  transition: ease-out 500ms;
}
.quick-actions-container[data-v-39b34e16]:hover {
  background: #E6E6E6;
}
.player-card:hover .quick-actions-container[data-v-39b34e16] {
  max-height: 999px;
  opacity: 1;
}
.publish-status-icon[data-v-39b34e16] {
  position: absolute;
  left: 10px;
}
