.no-underline {
  text-decoration: none;
}

.admin-menu {
  color: #955200 !important;
}

.select2-container {
  width: 100% !important;
}
.table-striped {
  --bs-table-striped-bg: #f0f8ff;
  /*  --bs-table-striped-text: #000; */
}

.table-hover {
  --bs-table-hover-bg: #d3d3d3;
  /* --bs-table-hover-text: #000; */
}

.via-humanis-immobilier-color {
  color: #016b9d !important;
}

/* remove the small arrow from the dropdown bootstrap element */
.no-caret.dropdown-toggle::after {
  display: none !important;
}

/* Style for tooltip-enabled text with dotted underline */
.tooltip-text {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help;
  text-underline-offset: 2px;
}
