
#linked-accounts {
    background: white;
    padding: 2rem;
    border-radius: 32px;
    margin-bottom: 2rem !important;
}
  #linked-accounts h4 {
    color: #0072ce;
  }

  #linked-accounts  select, input[type="text"], button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  #linked-accounts  .tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #linked-accounts .tag {
    background-color: #0072ce;
    color: white;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }

  #linked-accounts .tag span {
    margin-left: 10px;
    cursor: pointer;
  }

  #linked-accounts button {
    background-color: #0072ce;
    color: white;
    cursor: pointer;
  }

  #linked-accounts button:hover {
    background-color: #005da3;
  }


  .suggestion:nth-child(odd) {
  background-color: #e0e0e0; /* Light grey for odd rows */
  padding: 8px;
}

.suggestion:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
  padding: 8px;
}
