.players-count-publish[data-v-8e9b4700] {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  z-index: 11;
}
.players-count-publish.show[data-v-8e9b4700] {
  opacity: 1;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.players-count-publish[data-v-8e9b4700]  .v-chip {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  font-weight: 500;
  margin-top: -1px;
  font-size: 0.625rem;
}
.players-count-publish.small[data-v-8e9b4700]  .v-chip {
  font-size: 0.563rem;
  margin-top: -10px;
}
.players-count-draft[data-v-8e9b4700] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  z-index: 11;
}
.players-count-draft.show[data-v-8e9b4700] {
  opacity: 1;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.players-count-draft[data-v-8e9b4700]  .v-chip {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 500;
  margin-bottom: -6px;
  font-size: 0.625rem;
}
.players-count-draft.small[data-v-8e9b4700]  .v-chip {
  font-size: 0.563rem;
}
/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-2fe3ae2c]: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;
}
.library-content .content-info[data-v-2fe3ae2c] {
  opacity: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: 100%;
  /* bottom template */
}
.library-content .content-info.hide[data-v-2fe3ae2c] {
  opacity: 0;
}
.library-content .content-info.bottom[data-v-2fe3ae2c] {
  top: auto;
  bottom: 0%;
}
.library-content .content-info.bottom .icon[data-v-2fe3ae2c] {
  margin-left: 3%;
  float: left;
}
.library-content .content-info.bottom .name[data-v-2fe3ae2c] {
  margin-right: 3%;
  float: right;
}
.library-content .category-markdown[data-v-2fe3ae2c] {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 11;
}
