.section-seller {
  width: 1260px;
  margin: 100px auto 0px;
  display: flex;
  gap: 22px;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .section-seller {
    width: 100%;
    margin-top: 50px;
    padding: 0 32px;
  }
}
@media (max-width: 800px) {
  .section-seller {
    flex-direction: column;
    margin-bottom: 100px;
    padding: 0 16px;
  }
}
.section-seller img {
  vertical-align: bottom;
}
.section-seller .side-left {
  width: 545px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-shrink: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .section-seller .side-left {
    width: 500px;
  }
}
@media (max-width: 1280px) {
  .section-seller .side-left {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .section-seller .side-left {
    width: 350px;
  }
}
@media (max-width: 800px) {
  .section-seller .side-left {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.section-seller .side-left .profile {
  display: flex;
  gap: 17px;
}
.section-seller .side-left .profile > div {
  width: 50%;
}
.section-seller .side-left .profile > div.profile-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 18px;
}
@media (max-width: 600px) {
  .section-seller .side-left .profile > div.profile-info {
    font-size: 12px;
    gap: 8px;
  }
}
.section-seller .side-left .profile > div.profile-info .name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .section-seller .side-left .profile > div.profile-info .name {
    font-size: 20px;
  }
}
.section-seller .side-left .profile > div.profile-info .description {
  padding-bottom: 10px;
}
.section-seller .side-left .profile > div.profile-info .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 600px) {
  .section-seller .side-left .profile > div.profile-info .details {
    font-size: 12px;
  }
}
.section-seller .side-left .profile > div.profile-info .details .single-detail {
  display: flex;
  flex-wrap: wrap;
}
.section-seller .side-left .profile > div.profile-info .details .label {
  font-weight: 700;
  padding-right: 4px;
}
.section-seller .side-left .profile > div.profile-info .details .value {
  font-weight: 400;
}
.section-seller .side-left .box-welcome .box-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/0.4;
  width: 100%;
  position: relative;
  padding: 0;
}
.section-seller .side-left .box-welcome.fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-seller .side-left .box-welcome.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-seller .side-left .box-friends .box-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-seller .side-left .box-friends .box-contents .single-friend {
  position: relative;
  width: calc(33.33% - 6px);
}
.section-seller .side-left .box-friends .box-contents .single-friend span {
  font-size: 18px;
  text-decoration: underline;
  color: #1c10cf;
}
.section-seller .side-left .box-friends .box-contents .single-friend span.no-link {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 600px) {
  .section-seller .side-left .box-friends .box-contents .single-friend span {
    font-size: 12px;
  }
}
.section-seller .side-left .box-friends .box-contents .single-friend a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-seller .side-right {
  width: -moz-fit-content;
  width: fit-content;
}
.section-seller .side-right .post-container {
  display: flex;
  flex-direction: column;
}
.section-seller .side-right .box-single-post {
  border-bottom: 0.5px solid black;
  padding: 0;
}
.section-seller .side-right .box-single-post .inner {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
@media (max-width: 600px) {
  .section-seller .side-right .box-single-post .inner {
    padding: 10px 18px;
  }
}
.section-seller .side-right .post-author {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 16px;
}
.section-seller .side-right .post-author .author-details {
  display: flex;
  flex-direction: column;
}
.section-seller .side-right .post-author .author-details .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-author .author-details .name {
    font-size: 12px;
  }
}
.section-seller .side-right .post-author .author-details .date {
  font-size: 15px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-author .author-details .date {
    font-size: 10px;
  }
}
.section-seller .side-right .post-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-seller .side-right .post-contents .post-text {
  line-height: 1.23;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-contents .post-text {
    font-size: 12px;
  }
}
.section-seller .side-right .post-contents .post-image-wrap {
  width: 100%;
  display: flex;
}
.section-seller .side-right .post-contents .post-image-wrap .swiper {
  width: 100%;
}
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-next,
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-next,
  .section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-next:after,
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-prev:after {
  font-size: 18px;
  color: #303136;
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-next:after,
  .section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-prev:after {
    font-size: 12px;
  }
}
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-prev:after {
  transform: translateX(-1px);
}
.section-seller .side-right .post-contents .post-image-wrap .swiper .swiper-button-next:after {
  transform: translateX(1px);
}
.section-seller .side-right .post-contents .post-image-wrap .swiper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-seller .side-right .post-contents .post-image-wrap .swiper video {
  width: 100%;
}
.section-seller .side-right .post-comments {
  background-color: #f8f8f8;
}
.section-seller .side-right .post-comments .header-comments {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  height: 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-comments .header-comments {
    font-size: 12px;
    height: 35px;
    padding: 0px 18px;
  }
}
.section-seller .side-right .post-comments .single-comment {
  display: flex;
  padding: 10px 25px 15px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.section-seller .side-right .post-comments .single-comment:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .section-seller .side-right .post-comments .single-comment {
    padding: 10px 18px 15px;
    font-size: 12px;
  }
}
.section-seller .side-right .post-comments .single-comment .post-comment {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.section-seller .side-right .post-comments .single-comment .post-comment .name {
  font-weight: 700;
}

.author-image {
  width: 42px;
  height: 42px;
}
@media (max-width: 600px) {
  .author-image {
    width: 30px;
    height: 30px;
  }
}

.ui-box {
  border: 0.5px solid black;
}
.ui-box .box-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #397bd7;
  color: white;
  padding: 8px;
}
@media (max-width: 600px) {
  .ui-box .box-header {
    font-size: 12px;
  }
}
.ui-box .box-contents {
  padding: 25px;
}
@media (max-width: 600px) {
  .ui-box .box-contents {
    padding: 18px;
  }
}

.profile-kya .ui-box {
  background-color: white;
}

#bgImageContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}/*# sourceMappingURL=page_seller.css.map */