.center-content {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    height: 100vh; /* Optional: Set the height of the container to 100% of viewport height */
  }

 /* .filter-option {
    font-weight: normal !important;
    color: blue !important;; 
} */
  
.filter-option {
    /* color: #777777 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 10px !important; */
    text-transform: none !important;
}