.cursor-pointer {
  cursor: pointer !important;
}

.input-a {
  width: 45px !important;
  height: 45px;
  border-radius: 8px;
  border:none;
  outline: none;
  font-weight: 700;
  font-size: 17px;
  color:#31312f;
}
.btn-played{
  color:black !important;
}
.bg-title{
  background: black;
  opacity: 0.7;
  padding:10px;
  
}
.b-played{
  -webkit-box-shadow: 0 0 0 1px #FFFFFF;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.b-pri{
  background: #FFC300 !important;
}

.ap- {
  font-size: 20px;
  font-style: bold;
  color: rgb(41, 41, 41);
}
.img-ap{
  width: 60px !important;
  height: 60px !important;
}
.team-name{
  color: white !important;
  font-style: uppercase;
  text-transform: uppercase;
}
.txt-vs{
  font-weight: 600;
}
.t_stage{
  font-weight: 600;
}
.btn-pri{
  background-color:#FFC300;
  color: rgb(14, 13, 13);
  font-weight: 700;
  outline: none;
  padding: 5px;
  border-radius: 15px;
  border: none;

}
.btn-pri:hover{
 opacity: 0.6;
 outline:  none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number] {
  text-align: center
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .name_team{
    font-size: 10px !important;
  }
  .stage-name{
    font-size: 12px !important;
    line-height: 10px;
  }

  .input-a {
    width: 35px !important;
    height: 35px;

  }
  .txt-vs{
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
  }
}