/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*body {*/
/*background-image: url('/static/cover/—Pngtree—bubble growing light background blue_1597301.png');*/
/*  background-repeat: no-repeat;*/
/*overflow-x: hidden !important;*/
/*align-items: center;*/

/*}*/


/*.bg{}*/



/*ul {*/
/*    width: 60px;*/
/*    margin: auto;*/
/*  list-style: none;*/
/*       display: flex;*/
/*margin-left: 20px;*/
/*    position: relative;*/

/*    top: 8px;*/
/*        background-color: #1c1d36;*/

/*}*/

/*ul li {*/

/*  width: 50px;*/
/*  height: 50px;*/
/*  position: relative;*/
/*  background: #e59500;*/
/*  margin: 10px 10px;*/

/*  cursor: pointer;*/
/*  border-radius: 3px;*/
/*  box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
/*}*/

/*ul li .fa {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*}*/

/*ul li.facebook{*/
/*  background: #0079ff;*/
/*}*/

/*ul li.twitter{*/
/*  background: #00aced;*/
/*}*/

/*ul li.instagram{*/
/*  background: #0d50c4;*/
/*}*/

/*ul li.google{*/
/*  background: #dd4b39;*/
/*}*/

/*ul li.whatsapp{*/
/*  background: #4dc247;*/
/*}*/

/*ul li.facebook div.slider{*/
/*  background: #083ee8;*/
/*}*/

/*ul li.twitter div.slider{*/
/*  background: #4fa3e7;*/
/*}*/

/*ul li.instagram div.slider{*/
/*  background: #023080;*/
/*}*/

/*ul li.google div.slider{*/
/*  background: #0d50c4;*/
/*}*/

/*ul li.whatsapp div.slider{*/
/*  background: #82d47e;*/
/*}*/

/*.slider {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 51px;*/
/*  width: 0px;*/
/*  height: 50px;*/
/*  background: #eebb5c;*/
/*  border-radius: 3px;*/
/*  transition: all 0.5s 0.3s ease;*/
/*}*/

/*.slider p {*/
/*  font-family: arial;*/
/*  text-transform: uppercase;*/
/*  font-size: 16px;*/
/*  font-weight: 900;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  line-height: 50px;*/
/*  opacity: 0;*/
/*  transition: all 0.6s ease;*/
/*}*/

/*ul li .slider {*/
/*  width: 240px;*/
/*  transition: all 0.5s ease;*/
/*}*/

/*ul li .slider p {*/
/*  opacity: 1;*/
/*  transition: all 1s 0.2s ease;*/
/*}*/







/*!* youtube link *!*/
/*.youtube{*/
/*  position: fixed;*/
/*  bottom: 10px;*/
/*  right: 10px;*/
/*  width: 160px;*/
/*  text-align: center;*/
/*  padding: 15px 10px;*/
/*  background: #bb0000;*/
/*  border-radius: 5px;*/
/*}*/

/*.youtube a{*/
/*  text-decoration: none;*/
/*  color: #fff;*/
/*  text-transform: capitalize;*/
/*  letter-spacing: 1px;*/
/*}*/
/*a{text-decoration: none !important; }*/

/*.wrapper {*/
/* background: #447ffc;*/
/*background: linear-gradient(90deg, rgba(68, 127, 252, 1) 14%, rgba(77, 210, 255, 1) 100%);*/

/*    background-size: cover; !* تصویر را به طور کامل پوشش می‌دهد و نسبت ابعاد را حفظ می‌کند *!*/
/*    background-repeat: no-repeat; !* جلوگیری از تکرار تصویر *!*/
/*    background-position: center; !* موقعیت تصویر در مرکز عنصر *!*/
/*    width: 340px;*/
/*    height: auto; !* تغییر به auto برای قابلیت چیدمان بهتر *!*/
/*    border-radius:0 50px 0 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    display: flex;*/
/*    flex-direction: column; !* تغییر به column برای چیدمان ستونی *!*/
/*    align-items: center; !* وسط‌چینی محتوای داخل *!*/
/*    justify-content: end; !* وسط‌چینی محتوای داخل *!*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.back-button {*/
/*    width:340px; !* عرض دکمه *!*/
/*    height: 40px; !* ارتفاع دکمه *!*/
/*    border-radius:0 25px  0   75px    ; !* گوشه‌های گرد *!*/
/*    border: none; !* حذف کادر دور *!*/
/*    background-color: rgba(0, 0, 0, 0.91); !* رنگ پس‌زمینه *!*/
/*    color: #ffffff; !* رنگ متن *!*/
/*    font-size: 16px; !* سایز متن *!*/
/*    font-weight: 500; !* وزن متن *!*/
/*    cursor: pointer; !* نشانگر موس *!*/
/*    transition: background-color 0.3s; !* انیمیشن *!*/
/*    margin: auto; !* فاصله از بالا *!*/
/*    display: block; !* برای وسط‌چین کردن *!*/
/*    text-align: center; !* متن وسط‌چین *!*/
/*    position: relative;*/
/*    top: 518px;*/
/*}*/

/*!* تغییر رنگ دکمه هنگام هاور *!*/
/*.back-button:hover {*/
/*    background-color: #000000; !* رنگ پس‌زمینه هنگام هاور *!*/
/*    color: #ffffff; !* تغییر رنگ متن *!*/
/*}*/



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;

background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

.about-container {
  background-color: #ffffff;
  box-shadow: 0 7px 26px #8791e9;
  padding: 3rem;
  border-radius: 1.4rem;
  max-width: 568px;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 620px) {
  .about-container {
    width: 90%;
  }
}
.about-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-container .members {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 510px) {
  .about-container .members {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.about-container .members span {
  font-size: 1.1rem;
}
.about-container .members .import-button {
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #BBC2FF;
  background: none;
  color: #5C69E1;
  border-radius: 4px;
  padding: 0.9rem 1.5rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.about-container .members .import-button:hover {
  background-color: #BBC2FF;
}
.about-container .search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.about-container .search-bar input {
  font-family: inherit;
  font-size: 1rem;
  padding: 20px 40px 20px 40px;
  border: 1px solid #B4BED0;
  border-radius: 8px;
  width: 100%;
  color: inherit;
  outline: none;
}
.about-container .search-bar i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}
.about-container .invitation-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-container .invitation-link span {
  margin-bottom: 0.5rem;
  display: block;
}
.about-container .invitation-link input {
  font-family: inherit;
  font-size: 1rem;
  padding: 20px 40px 20px 20px;
  border: 1px solid #B4BED0;
  border-radius: 8px;
  width: 100%;
  color: inherit;
  outline: none;
}
.about-container .invitation-link i {
  position: absolute;
  top: 65%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.about-container .suggested-members {


}
.about-container .suggested-members .member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem auto;

}

.about-container .suggested-members .member div {
  display: flex;
  align-items: center;
}
.about-container .suggested-members .member div img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
.about-container .suggested-members .member .add-button {
  font-family: inherit;
  font-size: 1.3rem;
  padding: 0.9rem 1.5rem;
  border: none;
  background-color: #111831;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 80%;
    align-items: center;   /* وسط‌چین عمودی */
  justify-content: center; /* وسط‌چین افقی */
  gap: 6px;              /* فاصله بین آیکون و متن */
}
.about-container .suggested-members .member .add-button:hover {
  background-color: #2e4dff;
}

.button-32{

  display: flex;
  position: relative;

  height: 40px;
  color: #fff;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  transition: all 150ms ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
  border-radius: 10px;
  background-color: #111111;
  background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
}

.button-32:hover {
  filter: brightness(1.1);
}

.button-32:active {
  transform: scale(.95);
}


a{text-decoration: none !important;}

