body {
  background-color: #e9e9e9;
}

.sidebar-nav.scroll-sidebar::-webkit-scrollbar {
  width: 4px;
  background-color: #ccc;
}

.sidebar-nav.scroll-sidebar::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #000;
  border-radius: 5px;
}

.cstmTable td,
.cstmTable th {
  color: #000 !important;
  vertical-align: middle;
}

.cstmTable button {
  font-size: 16px;
}

.btn.themeBtn {
  background-color: #184c34;
  background: #184c34;
  color: white;
}

.btn.themeBtnBorder {
  border: 1px solid #184c34;
  color: #184c34;
  transition: all 0.2s ease-in;
}

.btn.themeBtnBorder:hover {
  background-color: #184c34;
  color: #fff;
}

.btn.themeBtnBorder:hover svg {
  filter: brightness(15);
}

.headerWrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.headerWrp h5 {
  margin-bottom: 0 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #f1f1f1;
}

.usrImg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #dfe5ef;
}

.actionTd .btn {
  margin-right: 5px;
  font-size: 16px;
}

.actionTd .btn:last-child {
  margin-right: 0;
}

.cancelBtn {
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* Hide arrows in number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.addUserImgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.addUserImgWrap .addUserImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.addUserImgWrap #usrImgUpload {
  display: none;
}

.addUserImgWrap .UpldBtnWrap {
  text-align: center;
  margin-top: -1rem;
}

.addUserImgWrap i {
  font-size: 1.15rem;
}

/* .form-label{
    color: #000;
} */

.usrDetailHeader {
  background-color: white;
}

.usrDetailHeader p {
  color: black;
}

.usrDetailHeader .card {
  position: relative;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  background: #ffffff85;
}

.usrDetailHeader .userTypeBadge {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.usrDetailHeader .usrImg {
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.usrDetailHeader input {
  display: none;
}

.usrDetailHeader .editImgWrap {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}

.usrDetailHeader label {
  margin-top: -10px;
}

.sidebar-item .accordion-header button {
  padding: 10px;
  display: flex;
  gap: 15px;
  font-weight: 500;
  margin: 0px 0px 2px;
  position: relative;
  align-items: center;
  color: #000;
  line-height: 25px;
  border-radius: 7px !important;
}

.sidebar-item .accordion-button:hover {
  border: unset;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #184c34 !important;
  background: #184c34 !important;
  color: white;
}

.sidebar-item .accordion-button:focus {
  border: unset;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #184c34 !important;
  background: #184c34 !important;
  color: white;
}

.sidebar-item .accordion-button i {
  font-size: 21px;
}

.sidebar-item .accordion-button:active {
  border: unset;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #184c34 !important;
  background: #184c34 !important;
  color: white;
}

.sidebar-item .accordion-button:not(.collapsed):after {
  filter: brightness(3.5);
}

.sidebar-item .accordion-body {
  padding: 0.5rem 1.25rem;
}

.sidebar-item .accordion-body li {
  display: block;
  width: 100%;
}

.sidebar-item .accordion-body li a {
  padding: 6px 29px;
  display: block;
  color: #184c34;
}

.cstmTable .qsnTh {
  max-width: 150px;
}

.cstmTable .AnswrTh {
  max-width: 210px;
}

.modal-body textarea {
  height: 100px;
}

.postCard .postContent {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.postCard .postDescription {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.postCard .time {
  font-size: 12px;
}

.postCard .usrDtl {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}

.postCard .usrDtl .profileImg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.accountType {
  font-size: 14px;
}

.accountType i {
  font-size: 18px;
  margin-right: 4px;
}

.cstmTable .postDescTh {
  max-width: 150px;
}

.cstmTable .postDescTxt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.postTime {
  font-size: 12px;
}

/* view posts */
.postCard .postContent {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}

.postCard .card-body {
  padding: 10px;
  /* margin-top: 20px; */
}

.postCard .postContentWrap {
  position: relative;
  height: 200px;
}

.post_slider .slick-dots {
  bottom: 0 !important;
}

.post_slider .slick-prev {
  left: 5px !important;
  z-index: 1 !important;

}

.post_slider .slick-next {
  right: 5px !important;
  z-index: 1 !important;
}

.post_slider .slick-next:before {
  color: white !important;
}

.post_slider .slick-prev:before {
  color: white !important;
}


.postCard .postContentWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, black 0%, transparent 40%);
  z-index: 1;
}

.postCard .postContentWrap h5 {
  position: absolute;
  bottom: 8px;
  left: 10px;
  margin-bottom: 0;
  color: white;
  z-index: 5;
}

/* .postCard h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  margin-bottom: 10px;
} */

.postCard .postData a {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.postCard .postData a span {
  line-height: 20px;
}

.postCard .postData a i {
  font-size: 18px;
  margin-right: 4px;
}

.postCard .postData a svg {
  margin-right: 4px;
}

.postCard {
  position: relative;
  /* height: 295px; */
}

.postCard .deletePost {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 5;
  background: #f3562e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 10;
}

/* Chat Managent */
.chatsWrap {
  display: flex;
  border: 1px solid #dfe5ef;
  border-radius: 0.5rem;
}

.chatLeft {
  width: 260px;
  border-right: 1px solid #dfe5ef;
}

.chatLeft .searchbarWrap {
  padding: 1rem;
  border-bottom: 1px solid #dfe5ef;
}

.chatLeft .chatUsersListWrap {
  padding: 1rem;
  max-height: 370px;
  overflow-y: auto;
}

.chatLeft .chatUsersListWrap::-webkit-scrollbar,
.chatRight .chatMsgsWrap::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

.chatLeft .chatUsersListWrap::-webkit-scrollbar-thumb,
.chatRight .chatMsgsWrap::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #184c34;
  border-radius: 4px;
}

.chatLeft .usersList {
  margin-bottom: 0;
}

.chatLeft .usersList {
  margin-bottom: 0;
}

.chatLeft .userItem {
  margin-bottom: 8px;
}

.chatLeft .userItem .ItemDtl {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0.5rem;

}

.chatLeft .userItem {
  background: #ededed;
  border-radius: 8px;
  transition: all 0.2s ease-in;
  /* cursor: pointer; */
}

.chatLeft .userItem .ItemDtl.openChat,
.chatLeft .userItem:hover,
.chatLeft .userItem.active {
  background: #184c34;
  color: white;
  transition: all 0.2s ease-in;
}

.chatLeft .userItem.active .ItemDtl h5 {
  color: #fff;
}

.chatLeft .userItem .ItemDtl.openChat,
.chatLeft .userItem:hover .ItemDtl h5 {
  transition: all 0.2s ease-in;
  color: white;
}

/* .chatLeft .userItem .usrImg{
    width: 50px;
    height: 50px;
} */
.chatLeft .userItem .usrName {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.chatLeft .userItem .time {
  font-size: 12px;
  /* font-weight: 500; */
  /* margin-bottom: 5px; */
}

.chatRight {
  flex: 1;
}

.chatMsgsHeader {
  padding: 1rem;
  border-bottom: 1px solid #dfe5ef;
}

.chatRight .chatMsgsHeader {
  padding: 1rem;
  border-bottom: 1px solid #dfe5ef;
}

.chatRight .chatMsgsWrap {
  padding: 1rem;
  max-height: 425px;
  overflow-y: auto;
}

.chatMsgsWrap .msgItem {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}



.chatMsgsWrap .chatMsg {
  padding: 10px;
  border-radius: 8px;
  background: #ededed;
}

.chatMsgsWrap .chatMsg .msg {
  font-size: 13px;
  margin-bottom: 4px;
  color: black;
}

.chatMsgsWrap .chatMsg .time {
  display: block;
  text-align: right;
  font-size: 11px;
}

.chatMsgsWrap .msgItem.sent {
  flex-direction: row-reverse;
}

.chatMsgsWrap .msgItem.sent .time {
  text-align: left;
}

/* .chatMsgsWrap .msgItem .msg{
    max-width: 70%;
} */
.chatMsgsWrap .msgContent {
  max-width: 70%;
}

.chatMsgsWrap .msgContent .msgMedia {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 4px;
  border-radius: 4px;
}

/* Reports Management */
.reportItem {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dfe5ef;
  border-radius: 7px;
  margin-bottom: 1.5rem;
}

.reportDownloadBtn {
  font-size: 18px;
}

.reportedByItem {
  display: flex;
  gap: 10px;
}

.reportedByItem h6 {
  margin-bottom: 5px;
}

.reportedByItem p {
  margin-bottom: 0;
}

.reportedByItem .time {
  font-size: 12px;
  margin-left: 10px;
}

.reports ul {
  padding-left: 0;
}

.reports ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.reports ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "-";
  transform: translateY(-50%);
}

.usrDetailHeader {
  background-image: url(../images/img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 0.5rem;
}

.beforeLoginHdng {
  text-align: center;
  margin-bottom: 2.5rem;
}

.inputIcon {
  position: absolute;
  right: 1rem;
  top: 2.4rem;
  vertical-align: middle;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputIcon i {
  font-size: 18px;
}

form>div {
  position: relative;
}

label.error {
  color: red;
}

.form-group {
  position: relative;
}

.divider {
  display: block;
  height: 1px;
  background: grey;
  margin: 10px 20px;
}

.adminImgWrap {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.adminImgWrap .usrImg {
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.adminImgWrap label {
  margin-top: -10px;
}

.adminImgWrap input[type="file"] {
  display: none;
}


/* --slick-slider--- */

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #184c34 !important;
}


.timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
  left: 40px;
  margin-left: -1.5px;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}

.timeline>li:before,
.timeline>li:after {
  content: "";
  display: table;
}

.timeline>li:after {
  clear: both;
}


.timeline>li .timeline-panel {
  position: relative;
  float: left;
  width: calc(100% - 75px);
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.timeline>li .timeline-badge {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  background-color: #6c757d;
  border-radius: 50%;
  z-index: 100;
}

.timeline>li .timeline-badge i {
  position: relative;
  top: -1px;
}

.timeline>li .timeline-panel .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline>li .timeline-panel .timeline-body>p,
.timeline>li .timeline-panel .timeline-body>ul {
  margin-bottom: 0;
}

.timeline>li .timeline-panel .timeline-body>p+p {
  margin-top: 5px;
}

.userActivity {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  width: calc(100% - 76px);
  justify-content: space-between;
}

.text-bg-success {
  color: #fff !important;
  background-color: #184c34 !important;
}