.header-explore {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  display: none;
}

.explore-header-section {
  width: 95%;
  margin: 10px auto;
  border: 1px solid #777;
  border-radius: 28px;
}

.explore-header-section-details {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* background-color: #fff; */
  padding: 0 8px;
  height: 35px;
}

.explore-header-section-details .input-icon-search input {
  background: transparent;
  height: 100%;
}

.explore-header-section-details .input-icon-search {
  gap: 0;
}

.explore-header-section-details .input-icon-search span {
  width: 20px;
  color: black;
  height: 20px;
}

.choose-job {
  width: 95%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  overflow-x: auto;
}

.choose-job-explore {
  width: 80%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.ctg-explore {
  border-radius: 18px;
  border: 1px solid #e9e9e9;
  /* font-family: IRANSansXFaNum; */
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #181914;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* width: 105px; */
  padding: 7px 22px;
  white-space: nowrap;
}

.ctg-explore span {
  width: inherit;
}

.search-logo {
  padding-top: 2px;
  color: #181914;
}

.explore-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-auto-rows: 200px; */
  gap: 4px;
  padding: 20px;
  margin-bottom: 83px;
}

.explore-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.explore-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: fill;
}

.image-explore-item {
  object-fit: cover !important;
}

.explore-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.explore-user-info {
  width: 100%;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explore-user-info-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.explore-user-info-right img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.explore-user-info-right span {
  font-size: 16px;
  font-weight: 400;
  color: #181914;
}

.explore-user-info-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.explore-user-info-left small {
  background-color: rgb(227, 255, 246);
  color: #0056B3;
  border: 1px solid #ccc;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 14px;
}

.explore-user-info-left svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.explore-image-item {
  width: 100%;
  height: auto;
}
.all-post-of-expore {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}
.explore-details-slider {
  width: 60%;
  margin: 0 auto;
  margin-top: 178px;
  /* margin-bottom: 220px; */
}
.explore-details-slider .mySwiper img {
  width: 100%;
  object-fit: cover;
}
.all-post-of-expore .explore-details-slider:first-child {
  margin-top: 10px;
  /* margin-bottom: 220px; */
}
.post-info p {
  margin-bottom: 0 !important;
}
.like-comment {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  /* margin-top: 8px; */
  padding: 8px 4px;
}

.like-comment span svg {
  width: 25px;
  height: 25px;
}

.liked-by,
.shared-time {
  font-size: 12px;
  font-weight: 400;
  padding-right: 8px;
  padding-bottom: 6px;
}

.liked-by {
  color: #7d7d7d;
}

.shared-time {
  color: #bfbfbf;
}

.show-report {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: 60%;
  position: fixed;
  bottom: 0;
  right: 20%;
  z-index: 1111;
  display: flex;
  height: 60px;
  padding-right: 20px;
  margin: 0 auto;
}

.show-report-options-div {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: 60%;
  position: fixed;
  bottom: 0;
  right: 20%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  margin: 0 auto;
  padding: 10px 15px;
}

.explore-container-desktop {
  width: 70%;
  margin: 0 auto;
}

.show-report span {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.show-report span svg {
  width: 20px;
  height: 20px;
}

.show-report-options-div h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.show-report-options {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 8px;
  width: 100%;
}

.post-info {
  background-color: #fff;
  width: 100%;
  height: 121px;
}

.show-report-options li {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}

.all-post-of-expore .explore-details-slider .explore-user-info {
  background-color: #fff;
}

.all-post-of-expore .explore-details-slider:first-child .explore-user-info {
  background-color: white;
}

.service-ctg-active {
  background-color: #aaddde;
  color: #0056B3;
}

.comment-input-holder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.comment-input-holder input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}
.comment-input-holder input:focus {
  outline: none;
}
.comment-input-holder span {
  cursor: pointer;
}

.comment-avatar{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .explore-details-slider {
    width: 60%;
    height: 350px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .header-explore {
    display: block;
  }

  .ctg-explore {
    font-size: 8px;
  }

  .choose-job {
    overflow-x: scroll;
    margin: 10px auto;
    display: flex;
    /* justify-content: space-between; */
    gap: 8px;
    padding: 0px;
  }

  .choose-job-explore {
    width: 95%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow-x: scroll;
  }

  .explore-details-slider {
    width: 100%;
  }

  .show-report,
  .show-report-options-div {
    width: 100%;
    right: 0;
  }

  .service-ctg-active {
    color: #0056B3;
  }

  .explore-container-desktop {
    width: 100%;
  }
}
