#users .profile-card {
  background-color: #ffe7d6;
  border-radius: 6px;
  word-break: break-all;
  overflow-wrap: break-word;
}
#users .profile-card .profile-avatar {
  transform: translateY(-50%);
}
#users .profile-card .profile-avatar .user-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#users .profile-card .profile-avatar .user-avatar.hidden {
  visibility: hidden;
}
#users .profile-card .profile-name {
  font-weight: 600;
  font-size: 1.25rem;
}
#users .profile-card .profile-status {
  margin-top: -10px;
}
#users .profile-card .profile-status i {
  color: #EE7800;
}
#users .profile-card .profile-info div {
  margin-bottom: 0.5rem;
}
#users .profile-card .profile-info dt {
  flex: 0 0 3rem;
  font-weight: 700;
}
#users .profile-card .profile-info dd {
  flex: 1;
  margin: 0;
}
#users .profile-card .profile-link {
  color: #333;
  text-decoration: none;
}
#users .profile-card .profile-link:hover {
  text-decoration: underline;
}
#users .user-btn button {
  padding: 1rem;
  background-color: transparent;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  transition: all 0.1s;
}
#users .user-btn button:hover {
  background-color: #f4f4f4;
}
#users .tab-menu {
  display: flex;
  border-bottom: 1px solid #AAAAAA;
}
#users .tab-menu .tab-item {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 0 0;
  color: #AAAAAA;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  top: 1px;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}
#users .tab-menu .tab-item .badge-count {
  margin-left: 0.25rem;
}
#users .tab-menu .tab-item:hover {
  background-color: #f2f2f2;
}
#users .tab-menu .tab-item.active {
  background-color: #EE7800;
  color: #fff;
  border-color: #EE7800;
}
#users .tab-menu .tab-item.active .badge-count {
  color: #fff;
}
@media (max-width: 767px) {
  #users .tab-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #users .tab-menu .tab-item {
    flex: 0 0 150px;
    width: 150px;
    max-width: none;
  }
}
#users .tab-content-wrap .designer-card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
}
#users .tab-content-wrap .designer-card .cover-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
#users .tab-content-wrap .designer-card .cover-img {
  background-image: url(https://m.hhh.com.tw/upload/_hdesigner/img_path_23_20250909182113.jpg);
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#users .tab-content-wrap .designer-card.is-offline .cover-img {
  filter: grayscale(10%);
}
#users .tab-content-wrap .designer-card.is-offline .offline-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
}
#users .tab-content-wrap .designer-card.is-offline .share-btn,
#users .tab-content-wrap .designer-card.is-offline .share-icons a,
#users .tab-content-wrap .designer-card.is-offline .mail-btn {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}
#users .tab-content-wrap .designer-card.is-offline .share-btn:hover,
#users .tab-content-wrap .designer-card.is-offline .mail-btn:hover {
  transform: none;
}
#users .tab-content-wrap .designer-card.is-offline .delete-btn {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
#users .tab-content-wrap .designer-card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
}
#users .tab-content-wrap .designer-card .card-body {
  padding: 1rem 1.25rem;
}
#users .tab-content-wrap .designer-card .card-title {
  font-size: 1rem;
  font-weight: 600;
}
#users .tab-content-wrap .designer-card .action-icons button {
  color: #AAAAAA;
  text-decoration: none;
}
#users .tab-content-wrap .designer-card .action-icons button img {
  color: #AAAAAA;
}
#users .tab-content-wrap .designer-card .action-icons button:hover .text {
  color: #EE7800;
}
#users .tab-content-wrap .designer-card .action-icons button .after {
  display: none;
}
#users .tab-content-wrap .designer-card .action-icons button:hover .before {
  display: none;
}
#users .tab-content-wrap .designer-card .action-icons button:hover .after {
  display: inline;
}
#users .tab-content-wrap .tab-pane-custom {
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #users .tab-menu .tab-item {
    flex: 1 1 50%;
    text-align: center;
  }
}

.share-wrapper {
  position: relative;
  display: inline-block;
}
.share-wrapper .share-icons {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 7px;
}
.share-wrapper .share-icons .icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.share-wrapper .share-btn img.close-icon {
  display: none;
}
.share-wrapper.active .before,
.share-wrapper.active .after {
  display: none !important;
}
.share-wrapper.active .share-btn img.close-icon {
  display: inline-block;
}
.share-wrapper.active .share-icons {
  display: flex;
}
.share-wrapper.active .share-btn:hover .before,
.share-wrapper.active .share-btn:hover .after {
  display: none !important;
}

#editModal .modal-content,
#passwordModal .modal-content {
  background: transparent;
  border: none;
}
#editModal .form-label,
#passwordModal .form-label {
  color: #fff;
  text-align: center;
}
#editModal .form-control,
#passwordModal .form-control {
  padding: 0.8rem;
  color: #495057;
}
#editModal .button-wrapper button,
#passwordModal .button-wrapper button {
  width: 50%;
  padding: 0.8rem 0.5rem;
  background-color: #D1D2D3;
}
#editModal .button-wrapper button.active,
#passwordModal .button-wrapper button.active {
  color: #fff;
  background-color: #EE7800;
}
#editModal .hint-text,
#passwordModal .hint-text {
  position: relative;
}
#editModal .hint-text small,
#passwordModal .hint-text small {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 0.75rem;
  margin-top: 0.3rem;
}

.swal-btn {
  padding: 1rem 2.5rem;
  background-color: #EE7800;
}
.swal-btn:hover {
  background-color: #D66C00;
}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: 3em;
}

#logoutBtn {
  border: none;
  background-color: transparent;
}
#logoutBtn span {
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */