.blacklist-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 500px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.blacklist-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.blacklist-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.blacklist-one h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .blacklist-link {
    max-width: 137px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .blacklist-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .blacklist-studio{
    color: white;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }

  .divider-bar {
    background: rgb(1, 12, 36);
    background: linear-gradient(270deg, rgba(1, 12, 36, 1) 0%, rgba(34, 153, 170, 1) 100%);
    height: 60px;
    margin-top: 60px;
    width: 100%;
}

.down-arrow{
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.up-arrow{
  width: 18px;
  height: 18px;
  margin-left: 12px;
}

  /* blacklist table css */

.custom-padding{
    padding-left: 10%;
    padding-right: 10%;
}

.blacklist-two{
    margin-bottom: 50px;
}

.blacklist-button-main{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 1200px;
}

.blacklist-entries{
    font-family: PlusJakartaSans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Cantarell, Helvetica Neue, Ubuntu, sans-serif;
    font-size: 1rem;
    align-items: center;
    height: 48px;
    border-radius: 0.4rem;
    font-weight: 600;
    padding: 0 1.2rem;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(143, 142, 142, 0.15);
    background: #2299AA;
  }
  
  .followers {
    font-size: 1rem;
    color: white;
  }
  .blacklist-entries:hover {
    background: #2b2a2a;
  }

  .blacklist-table-container {
    max-width: 1500px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(202, 202, 202, 0.15);
  }

  .blacklist-table-title{
    display: flex;
    justify-content: space-between;
  }

.blacklist-table-title h1 {
    color: #a9a9a9;
    font-size: 15px;
    width: 45%;
    border-bottom: 2px solid #949494;
    text-align: center;
    font-weight: bold;
  }
  

  .blacklist-row {
    display: flex;
    gap: 154px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .title-column,
  .notification-column {
    width: 45%;
    text-align: center;
  }

  .dropdown_toggle {
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }

  .description {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
  }

  .notification-button {
    padding: 5px 10px;
    background: rgb(44,203,227);
    background: linear-gradient(80deg, rgba(44,203,227,1) 0%, rgba(24,112,125,1) 100%);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .notification-button:hover {
    background-color: #0056b3;
  }


  /* pagination */
  .pagination-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .prev-button,
  .next-button {
    padding: 8px 16px;
    border: 1px solid #000000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
  }

  .prev-button:hover,
  .next-button:hover {
    border: 1px solid #000000;
  }

  .prev-button:disabled {
    border-style:solid;
    cursor: not-allowed;
  }

  .page-number {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .blacklist-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  
  h1 {
    font-size: 2rem;
    color: #2299AA;
  }
  
  .blacklist-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .blacklist-group {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 300px;
  }
  
  .blacklist-input {
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    padding-left: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
  }
  
  .blacklist-icon {
    position: absolute;
    left: 1rem;
    fill: #999;
    width: 1rem;
    height: 1rem;
  }
  
  .blacklist-table-container {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(202, 202, 202, 0.15);
  }
  
  .blacklist-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .title-column {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .notification-column {
    width: auto;
    text-align: right;
  }
  
  .dropdown_toggle {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .dropdown_toggle .arrow {
    margin-left: 10px;
    font-size: 0.8rem;
    color: #555;
  }
  
  .description {
    display: none;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #555;
  }
  
  .notification-button {
    padding: 5px 10px;
    background: #2299AA;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .notification-button:hover {
    background: #007B7F;
  }

  .hr-blacklist {
    border: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.6;
    margin: 10px 0;
}

  
  @media screen and (max-width: 768px) {
    .blacklist-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }
  
    .blacklist-group {
      width: 100%;
    }
  
    .blacklist-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  
    .title-column {
      width: 100%;
    }
  
    .notification-column {
      width: 100%;
      text-align: left;
    }
  
    .dropdown_toggle {
      font-size: 0.9rem;
    }
  
    .notification-button {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 1.5rem;
    }
  
    .dropdown_toggle {
      font-size: 0.8rem;
    }
  
    .notification-button {
      padding: 8px;
      font-size: 0.9rem;
    }
  }
  


  
   
   
   
   