.styled-file-input {
  display: none;
}
.styled-file-label {
  display: inline-block;
  background: #0078d7 !important;
  color: #fff !important;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  padding: 0.7rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  transition: background 0.2s, border 0.2s;
}
.styled-file-label:hover {
  background: #005fa3;
}
.logout-box {
  margin-top:2rem;
  padding: 0.7rem 1.5rem;
  border-top:1px solid #eee;
}

.profile-center {
  text-align: center;
}
.profile-pic-margin {
  margin-bottom: 1rem;
}
.circular-pic {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}
.profile-border {
  border: 2px solid #0078d7;
}
.profile-pic-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #0078d7;
}

body[data-page="profile"] .profile-pic-img {
  width: 140px !important;
  height: 140px !important;
}

/* .profile-pic-default removed, all icons use .profile-pic-img for consistent style */

.post-preview img.profile-pic-img {
  width: 90px !important;
  height: 90px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.post-preview img.profile-pic-default {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  border: none !important;
  background: transparent !important;
}
.profile-form-margin {
  margin-bottom: 1rem;
}
.cropper-container-hide {
  margin: 1rem 0;
  display: none;
}
.cropper-image-style {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.save-pic-btn-hide {
  display: none;
}
