/* Show it is fixed to the top */
body {
  min-height: 10rem;
  padding-top: 0;
}


#container {
	margin-top : 70px;
}


.custom-tooltip {
  --bs-tooltip-bg: rgba(13,110,253);
  --bs-tooltip-color: var(--bs-white);
}


