﻿.autocomplete-suggestions {
  border: 1px solid #ddd;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.autocomplete-suggestion {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-selected {
  background-color: #bcd3ec;
  color: rgb(0, 0, 0);
}

.navbar-default {
  min-height: 60px;
}

.navbar-custom-link {
  color: #000 !important;
  font-size: 20px;
  font-weight: bolder;
  padding: 15px 30px;
  line-height: 50px;

}

.navbar-custom-link.active {
  font-weight: bold !important;
  color: #0559b3 !important;
  text-decoration: None !important;
}


.navbar-custom-link:hover {
  color: #333 !important;
}

.navbar-nav li .navbar-custom-link.active {
  font-weight: bold;
  color: white; 
}

.selecaobutton {
  width:850px;
  display:inline-block;
  overflow: auto;
  white-space: nowrap;
  margin:0px auto;
}

.container_unidades {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  margin: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.details p {
  margin: 0;
}

.status {
  font-size: 14px;
}

.card {
  border: 2px solid #333;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-title {
  font-weight: bold;
  font-size: 19px;
}

.info {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}

.card-content {
  margin-left: 10px;
  font-size: 17px;
  color: #333;
}

.box-editar {
  border: 2px solid black;
  border-radius: 15px;
  /* padding: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left, .right {
  width: 45%;
}
.left p, .right p {
  margin: 0px 0;
}


.button-perm {
  text-align: right;
}

.custom-position {
  position: relative;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

a.btn-primary:hover {
  color: #ffc107 !important;
}

.three-columns .left, .three-columns .center, .three-columns .right {
  width: 30%; /* Adjust as needed */
}

.three-columns .center {
  margin: 0 10px; /* Add some spacing between the columns if needed */
}

.three-columns p {
  margin: 0;
}


.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.icon-excel {
    background-image: url('/static/images/icons8-excel-50.png');
}


.white-icon {
    filter: brightness(0) invert(1);
    /* 
    brightness(0) makes it black
    invert(1) makes black become white
    */
}

#checkbox-group {
    display: flex;
    align-items: center;
    gap: 20px;  /* space between checkboxes */
    margin-top: 10px;
}
#checkbox-group .checkbox-inline {
    margin: 0; /* remove Bootstrap margins */
}

.btn-warning.text-dark-force {
    color: #000 !important;
}