}

/* ===== HEADER ===== */
header, .header, .navbar {
  background: #bdbdbd !important;
  border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}


a:hover {
  opacity: 0.7;
}

.card {
  background: #c9c9c9 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.15) !important;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}


.flatpickr-monthDropdown-months {
    background-color: #ad4242 !important;
    color: #fff !important;
    border: none !important;
}

.flatpickr-monthDropdown-months option {
    background-color: #000 !important;
    color: #fff !important;
}

.flatpickr-monthDropdown-months {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}