.text-black {
    color: #000 !important;
  }

.text-verde {
    color: #88b84b !important;
}

.custom-gradient {
background-image: linear-gradient(to top, #5c8c1d, #88b84b);
}

.custom-verde {
background-color: #88b84b;
border-color: #88b84b;
color: #fff;
}

.custom-azul {
background-color: #012e4d;
border-color: #012e4d;
color: #fff;
}

.btn-outline-azul {
  color: #012e4d;
  border-color: #012e4d;
}

.btn-outline-azul:hover {
  color: #fff;
  background-color: #012e4d;
  border-color: #012e4d;
}

.btn-outline-azul:focus, .btn-outline-azul.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.btn-outline-azul.disabled, .btn-outline-azul:disabled {
  color: #012e4d;
  background-color: transparent;
}

.btn-outline-azul:not(:disabled):not(.disabled):active, .btn-outline-azul:not(:disabled):not(.disabled).active,
.show > .btn-outline-azul.dropdown-toggle {
  color: #fff;
  background-color: #012e4d;
  border-color: #012e4d;
}

.btn-outline-azul:not(:disabled):not(.disabled):active:focus, .btn-outline-azul:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-azul.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.circle-fill {
  width: 30px;
  height: 30px;
  background-color: #88b84b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.circle {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid #88b84b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #88b84b;
  font-size: 15px;
  font-weight: bold;
}

a {
color: #88b84b;
text-decoration: none;
background-color: transparent;
}

a:hover {
color: #5c8C1d;
text-decoration: underline;
}

th { font-size: 14px; }
td { font-size: 13px; }

.toast-container {
  position: fixed;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  width: 400px;
  z-index: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: '▾';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.whatsapp-link {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #88b84b;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.fa-whatsapp {
  margin-top: 16px;
}