/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Noto Sans", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

body {
  /* background-color: #c0f2b073 !important; */
  background-color: #f4f5f9 !important;
  /* background-color: var(--primary-color); */
  /* background: url("../../../assets/img/world-map.png") #eeeeeeee; */
}

/* :root {
  --white: #fff;
  --primary: #4caf51;
  --primaryy: #c6def1;
  --txt-color: #14121e;
  --txt-light: #cccccccc;
  --border-color: #cccccccc;
  --fw-0: 400;
  --fw-1: 500;
  --fw-2: 600;
  --fw-3: 700;
  --fw-4: 800;
  --fw-5: 900;
  --border-radius-1: 0.4rem;
  --border-radius-2: 0.8rem;
  --border-radius-3: 1.3rem;
  --border-radius-4: 1.8rem;
  --box-shadow-1: 0 1px 2px rgba(56, 65, 74, 0.15);
} */

:root {
  --lg-bg: #E7Ecf2;
  --lg-green-1: #059212;
  --lg-green-2: #07831b;
  --lg-light: #d6cc99;
  --lg-bg-2: #dae5c8;
  --white: #fff;
  --primary: #4caf51;
  --primaryy: #c6def1;
  --txt-color: #14121e;
  --txt-light: #cccccccc;
  --border-color: #cccccccc;
  --fw-0: 400;
  --fw-1: 500;
  --fw-2: 600;
  --fw-3: 700;
  --fw-4: 800;
  --fw-5: 900;
  --border-radius-1: 0.4rem;
  --border-radius-2: 0.8rem;
  --border-radius-3: 1.3rem;
  --border-radius-4: 1.8rem;
  --box-shadow-1: 0 1px 2px rgba(56, 65, 74, 0.15);

  --d-bg: #E7Ecf2;
  --d-green-1: #059212;
  --d-green-2: #07831b;
  --d-light: #d6cc99;
  --d-bg-2: #dae5c8;
  --mb: .70rem;
  --d-border-radius-3: 0.5rem;
  --d-border-radius-3: 1rem;
  --d-font-size: .90rem;
  --d-box-shodow: 5px 10px 9px -9px rgba(0, 0, 0, 0.027);
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  /* display: flex;
  flex-direction: column; */
  background-color: var(--lg-bg);
  position: relative;
}

table tr th {
  text-wrap: nowrap;
}


.btn,
.modal-header .btn-close {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.modal-backdrop.show {
  display: none !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.toast-top-center {
  margin-top: 150px !important;
  width: auto;
}


.btn-primary {
  background-color: var(--primary) !important;
}

.friend-btn {
  background-color: var(--primary) !important;
  color: #fff !important;
}


/* header  */
.header__top {
  box-shadow: 0px 7px 9px -6px rgba(0, 0, 0, 0.315);
  background-color: var(--lg-bg);
  height: 70px;
  padding: 0 1rem;
}

.header__top .navbar-toggler {
  box-shadow: none;
}

.header__top .navbar .navbar-brand h5 {
  font-size: 1rem;
  font-weight: 700;
}

.header__top .navbar .navbar-brand img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.header__top .navbar .navbar-brand p {
  font-size: 0.875rem;
  font-weight: 600;
}


.header__top .navbar .nav-item {
  margin: 0 .5rem;
}

.header__top .navbar .nav-item::after {
  display: none;
}

.header__top .navbar .nav-item a {
  color: var(--lg-green-1);
  font-weight: var(--fw-2);
  font-size: 0.875rem;
  padding: .8rem;

}

.header__top .ct-btn {
  background-color: var(--lg-green-2);
  color: #fff !important;
  border-radius: 10px;
  width: 126px;
  height: 47px;
  padding: 0 !important;
  text-align: center;
  line-height: 47px;
  font-size: 0.875rem;
}





/* ==========  Header Side  Media Querys  =========== */

@media screen and (max-width: 768px) {
  .header__top .navbar {
    padding: .4rem .4rem !important;
    background-color: #F4F5F9;
  }

  .header__top .ct-btn {
    font-size: .80rem !important;
  }
}

/* header  */


/* headline  */
.head__lines h2,
h6,
h4 {
  line-height: 1.1;
}

.head__lines h2 {
  font-size: 32px;
}

.head__lines h6 {
  font-size: 0.875rem;
  font-weight: 600;
}

.head__lines h4 {
  font-size: 20px;
  font-weight: 600;
}

/* ==========  Heade Lines  Side  Media Querys  =========== */

@media screen and (max-width: 768px) {
  .head__lines {
    text-align: center;
  }

  .head__lines h2 {
    font-size: 1.2rem;
  }

  .head__lines h6 {
    font-size: .90rem;
  }

  .head__lines h4 {
    font-size: 1.2rem;
  }
}

/* headline */
/* ========== AUTH PAGE =========== */
.auth__page .auth__card {
  /* 850 * 440 */
  overflow: hidden;
  max-width: 860px;
  /* Reduced max-width */
  margin: auto;
  height: 100%;
  border-radius: 30px;
  box-shadow: 12px 18px 17px 1px rgba(7, 131, 28, 0.432) !important;
  border: 2px solid var(--lg-green-1);
}


/* ==========  Auth left Side  =========== */

.auth__page .auth__card .auth__left {
  background-color: var(--lg-green-1);
  height: 100%;
  padding-left: 2rem;
  padding-top: 2.3rem;
  padding-right: 2rem;


}

.auth__page .auth__card .auth__left .auth__head-title h4 {
  color: var(--white);
  line-height: 1;
  word-spacing: 1px;
  font-size: 20px;

}

.auth__page .auth__card .auth__left .auth__head-title h5 {
  line-height: 1.8;
  font-size: 20px;
  word-spacing: 1px;
}


.auth__page .auth__card .auth__left p {
  margin-bottom: 1.1rem !important;

}

.auth__page .auth__card .auth__left b {
  color: var(--lg-light);
  position: relative;
}

.auth__page .auth__card .auth__left b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6cc99;
}


/* .auth__page .auth__card .auth__left .information .icon i {
font-size: 1.4rem;
color: #fff;
} */

.auth__page .auth__card .auth__left .information .icon img {
  object-fit: cover;
  width: 30px;
  height: 30px;
}

.auth__page .auth__card .auth__left .information p {
  font-size: 13px;
  color: #fff;
}

.auth__page .auth__card .auth__left .information p b {
  color: var(--lg-light);
  position: relative;
}

.auth__page .auth__card .auth__left .information p b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6cc99;
}

/* ==========  Left Side  Media Querys  =========== */

@media screen and (max-width: 768px) {
  .auth__page .auth__card .auth__left {
    padding: 1rem;

  }

  .auth__page .auth__card .auth__left .auth__head-title h4 {
    font-size: .99rem;
  }

  .auth__page .auth__card .auth__left .information p {
    font-size: .80rem;
  }

  .auth__page .auth__card .auth__left .information .icon i {
    font-size: .96rem;
  }
}

/* ==========  Auth Right Side  =========== */

.auth__page .auth__card .auth__right {
  padding: 2.4rem 0 0 0;
  padding-left: 2rem;
  padding-right: 1.6rem;
  padding-bottom: 2rem;
  height: 100%;
  background-color: var(--lg-bg-2);




}

/* logo and Title  */
.auth__page .auth__card .auth__right .auth__logo__title h3 {
  color: var(--txt-color);
  font-weight: var(--fw-2);
  font-size: 1.4rem;
}

.auth__page .auth__card .auth__right .auth__logo__title p {
  font-size: 0.8rem;
  text-transform: capitalize;
}

/* Auth Form  */

.auth__page .auth__card .auth__right .auth__form.max-width {
  max-width: 450px;
  width: 100%;
}

.auth__page .auth__card .auth__right .auth__form .auth-form-title h6 {
  color: var(--txt-color);
  font-weight: var(--fw-3);
  font-size: 1.1rem;
  word-spacing: 1px;
}

.auth__page .auth__card .auth__right .auth__form .form-label {
  font-size: .90rem;
  font-weight: var(--fw-1);
  margin-bottom: .1rem;

}


.auth__page .auth__card .auth__right .auth__form .form-control {
  background-color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-weight: var(--fw-0);
  font-size: 0.9rem;
  border: 1px solid #eeeeeeee;
  padding: 0.8rem 1.3rem;
  border-radius: 9px;
}

.auth__page .auth__card .auth__right .auth__form  .email,
.auth__page .auth__card .auth__right .auth__form  .fistName,
.auth__page .auth__card .auth__right .auth__form  .lastName {
  text-transform: lowercase;
}

.auth__page .auth__card .auth__right .auth__form .auth__password__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  outline: none !important;
  border: noen !important;
  box-shadow: none !important;
  background-color: transparent;
}

.auth__page .auth__card .auth__right .auth__form .form-select {
  background-color: var(--white);
  border: none;
  border: 1px solid var(--border-color);
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: var(--fw-0);
  color: var(--txt-color);
}

.auth__page .auth__card .auth__right .auth__form .form-check-label {
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--txt-color);
  font-weight: var(--fw-0);
}

.auth__page .auth__card .auth__right .auth__form .form-check-input {
  cursor: pointer;
}

.auth__page .auth__card .auth__right .auth__form .auth__remember__me label {
  color: var(--txt-color);
  font-weight: var(--fw-0);
  font-size: 0.9rem;
}

.auth__page .auth__card .auth__right .auth__form .auth__remember__me .forget-password {
  color: var(--txt-color);
  font-weight: var(--fw-0);
  font-size: 0.9rem;
}

.auth__page .auth__card .auth__right .auth__input__bx {
  position: relative;
}

.auth__page .auth__card .auth__right .auth__form .submit-btn {
  background-color: #07831B;
  width: 347px;
  height: 40px;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: var(--fw-1);
  text-transform: capitalize;
  border-radius: var(--border-radius-1);
}


.auth__page .auth__card .auth__right .loader {
  position: absolute;
  top: 0;
  left: 35%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Support */
.auth__support__contact {
  margin-top: 6rem !important;
}

.auth__support__title p,
a {
  color: var(--txt-color);
  font-weight: var(--fw-0);
}


.auth__page .auth__card .auth__right .auth__form .form-control::placeholder {
  font-size: .90rem;
  text-transform: capitalize !important;
}


/* ==========  Right Side  Media Querys  =========== */
@media screen and (max-width: 768px) {
  .auth__page .auth__card .auth__right .auth__logo__title h3 {
    font-size: .99rem;
  }

  .auth__page .auth__card .auth__right .auth__form .auth-form-title h6 {
    font-size: .99rem;
  }

  .auth__page .auth__card .auth__right .auth__form .form-label {
    font-size: .90rem;
  }
}

/* ==========  Auth Media Querys  =========== */
/* Media   Queries  Mobile Devices   768px * 980px */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .auth__page .auth__card .auth__right .auth__form {
    max-width: 100%;
  }
}

/* ==========  Auth Right Side  End =========== */

/* ========== AUTH PAGE =========== */


/* footer  */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--lg-green-2);
  height: 58px;
  line-height: 58px;
}

footer p {
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 15px;
}

footer a {
  text-decoration: none;
  color: var(--white);
  font-size: 15px;
  margin: 0 .7rem;
}

/* ==========  Footer     Media Querys  =========== */
@media screen and (max-width: 768px) {
  footer {
    text-align: center !important;
    position: static !important;
  }

  footer p {
    font-size: 0.875rem;
    text-wrap: nowrap;
  }

  footer a {
    font-size: 15px;
    text-wrap: nowrap;
  }
}

@media screen and (max-width:520px) {
  footer {
    height: auto !important;
    position: static !important;
  }
}

/* END  */
.offcanvas {
  background-color: #F4F5F9 !important;
}


/* Home page  */

.d__header .header-wrapper {
  background-color: #fff;
  height: 60px;
  line-height: 68px;
  padding: 1rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 7px 9px -6px rgba(0, 0, 0, 0.315);

}

.d__header__logo .logo {
  width: 45px;
  height: 45px;
}

.d__header__logo .text {
  width: 160px;
  height: 70px;
  object-fit: contain;
}

.d__header .navbar-nav .nav-item {
  margin: 0 .80rem;
}

.d__header .navbar-nav a {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 0;
  color: var(--txt-color);
  font-weight: var(--fw-2);
}

.d__header .navbar-nav a img {
  margin-bottom: .73rem;
}

.d__header .navbar-nav a i {
  margin-bottom: 1rem;
  font-size: 18px;
  color: var(--lg-green-1);
}

.d__header .d__header__search {
  width: 195px;
  height: 34px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #333;

}

.d__header .d__header__search i {
  position: absolute;
  left: 10px;
  top: 10px;
}

.d__header .d__header__search .form-control {
  font-size: 13.5px;
  box-shadow: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  padding-left: 1.9rem;
  background-color: transparent;
}

.d__header__search__two {
  width: 200px;
  height: 34px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #333;
}

.d__header__search__two i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #333;
}

.d__header__search__two .form-control {
  font-size: 13.5px;
  box-shadow: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  padding-left: 1.9rem;
  background-color: transparent;
}

/* drop down desing */

.dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: var(--d-box-shodow);
  border: none;
  border: 1px solid #f0ebebe1;
}

.dropdown-menu .dropdown-item {
  font-size: .88rem;
  font-weight: var(--fw-1);
  cursor: pointer;
}

/* end  */
.d__header .d__header__profile__btn {
  width: max-content;

  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  font-size: 13.5px;
  background-color: var(--d-green-1);
  margin-left: 1.6rem;
  padding: .3rem 1rem;

}

.d__header .d__header__profile__btn a {
  text-decoration: none;
  color: inherit;
}

.d__header .navbar-nav .dropdown {
  position: relative;
}

.d__header .navbar-nav .dropdown .notification__count {
  position: absolute;
  top: -2px;
  right: 11px;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d__header .navbar-nav .dropdown .notification__count span {
  color: #fff;
  font-size: .60rem;
}

.offcanvas-body .notification__count {
  position: absolute;
  top: -2px;
  right: -22px;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-body .notification__count span {
  color: #fff;
  font-size: .60rem;
}

.d__header .navbar-nav .dropdown .notification__dropdown {
  width: 21.875rem;
  height: 500px;
  overflow-y: auto;
}

.d__header .navbar-nav .dropdown .notification__dropdown::-webkit-scrollbar {
  width: 5px;
}

.d__header .navbar-nav .dropdown .notification__dropdown::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.d__header .navbar-nav .dropdown .notification__dropdown .nav-tabs .nav-item a {
  padding: .9rem;
  cursor: pointer;
}

.d__header .navbar-nav .dropdown .notification__dropdown .nav-tabs .nav-item a.active {
  background-color: #47c754c4;
  color: var(--txt-color);
}

.d__header .navbar-nav .dropdown .notification__dropdown .item a {
  display: flex;
  align-items: self-start !important;
  flex-direction: row;
  text-decoration: none;

}

.d__header .navbar-nav .dropdown .notification__dropdown .item .name h6 {
  word-break: break-all;
  font-size: .70rem;
}

.d__header .navbar-nav .dropdown .notification__dropdown .item a .profile-pic {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;

  position: relative;
}

.d__header .navbar-nav .dropdown .notification__dropdown .item a .profile-pic i {
  position: absolute;
  bottom: -21px;
  right: -4px;
  background-color: #3ea343;
  color: #fff;
  padding: .3rem;
  font-size: .60rem;
  border-radius: 50%;

}

.d__header .navbar-nav .dropdown .notification__dropdown .item a .name h6 {
  font-size: .80rem;
  padding: 0;
}

.d__header .navbar-nav .dropdown .notification__dropdown .item a .name span {
  font-size: .70rem;
  color: #4b4a4aee;
  font-weight: var(--fw-1);
  text-wrap: wrap;
  line-height: .4rem;
}

.d__header .userList {
  background-color: #fff;
  box-shadow: var(--d-box-shodow);
  padding: .8rem;
  position: absolute;
  top: 100%;
  max-height: 250px;
  overflow-y: auto;
  width: 194px;
  border-radius: var(--d-border-radius-3);
}

.d__header .userList::-webkit-scrollbar {
  width: 8px;
}

.d__header .userList::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.d__header .userList .profile__pic img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: covers;
}

.d__header .userList .name h6 {
  font-size: .70rem;
  color: var(--txt-color);
  margin: 0;
  padding: 0;
}

.d__header .userList .friend__card .item {
  height: 40px;
}

/* ==========  Home page  Header  Media Querys  =========== */
@media screen and (max-width:768px) {
  .d__header .userList {
    background-color: #fff;
    box-shadow: var(--d-box-shodow);
    padding: .8rem;
    position: absolute;
    top: 100%;
    max-height: 250px;
    overflow-y: auto;
    width: 194px;
    border-radius: var(--d-border-radius-3);
  }
}

@media screen and (min-width:990px) {
  .offcanvas {
    display: none !important;
  }
}

@media screen and (max-width:690px) {
  .d__header .d__header__search {
    display: none;
  }

  .d__header .d__header__profile__btn.hide {
    display: none;
  }

  .d__header .navbar-nav {
    align-items: self-start;
  }

  .d__header .navbar-nav .nav-item {
    margin-bottom: 1.3rem;
  }

  .d__header .navbar-nav a {
    display: flex;
    flex-direction: row;
  }

  .d__header .navbar-nav a i {
    margin-bottom: 0;
    margin-right: .5rem;
  }
}

/* ==========  Home page  Header  Media Querys  =========== */
.adjust__block__size__middle.show {
  display: block;
  margin-top: 5rem;
}

.tree__plantion__static {
  padding: 0 1%;
}

.tree__plantion__static .wraper {
  margin-top: 4rem;
  margin-bottom: .4rem;
  background-color: #fff;
  width: 100%;
  padding: .5rem;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  position: relative;
  min-height: 60px;
  height: auto;

  /* display: block; */
}

.tree__plantion__static .wraper .grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}

.tree__plantion__static .wraper .grid-container .grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.tree__plantion__static .wraper .grid-item .item.box {
  background-color: #5cdf69ad;
  border-radius: var(--d-border-radius-3);
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: .8rem;
}


.tree__plantion__static .wraper .grid-item .item.box img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: .4rem;
}

.tree__plantion__static .wraper .grid-item .item.box h6 {
  padding: 0;
  margin: 0;
  font-size: .80rem;
  margin-left: .5rem;
  font-weight: var(--fw-1);
}

.tree__plantion__static .wraper .grid-item .item.box span {
  font-size: .90rem;
  margin-left: .7rem;
  font-weight: var(--fw-2);
}

.tree__plantion__static .wraper .close-btn {
  position: absolute;
  right: 9px;
  top: 2px;
  font-size: .80rem;
  cursor: pointer;
}

/* ==========  Tree   Plantion  Media Querys  =========== */
@media screen and (max-width:1200px) {
  .tree__plantion__static .wraper .grid-container {
    grid-template-columns: 1fr;
  }

  .tree__plantion__static .wraper .grid-container .grid-item {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width:468px) {
  .tree__plantion__static .wraper .grid-item .item.box h6 {
    font-size: .70rem;
  }
}

/* ==========  Tree   Plantion  Media Querys  =========== */





/* ==========  Home page  Main Section  Start =========== */

.d__main__section {
  height: 100vh;
}

.d__main__container {
  display: grid;
  /* grid-template-columns: 24.11% 51.77% 24.11%; */

  grid-template-columns: 21.8888% 60% 18.1112%;

  height: 100vh;

  box-sizing: border-box;
}

.d__main__section .grid-profile {
  display: grid;
  gap: 0.240%;
  grid-template-columns: 20% 80%;
  height: 100vh;
  box-sizing: border-box;
}

/* not  */
.d__main__container.grid-visible {
  grid-template-columns: 100%;
}


/* .d__main__left.nt-overflow,
.d__main__right.nt-overflow {
  overflow-y: auto;
  height: 100%;
}

.d__main__feed.nt-overflow {
  height: 100%;
} */

/* end  */
.d__main__left,
.d__main__right {
  position: relative;
  height: 100%;
}

.d__main__left {
  margin-left: 4%;
  margin-right: 0.8%;
}

.d__main__right {
  padding-left: 5px;
}

.d__main__feed {
  overflow-y: auto;
  height: 100%;
  /* height: calc(100vh - 1rem); */
  /* padding: 0 .4rem; */

}

.d__main__feed::-webkit-scrollbar {
  width: 8px;
}

.d__main__feed::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

/* Ensure that the main container scrolls correctly */
.d__post__feed {
  height: calc(100vh - 1rem);
  overflow-y: auto;
}

/* birthday */
.d__main__section .d__main__left .d__birthday__event {
  background-color: #fff;
  height: 146px;
  width: 92%;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  padding: 1rem;
  overflow-y: auto;
  margin-bottom: var(--mb);
}

.d__main__section .d__main__left .d__birthday__event::-webkit-scrollbar {
  width: 2px;
  display: none;
}

.d__main__section .d__main__left .d__birthday__event::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}


.d__main__section .d__main__left .d__birthday__event h5 {
  font-size: 16px;
  font-weight: var(--fw-2);
}

.d__main__section .d__main__left .d__birthday__event h6 {
  font-size: 0.875rem;
  color: var(--txt-color);
  font-weight: var(--fw-2);
  padding: 0;
  margin: 0;
}

/* ======== media query  ======== */

@media screen and (max-width:768px) {
  .d__main__section .d__main__left .d__birthday__event {
    height: 400px;
  }
}

/* ======== media query  ======== */
/*  recent event */
.d__main__section .d__main__left .d__recent__event {
  background-color: #fff;
  height: 146px;
  width: 92%;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  padding: 1rem;
  overflow-y: auto;
  margin-bottom: var(--mb);
}

.d__main__section .d__main__left .d__recent__event::-webkit-scrollbar {
  width: 2px;
  display: none;
}

.d__main__section .d__main__left .d__recent__event::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.d__main__section .d__main__left .d__recent__event h5 {
  font-size: 16px;
  font-weight: var(--fw-2);
}

.d__main__section .d__main__left .d__recent__event .box .dateS {
  width: 80px;
  height: auto;
  background-color: #fff;
  box-shadow: var(--box-shadow-1);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.d__main__section .d__main__left .d__recent__event .box .dateS .month {
  background-color: red;
  font-size: .80rem;
}

.d__main__section .d__main__left .d__recent__event .box .dateS .date {
  font-size: .90rem;
  font-weight: var(--fw-3);
}

.d__main__section .d__main__left .d__recent__event .box .dateS .time {
  font-size: .80rem;
  font-weight: var(--fw-0);
}

.d__main__section .d__main__left .d__recent__event .box .info {
  margin-left: .9rem;
}

.d__main__section .d__main__left .d__recent__event .box .info p {
  font-size: .70rem;
}

/* link */
.d__main__section .d__main__left .d__side__left__link {
  background-color: #fff;
  height: 241px;
  width: 92%;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  padding: .70rem;
  margin-bottom: var(--mb);
}

.d__main__section .d__main__left .d__side__left__link.bg {
  /* background-color: #EAF2E4; */
  background-color: #fff;
}

.d__main__section .d__main__left .d__side__left__link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.d__main__section .d__main__left .d__side__left__link ul li {
  padding: .3rem;
  color: #fff;
  border-radius: 15px;
  margin-top: .4rem;
  padding: .7rem;
}

.d__main__section .d__main__left .d__side__left__link ul li.active {
  background-color: #D6f4c1;
}

.d__main__section .d__main__left .d__side__left__link ul li a {
  text-decoration: none;
  font-weight: var(--fw-1);
  font-size: .90rem;
  color: var(--txt-color) !important;
}

.d__main__section .d__main__left .d__side__left__link ul li i {
  margin-right: .6rem;
}

.d__main__section .d__main__left .d__certifcate {
  height: 183px;
  padding: .6rem;
  width: 92%;
  background-color: #dfe5e1;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  border: 1px solid var(--d-green-1);
  position: relative;
  margin-bottom: var(--mb);
}

/* ==========  Home page  Main Section  End  =========== */


/* ==========  Home page  Main Post Feed Section  Start =========== */

.d__main__section .d__post__feed {
  background-color: #fff;
  height: 166px;
  width: 98%;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
}

.d__certifcate__btn .btn {
  color: var(--txt-color);
  border: 1px solid #ffffffe7 !important;
  border-radius: 10px;
  font-size: var(--d-font-size);
  width: 100%;
  height: 2.7rem;
  padding: .4rem;
  text-wrap: nowrap;
  margin-right: .4rem;
  font-weight: var(--fw-2);
  transition: all 300ms ease-in;
}

.d__certifcate__btn .btn.tree {
  background-color: var(--d-green-1);
  color: #fff;

}

.d__certifcate__btn .btn.tree:hover {
  background-color: #fff;
  color: var(--txt-color);
}

.d__certifcate__btn .btn.share {
  background-color: #68db6e;
}

.d__certifcate__btn .btn.share:hover {
  background-color: #fff;
  color: var(--txt-color);
}

/* post  feed message  */
.d__post__feed__messsage {
  padding: .8rem;
  overflow: hidden;
}

.d__input__feed {
  background-color: #bbd5e733;
  display: flex;
  align-items: center;
  padding: .6rem;
  border-radius: 10px;
  border: 1px solid #eeeeeeee;
}

.d__post__feed__messsage .profile__pic img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.d__post__feed__messsage .form-control {
  padding-left: 1rem;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  font-weight: var(--fw-2);
  font-size: .90rem;
}

.d__post__feed .d__post__create__btn {
  padding: .7rem 1rem;
}

.d__post__feed .d__post__create__btn .btn {
  outline: none;
  border: none;
  box-shadow: none;
  font-weight: var(--fw-2);
}

.d__post__feed .d__post__create__btn .btn i {
  margin-right: .8rem;
  color: var(--lg-green-1);
  font-size: 19px;
}

.d__post__feed__post {
  background-color: #fff;
  height: auto;
  width: 98%;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  margin-top: 1rem;
  padding: 1rem;
}



.d__post__feed__post .profile__details .profile__pic {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: .70rem;
}

.d__post__feed__post .profile__details .profile__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__post__feed__post .profile__details .profile__name h6 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: var(--fw-1);
  color: var(--txt-color);
}

.d__post__feed__post .profile__details .profile__name span {
  font-size: .90rem;
  font-weight: var(--fw-1);
}

.d__post__feed__post .d__post__message__img {
  padding: .5rem;
}

.d__post__feed__post .d__post__message__img p {
  font-size: 15px;
  font-weight: var(--fw-1);
}

.d__post__feed__post .d__post__message__img .d__post__img {
  /* height: 346px; */
  overflow: hidden;
  border-radius: 10px;
}

.d__post__feed__post .d__post__message__img .d__post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__post__feed__post .d__post__message__img .event__details p {
  font-size: .80rem;
  color: var(--txt-color);
  font-weight: var(--fw-0);
  margin: 0;
  padding: 0;
}

.d__post__feed__post .d__post__action__btn {
  margin: .8rem 0;
}

.d__post__feed__post .d__post__action__btn .Tooltip {
  width: max-content;
  position: absolute !important;
  bottom: -45px !important;
  left: -6px !important;
  background-color: rgb(97 91 91 / 92%) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
}

.d__post__feed__post .d__post__action__btn .item {
  display: flex;
  align-items: center;
  padding: .7rem;
  border: 1px solid #dfdfdfee;
  background-color: #dfdfdf2d;
  width: max-content;
  height: 2.225rem;
  border-radius: 10px;
}

.d__post__feed__post .d__post__action__btn .item .like__names {
  border-left: 1px solid #b6b2b2ee;
  padding-left: .5rem;
}

.d__post__feed__post .d__post__action__btn .item .img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  margin-right: -11px;
}

.d__post__feed__post .d__post__action__btn .item .like__count {
  font-size: .90rem;
  color: #333;
  font-weight: var(--fw-1);
}

.d__post__feed__post .reference__post {
  background-color: #eeeeee5b;
  display: flex;
  flex-direction: column;
  margin: .4rem 0;
  padding: 0 1rem;
  border-radius: 10px;
}

.d__post__feed__post .reference__post p {
  margin: 0;
  padding: 0;
  font-size: .80rem;
  font-weight: 400;
}

.d__post__feed__post .reference__post img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.d__post__feed__post .reference__post .profile__name h6 {
  font-size: .70rem;
}

/* ======== Media Query ======= */
@media screen and (max-width:768px) {
  .d__post__feed__messsage .form-control {
    font-size: .70rem;
  }

}

/* ======== ========*/

/* commet modal  */




.comment__modal .item {
  display: flex;
  align-items: center;
  padding: .7rem;
  border: 1px solid #dfdfdfee;
  background-color: #dfdfdf2d;
  width: max-content;
  height: 2.225rem;
  border-radius: 10px;
}

.comment__modal .like__names {
  border-left: 1px solid #b6b2b2ee;
  padding-left: .5rem;
}

.comment__modal .img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  margin-right: -11px;
}

.comment__modal .like__count {
  font-size: .90rem;
  color: #333;
  font-weight: var(--fw-1);
}

/* comment modal  */
/* ==========  Home page  Feed  End   =========== */



/* ==========  Home page  Right     =========== */

.d__main__section .d__main__right .d__profile {
  background-color: #fff;
  height: 16.5rem;
  width: 260px;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  padding: .8rem;
  margin-bottom: var(--mb);
}

.d__main__section .d__main__right .d__profile .d__profile__pic {
  position: relative;
}

/* bg cover  */

.d__main__section .d__main__right .d__profile .d__profile__pic .d__bg__cover {
  height: 80px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.d__main__section .d__main__right .d__profile .d__profile__pic .d__bg__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* profile pic  */

.d__main__section .d__main__right .d__profile .d__profile__pic .d__profile__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
}

.d__main__section .d__main__right .d__profile .d__profile__pic .d__profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* profile datails  */
.d__main__section .d__profile .bx {
  padding-top: 1.8rem;
}

.d__main__section .d__profile .d__profile__name h6 {
  color: var(--txt-color);
  font-size: .96rem;
  margin-bottom: .75em;
  cursor: pointer;
  padding: 0;
}

.d__main__section .d__profile .d__profile__frineds img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  margin-left: -5px;
}

.d__main__section .d__profile .d__profile__frineds span {
  color: #636060ee;
  font-size: .90rem;
  margin-left: .4rem;
  font-weight: var(--fw-1);
}

.d__main__section .d__profile .d__profile__pic .profile-btn {
  background-color: var(--d-green-1);
  width: 100%;
  height: 45px;
  display: block;
  color: #fff;
  border-radius: var(--d-border-radius-3);
  text-align: center;
  line-height: 45px;
  font-size: var(--d-font-size);
  text-decoration: none;
  margin-top: .8rem;
  transition: all 300ms ease-in;
  box-shadow: var(--d-box-shodow);
}

.d__main__section .d__profile .d__profile__pic .profile-btn:hover {
  background-color: #dff5E1;
  color: var(--txt-color);
}

/* green coins section */
.d__main__section .d__green__coins {
  height: 9.938rem;
  padding: .7rem;
  width: 260px;
  background-color: #dfe5e1;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  border: 1px solid var(--d-green-1);
  position: relative;
  margin-bottom: var(--mb);
  /* Ensure proper positioning */
}

.d__main__section .d__green__coins .btn {
  background-color: #28bb37a4;
  color: var(--txt-color);
  width: 100%;
  border: 1px solid #ffffffe7 !important;
  border-radius: var(--d-border-radius-3);
  font-size: var(--d-font-size);
  padding: .5rem;
  transition: all 300ms ease-in;
}

.d__main__section .d__green__coins .btn:hover {
  background-color: #fff;
  color: var(--txt-color);
}

/* News and More  */
.d__main__section .d__leader__broad {
  background-color: #dff5E1;
  min-height: 400px;
  height: auto;
  width: 260px;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  /* overflow: auto; */
  overflow: hidden;
  margin-bottom: var(--mb);
}


.d__main__section .d__leader__broad::-webkit-scrollbar {
  width: 2px;
  /* display: none; */
}

.d__main__section .d__leader__broad::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.d__main__section .d__leader__broad h6 {
  color: #fff;
  font-size: .90rem;
}


.d__main__section .d__leader__broad .item {
  background-color: var(--d-green-2);
  padding: .9rem;
  height: 100px;
  position: relative;
}

.d__main__section .d__leader__broad .item .top__profile__pic {
  /* position: absolute; */
  margin-bottom: .5rem;
}

.d__main__section .d__leader__broad .item .top__profile__pic .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.233);

}

.d__main__section .d__leader__broad .item .top__profile__pic .img.second {
  width: 60px;
  height: 60px;
  margin-top: .4rem;
}

.d__main__section .d__leader__broad .item .top__profile__pic .img.third {
  width: 50px;
  height: 50px;
  margin-top: .7rem;
}

.d__main__section .d__leader__broad .item .top__profile__pic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.d__main__section .d__leader__broad .item .top__profile__pic .box {
  position: relative;
}


.d__main__section .d__leader__broad .item .top__profile__pic .box .medal img {
  position: absolute;
  top: -4px;
  left: 3px;
}

.d__main__section .d__leader__broad .item .top__profile__pic .box .medal img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.d__main__section .d__leader__broad .item .top__profile__pic .name span {
  font-size: .70rem;
  font-weight: var(--fw-1);
  text-wrap: nowrap;
}

.d__main__section .d__leader__broad .list {
  height: 186px;
  overflow-y: auto;

}

.d__main__section .d__leader__broad .list::-webkit-scrollbar {
  width: 2px;
  display: block;
}

.d__main__section .d__leader__broad .list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.d__main__section .d__leader__broad ol {
  list-style-type: none;
  padding: 0;
  margin-top: .4rem;
}

.d__main__section .d__leader__broad ol li {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  padding: 0 .5rem;
}

.d__main__section .d__leader__broad ol li:nth-child(even) {
  background-color: #d6f4c1;
  border-radius: 10px;
}



.d__main__section .d__leader__broad ol li .list__item .pic {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  /* Prevent the image from shrinking */
  margin-right: 5px;
  margin-left: 10px;
}

.d__main__section .d__leader__broad ol li .list__item .coin-img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  /* Prevent the image from shrinking */
  margin-right: 10px;
  margin-left: 10px;
}

.d__main__section .d__leader__broad ol a {
  text-decoration: none;
  display: flex;
  align-items: center;

  /* background-color: #4caf51; */

  padding: .4rem;
  width: 100%;
  color: inherit;
}

.d__main__section .d__leader__broad ol li .list__item .name span {
  font-size: .70rem;
  font-weight: var(--fw-1);
  color: var(--txt-color);
}

.d__main__section .d__leader__broad ol li .list__item .coin {
  font-size: .80rem;
  font-weight: var(--fw-1);
  color: var(--txt-color);
  margin-left: auto;
  /* Push the coin section to the far right */
  display: flex;
  align-items: center;
}


/* ======== media query =========  */

/* For 13-inch & 14-inch MacBook Pro */
@media screen and (max-width: 1300px) {

  .d__main__section .d__main__right .d__profile,
  .d__main__section .d__green__coins,
  .d__main__section .d__leader__broad {
    width: 250px;
  }
}

/* For 16-inch MacBook Pro */
@media screen and (max-width: 1728px) {

  .d__main__section .d__main__right .d__profile,
  .d__main__section .d__green__coins,
  .d__main__section .d__leader__broad {
    width: 250px;
  }
}


@media screen and (max-width:768px) {

  .d__main__section .d__leader__broad {
    width: 300px;
    margin: 0 auto;
    min-height: 550px;
  }

  .d__main__section .d__leader__broad .list {
    height: auto;
  }

}

/* ======== media query =========  */

/* ==========  Home page  Right End  =========== */

/* ==========  Home page  Scrollbar  =========== */


.d__main__feed::-webkit-scrollbar {
  width: 1px;
  margin: 0;
  padding: 0;
}

.d__main__feed::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.d__main__feed::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .d__main__left::-webkit-scrollbar,
.d__main__right::-webkit-scrollbar {
  display: none;
}



.d__main__left:before::-webkit-scrollbar,
.d__main__right:before::-webkit-scrollbar {
  width: 8px;
}

.d__main__left:before::-webkit-scrollbar-thumb,
.d__main__right:before::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.d__main__left:before::-webkit-scrollbar-thumb:hover,
.d__main__right:before::-webkit-scrollbar-thumb:hover {
  background: #555;
} */


/* ==========  Home page  Scrollbar  End=========== */

@media screen and (min-width:1610px) {
  .d__main__container {
    grid-template-columns: 21.8888% 58% 18.1112%;
  }
}

@media (max-width: 992px) {
  .d__main__container {
    grid-template-columns: 30% 40% 30%;
    /* Further increase middle section */
  }

  .d__main__section .grid-profile {
    grid-template-columns: 100%;
  }
}

@media (max-width: 768px) {
  .d__main__container {
    grid-template-columns: 100%;
    /* Make middle section full width */
  }

  .d__main__left,
  .d__main__right {
    display: none;
    /* Hide left and right sections on small screens */
  }

  .d__main__left.moblie__block,
  .d__main__right.moblie__block {
    display: block;
    /* Hide left and right sections on small screens */
  }
}



@media screen and (max-width: 1290px) {

  .d_main_container {
    grid-template-columns: 18.8888% 60% 0.1112%;

  }
}


/* ==========  Home page  Media Querys  =========== */

@media (max-width: 768px) {
  .d__main__section {
    padding: 0 1%;
  }

  .d__main__feed {
    padding: .1rem;
  }

  .d__post__feed__post {
    padding: .8rem;
  }

  .d__post__feed__post .d__post__action__btn .item {
    padding: .4rem !important;
  }

  .d__post__feed__post .d__post__action__btn .item .like__count {
    margin: 0 !important;
    font-size: .80rem !important;
  }

  .d__post__feed__post .d__post__action__btn .item .img img {
    display: none;
  }


  .d__main__feed.heigth-max {
    height: calc(100vh - 3rem);
  }
}

/* ==========  Home page  Main left Section  Start =========== */

/* create post modal */
.modal .modal-header {
  border-color: var(--txt-color);
}

.modal .modal-dialog .modal-content {
  background-color: #fff;
  border-radius: 15px;
}

.post__create__modal .post__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post__create__modal .post__profile .img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.post__create__modal .post__profile .name {
  margin-left: 1rem;
}

.post__create__modal .post__profile .name h5 {
  font-size: 1rem;
  font-weight: var(--fw-1);
}

.post__create__modal .post__profile .form-select {
  outline: none;
  border: none;
  background-color: transparent;
  background-color: #E2F9DB;
  font-size: .90rem;
  font-weight: var(--fw-1);
}


.post__create__modal .post__message {
  padding: 1.4rem 0;
}


.post__create__modal .post__message h6 {
  font-size: .90rem;
  color: var(--txt-color);
  font-weight: var(--fw-1);
}

.post__create__modal .post__message .form-control {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #33333363;
  border-radius: var(--d-border-radius-3);
  resize: none;
  color: var(--txt-color);
  background-color: #E2F9DB;
}


.post__create__modal .post__message .form-control::placeholder {
  font-size: .90rem;
  color: var(--txt-color);
}

.post__create__modal .post__behalf__name .form-check-input {

  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #cecdcdee;
}


.post__create__modal .post__behalf__name .form-check-label {
  font-size: .90rem;
  font-weight: var(--fw-1);
}

.post__create__modal .post__behalf__name h6 {
  font-size: .90rem;
  color: var(--txt-color);
  font-weight: var(--fw-0);
  padding-left: .3rem;
}

.post__create__modal .post__behalf__name .form-control {
  background-color: #E2F9DB;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: .90rem;
  padding: .6rem;
  padding-left: 1rem;
}

/* Post IMG Upload */
.post__create__modal .post__img__upload {
  padding-top: .8rem;
}

.post__create__modal .post__img__upload h6 {
  font-size: .90rem;
  color: var(--txt-color);
  font-weight: var(--fw-0);
  padding-left: .3rem;
}

.post__create__modal .post__img__upload .upload__box {
  border: 1px solid #aef5b2;
  padding: 1rem;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.post__create__modal .post__img__upload .upload__box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.post__create__modal .post__img__upload .upload__box .item i {
  font-size: 2rem;
  color: #02460d;
}


.post__create__modal .post__img__upload .upload__box .item span {
  font-size: .84rem;
  color: #023507;
}

.post__create__modal .btn {
  background-color: var(--d-green-2);
  color: #fff;
}

.post__create__modal .btn:hover {
  background-color: #059212;
  color: #fff;
}


/* ==========  Media querys  =========== */

@media screen and (max-width:768px) {
  .post__create__modal .post__profile .name h5 {
    font-size: .90rem;
  }

  .post__create__modal .post__profile .form-select {
    width: 100px;
  }
}

/* ==========  Media querys  =========== */

/* ==========  Friends list Page Start =========== */
.d__main__freindlist {
  background-color: #fff;
  padding-bottom: 2rem;
  height: auto;
  width: 98%;
  position: relative;
  border-radius: var(--d-border-radius-3);
  border: 2px solid #333;

}

.d__main__freindlist .title {
  padding: 1rem;
  border-bottom: 2px solid #333;
}

.d__main__freindlist .freind__list .friend__card {
  background-color: #8cca60;
  padding: .7rem;
  border-radius: var(--d-border-radius-3);
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, .2);
}

.d__main__freindlist .freind__list .friend__card .profile__pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 3px 9px 0px rgba(0, 0, 0, .3);
}

.d__main__freindlist .freind__list .friend__card .profile__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__main__freindlist .freind__list .friend__card .name h6 {
  font-size: .90rem;
  font-weight: var(--fw-1);
  margin: 0;
  padding: 0;
}

.d__main__freindlist .freind__list .friend__card .name p {
  font-size: .85rem;
  margin: 0;
  padding: 0;
}


.d__main__freindlist .freind__list .friend__card .btn {
  background-color: #07831B;
  width: 100%;
  color: #fff;
  font-size: .70rem;
  border-radius: 10px;
}

.d__main__container .d__main__right .d__friend__request {
  background-color: #fff;
  height: 340px;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-box-shodow);
  padding: 1rem .4rem;
  margin-bottom: var(--mb);
  overflow-y: auto;
}

.d__main__container .d__main__right .d__friend__request::-webkit-scrollbar {
  width: 2px;
  display: none;
}

.d__main__container .d__main__right .d__friend__request::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}


.d__main__container .d__main__right .d__friend__request .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.d__main__container .d__main__right .d__friend__request .list ul li .img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.d__main__container .d__main__right .d__friend__request .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__main__container .d__main__right .d__friend__request .list ul li .name h6 {
  font-size: .70rem;
  color: var(--txt-color);
  font-weight: var(--fw-1);
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d__main__container .d__main__right .d__friend__request .list ul li {
  border-bottom: 1px solid #333;
  padding: .3rem 0;
  margin-bottom: .8rem;
}

.d__main__container .d__main__right .d__friend__request .list ul li .btn {
  box-shadow: none;
  outline: none;
  border: none;
  font-size: .70rem;
}

.d__main__container .d__main__right .d__friend__request .list ul li .confirm .btn {
  background-color: var(--d-green-2);
  color: #fff;
  border-radius: 8px;
  font-size: .70rem;
}

/* ==========  Friends list Page End  =========== */


/* ==========  profile   Page    =========== */

.d__main__section.profile-page .d__main__left .profile__static {
  background-color: #EAF2E4;
  border-radius: var(--d-border-radius-3);
  box-shadow: var(--d-border-radius-3);
  padding: 1.3rem;
  height: 365px;
  width: 92%;
  margin-bottom: var(--mb);

}

.d__main__section.profile-page .d__main__left .profile__static .box {
  background-color: #D3edcd;
  padding: 1rem;
  border-radius: var(--d-border-radius-3);
}

.d__main__section.profile-page .d__main__left .profile__static .box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 29px;
}

.d__main__section.profile-page .d__main__left .profile__static .box .item .count {
  text-align: center;
  width: 50%;
}

.d__main__section.profile-page .d__main__left .profile__static .box .item .count h3 {
  margin: 0;
  padding: 0;
  font-weight: var(--fw-4);
  color: var(--d-green-2);
}

.d__main__section.profile-page .d__main__left .profile__static .box .item .count h6 {
  margin: 0;
  padding: 0;
  font-weight: var(--fw-2);
  color: var(--txt-color);
  font-size: .90rem;
}


.d__main__section.profile-page .d__main__left .d__side__left__link {
  height: 280px;
  margin-top: 1rem;
}

.d__main__section.profile-page .profile {
  background-color: #fff;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 4rem;
}

.d__main__section.profile-page .profile .bg__cover {
  height: 18rem;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.d__main__section.profile-page .profile .bg__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__main__section.profile-page .profile .pic {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: -8rem;
  margin-left: 3rem;
}

.d__main__section.profile-page .profile .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__main__section.profile-page .profile .box {
  width: 70%;

}

.d__main__section.profile-page .profile .profile__info .btn {
  background-color: var(--d-green-2);
  color: #fff;
  border-radius: 10px;
  font-size: .90rem;

}

.d__main__section.profile-page .profile .profile__static {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d__main__section.profile-page .profile .profile__static .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.d__main__section.profile-page .profile .profile__static i {
  font-size: 2rem;
  color: #059212;
  margin-bottom: .5rem;
}

.d__main__section.profile-page .profile .profile__static span {
  font-size: .90rem;
  font-weight: var(--fw-1);
}

.d__main__section.profile-page .profile__bio {
  position: relative;
}


.d__main__section.profile-page .profile__bio i {
  position: absolute;
  left: -20px;
  top: -10px;
  background-color: #26b634d3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: .70rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.d__main__section.profile-page .profile__bio .form-control {
  padding: .5rem;
  padding-left: 1rem;
  border: none;
  outline: none;
}

.d__main__section.profile-page .profile__bio .form-control:disabled {
  background-color: transparent;
}

/* tabs  */
.d__main__section.profile-page .tabs-list {
  padding: 0 1rem;
}

.d__main__section.profile-page .tabs-list .nav-pills {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.123);
  padding: .7rem 0;
  border-radius: 15px;
  display: flex;
  justify-content: space-evenly;
}

.d__main__section.profile-page .tabs-list .nav-pills .nav-link {
  color: var(--txt-color);
  font-size: .80rem;
  font-weight: var(--fw-1);
}

.d__main__section.profile-page .tabs-list .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #D6f4c1;
  color: var(--txt-color);
}

.d__main__section.profile-page .tabs-list .tab-content {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.123);
  border-radius: 10px;
}

.d__main__section.profile-page .tabs-list .tab-content .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  display: none;
}

.d__main__section.profile-page .tabs-list .tab-content .post__card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: .4rem;
  height: 265px;
  border-radius: 10px;
}

.d__main__section.profile-page.postEvent .tabs-list .tab-content {
  box-shadow: none;
}

.d__main__section.profile-page.postEvent .tabs-list .tab-content .post__card {
  height: 320px;
}

.d__main__section.profile-page .tabs-list .tab-content .post__card .img {
  height: 170px;
  object-fit: cover;
}

.d__main__section.profile-page .tabs-list .tab-content .post__card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.d__main__section.profile-page .tabs-list .tab-content .post__card video {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.d__main__section.profile-page .tabs-list .tab-content .post__card .description p {
  font-size: .80rem;
  font-weight: var(--fw-1);
}

.d__main__section.profile-page .tabs-list .tab-content .post__card span {
  font-size: .80rem;
  font-weight: var(--fw-1);
}


.d__main__section.profile-page .tabs-list table tr th {
  font-size: .80rem !important;
  font-weight: 500 !important;
}

.d__main__section.profile-page .form-control {
  font-size: .90rem;
  box-shadow: none;
  border: none;
  outline: none;
  color: var(--txt-color);
  font-weight: var(--fw-1);
  border: 1px solid #eeeeeefb;
}

.d__main__section.profile-page .submit-btn {
  background-color: #059212;
  color: #fff;
  font-size: var(--d-font-size);
  padding: .5rem .9rem;
}

.d__main__section.profile-page .submit-btn:hover {
  background-color: var(--d-green-1);

}

/* ==========  profile  Media Querys  =========== */


/* ==========  profile  Media Querys  =========== */
@media screen and (max-width:1300px) {

  /* left side  */

  .d__main__section.profile-page .d__main__left .profile__static .box .item {
    gap: 1rem;
  }

  .d__main__section.profile-page .d__main__left .profile__static {
    padding: 1rem;
    height: auto;
  }

  /* profile */
  .d__main__section.profile-page .profile .box {
    width: 100%;
  }

  .d__main__section.profile-page .profile .profile__static {
    padding: 0 2rem;
  }
}

@media screen and (max-width:990px) {
  .d__main__section.profile-page .profile .bg__cover {
    height: 14rem;
  }

  .d__main__section.profile-page .profile .pic {
    width: 8rem;
    height: 8rem;
    margin-top: -5rem;
  }

  .d__main__section.profile-page .profile__info {
    flex-direction: column;
    justify-content: center;
  }

  .d__main__section.profile-page .profile__info .actions {
    display: flex;
    align-items: center;
    margin: 0 !important;
  }

  .d__main__section.profile-page .profile__info .actions .btn {
    margin-right: .4rem;
  }

  .d__main__section.profile-page .profile__bio {
    text-align: center;
    font-size: .90rem;
    padding: 0 .5rem;
  }

  .d__main__section.profile-page .profile .box {
    padding-left: 1rem;
  }

}

@media screen and (min-width:1200px) and (max-width:1400px) {

  .d__main__section.profile-page .d__main__left .profile__static h6 {
    font-size: .80rem;
  }

  .d__main__section.profile-page .d__main__left .profile__static .box .item {
    gap: 10px;
  }
}

/* ==========  profile   Page End  =========== */






/* ==========  Tree register page    =========== */


.d__main__section .tree__register {
  padding: 1rem;
}

.d__main__section .tree__register .post__card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: .4rem;
  height: 340px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.d__main__section .tree__register .post__card .img {
  height: 150px;
}

.d__main__section .tree__register .post__card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d__main__section .tree__register .post__card video {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.d__main__section .tree__register .post__card .description p {
  font-size: .80rem;
  padding: 0;
  margin: 0;
  font-weight: var(--fw-1);
}

.d__main__section .tree__register .post__card span {
  font-size: .80rem;
  font-weight: var(--fw-1);
}

.d__main__section .tree__register .post__card .btn {
  background-color: var(--d-green-1);
  color: #fff;
  font-size: var(--d-font-size);
  width: 100%;
}

.d__main__section .tree__register .post__card .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  display: none;
}


/* ==========  Tree register page    =========== */

/* ========== page setting page    =========== */
.page__setting {
  padding: 3rem 0;
  margin-top: 4rem;
}

.page__setting .box {
  background-color: #fff;
  box-shadow: var(--d-box-shodow);
  border-radius: var(--d-border-radius-3);
  padding: 1rem;
}

.page__setting .box .form-control {
  background-color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-weight: var(--fw-0);
  font-size: 0.9rem;
  border: 1px solid #eeeeeeee;
  padding: 0.8rem 1.3rem;
  border-radius: 9px;
}

.page__setting .box .toggle__password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  outline: none !important;
  border: noen !important;
  box-shadow: none !important;
  background-color: transparent;
}

.page__setting .box .submit-btn {
  background-color: var(--d-green-1);
  font-size: var(--d-font-size);
  font-weight: var(--fw-1);
  color: #fff;
}

/* ========== page setting page    =========== */

/* --------------------------------------------------------------------------------------------------------------------------------------- */



/* ==========  Growth   Page Start  =========== */
.growth__history {
  padding: 0 3rem;
  background-color: #76cc67 !important;
}

.growth__history .growth__title {
  background-color: #39ac25c2;
  padding: .6rem;
  border-radius: 10px;
}

.growth__history .growth__title .count {
  background-color: #2a9c35b6;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  padding: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .5rem;
}

.growth__history .tree__search {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-bottom: .7rem;
}


.growth__history .tree__search .form-control {
  background-color: #15832077;
  color: #fff;
  font-weight: var(--fw-2);
  font-size: .90rem;
  outline: none;
  border: none;
  box-shadow: none;
  padding: .5rem;
  padding-left: .8rem;
}

.growth__history .tree__search .form-control::placeholder {
  font-size: .90rem;
  color: #fff;
}

.growth__history .tree__search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
}

.growth__history .growth__card {
  position: relative;
  overflow-y: scroll;
  height: calc(100vh - 2rem);
}

.growth__history .growth__card::-webkit-scrollbar {
  width: 15px;

}

.growth__history .form-check-label {
  font-weight: var(--fw-1);
  color: #fff;
}

.growth__history .form-check-label {
  font-weight: var(--fw-1);
  color: #fff;
}

.growth__history .form-check-input {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #3f6835;
  border-radius: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
}

.growth__history .form-check-input:checked {
  background-color: #3f6835;
  border: none;
}

.growth__history p {
  padding: 0;
  margin: 0;
  font-weight: var(--fw-1);
}

.growth__history .flags p {
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
  font-size: .80rem;
  font-weight: 600;
}

.growth__history .flags .item {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: .5rem;
  margin-left: .5rem;
  /* background-color: red; */
}

.growth__history .reg__flag .item {
  background-color: red;
  border-radius: 5px;
  color: #fff;
}

.growth__history .orange__flag .item {
  background-color: orange;
  border-radius: 5px;
  color: #fff;
}

.growth__history .green__flag .item {
  background-color: green;
  border-radius: 5px;
  color: #fff;
}

.growth__history .tree__card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.123);
  border-radius: 16px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.growth__history .tree__card .tree__label__tag {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: .1rem;
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #F07818;
  /* the main color  */
}




.growth__history .tree__card .tree__label__tag.red {
  background-color: red;
}

.growth__history .tree__card .tree__label__tag.green {
  background-color: green;
}

.growth__history .tree__card .tree__label__tag.orange {
  background-color: orange;
}


.growth__history .tree__card .tree__title {
  text-align: center;
  margin: .7rem 0;
}

.growth__history .tree__card .tree__info .content {
  margin-bottom: .3rem;
}

.growth__history .tree__card .tree__info .content h6 {
  font-size: .90rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-right: .5rem;
}



.growth__history .tree__card .tree__info .qr-img .img {
  width: 106px;
  height: auto;
  background-color: #023507;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px rgba(0, 0, 0, 0.1);
}

.growth__history .tree__card .post__img {
  margin-top: .4rem;
  width: 100%;
  height: 170px;
  background-color: #eeeeeeee;
  overflow: hidden;
  border-radius: 5px;

}

.growth__history .tree__card .post__img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.growth__history .btn {
  background-color: var(--d-green-2);
  color: #fff;
  font-size: .80rem;
  width: 100%;
}

.growth__history .btn:hover {
  background-color: #fff;
  color: var(--d-green-2);
}

/* ==========  media query   =========== */
@media screen and (max-width:768px) {
  .tree__register__page .d__main__left .profile__static {
    display: none !important;
  }

  .growth__history {
    padding: 0 .7rem;
  }

  .growth__history .flags p {
    font-size: .70rem;
    text-wrap: wrap;
  }

  .growth__history .growth__title {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width:410px) and (max-width:500px) {
  .growth__history .tree__card .tree__label__tag {
    padding-right: 11%;
  }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
  .growth__history .tree__card .tree__label__tag {
    padding-left: 2.4rem;
  }
}

/* ==========  media query   =========== */


/* ==========  Growth   Page End   =========== */

.event__create__modal__scroller::-webkit-scrollbar {
  width: 5px;
}

.event__create__modal__scroller::-webkit-scrollbar-thumb {
  background-color: #ddd;
}


.event__create__modal .post__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event__create__modal .post__profile .img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.event__create__modal .post__profile .name {
  margin-left: 1rem;
}

.event__create__modal .post__profile .name h5 {
  font-size: 1rem;
  font-weight: var(--fw-1);
}

.event__create__modal .post__profile .form-select {
  outline: none;
  border: none;
  background-color: transparent;
  background-color: #E2F9DB;
  font-size: .90rem;
  font-weight: var(--fw-1);
}

.event__create__modal label {
  font-size: .85rem;
  font-weight: var(--fw-1);
}

.event__create__modal .form-control {
  background-color: #E2F9DB !important;
  outline: none;
  border: none;
  box-shadow: none !important;
  font-size: .89rem;
  padding: .6rem;
  padding-left: 1rem;
}

.event__create__modal .form-select {
  box-shadow: none !important;
  font-size: .89rem;
}

.event__create__modal .image-selection .images {
  display: flex;
  align-items: center;
  gap: 20px;
}



.event__create__modal .image-selection .image-container {
  width: 70px;
  height: 70px;
  overflow: hidden;
  transition: all .300ms ease-in;
}

.event__create__modal .image-selection .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: .4rem;
}

.event__create__modal .image-selection .images .image-container.selected {
  border: 3px solid var(--d-green-1);
  border-radius: 10px;
}

/* Post IMG Upload */
.event__create__modal .post__img__upload {
  padding-top: .4rem;
}

.event__create__modal .post__img__upload h6 {
  font-size: .90rem;
  color: var(--txt-color);
  font-weight: var(--fw-0);
  padding-left: .3rem;
}

.event__create__modal .post__img__upload .upload__box {
  border: 1px solid #aef5b2;
  padding: .5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.event__create__modal .post__img__upload .upload__box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.event__create__modal .post__img__upload .upload__box .item i {
  font-size: 2rem;
  color: #02460d;
}


.event__create__modal .post__img__upload .upload__box .item span {
  font-size: .84rem;
  color: #023507;
}

.event__create__modal .btn {
  background-color: var(--d-green-2);
  color: #fff;
}

.event__create__modal .btn:hover {
  background-color: #059212;
  color: #fff;
}

.event-page .search {
  width: 355px;
  height: 34px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #333;
}


.event-page .search .form-control {
  padding-left: 2rem;
}

.event-page .search i {
  position: absolute;
  left: 10px;
  top: 8px;
}

.event-page .event__card {
  background-color: var(--d-green-1);
  border-radius: var(--d-border-radius-3);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.event-page .event__card .label__tag {
  position: absolute;
  right: -40px;
  top: 200px;
  width: 350px;
  color: #fff;
  line-height: 2;
  padding-inline: 1lh;
  padding-bottom: .1rem;
  transform: translate(calc((cos(26deg) - 1)* 100%), -100%) rotate(47deg);
  transform-origin: 100% 100%;
  background-color: #3ec74c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-page .event__card .label__tag.tag__2 {
  right: -30px;
  top: 140px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-page .event__card .label__tag span {
  font-size: .90rem;
  font-weight: 600;
}

.event-page .event__card .event__thumb {
  /* background-color: #14121e; */
  border-radius: var(--d-border-radius-3);
  height: 220px;
  overflow: hidden;
}

.event-page .event__card .event__thumb img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

.event-page .event__card .event__info {
  color: #b8ee91;
}

.event-page .event__card .event__info .pods {
  background-color: var(--d-green-2);
  width: max-content;
  padding: .4rem !important;
  display: block;
  border-radius: 10px;
}

.event-page .event__card p {
  font-size: .90rem;
}

.event-page .event__card .event__address {
  font-size: .80rem;
}

.event-page .event__card .event__address i {
  font-size: .80rem;
  margin-right: .3rem;
}

.event-page .event__card .event__btn .btn {
  background-color: var(--d-green-2);
  color: #fff;
  padding: 1.4ren;
  border-radius: var(--d-border-radius-3);
  font-size: var(--d-font-size);
}

.event-page .event__card .event__btn .btn i {
  font-size: .80rem;
  margin-right: .8rem;
}


/* ======== media query=========*/
@media screen and (max-width:768px) {
  .event-page .event__card .lable {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: .4rem;
  }

  .event-page .event__card .label__tag {
    right: 0;
    top: 264px;
    width: 120px;
    transform: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 !important;
    position: static;
    border-radius: 0;
    border-radius: 8px;
  }

  .event-page .event__card .label__tag span {
    font-size: .70rem;
  }

  .event-page .event__card .label__tag.tag__2 {
    right: 0px;
    top: 294px;
    width: 120px;
  }

  .event-page .event__card .event__btn {
    flex-direction: column !important;
  }

  .event-page .event__card .event__btn button {
    width: 100% !important;
    margin-bottom: .50rem;
  }
}

/* ======== media query=========*/

/* ======== invitation modal =========*/

.invitation__modal__modal__scroller::-webkit-scrollbar {
  width: 5px;
}

.invitation__modal__modal__scroller::-webkit-scrollbar-thumb {
  background-color: #ddd;
}


.invitation__modal .profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invitation__modal .profile .img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.invitation__modal .profile .name h6 {
  margin-left: 1rem;
  font-size: .85rem;
  font-weight: var(--fw-1);
}

.send-btn {
  background-color: var(--d-green-2) !important;
  color: #fff !important;
  font-size: var(--d-font-size) !important;
}

.ct-btn {
  margin-top: .6rem;
  background-color: #28bb37dc !important;
  color: #fff !important;
  width: 100%;
  border: 1px solid #ffffffe7 !important;
  border-radius: var(--d-border-radius-3);
  font-size: var(--d-font-size);
  padding: .5rem;
  transition: all 300ms ease-in;
}

.label-report {
  position: absolute;
  top: -5px;
  margin-left: .6rem;
  color: red;
  font-size: .80rem;
  font-weight: var(--fw-1);
}