.pill-results {
  border-radius: 8px;
  background-color: #f2f2f2;
  padding: 5px;
}

.table.classificacao {
  font-family: var(--font_titles);
}

.competicao-nome {
  background-color: var(--primary);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  padding: 8px;
  margin-bottom: 10px;
}

@media (max-width: 438px) {
  .table.classificacao {
    font-size: 12px;
  }
}

.square-legenda {
  width: 21px;
  height: 21px;
  border: solid 1px #c7c7cc;
  margin-right: 1em;
}

/* PLAYER CARD */

.player_card {
  padding: 0 0 11px 0px;
  border-radius: 10px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 349px;
}

.player_photo_flag_box {
  width: 100%;
  height: 260px;
  position: relative;
}

.player_photo {
  width: 100%;
  height: 100%;
  padding: 11px;
  position: absolute;
}

.player_photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.player_flag {
  right: 0;
  position: absolute;
}

.flag_border {
  width: 46px;
  height: 46px;
  border-radius: 100% 10px 100% 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flag_border img {
  object-fit: cover;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.player_info {
  padding: 0;
  margin: 11px;
  margin-top: 0;
  height: 90px;
}

.player_number {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--primary);
}

.player_name_age {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  padding-left: 10px;
  padding-bottom: 16px;
  margin: 0;
}

.player_name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  text-align: left;
}
.player_age {
  padding: 0;
  margin-top: 5px;
  margin: 0;
  text-align: left;
}

.pill-results.red-pill {
  background-color: rgb(255, 224, 224) !important;
}

.pill-results.green-pill {
  background-color: rgb(225, 247, 208) !important;
}
