.navbar {
  position: fixed;
  width: 100%;
  z-index: 1090;
}
.h3 {
  color: var(--purple);
}

.text-dark {
  color: #000
}

.btn {
  width: 100%;
}

.btn-primary {
  /* background-color: var(--purple);
  border-color: var(--purple); */
  background-color:#dedb00;
  border-color: #dedb00;
  width: 100%;
  margin-top: 5px;
}

.card {
  margin-bottom: 10px;
}

.album {
  padding-top: 5rem!important;
}

.av-container {
  width: 100%;
}

.alert-attention {
  margin-top: 20px;
}

.login {
  background: url(../images/login.jpg);
  background-size: 100%;
  background-position: center center;
}

.cornice {
  background: url(../images/cornice.jpg);
  background-size: 104%;
  background-position: center center;
}

.highcharts-credits {
  display: none !important;
}

.bg-warning {
  color: #856404 !important;
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
}

.px-3 {
  width: 100%;
}