body {
  background-color: white;
  margin: 0;
  font-family: "Varela Round", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-left: 272px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #1cdaff; /* Use one of your brand colors */
}

.breadcrumb-item.active {
  color: #292929;
}

/* Profile Content */
.profile-content {
  padding: 20px;
}
.profile-picture {
  margin: 0 70px;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* Circular image */
  border: 2px solid #1cdaff; /* Border in your blue color */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.upload-link {
  font-size: 0.95rem;
  color: #1cdaff;
  text-decoration: none;
}

.upload-link:hover {
  text-decoration: underline;
  color: #00faa8;
}

/* Text Box */
.text-box {
  border: 1px solid #ccc;
  padding: 25px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 0 70px;
}

/* Headings */
.text-box h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1cdaff;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

/* Form Styling */
.form-label {
  font-size: 1rem;
  color: #292929;
  font-weight: 500;
}

.form-control {
  border-color: #1cdaff;
  color: #292929;
  border-radius: 5px;
}

.form-control:focus {
  border-color: #00faa8;
  box-shadow: 0 0 5px rgba(0, 250, 168, 0.5);
}

/* Save Button */
.btn-primary {
  background-color: #1cdaff;
  border-color: #1cdaff;
  color: #292929;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #00faa8;
  border-color: #00faa8;
  color: #292929;
}

/* Add New Address Link */
.add-address-link {
  font-size: 0.95rem;
  color: #1cdaff;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

.add-address-link:hover {
  text-decoration: underline;
  color: #00faa8;
}

/* Logout Link */
.logout-link {
  text-align: center;
  margin: 0 70px;
}

.logout-link a {
  font-size: 1rem;
  color: #1cdaff;
  text-decoration: none;
}

.logout-link a:hover {
  text-decoration: underline;
  color: #00faa8;
}
