.stadiums-section {
  margin-top: 65px;
  width: 100%;
}

.stade-section {
  margin-top: 65px;
  width: 100%;
}

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

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

@media (min-width: 300px) {
  .stadiums-col-h {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .stadiums-col-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .stadiums-col-h {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .stadiums-heading {
    font-size: 30px;
  }
}

@media (min-width: 300px) {
  .stadiums-cont {
    margin-top: -200px;
  }
}

@media (min-width: 1200px) {
  .stadiums-cont {
    margin-top: -215px;
  }
}

.stadiums-options span {
  width: -webkit-fill-available;
  max-width: max-content;
}

.stadiums-drop {
  height: 50px;
  width: 100%;
  margin-left: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

.stadiums-drop-menu {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 11111;
}

.stadiums-drop-menu.show {
  box-shadow: 0px 1px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
  border-top: none;
  height: 225px;
  opacity: 1;
  top: 50px !important;
  transform: none !important;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
  z-index: 11111;
}

.stadiums-drop-toggle::after {
  position: absolute;
  left: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.btn.stadiums-drop-toggle {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

.btn.stadiums-drop-toggle:hover {
  border: 1px solid #222222;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: 0.2s ease;
}

.btn.stadiums-drop-toggle.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.stadiums-drop-toggle.show.stadiums-drop-toggle::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.btn.stadiums-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.stadiums-results-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
  font-weight: 500;
}

.stadiums-results-btn:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

@media (min-width: 300px) {
  .stadium-card {
    width: 290px;
    height: 130px;
    padding: 22px 15px;
    margin: 20px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
}

@media (min-width: 576px) {
  .stadium-card {
    width: 310px;
    height: 130px;
    padding: 22px;
    margin: 20px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .stadium-card {
    width: 280px;
    height: 130px;
    padding: 22px 15px;
    margin: 20px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .stadium-card {
    width: 320px;
    height: 130px;
    padding: 20px;
    margin: 30px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
}

.stadium-img {
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

.stadium-img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}

@media (min-width: 300px) {
  .stadium-card-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .stadium-card-name {
    font-size: 18px;
  }
}

.stadium-card-name-link {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.stadium-card-name-link:hover {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .stadium-btn {
    width: 132px;
    font-size: 12px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
    transition: 0.3s;
  }
}

@media (min-width: 576px) {
  .stadium-btn {
    width: 150px;
    font-size: 14px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
    transition: 0.3s;
  }
}

@media (min-width: 1200px) {
  .stadium-btn {
    width: auto;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 20px;
    padding-left: 10px;
    transition: 0.3s;
  }
}

.stadium-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.stadium-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.stadium-img-d {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  height: 85px;
  min-height: 85px;
  width: 85px;
  min-width: 85px;
}

.stadiums-results-cont {
  display: flex;
}

.stadiums-no-results {
  display: none;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 80%;
  color: var(--bs-danger-text-emphasis);
  background-color: rgba(241, 174, 181, 0.3);
  border: 1px solid var(--bs-danger-text-emphasis);
  border-radius: 10px;
  font-size: 20px;
}

@media (min-width: 300px) {
  .stadiums-city-head {
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #bbbbbb;
    padding: 10px;
  }
}

.stadiums-city-name {
  font-size: 18px;
  margin: 0;
  color: #555555;
}

@media (min-width: 300px) {
  .stade-maps-btn-i {
    font-size: 20px;
    margin: 0 15px 3px 0;
  }
}

.stade-maps-btn {
  margin: 0;
  margin-top: 30px;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
}

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

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

@media (min-width: 300px) {
  .stade-modal {
    display: none;
    justify-content: center;
    align-items: end;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .stade-modal {
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 300px) {
  .stade-modal-body {
    padding: 20px 20px 0;
    height: auto;
  }
}

@media (min-width: 768px) {
  .stade-modal-body {
    padding: 40px 20px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .stade-modal-body {
    padding: 70px 0;
    border-radius: 10px;
  }
}

@media (min-width: 300px) {
  .stade-modal-img {
    width: 100%;
    height: 85%;
    min-height: 300px;
    margin-top: 30px;
    border-radius: 10px;
    background: url("../../assets/img/default-stade.jpg") center / cover
      no-repeat;
  }
}

@media (min-width: 768px) {
  .stade-modal-img {
    width: 100%;
    height: 85%;
    min-height: 400px;
    margin-top: 30px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .stade-modal-img {
    width: 30%;
    height: 100%;
    min-height: 100%;
    margin-top: 15px;
    border-radius: 10px;
  }
}

@media (min-width: 300px) {
  .stade-modal-cont {
    width: 100%;
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .stade-modal-cont {
    width: 65%;
    padding-right: 45px;
  }
}

.stade-modal-name {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stade-modal-detailes {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 0;
}

.stade-modal-address.stade-modal-detailes {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stade-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.stade-modal-close:hover {
  background-color: #8800003e;
}

.stade-modal-close i {
  font-size: 20px;
  color: #444;
  transition: all 0.3s;
}

.stade-modal-close:hover i {
  color: #880000;
}

@media (min-width: 300px) {
  .stade-modal-info-h {
    width: auto;
  }
}

@media (min-width: 768px) {
  .stade-modal-info-h {
    width: 175px;
  }
}

.stade-modal-hr {
  margin: 12px 0;
}
