/* Ilustração localização */
.img-fluid{
  max-width: 75%;
}
.text-information{
  text-indent: 50px;
  font-size: large;
}
.container-options p{
  text-align:center;
  font-weight: 700;
  font-size:larger;
  margin: 1em;
}
.container-options img{
  height: 8rem;
}
.container-options span{
  color: #000 !important;
}
.container-options button{
  margin-top: 1rem;
  align-self: end;
}
.container-options .card{
      display: flex;
      justify-content:flex-start;
      align-items: center;
      padding: 3rem;
      transition: all ease-in-out 0.3s;
      height: 100%;
      border: 0 none;
      background: var(--color-white);
      box-shadow: 0px 0px 10px 1px rgba(110, 123, 131, 0.15);
      border-radius: 0.375rem;
      max-width: 28rem;
      justify-self: center;
      transition: transform 0.3s ease; 
}

.container-options  .card:hover {
  transform: scale(1.03); /* Zoom de 5% ao passar o mouse */
}
/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/

.jumbotron {
  padding: 5rem 0;
  color: var(--color-white);
}

.jumbotron-cover {
  background: linear-gradient(45deg, rgb(36, 143, 209) 40%, rgba(36, 143, 209, 0.5) 75%), url(/wp-content/themes/imoveis-theme/static/media/cover-licitacoes.34fb9852.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .jumbotron-cover {
    background: linear-gradient(45deg, rgb(36, 143, 209) 50%, rgba(36, 143, 209, 0.75) 100%), url(/wp-content/themes/imoveis-theme/static/media/cover-licitacoes.34fb9852.jpg) center center no-repeat;
    background-size: cover;
  }
}

.jumbotron h1 {
  font-family: var(--font-primary);
  font-weight: bold;
}

.jumbotron h5 {
  width: 60%;
  line-height: 1.75rem;
}

@media (max-width: 1199.98px) {
  .jumbotron h5 {
    width: 100%;
  }
}



/* LINK DESTAQUE  */

.link-destaque {
  background: var(--color-secondary-light);
  padding: 1.5rem;
  display: block;
  font-size: 1.1rem;
  border-inline-start: 10px var(--color-govrn-blue) solid;
}

.link-destaque i {
  color: var(--color-links);
  font-size: 1.4rem;
}

.link-destaque:hover i {
  color: var(--color-links-hover);
}

a.link-destaque {
  color: var(--color-pimary-dark);
}

a.link-destaque:hover {
  color: var(--color-black);
  text-decoration: underline;
}

.input-bids {
  padding: 0.4em;
  border-radius: 10px;
  border: 1px #e5e5e5 solid;
  display: flex;
  height: 3em;
  color: #343a40;
  border-style: none;
}

.css-13cymwt-control {
  border: none !important;
}

.input-group {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  justify-content: space-evenly;
  width: 10vw;

}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 5px !important;
}

.filters-container {
  border-bottom: 1px #cdcdcd solid;
  background: #e9ecef;
  padding: 1em;
}

.filters-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search-button-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 4em;
}

.download-section {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0;
  padding-right: 2em;
}

.download-csv-btn {
  background-color: #28a745;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.6em 1.2em;
  border-radius: 25px;
  border: 2px #28a745 solid;
  cursor: pointer;
  transition: all 0.3s ease;
}

.download-csv-btn:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



/*-------------------------------  Estilo da tabela -------------------------------*/
table {
  width: 100%;
  margin-top: 5vh;
  flex-direction: column;
}

td {
  padding: 0.6em;
}

thead {
  border-bottom: 1px gray solid;
  font-weight: 500;
}

.emptyAlert {
  display: table;
  text-align: center;
  width: 100%;
  padding: 2em;
  font-weight: 500;
}

.col-icon {
  color: #0dabe1;
  text-align: center;
  width: 1px;
  cursor: pointer;
}

.table-responsive {
  padding-bottom: 2em;
}

table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.container-filters {
  width: 100vw;
}

.modal-container {
  background: white;
  width: 80vw;
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  position: fixed;
  display: flex;
  z-index: 10000;
  top: 20%;
  left: 10%;
  flex-direction: column;
  max-height: 70vh;
  padding-bottom: 2em;
}

.modal-header {
  padding: 1em;
}

.modal-title {
  display: flex;
  justify-content: center;
  font-size: 1.1em;
  padding: 0.5em;
  text-align: center;
  font-weight: 500;
}

.modal-body {
  display: flex;
  overflow-y: hidden;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4em;
}

.button-close {
  border: none;
  background: none;
  color: blue;
}

.blur-modal {
  background-color: black;
  opacity: 0.4;
  position: fixed;
  top: 0px;
  z-index: 1050;
  height: 100vh;
  width: -webkit-fill-available;
}

.button-pagination {
  background: none;
  border-radius: 4px;
  padding: 0.4em;
  border: 1px #0dace3 solid;
  color: #071f28;
}

.container-pagination {
  display: flex;
  justify-content: center;
  margin: 1em;
}

.body-empresa {
  display: flex;
  justify-content: center;
}

.modal-body-table {
  overflow-x: scroll;
  overflow-y: scroll;
  padding: 1em;
}

#dicionario {
  overflow-x: auto;
}

@media screen and (max-width: 480px) {
  .input-group {
    width: 90vw;
  }

  .filters-row {
    flex-direction: column;
    align-items: center;
  }

  .search-button-container {
    justify-content: center;
    padding-right: 0;
  }

  .download-section {
    justify-content: center;
    padding-right: 0;
  }

  .modal-body-table {
    overflow-x: scroll;
    padding: 1em;
  }

  .table-responsive {
    width: 90vw;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

/* Form Input Fields */
.form-control:active,
.form-control:focus,
.form-select:active,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.search-govrn {
  background: var(--color-secondary-light);
}

.search-govrn label {
  font-weight: 500;
}
.select {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.text-container{
    padding: 2.5em;
    padding-top: 1em;
}
/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/

.jumbotron {
  padding: 5rem 0;
  color: var(--color-white);
}

.jumbotron-cover {
  background: linear-gradient(45deg, rgb(36, 143, 209) 40%, rgba(36, 143, 209, 0.5) 75%), url(/wp-content/themes/imoveis-theme/static/media/cover-licitacoes.34fb9852.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .jumbotron-cover {
    background: linear-gradient(45deg, rgb(36, 143, 209) 50%, rgba(36, 143, 209, 0.75) 100%), url(/wp-content/themes/imoveis-theme/static/media/cover-licitacoes.34fb9852.jpg) center center no-repeat;
    background-size: cover;
  }
}

.jumbotron h1 {
  font-family: var(--font-primary);
  font-weight: bold;
}

.jumbotron h5 {
  width: 60%;
  line-height: 1.75rem;
}

@media (max-width: 1199.98px) {
  .jumbotron h5 {
    width: 100%;
  }
}



/* LINK DESTAQUE  */

.link-destaque {
  background: var(--color-secondary-light);
  padding: 1.5rem;
  display: block;
  font-size: 1.1rem;
  border-inline-start: 10px var(--color-govrn-blue) solid;
}

.button-download{
  padding: 2em 3em 0em;
}

.link-destaque i {
  color: var(--color-links);
  font-size: 1.4rem;
}

.link-destaque:hover i {
  color: var(--color-links-hover);
}

a.link-destaque {
  color: var(--color-pimary-dark);
}

a.link-destaque:hover {
  color: var(--color-black);
  text-decoration: underline;
}

.input-bids {
  padding: 0.4em;
  border-radius: 10px;
  border: 1px #e5e5e5 solid;
  display: flex;
  height: 3em;
  color: #343a40;
  border-style: none;
}

.css-13cymwt-control {
  border: none !important;
}

.input-group {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  justify-content: space-evenly;
  width: 10vw;

}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 5px !important;
}

.filters-container {
  border-bottom: 1px #cdcdcd solid;
  background: #e9ecef;
  padding: 1em;
}

.filters-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search-button-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 4em;
}

.download-section {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0;
  padding-right: 2em;
}

.download-csv-btn {
  background-color: #28a745;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.6em 1.2em;
  border-radius: 25px;
  border: 2px #28a745 solid;
  cursor: pointer;
  transition: all 0.3s ease;
}

.download-csv-btn:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



/*-------------------------------  Estilo da tabela -------------------------------*/
table {
  width: 100%;
  margin-top: 5vh;
  flex-direction: column;
}

td {
  padding: 0.6em;
}

thead {
  border-bottom: 1px gray solid;
  font-weight: 500;
}

.emptyAlert {
  display: table;
  text-align: center;
  width: 100%;
  padding: 2em;
  font-weight: 500;
}

.col-icon {
  color: #0dabe1;
  text-align: center;
  width: 1px;
  cursor: pointer;
}

.table-responsive {
  padding-bottom: 2em;
}

table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.container-filters {
  width: 100vw;
}

.modal-container {
  background: white;
  width: 80vw;
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  position: fixed;
  display: flex;
  z-index: 10000;
  top: 20%;
  left: 10%;
  flex-direction: column;
  max-height: 70vh;
  padding-bottom: 2em;
}

.modal-header {
  padding: 1em;
}

.modal-title {
  display: flex;
  justify-content: center;
  font-size: 1.1em;
  padding: 0.5em;
  text-align: center;
  font-weight: 500;
}

.modal-body {
  display: flex;
  overflow-y: hidden;
  align-items: center;
  flex-direction: column;
  padding: 0.5em 3em;
}

.button-close {
  border: none;
  background: none;
  color: blue;
}

.blur-modal {
  background-color: black;
  opacity: 0.4;
  position: fixed;
  top: 0px;
  z-index: 1050;
  height: 100vh;
  width: -webkit-fill-available;
}

.button-pagination {
  background: none;
  border-radius: 4px;
  padding: 0.4em;
  border: 1px #0dace3 solid;
  color: #071f28;
}

.container-pagination {
  display: flex;
  justify-content: center;
  margin: 1em;
}

.body-empresa {
  display: flex;
  justify-content: center;
}

.modal-body-table {
  overflow-x: scroll;
  overflow-y: scroll;
  padding: 1em;
}

#dicionario {
  overflow-x: auto;
}

@media screen and (max-width: 480px) {
  .input-group {
    width: 90vw;
  }

  .filters-row {
    flex-direction: column;
    align-items: center;
  }

  .search-button-container {
    justify-content: center;
    padding-right: 0;
  }

  .download-section {
    justify-content: center;
    padding-right: 0;
  }

  .modal-body-table {
    overflow-x: scroll;
    padding: 1em;
  }

  .table-responsive {
    width: 90vw;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

/* Form Input Fields */
.form-control:active,
.form-control:focus,
.form-select:active,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.search-govrn {
  background: var(--color-secondary-light);
}

.search-govrn label {
  font-weight: 500;
}
.select {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.detail-fieldset {
    text-align: start;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 500;
    font-size: larger;
}
.detail-fieldset hr{
    margin: 0.5rem 0;
}

#detailModal .modal-body{
    padding: 3em;
}
#detailModal table{
    margin-top: 0;
}
.conteudo-detail{
    max-width: 100%;
}

/*# sourceMappingURL=main.chunk.css.map*/