/**** COLORS ****/
/**** FONT ****/
/**** GENERAL ****/
.d-flex {
  display: flex;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}
.d-flex.align-items-center {
  align-items: center;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-end {
  justify-content: end;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.justify-content-around {
  justify-content: space-around;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}
.d-none {
  display: none;
}
b {
  font-weight: 800;
}
img {
  width: 100%;
  display: block;
}
svg {
  width: 15px;
  height: 15px;
}
h5 {
  height: 56px;
  line-height: 56px;
}
/**** THEME ****/
.project {
  min-height: 100vh;
}
.content {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.header .data {
  display: flex;
  align-items: center;
}
.header .data .image {
  width: 58px;
  height: 58px;
  margin: 0 10px;
}
.header .data .titles {
  padding-right: 15px;
  padding-top: 3px;
}
.header .data .titles .title {
  font-size: 18px;
}
.header .data .titles .comp-selector {
  position: relative;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
}
.header .data .titles .comp-selector > a {
  position: relative;
  padding-right: 15px;
}
.header .data .titles .comp-selector > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  top: 45%;
  right: 0;
  margin-left: 10px;
  transition: all 0.1s linear;
}
.header .data .titles .comp-selector .selector-content {
  display: none;
  width: 222px;
  max-height: 400px;
  overflow: auto;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #eaeaea;
}
.header .data .titles .comp-selector .selector-content::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
.header .data .titles .comp-selector .selector-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.header .data .titles .comp-selector .selector-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.header .data .titles .comp-selector .selector-content > li {
  text-transform: uppercase;
  line-height: 1.4;
}
.header .data .titles .comp-selector .selector-content > li a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .data .titles .comp-selector .selector-content > li a .compet-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 16px;
  width: 16px;
}
.header .data .titles .comp-selector .selector-content > li a .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 12px;
  width: auto;
}
.header .data .titles .comp-selector .selector-content > li a:hover {
  font-weight: 800;
}
.header .data .titles .comp-selector .selector-content > li a:after {
  content: "»";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: inherit;
}
.header .data .titles .comp-selector .selector-content > li .third-level {
  padding: 3px 0px;
  background: #fff;
  color: #000000;
  text-transform: capitalize;
  display: none;
}
.header .data .titles .comp-selector .selector-content > li .third-level a:after {
  content: "";
}
.header .data .titles .comp-selector .selector-content > li .third-level.active {
  display: block;
}
.header .data .titles .comp-selector .selector-content > li .third-level .third-level-list {
  margin: 3px 0;
}
.header .data .titles .comp-selector .selector-content > li .third-level .third-level-list a {
  align-items: center;
  line-height: 14px;
}
.header .data .titles .comp-selector .selector-content > li .second-level {
  padding: 3px 0px;
  background: rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  display: none;
}
.header .data .titles .comp-selector .selector-content > li .second-level.active {
  display: block;
}
.header .data .titles .comp-selector.active .selector-content {
  display: block;
}
.header .data .titles .comp-selector.active > a:after {
  transform: rotate(-180deg);
}
.selector-season {
  width: 160px;
  height: auto;
  position: relative;
  z-index: 990;
  margin: 10px 0;
}
.selector-season .selector-body,
.selector-season .selector-body-group {
  line-height: 26px;
  height: 26px;
  min-width: 122px;
}
.selector-season .selector-body > li,
.selector-season .selector-body-group > li {
  position: relative;
}
.selector-season .selector-body > li > a,
.selector-season .selector-body-group > li > a {
  border-radius: 3px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
}
.selector-season .selector-body > li > a:after,
.selector-season .selector-body-group > li > a:after {
  transform: rotate(45deg);
  transition: all 0.1s;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  content: "";
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  float: right;
  display: block;
  margin-top: 7px;
}
.selector-season .selector-body-group {
  padding-top: 5px;
}
.selector-season .selector-result,
.selector-season .selector-result-groups {
  display: none;
  max-height: 180px;
  overflow: auto;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  font-size: 14px;
  z-index: 900;
  background-color: #eaeaea;
}
.selector-season .selector-result > li,
.selector-season .selector-result-groups > li {
  line-height: 26px;
  overflow-x: hidden;
}
.selector-season .selector-result > li:hover,
.selector-season .selector-result-groups > li:hover {
  font-weight: 800;
}
.selector-season .selector-result > li a,
.selector-season .selector-result-groups > li a {
  padding: 0 6px;
  white-space: nowrap;
}
.selector-season .selector-result::-webkit-scrollbar,
.selector-season .selector-result-groups::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
.selector-season .selector-result::-webkit-scrollbar-thumb,
.selector-season .selector-result-groups::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.selector-season .selector-result::-webkit-scrollbar-track,
.selector-season .selector-result-groups::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.selector-season .selector-result.active,
.selector-season .selector-result-groups.active {
  display: block;
}
.selector-season .selector-result-groups {
  top: 60px;
  z-index: 899;
}
.selector-season .selector-result-groups.selector-result-groups-1 {
  top: 35px;
}
.selector-season.active .selector-body > li > a:after {
  transform: rotate(-135deg);
  margin-top: 10px;
}
.selector-season.active .selector-result {
  display: block;
}
.selector-season.active2 .selector-body-group > li > a:after {
  transform: rotate(-135deg);
  margin-top: 10px;
}
.selector-season.active2 .selector-result-groups {
  display: block;
}
.round-bar {
  position: sticky;
  height: 34px;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.round-bar.header2 {
  text-transform: uppercase;
  padding: 0 10px;
}
.round-bar .side {
  width: 33.3%;
  font-size: 12px;
  padding: 0 5px;
}
.round-bar .side.right {
  text-align: right;
}
.round-bar .round {
  font-size: 14px;
  width: 100px;
  text-align: center;
}
.round-bar .round a:after {
  transform: rotate(45deg);
  transition: all 0.1s;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  margin-top: -3px;
}
.round-bar .round a:hover {
  text-shadow: 0 0 15px #fff;
}
.round-bar .total-rounds {
  font-size: 11px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  display: none;
  z-index: 1;
  background-color: #eaeaea;
  color: #000000;
}
.round-bar .total-rounds > li {
  width: 14.2%;
  min-width: 105px;
  line-height: 20px;
  cursor: pointer;
}
.round-bar .total-rounds > li.active {
  font-weight: 800;
}
.round-bar.active .round a:after {
  transform: rotate(-135deg);
  margin-top: 0;
}
.round-bar.active .total-rounds {
  display: flex;
}
.widget-content {
  line-height: 24px;
}
.widget-content .row.hover:hover {
  background-color: #F6F6F6;
}
.widget-content .info {
  text-align: center;
  width: 100%;
  line-height: 11px;
  color: #777;
  font-size: 11px;
  padding-top: 2px;
}
.widget-content .info div {
  width: calc(50% - 35px);
  padding: 0 5px;
}
.widget-content .info .status {
  width: 65px;
}
.widget-content .info .tv span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-content .info .tv div {
  width: auto;
  padding: 0;
}
.widget-content .result-content {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
}
.widget-content .result-content .team {
  width: 40%;
  max-width: calc(49% - 40px);
  vertical-align: middle;
}
.widget-content .result-content .team .text {
  width: calc(100% - 40px);
  line-height: 17px;
  margin: 0 5px;
}
.widget-content .result-content .team .text.short-name {
  display: none;
}
.widget-content .result-content .team .icon-team-left {
  margin-left: 5px;
}
.widget-content .result-content .team .icon-team-right {
  margin-right: 5px;
}
.widget-content .result-content .team.local {
  justify-content: end;
}
.widget-content .result-content .add {
  width: 15%;
  min-width: 90px;
  line-height: 18px;
}
.widget-content .result-content .add .result {
  margin: 0 auto;
  font-size: 16px;
  max-width: 65px;
  height: 26px;
  line-height: 26px;
  background-color: #e5e5e5;
  color: #313131;
}
.widget-content .result-content .add .result.bg-finished {
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.widget-content .result-content .add .result small {
  font-size: 80%;
}
.widget-content .result-content .add .result span {
  margin: 0 2px;
}
.widget-content .result-content img {
  width: 35px;
}
.content.mirror .header {
  flex-direction: row-reverse;
}
.content.mirror .header .data {
  flex-direction: row-reverse;
}
.content.mirror .header .data .titles .title {
  text-align: right;
}
.content.mirror .header .data .titles .comp-selector > a {
  padding-left: 15px;
  padding-right: 0;
}
.content.mirror .header .data .titles .comp-selector > a:after {
  left: 0;
  margin-left: 0;
}
.content.mirror .header .data .titles .comp-selector.active > a:before {
  transform: rotate(-180deg);
}
.content.mirror .header .data .titles .selector-content {
  right: 0;
  left: auto;
}
.content.mirror .header .data .titles .selector-content > li a {
  justify-content: end;
  flex-direction: row-reverse;
}
.content.mirror .header .data .titles .selector-content > li a:after {
  left: 0;
  transform: rotate(180deg);
  margin-top: 5px;
}
.content.mirror .header .data .titles .selector-content > li a .flag,
.content.mirror .header .data .titles .selector-content > li a .compet-img {
  margin: 0 5px;
}
.content.mirror .selector-season .selector-body > li > a,
.content.mirror .selector-season .selector-body-group > li > a {
  text-align: right;
}
.content.mirror .selector-season .selector-body > li > a:after,
.content.mirror .selector-season .selector-body-group > li > a:after {
  float: left;
}
.content.mirror .selector-season .selector-result > li,
.content.mirror .selector-season .selector-result-groups > li {
  text-align: right;
}
.content.mirror .round-bar {
  flex-direction: row-reverse;
}
.content.mirror .round-bar .side:first-child {
  text-align: right;
}
.content.mirror .round-bar .side a {
  display: flex;
  transform: rotate(180deg);
}
.content.mirror .round-bar .side a b {
  transform: rotate(-180deg);
}
.content.mirror .round-bar .side.right a {
  text-align: left;
  justify-content: end;
}
.content.mirror .round-bar .round a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row-reverse;
}
.content.mirror .round-bar .total-rounds {
  flex-direction: row-reverse;
}
.content.mirror .widget-content .info {
  flex-direction: row-reverse;
}
.content.mirror .widget-content .info .text-left {
  text-align: right;
}
.content.mirror .widget-content .info .tv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.content.mirror .widget-content .result-content {
  flex-direction: row-reverse;
}
.content.mirror .widget-content .result-content .local {
  justify-content: start;
  flex-direction: row-reverse;
  text-align: left;
}
.content.mirror .widget-content .result-content .visitor {
  justify-content: end;
  flex-direction: row-reverse;
  text-align: right;
}
.content.mirror .widget-content .result-content .add .bg-finished {
  flex-direction: row-reverse;
}
/* Tamaño del scroll */
::-webkit-scrollbar {
  width: 3px;
}
/* Estilos barra (thumb) de scroll */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Estilos track de scroll */
::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
/***** SPINER *****/
.spiner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100lvw;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.hide-spin {
  display: none;
}
.spiner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.spiner div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: spiner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spiner div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes spiner {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .widget-content .result-content .team .text.full-name {
    white-space: pre-line;
    font-size: 13px;
    line-height: 13px;
  }
  .round-bar .side {
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 10px 0;
  }
  .selector-season {
    width: 100%;
  }
  .selector-season .selector-body,
  .selector-season .selector-body-group,
  .selector-season .selector-result,
  .selector-season .selector-result-groups {
    width: 100vw;
  }
  .round-bar .total-rounds li {
    min-width: auto;
    width: calc(100% / 3);
  }
}
@media (max-width: 315px) {
  .round-bar .total-rounds > li {
    min-width: 104px;
  }
}
