@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.manage_table {
  width: 100%;
}
.manage_table thead {
  background-color: #f3f6ff;
  width: 100%;
}
.manage_table thead th {
  padding: 15px;
  font-size: 22px;
  color: #363c41;
  border: 3px solid white;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.manage_table tbody td {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.status_btn {
  background-color: #deefe5;
  color: #309e5e;
  border: none;
  outline: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
}

.pending {
  background-color: #ffb511;
  color: #fff;
  border: none;
  outline: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
}
.expire {
  color: #e01f1f;
  background-color: #f5c6c6;
}
.search_input {
  border: 1px solid #d9d9d9;
  width: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  border-radius: 5px;
}
.search_input input {
  border: none;
  outline: none;
  padding: 10px 10px;
  width: 100%;
  color: #7e7e7e;
}
.search_icon_input {
  height: 20px;
  width: auto;
}
.xx_icon img {
  width: 45px;
  height: 45px;
}
.search_container_manage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_tabs img {
  height: 25px;
  width: auto;
}
.search_tabs {
  outline: none;
  border: none;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: var(--color-white);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search_cont_man {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search_tabs_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg_dash2 {
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .manage_table thead th {
    font-size: 16px;
    padding: 12px;
  }
  .manage_table tbody td {
    font-size: 14px;
    padding: 6px;
  }
  .status_btn {
    font-size: 14px;
  }
  .search_input {
    width: 20rem;
  }
  .search_tabs {
    padding: 8px 10px;
    font-size: 12px;
  }
  .search_tabs img {
    height: 15px;
    width: auto;
  }
  .search_input input {
    padding: 8px;
  }
  .xx_icon img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .status_btn {
    font-size: 12px;
  }
  .manage_table thead th {
    font-size: 14px;
    padding: 12px;
  }
  .manage_table tbody td {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .manage_table thead th {
    font-size: 10px;
    padding: 8px;
  }
  .manage_table tbody td {
    font-size: 10px;
    padding: 2px;
  }
  .status_btn {
    font-size: 10px;
    padding: 6px 10px;
  }
}

.membership-card {
  background: #fff;

  border-radius: 5px;
  margin-bottom: 60px;

  padding: 20px 30px;
}
