.yearly table.table-condensed .monthselect,
.yearly table.table-condensed thead tr:nth-child(2),
.yearly table.table-condensed tbody,
.monthly table.table-condensed thead tr:nth-child(2),
.monthly table.table-condensed tbody {
  display: none;
}

.daterangepicker.monthly .drp-calendar,
.daterangepicker.yearly .drp-calendar {
  width: 1000px !important;
}

.yearly table.table-condensed .yearselect {
  width: 100%;
}
.caret-off::before {
    display: none;
}

.caret-off::after {
    display: none;
}
.custom-tooltip {
--bs-tooltip-bg: var(--bs-primary);
}