.error{
    color: #ff0000;
}
#notifications-count {
    position: absolute;
    top: 16px;
    right: 10px;
    background: #fff;
    color: #03a9f3;
    width: 14px;
    height: 14px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}
#filter-count {
    position: absolute;
    top: -7px;
    right: -5px;
    color: rgb(255, 255, 255);
    width: 12px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background: rgb(2, 148, 9);
    border-radius: 50%;
    display: none;
}

/* Custom CSS to reduce the width of the date range picker */
.daterangepicker .daterangepicker_input input {
    width: 200px;
    height: 26px; /* Adjust this height to your desired size */
    font-size: 12px; /* Adjust the font size if needed */
  }
/* Adjust the size of the calendar table */
.daterangepicker table.table-condensed {
    font-size: 12px; /* Adjust this font size to your desired size */
  }
  
  /* Adjust the cell height of the calendar table */
  .daterangepicker table.table-condensed td {
    width: 15px;
    height: 15px; /* Adjust this height to your desired size */
  }

  .btn.filter-button {
    position: relative;
  }

  .filter-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 20px;
    padding: 2px 6px;
    border-radius: 50%;
  }
