.vdr-custom-daterangepicker {
  font-size: unset;
  margin-top: 8px;
  height: auto !important;
}
.vdr-custom-daterangepicker .custom-formatter {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.vdr-custom-daterangepicker .ranges {
  position: relative !important;
  left: 0;
  bottom: 0;
}
.vdr-custom-daterangepicker .ranges li.active {
  background-color: #20bdbe !important;
  color: #fff !important;
}
.vdr-custom-daterangepicker .drp-calendar {
  position: relative !important;
  left: 0;
  bottom: 0;
  display: block !important;
}
.vdr-custom-daterangepicker .drp-calendar.left {
  padding: 5px 0 5px 5px !important;
}
.vdr-custom-daterangepicker .drp-buttons {
  display: block !important;
}

.filesSelect .dropdown-menu.show {
  min-width: 100px !important;
  width: 100% !important;
  background-color: #fbfbfb !important;
}

.groupsSelect .dropdown-menu.show {
  min-width: 100px !important;
  width: 100% !important;
  background-color: #fbfbfb !important;
}

.foldersSelect .dropdown-menu.show {
  min-width: 100px !important;
  width: 100% !important;
  background-color: #fbfbfb !important;
}

.vdr-stats-button {
  color: var(--bs-btn-color) !important;
}
.vdr-stats-button:hover {
  background-color: transparent !important;
  color: none !important;
}

.vdr-stats-heatmap-cell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}