.results .box-product .image-hotel {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 1/1 !important;
}

.information-product {
  grid-column: span 3;
}

.results .box-product {
  grid-template-columns: 1fr 1.5fr;
  column-gap: 10px;
  color: #878787 !important;
  text-decoration: none;
}

.results .box-product a.btn,
.whatsapp_guide {
  grid-column: span 3;
}

.loader-circles {
  grid-column: span 3;
}

.bootstrap-select .dropdown-menu li a span {
  text-transform: uppercase;
  font-family: "montserrat bold";
  font-size: 13px;
  color: #626262;
}

.dropdown-item.disabled span,
.dropdown-item:disabled span {
  color: #adb5bd !important;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown {
  grid-column: 2/7;
}

button.btn.dropdown-toggle.btn-light {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 18px;
  width: 18px;
  background-size: 100%;
  background-image: url("../../../img/icons/down-grey.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.chip {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 0.8rem;
  color: #333;
  /* Cor do texto mais suave */
  margin: 5px 0;
  /* Margem para cima e para baixo */
  border: 1px solid;
  /* Borda mais escura */
}

.not-started {
  background-color: #eeeeee;
  /* Cinza claro */
  border-color: #cccccc;
  /* Borda cinza um pouco mais escura */
}

.in-progress {
  background-color: #b2dfdb;
  /* Verde-azulado claro */
  border-color: #82ada9;
  /* Borda verde-azulado um pouco mais escura */
}

.finished {
  background-color: #ffcdd2;
  /* Vermelho claro */
  border-color: #cb9ca1;
  /* Borda vermelha um pouco mais escura */
}

.tournament-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 10px 0;
  background-color: #f9f9f9;
}

.tournament-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tournament-info i {
  margin-right: 10px;
  color: #666;
}

.tournament-info span {
  font-size: 16px;
}

.tournament-info b {
  font-weight: bold;
}

.btn-details {
  min-width: 150px;
  /* Largura mínima */
  min-height: 40px;
  max-height: 50px;

}

.informations p {
  margin-top: 3px;
}

/* Caso for maior ou igual que um tablet e menor que 1000px, retirar o max height do btn details*/

@media (min-width: 768px) and (max-width: 999px) {
  .btn-details {
    max-height: none;
  }
}

.expandable-button {
  padding: 10px;
  flex-direction: column;
  overflow: hidden;
  background-color: #f87c2c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  color: #fff;
  place-items: center;
  transition: all 0.5s linear;
}

.expandable-button-options {
  height: 0;
  width: 90%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: 0.5s;
}

.expandable-button-child {
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  background-color:#65c7c9;
  border-radius: 10px;
  margin: 10px 0;
  text-decoration: none;
}

.expandable-button-options.show {
  height: 120px;
  padding-top: 10px;
}

.filter-modal-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
}

.filter-modal-content h3 {
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  font-size: 1.17em !important;
  font-family: "montserrat black";
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #444444;
}

.filter-modal-content button {
  border: 0;
  background-color: transparent;
}

.filter-modal-content .btn-orange {
  background-color: #f97c2c;
  border-radius: 30px;
  padding: 15px 20px;
  font-family: "montserrat black";
  color: #fff;
}

.filter-modal-content .btn-orange:hover,
.filter-modal-content .btn-orange:focus {
  background-color: #b75a1f;
  font-family: "montserrat black";
}

.filter-modal-content .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
}

.add-fish-to-tournament-button {
  padding: 10px;
  flex-direction: column;
  overflow: hidden;
  background-color: #f87c2c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  place-items: center;
  margin-top: 0.5em;
}