.fed-follower-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.fed-follower-analytics {
  width: 100%;
  height: 94%;
}

.fed-analytics {
  background-color: transparent; 
  margin-left: 10px; 
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px; 
  min-height: 40px; 
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.analytics-icon {
  color: gray;
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}


.analytics-date-picker {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 40px;
  display: flex;
  padding: 10px;
  margin-top: 60px;
  z-index: 999;
}

.analytics-date-picker label {
    margin-right: 10px;
    color: black;
    font-size: 16px;
}

.analytics-date-picker input[type="date"] {
    width: auto;
    margin-right: 10px;
    font-size: 16px;
}

.analytics-date-picker button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}


/* CSS for the mobile view of the left panel */
@media (max-width: 767px) {

  

}