.match-section {
  margin-top: 65px;
}

@media (min-width: 300px) {
  .match-container {
    padding: 0 25px;
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  .match-container {
    padding: 0;
    padding-top: 85px;
  }
}

.match-no-results {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  color: #800;
  background-color: #9000000b;
  border: 1px solid #800;
  border-radius: 5px;
  font-size: 20px;
}

.match-loading-bg {
  height: 100vh;
}

@media (min-width: 300px) {
  .match-loading-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: all 0.5s;
  }
}

.match-loading-spinner {
  border: 15px solid rgba(0, 0, 0, 0.1);
  border-top: 15px solid var(--bs-primary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 0.5s linear infinite;
  margin: 0 auto;
}

@media (min-width: 300px) {
  .match-club1-img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .match-club1-img {
    width: 85px;
    height: 85px;
    margin-left: 20px;
  }
}

.match-club1-img img {
  transition: 0.2s;
}

.match-club1-img a:hover img {
  filter: brightness(70%);
  transition: 0.2s;
}

@media (min-width: 300px) {
  .match-club2-img {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
}

@media (min-width: 992px) {
  .match-club2-img {
    width: 85px;
    height: 85px;
    margin-right: 20px;
  }
}

.match-club2-img img {
  transition: 0.2s;
}

.match-club2-img a:hover img {
  filter: brightness(70%);
  transition: 0.2s;
}

@media (min-width: 300px) {
  .match-club1-name, .match-club2-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }
}

.match-club1 a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.match-club1 a:hover {
  color: var(--bs-primary);
}

.match-club2 a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.match-club2 a:hover {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .match-info-details-h {
    font-size: 15px;
    line-height: 1.5em;
    width: -webkit-fill-available;
    max-width: max-content;
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .match-info-details-h {
    font-size: 16px;
    line-height: 1.5em;
    width: -webkit-fill-available;
    max-width: max-content;
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 300px) {
  .match-info-date {
    font-size: 15px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  .match-info-date {
    font-size: 20px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 300px) {
  .match-info-division {
    font-size: 17px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  .match-info-division {
    font-size: 22px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 300px) {
  .match-info-time {
    font-size: 15px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  .match-info-time {
    font-size: 20px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 300px) {
  .match-info-round {
    font-size: 15px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  .match-info-round {
    font-size: 18px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 300px) {
  .match-info-stade {
    font-size: 17px;
    margin: 0;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .match-info-stade {
    font-size: 20px;
    margin: 0;
    line-height: 1.5em;
  }
}

.match-info-stade-link {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.match-info-stade-link:hover {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .match-info-category {
    font-size: 15px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  .match-info-category {
    font-size: 18px;
    margin: 0;
    line-height: 1.3em;
  }
}

@media (min-width: 300px) {
  .match-info-stade-img {
    min-width: 90px;
    min-height: 90px;
    border-radius: 5px;
    background: url("../../assets/img/default-stade.jpg") center / cover
      no-repeat;
    transition: 0.2s;
  }
}

@media (min-width: 992px) {
  .match-info-stade-img {
    min-width: 120px;
    min-height: 120px;
    border-radius: 5px;
  }
}

.match-info-stade-img:hover {
  filter: brightness(70%);
  cursor: pointer;
}

.match-info-stade-address {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.match-info-stade-maps {
  margin: 0;
  margin-top: 20px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
}

.match-info-stade-maps:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.match-info-stade-maps:focus {
  border: 1px solid var(--bs-success) !important;
}

.match-referees a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.match-referees a:hover {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .match-info-refer1 {
    font-size: 15px;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .match-info-refer1 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media (min-width: 300px) {
  .match-info-refer2 {
    font-size: 15px;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .match-info-refer2 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media (min-width: 300px) {
  .match-info-refer3 {
    font-size: 15px;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .match-info-refer3 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media (min-width: 300px) {
  .match-info-result-dom,
  .match-info-result-type,
  .match-info-result-ext {
    font-size: 23px;
    font-weight: bold;
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  .match-info-result-dom,
  .match-info-result-type,
  .match-info-result-ext {
    font-size: 45px;
    font-weight: bold;
    margin: 0;
  }
  .match-info-result-type {
    margin: 0 10px;
  }
}

.match-info-result {
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-edit-btn {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  border: none;
  background-color: var(--bs-primary);
  transition: 0.2s;
}

.match-edit-btn:hover {
  color: #ffffff;
  border: none;
  background-color: var(--bs-success);
}

.match-edit-btns {
  height: auto;
  display: flex;
  z-index: 111;
  position: absolute;
  top: 0;
  padding: 5px 0;
  border-radius: 5px;
}
