body {
  font-size: 0.8rem !important;
}

.logos img {
    height: 120px;
}

button svg {
    height: 10px;
    width: 10px;
}

td {
    background-color: white;
    font-size: 0.9rem !important;
  }

  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  
  .sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0; 
    padding-left: 10px;
  }
  .sidebar a { 
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 0.95rem !important;
    color:  white; 
  }
  .sidebar a:hover {
    background-color: white;
    color: blue;
    font-size: 18px !important;
  } 
  