/* Tom Select Styles */
.ts-wrapper {
    width: 100% !important;
}

.ts-control {
    background-color: white !important;
    border: 1px solid #e3e6e4 !important;
    border-radius: 4px !important;
    min-height: 38px !important;
    padding: 0.375rem 0.75rem !important;
}

.ts-dropdown {
    border: 1px solid #e3e6e4 !important;
    border-radius: 4px !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ts-dropdown .option {
    padding: 0.375rem 0.75rem !important;
}

.ts-dropdown .option:hover {
    background-color: #f8f9fa !important;
}

.ts-dropdown .option.active {
    background-color: #5c80bc !important;
    color: white !important;
}

/* No results container */
.no-results-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
    border-radius: 15px;
    margin: 20px;
}

.no-results-icon {
    font-size: 80px;
    color: #999;
}

.no-results-text {
    font-size: 28px;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
}

body {
    font-family: 'Nunito', sans-serif !important;
    color: #858796 !important;
}

footer.fixed-bottom {
  z-index: 10 !important;
}
.tom-select-dropdown, .ts-dropdown, .select2-container--open {
  z-index: 1050 !important;
}

/* Two-column, custom-grouped footer links for small screens */
@media (max-width: 767.98px) {
  footer.fixed-bottom ul.list-inline {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: unset !important;
    align-items: unset !important;
  }
  footer.fixed-bottom ul.list-inline li {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.01rem;
  }
  /* First column: Blog, Sobre, Termos de Uso */
  footer.fixed-bottom ul.list-inline li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  footer.fixed-bottom ul.list-inline li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  footer.fixed-bottom ul.list-inline li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  /* Second column: Política de Privacidade, Contato */
  footer.fixed-bottom ul.list-inline li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  footer.fixed-bottom ul.list-inline li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}
