@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
:root {
  --bgColor: rgb(18, 18, 18);
  --bgDownColor: #362d2d;
  --fontColor: #f5f5f5;
}
body {
  font-family: "Roboto", sans-serif;
}
.bgheader {
  background-color: var(--bgColor);
}
.bgdown {
  background-color: var(--bgDownColor);
}
.fs-style-small li a {
  font-size: 14px;
  font-weight: 600;
}
.profilePageBg {
  background: url(img/cover-product.webp);
  padding: 40px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.positionUp {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #f0ede3;
}
.wd20 {
  width: 20%;
}
.wd75 {
  width: 75%;
}
.upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  background-color: #f8fafc;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.upload-container:hover {
  background-color: #e5e7eb;
}

.upload-text {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-top: 10px;
}

.upload-subtext {
  font-size: 14px;
  color: #6b7280;
}

/* .positionUp {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 160px;
  border-radius: 14px;
  overflow: hidden;
  border: 5px solid #fff;
} */
/* Reviews */
.rating-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.review-count {
  color: #6c757d;
  font-size: 1rem;
}

.review-card {
  border-left: 4px solid #0d6efd;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.review-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.review-amount {
  color: #0d6efd;
  font-weight: bold;
}

.review-content {
  margin: 1rem 0;
  line-height: 1.6;
}

.review-skills {
  margin-bottom: 1rem;
}

.skill-badge {
  background-color: #f8f9fa;
  color: #495057;
  padding: 0.35rem 0.65rem;
  border-radius: 50rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.8rem;
}

.reviewer-info {
  color: #6c757d;
  font-size: 0.9rem;
}

.reviewer-name {
  font-weight: bold;
  color: #212529;
}

.divider {
  border-top: 1px solid #dee2e6;
  margin: 2rem 0;
}

.profile-section {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.profile-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.profile-username {
  color: #6c757d;
}

.profile-rate {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.profile-detail {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.verification-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.verification-icon {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  color: #0d6efd;
}

.verification-text {
  font-size: 0.9rem;
}

.star-rating {
  color: #ffc107;
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.checked-item {
  color: #0d6efd;
}
/* Reviews */

/* Footer */
footer {
  background-color: var(--bgColor);
  color: var(--fontColor);
}
.footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-section {
  margin-bottom: 2rem;
}

.footer-link {
  display: block;
  color: #6c757d;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.footer-link:hover {
  color: #0d6efd;
}

.stats-number {
  font-size: 1.5rem;
  font-weight: bold;
}

.stats-label {
  font-size: 0.9rem;
  color: #6c757d;
}

.copyright {
  font-size: 0.8rem;
  color: #6c757d;
}
/* Footer */
