html,
body {
  height: 100%;

  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ubuntu-Yc96lTL.woff2") format('woff2');
}

/* ******************* */
/* *** LEAFLET MAP *** */
/* ******************* */
.leaflet-pane.leaflet-popup-pane {
  transform: translate3d(-5px, -24px, 0px);
}

.leaflet-marker-icon {
  width: 48px !important;
  height: 48px !important;
  border: 7px solid var(--bs-red);
  border-radius: 50%;
  background-color: var(--bs-gray-100);
}

/* ************************* */
/* *** TRACKING OVERVIEW *** */
/* ************************* */
#container-detail-card {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* ********************************** */
/* *** TRACKING CARD LAST CHANGED *** */
/* ********************************** */
#container-last-changed {
  width: 170px;
  height: 32px;
  border: 3px solid var(--bs-red);
  border-radius: 9px;
  background-color: var(--bs-gray-100);
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
}
