:root {
  ---header-height: 48px;
  --seconde-couleur: #ffff8c;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.875rem;
  line-height: 1.5;
}

.vertical-center-by-transform {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  /*height: var(---header-height);*/
  font-size: 1rem;
  color: white;
  background-color: #212529;
  box-shadow: inset -1px 0 0 rgb(0 0 0 / 25%);
}

.header-background-light {
  background-color: #383f44;
}

.header-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.sidebar {
  background-color: rgba(0, 0, 0, 0.05);
  border: solid rgba(0, 0, 0, 0.25);
  border-width: 0 1px;
}

.sidebar-link {
  font-weight: 500;
  color: #333;
  padding: 0.3rem 0.3rem 0.3rem 0rem;
  display: block;
  text-decoration: none;
}

.canyon-name {
  max-width: 90%;
  vertical-align: middle;
}

.content-heigth {
  display: block;
  height: calc(100vh - var(---header-height));
  padding-top: 2vh;
}

.chart-container {
  overflow: hidden;
}

.scrollable-container {
  display: block;
  overflow: auto;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.spin-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000017;
  z-index: 999;
}

.spin-overlay {
  position: relative;
  top: 50%;
  left: 50%;
}

.btn-infos {
  margin: 2px;
  margin-top: -4px;
}

.search-box {
  font-size: 0.775rem;
  margin-bottom: 2vh;
}

.card-header {
    font-size: 1rem;
    font-weight: 500;
}