body.th-profile-page {
  --tp-primary: #6c4cf5;
  --tp-primary-dark: #5136d9;
  --tp-primary-soft: #eeeafe;
  --tp-bg: #f5f6fa;
  --tp-surface: #ffffff;
  --tp-text: #171725;
  --tp-muted: #6e7180;
  --tp-border: #e7e8ef;
  --tp-line: rgba(23, 23, 37, 0.08);
  --tp-danger: #ef233c;
  --tp-success: #22a447;
  --tp-radius: 12px;
  --tp-control: 9px;
  --tp-shadow: 0 8px 22px rgba(17, 18, 24, 0.06);
  --tp-shadow-soft: 0 4px 14px rgba(17, 18, 24, 0.045);
  background: var(--tp-bg) !important;
  color: var(--tp-text);
  letter-spacing: 0;
}

body.th-profile-page,
body.th-profile-page .main-wrapper {
  background: var(--tp-bg) !important;
}

body.th-profile-page a {
  color: inherit;
}

body.th-profile-page a:hover,
body.th-profile-page .text-link {
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-header {
  height: 72px !important;
  min-height: 72px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid var(--tp-border) !important;
  box-shadow: 0 4px 18px rgba(17, 18, 24, 0.045) !important;
  backdrop-filter: blur(14px);
}

body.th-profile-page .th-profile-header > .container,
body.th-profile-page .th-profile-header > .container-fluid {
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  padding-inline: 0 !important;
}

body.th-profile-page .th-profile-header > .container > .row,
body.th-profile-page .th-profile-header > .container-fluid > .row {
  min-height: 72px;
  align-items: center;
  flex-wrap: nowrap;
  margin-inline: 0;
}

body.th-profile-page .th-profile-header > .container > .row > .col-7,
body.th-profile-page .th-profile-header > .container-fluid > .row > .col-7 {
  width: 245px !important;
  max-width: 245px !important;
  flex: 0 0 245px !important;
  padding-inline: 0 14px !important;
}

body.th-profile-page .th-profile-header > .container > .row > .col-5,
body.th-profile-page .th-profile-header > .container-fluid > .row > .col-5 {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  padding-inline: 0 !important;
}

body.th-profile-page .th-profile-header .logo-wrapper {
  height: 72px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
}

body.th-profile-page .th-profile-header .logo {
  min-width: 0;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: var(--tp-text) !important;
  font-size: 0;
  font-weight: 800;
  text-decoration: none;
}

body.th-profile-page .th-profile-header .logo img {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(108, 76, 245, 0.14));
}

body.th-profile-page .th-profile-logo-text {
  display: inline-block;
  max-width: 165px;
  overflow: hidden;
  color: var(--tp-text);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.th-profile-page .th-profile-header .menu-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  margin-inline-end: 6px;
  border: 1px solid var(--tp-border);
  border-radius: 50%;
  background: var(--tp-surface);
  color: var(--tp-text) !important;
}

body.th-profile-page .th-profile-header .col-md-7.col-lg-8 {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  padding-inline: 0 18px !important;
}

body.th-profile-page .th-profile-header .col-md-5.col-lg-4 {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding-inline: 0 !important;
}

body.th-profile-page .th-profile-header .search-wrapper {
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}

body.th-profile-page .th-profile-header .search-wrapper form {
  position: relative;
}

body.th-profile-page .th-profile-header .search-wrapper .form-control {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 18px 0 48px !important;
  border: 1px solid transparent !important;
  border-radius: var(--tp-control) !important;
  background: #f1f3f8 !important;
  color: var(--tp-text) !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
}

body.th-profile-page .th-profile-header .search-wrapper .form-control:focus {
  border-color: rgba(108, 76, 245, 0.26) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(108, 76, 245, 0.08) !important;
}

body.th-profile-page .th-profile-header .search-wrapper .form-control::placeholder {
  color: #7d8492;
}

body.th-profile-page .th-profile-header .search-input-icon {
  position: absolute !important;
  top: 50% !important;
  inset-inline-start: 18px !important;
  transform: translateY(-50%);
  color: var(--tp-muted) !important;
  line-height: 1;
}

body.th-profile-page .th-profile-header .search-input-icon .header-icon,
body.th-profile-page .th-profile-header .search-input-icon .header-icon * {
  color: var(--tp-muted) !important;
  fill: var(--tp-muted) !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.th-profile-page .th-profile-header .navbar-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

body.th-profile-page .th-profile-header .navbar-wrapper > ul > li {
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a,
body.th-profile-page .th-profile-header .navbar-wrapper .btn-icon,
body.th-profile-page .th-profile-header .circle-40 {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--tp-border) !important;
  border-radius: 50% !important;
  background: var(--tp-surface) !important;
  color: var(--tp-text) !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a > .svg-container,
body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a > i,
body.th-profile-page .th-profile-header .navbar-wrapper .btn-icon > .svg-container,
body.th-profile-page .th-profile-header .navbar-wrapper .circle-40 > .svg-container {
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  flex: 0 0 22px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  margin: 0 !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper .counter {
  position: absolute !important;
  top: -5px !important;
  inset-inline-end: -5px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--tp-surface) !important;
  border-radius: 999px !important;
  background: var(--tp-danger) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a:hover,
body.th-profile-page .th-profile-header .navbar-wrapper .btn-icon:hover,
body.th-profile-page .th-profile-header .circle-40:hover {
  border-color: rgba(108, 76, 245, 0.26) !important;
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-header .header-icon,
body.th-profile-page .th-profile-header .header-icon *,
body.th-profile-page .th-profile-header .main-icon,
body.th-profile-page .th-profile-header .main-icon * {
  color: currentColor !important;
  fill: currentColor !important;
}

body.th-profile-page .th-profile-header .user-menu {
  width: auto !important;
  height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.th-profile-page .th-profile-header .user-menu > img {
  width: 42px !important;
  height: 42px !important;
  border: 2px solid var(--tp-primary-soft);
  border-radius: 50%;
  object-fit: cover;
}

body.th-profile-page .th-profile-header .dropdown-menu {
  border: 1px solid var(--tp-border) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 44px rgba(17, 18, 24, 0.14) !important;
}

body.th-profile-page .th-profile-shell {
  width: min(calc(100% - 48px), 1380px) !important;
  max-width: 1380px !important;
  padding: 18px 0 54px !important;
}

body.th-profile-page .th-profile-shell > .row {
  margin: 0 !important;
}

body.th-profile-page .sg-offcanvas-mainbar {
  width: 100%;
  padding: 0 !important;
}

body.th-profile-page .profile-header {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  margin: 0 !important;
  border: 1px solid var(--tp-border) !important;
  border-bottom: 0 !important;
  border-radius: var(--tp-radius) var(--tp-radius) 0 0 !important;
  background: var(--tp-surface) !important;
  box-shadow: var(--tp-shadow) !important;
}

body.th-profile-page .profile-header > * {
  box-sizing: border-box;
}

body.th-profile-page .profile-cover-wrapper {
  position: relative !important;
  height: 280px !important;
  min-height: 280px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: var(--tp-radius) var(--tp-radius) 0 0 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(108, 76, 245, 0.18), transparent 30%),
    linear-gradient(135deg, #111218 0%, #172033 44%, #5136d9 100%) !important;
}

body.th-profile-page .profile-cover-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 24, 0.02), rgba(17, 18, 24, 0.13));
  pointer-events: none;
}

body.th-profile-page .profile-cover-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.th-profile-page .profile-cover-buttons {
  z-index: 7;
}

body.th-profile-page .profile-cover-change,
body.th-profile-page .profile-cover-position,
body.th-profile-page .profile-cover-delete,
body.th-profile-page .profile-cover-position-buttons {
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--tp-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 12px 30px rgba(17, 18, 24, 0.18) !important;
}

body.th-profile-page .profile-avatar-wrapper {
  position: absolute !important;
  top: 206px !important;
  left: 44px !important;
  right: auto !important;
  bottom: auto !important;
  inset-inline-start: 44px !important;
  width: 142px !important;
  height: 142px !important;
  padding: 0 !important;
  transform: none !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 8 !important;
}

body.th-profile-page .profile-avatar-wrapper > img {
  width: 142px !important;
  height: 142px !important;
  border: 5px solid var(--tp-surface) !important;
  border-radius: 50% !important;
  background: var(--tp-surface) !important;
  box-shadow: 0 18px 38px rgba(17, 18, 24, 0.18) !important;
  object-fit: cover !important;
}

body.th-profile-page .profile-avatar-change,
body.th-profile-page .profile-avatar-crop,
body.th-profile-page .profile-avatar-delete {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--tp-border) !important;
  border-radius: 50% !important;
  background: var(--tp-surface) !important;
  color: var(--tp-text) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  box-shadow: 0 8px 22px rgba(17, 18, 24, 0.14) !important;
}

body.th-profile-page .profile-avatar-change {
  right: 2px !important;
  bottom: 2px !important;
}

body.th-profile-page .profile-avatar-crop {
  right: -8px !important;
  bottom: 46px !important;
}

body.th-profile-page .profile-avatar-delete {
  right: 2px !important;
  bottom: 90px !important;
}

body.th-profile-page .profile-avatar-change.x-hidden,
body.th-profile-page .profile-avatar-crop.x-hidden,
body.th-profile-page .profile-avatar-delete.x-hidden {
  display: none !important;
}

body.th-profile-page .profile-avatar-change:hover,
body.th-profile-page .profile-avatar-crop:hover {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .profile-avatar-delete:hover {
  color: var(--tp-danger) !important;
}

body.th-profile-page .profile-name-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 6 !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 22px 392px 2px 214px !important;
  transform: none !important;
  border-radius: 0 !important;
  background: var(--tp-surface) !important;
  color: var(--tp-text) !important;
  text-align: left !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.th-profile-page .profile-name-wrapper,
body.th-profile-page .profile-name-wrapper *,
body.th-profile-page .profile-meta-wrapper,
body.th-profile-page .profile-meta-wrapper * {
  filter: none !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

body.th-profile-page .profile-name-wrapper > a:first-child {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: var(--tp-text) !important;
  font-size: 30px !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.th-profile-page .profile-name-wrapper .verified-badge svg {
  width: 22px !important;
  height: 22px !important;
  margin-inline-start: 8px;
}

body.th-profile-page .profile-name-wrapper .badge {
  margin-inline-start: 6px;
  min-height: 24px;
  padding: 4px 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: none !important;
  filter: none !important;
  font-weight: 700;
  line-height: 1 !important;
  text-shadow: none !important;
  white-space: nowrap;
}

body.th-profile-page .profile-name-wrapper .bg-primary,
body.th-profile-page .profile-name-wrapper .bg-info {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary-dark) !important;
}

body.th-profile-page .profile-name-wrapper .bg-success {
  background: rgba(34, 164, 71, 0.12) !important;
  color: var(--tp-success) !important;
}

body.th-profile-page .profile-meta-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 6 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin: 0 !important;
  padding: 0 392px 22px 214px !important;
  background: var(--tp-surface) !important;
  color: var(--tp-muted);
  font-size: 14px;
  font-weight: 500;
}

body.th-profile-page .profile-meta-wrapper span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.th-profile-page .profile-meta-wrapper i {
  color: var(--tp-muted);
}

body.th-profile-page .profile-buttons-wrapper {
  position: absolute !important;
  top: 314px !important;
  left: auto !important;
  right: 44px !important;
  bottom: auto !important;
  inset-inline-end: 44px !important;
  z-index: 9;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 360px;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

body.th-profile-page .profile-buttons-wrapper .btn {
  min-height: 42px;
  padding: 0 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--tp-control) !important;
  border: 1px solid var(--tp-border) !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 700 !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-icon {
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-light,
body.th-profile-page .th-profile-edit-btn,
body.th-profile-page .th-profile-menu-btn {
  background: var(--tp-surface) !important;
  color: var(--tp-text) !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-light:hover,
body.th-profile-page .th-profile-edit-btn:hover,
body.th-profile-page .th-profile-menu-btn:hover {
  border-color: rgba(108, 76, 245, 0.24) !important;
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-primary,
body.th-profile-page .profile-buttons-wrapper .btn-success,
body.th-profile-page .th-profile-story-btn {
  border-color: var(--tp-primary) !important;
  background: var(--tp-primary) !important;
  color: #fff !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-primary:hover,
body.th-profile-page .profile-buttons-wrapper .btn-success:hover,
body.th-profile-page .th-profile-story-btn:hover {
  border-color: var(--tp-primary-dark) !important;
  background: var(--tp-primary-dark) !important;
}

body.th-profile-page .profile-buttons-wrapper .btn-danger {
  border-color: var(--tp-danger) !important;
  background: var(--tp-danger) !important;
  color: #fff !important;
}

body.th-profile-page .th-profile-tabs {
  position: relative !important;
  z-index: 3 !important;
  min-height: 64px !important;
  height: 64px !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 28px 0 28px !important;
  overflow-x: auto;
  border: 1px solid var(--tp-border) !important;
  border-top: 1px solid var(--tp-line) !important;
  border-radius: 0 0 var(--tp-radius) var(--tp-radius) !important;
  background: var(--tp-surface) !important;
  box-shadow: var(--tp-shadow) !important;
  scrollbar-width: none;
}

body.th-profile-page .th-profile-tabs::-webkit-scrollbar {
  display: none;
}

body.th-profile-page .th-profile-tabs a,
body.th-profile-page .th-profile-more-btn {
  min-width: 0;
  height: 64px !important;
  min-height: 64px !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--tp-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.th-profile-page .th-profile-tabs a:hover,
body.th-profile-page .th-profile-more-btn:hover {
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-tabs a.active {
  color: var(--tp-primary) !important;
  border-bottom-color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-tabs svg,
body.th-profile-page .th-profile-tabs .main-icon,
body.th-profile-page .th-profile-tabs .main-icon * {
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
  fill: currentColor !important;
}

body.th-profile-page .th-profile-more {
  flex: 0 0 auto;
}

body.th-profile-page .th-profile-content-grid {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
  margin: 0 !important;
}

body.th-profile-page .th-profile-content-grid > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

body.th-profile-page .th-profile-left {
  grid-column: 1;
  min-width: 0;
}

body.th-profile-page .th-profile-feed {
  grid-column: 2;
  min-width: 0;
}

body.th-profile-page .th-profile-right {
  grid-column: 3;
  min-width: 0;
}

body.th-profile-page .th-profile-content-grid > .col-12:not(.th-profile-left):not(.th-profile-feed):not(.th-profile-right) {
  grid-column: 1 / -1;
}

body.th-profile-page .th-profile-content-grid .card,
body.th-profile-page .th-profile-feed .publisher,
body.th-profile-page .th-profile-feed .post,
body.th-profile-page .th-profile-feed .data-container,
body.th-profile-page .th-profile-feed .pinned-post {
  overflow: hidden;
  margin: 0 0 16px !important;
  border: 1px solid var(--tp-border) !important;
  border-radius: var(--tp-radius) !important;
  background: var(--tp-surface) !important;
  box-shadow: var(--tp-shadow-soft) !important;
}

body.th-profile-page .th-profile-content-grid .card-header {
  min-height: auto;
  padding: 18px 18px 8px !important;
  border-bottom: 0 !important;
  color: var(--tp-text) !important;
  font-size: 14px;
  font-weight: 700;
}

body.th-profile-page .th-profile-content-grid .card-header strong,
body.th-profile-page .th-profile-content-grid .card-title {
  color: var(--tp-text) !important;
  font-weight: 800 !important;
}

body.th-profile-page .th-profile-content-grid .card-header a,
body.th-profile-page .th-profile-content-grid .card-title a,
body.th-profile-page .th-profile-mini-footer a {
  color: var(--tp-primary) !important;
  font-weight: 700;
}

body.th-profile-page .th-profile-content-grid .card-header .main-icon,
body.th-profile-page .th-profile-content-grid .card-header .main-icon *,
body.th-profile-page .about-list-item .main-icon,
body.th-profile-page .about-list-item .main-icon *,
body.th-profile-page .th-profile-quick-list i {
  color: var(--tp-primary) !important;
  fill: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-content-grid .card-body {
  padding: 16px 18px 18px !important;
}

body.th-profile-page .progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px !important;
  background: #edf0f7 !important;
}

body.th-profile-page .progress-bar {
  border-radius: 999px;
  background: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-completion-card {
  overflow: hidden;
  border-color: rgba(108, 76, 245, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(108, 76, 245, 0.035), rgba(255, 255, 255, 0) 36%),
    var(--tp-surface) !important;
}

body.th-profile-page .th-profile-completion-card .card-header {
  padding: 18px 18px 14px !important;
}

body.th-profile-page .th-profile-completion-card .card-header strong,
body.th-profile-page .th-profile-completion-card .card-header .float-end {
  color: var(--tp-text) !important;
  font-size: 14px;
  font-weight: 800 !important;
  line-height: 1.2;
  text-shadow: none !important;
}

body.th-profile-page .th-profile-completion-card .card-header .float-end {
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--tp-primary-soft);
  color: var(--tp-primary-dark) !important;
  font-size: 12px;
}

body.th-profile-page .th-profile-completion-card .progress {
  height: 7px;
  margin-top: 12px !important;
  background: #e9ecf4 !important;
}

body.th-profile-page .th-profile-completion-card .card-body {
  display: grid;
  gap: 7px;
  padding: 0 18px 18px !important;
}

body.th-profile-page .th-profile-completion-card .card-body > .mb5 {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 6px 8px;
  border-radius: 10px;
  color: var(--tp-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.16s ease, color 0.16s ease;
}

body.th-profile-page .th-profile-completion-card .card-body > .mb5:hover {
  background: #f7f8fc;
}

body.th-profile-page .th-profile-completion-card .card-body > .mb5 a,
body.th-profile-page .th-profile-completion-card .card-body > .mb5 .text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tp-text) !important;
  font-weight: 700;
  text-decoration: none !important;
}

body.th-profile-page .th-profile-completion-card .card-body > .mb5 a:hover,
body.th-profile-page .th-profile-completion-card .card-body > .mb5 .text-link:hover {
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-completion-card .card-body > .mb5 span[style*="line-through"] {
  color: var(--tp-muted) !important;
  text-decoration: none !important;
}

body.th-profile-page .th-profile-completion-card i.mr5 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

body.th-profile-page .th-profile-completion-card .fa-check-circle {
  color: var(--tp-success) !important;
}

body.th-profile-page .th-profile-completion-card .fa-plus-circle {
  color: var(--tp-muted) !important;
}

body.th-profile-page .green,
body.th-profile-page .text-success,
body.th-profile-page .fa-check-circle {
  color: var(--tp-success) !important;
}

body.th-profile-page .fa-plus-circle {
  color: var(--tp-muted) !important;
}

body.th-profile-page .about-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

body.th-profile-page .about-list li {
  margin: 0 !important;
}

body.th-profile-page .about-list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--tp-text) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.th-profile-page .about-bio {
  margin-bottom: 14px;
  color: var(--tp-text);
  font-size: 13px;
  line-height: 1.5;
}

body.th-profile-page .input-group .form-control,
body.th-profile-page .card .form-control {
  min-height: 42px;
  border: 1px solid var(--tp-border) !important;
  border-radius: var(--tp-control) !important;
  background: #f7f8fb !important;
  color: var(--tp-text) !important;
  box-shadow: none !important;
}

body.th-profile-page .input-group .btn,
body.th-profile-page .card .btn-primary,
body.th-profile-page .btn-primary {
  border-color: var(--tp-primary) !important;
  background: var(--tp-primary) !important;
  color: #fff !important;
  font-weight: 700;
}

body.th-profile-page .input-group .btn:hover,
body.th-profile-page .card .btn-primary:hover,
body.th-profile-page .btn-primary:hover {
  border-color: var(--tp-primary-dark) !important;
  background: var(--tp-primary-dark) !important;
}

body.th-profile-page .btn-light {
  border: 1px solid var(--tp-border) !important;
  background: #f4f6fa !important;
  color: var(--tp-text) !important;
  font-weight: 700;
}

body.th-profile-page .btn-light:hover {
  border-color: rgba(108, 76, 245, 0.24) !important;
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .panel-photos .row,
body.th-profile-page .card-body > .row {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}

body.th-profile-page .panel-photos img,
body.th-profile-page .circled-user-box img,
body.th-profile-page .profile-photos img,
body.th-profile-page .profile-friends img {
  border-radius: 9px !important;
  object-fit: cover !important;
}

body.th-profile-page .circled-user-box .user-box {
  display: block;
  color: var(--tp-text) !important;
  text-align: center;
  text-decoration: none;
}

body.th-profile-page .circled-user-box .name {
  margin-top: 7px;
  overflow: hidden;
  color: var(--tp-text) !important;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.th-profile-page .badge.bg-light,
body.th-profile-page .badge.text-primary {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-feed .publisher {
  padding: 16px !important;
}

body.th-profile-page .th-profile-feed .publisher .publisher-message,
body.th-profile-page .th-profile-feed .publisher .colored-text-wrapper,
body.th-profile-page .th-profile-feed .publisher textarea,
body.th-profile-page .th-profile-feed .publisher .ql-editor {
  min-height: 52px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: #f1f3f8 !important;
  color: var(--tp-text) !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

body.th-profile-page .th-profile-feed .publisher .publisher-message:hover,
body.th-profile-page .th-profile-feed .publisher .colored-text-wrapper:hover {
  border-color: rgba(108, 76, 245, 0.24) !important;
  background: #fff !important;
}

body.th-profile-page .th-profile-feed .publisher .publisher-tools-tabs,
body.th-profile-page .th-profile-feed .publisher .publisher-actions {
  display: flex;
  gap: 8px;
}

body.th-profile-page .th-profile-feed .publisher .publisher-tools-tab,
body.th-profile-page .th-profile-feed .publisher .publisher-actions a {
  min-height: 40px;
  border-radius: var(--tp-control) !important;
  color: var(--tp-muted) !important;
  font-size: 13px;
  font-weight: 700 !important;
}

body.th-profile-page .th-profile-feed .publisher .publisher-tools-tab:hover,
body.th-profile-page .th-profile-feed .publisher .publisher-actions a:hover {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-feed .post .post-header {
  padding: 16px 18px 8px !important;
}

body.th-profile-page .th-profile-feed .post .post-body {
  padding: 8px 18px !important;
  color: var(--tp-text) !important;
  font-size: 14px;
  line-height: 1.55;
}

body.th-profile-page .th-profile-feed .post .post-author,
body.th-profile-page .th-profile-feed .post .post-author a,
body.th-profile-page .th-profile-feed .post a.profile-link {
  color: var(--tp-text) !important;
  font-weight: 800 !important;
}

body.th-profile-page .th-profile-feed .post .post-time,
body.th-profile-page .th-profile-feed .post .text-muted,
body.th-profile-page .th-profile-feed .post .js_moment {
  color: var(--tp-muted) !important;
}

body.th-profile-page .th-profile-feed .post .post-stats,
body.th-profile-page .th-profile-feed .post .post-actions {
  border-color: var(--tp-border) !important;
}

body.th-profile-page .th-profile-feed .post .post-actions {
  padding: 4px 10px !important;
}

body.th-profile-page .th-profile-feed .post .post-actions .action-btn,
body.th-profile-page .th-profile-feed .post .post-actions a {
  min-height: 38px;
  border-radius: var(--tp-control) !important;
  color: var(--tp-muted) !important;
  font-weight: 700 !important;
}

body.th-profile-page .th-profile-feed .post .post-actions .action-btn:hover,
body.th-profile-page .th-profile-feed .post .post-actions a:hover {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .th-profile-feed .post img,
body.th-profile-page .th-profile-feed .post video,
body.th-profile-page .th-profile-feed .post .post-media,
body.th-profile-page .th-profile-feed .post .post-media img,
body.th-profile-page .th-profile-feed .post .post-media video {
  border-radius: 10px !important;
}

body.th-profile-page .th-profile-feed .post .post-avatar img,
body.th-profile-page .th-profile-feed .post-avatar-picture,
body.th-profile-page .th-profile-feed .publisher-avatar img {
  border: 3px solid var(--tp-primary-soft) !important;
  border-radius: 50% !important;
}

body.th-profile-page .th-profile-quick-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.th-profile-page .th-profile-quick-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: start;
}

body.th-profile-page .th-profile-quick-list i {
  grid-row: 1 / span 2;
  margin-top: 2px;
  text-align: center;
}

body.th-profile-page .th-profile-quick-list span {
  display: block;
  color: var(--tp-muted);
  font-size: 12px;
  line-height: 1.25;
}

body.th-profile-page .th-profile-quick-list strong {
  display: block;
  color: var(--tp-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

body.th-profile-page .th-profile-quick-card .btn-light {
  width: 100%;
  margin-top: 4px;
}

body.th-profile-page .th-profile-suggestion-card .with-list {
  padding: 6px 14px 14px !important;
}

body.th-profile-page .th-profile-suggestion-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.th-profile-page .th-profile-suggestion-card li {
  border-radius: 10px;
}

body.th-profile-page .th-profile-suggestion-card li:hover {
  background: #f7f8fb;
}

body.th-profile-page .th-profile-suggestion-card .data-avatar img,
body.th-profile-page .th-profile-suggestion-card .user-avatar img,
body.th-profile-page .th-profile-suggestion-card .page-avatar img,
body.th-profile-page .th-profile-suggestion-card .group-avatar img {
  border: 3px solid var(--tp-primary-soft);
  border-radius: 50% !important;
}

body.th-profile-page .th-profile-suggestion-card .btn-primary,
body.th-profile-page .th-profile-suggestion-card .btn-success,
body.th-profile-page .th-profile-suggestion-card button {
  border-color: transparent !important;
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
  font-weight: 700;
}

body.th-profile-page .th-profile-suggestion-card .btn-primary:hover,
body.th-profile-page .th-profile-suggestion-card .btn-success:hover,
body.th-profile-page .th-profile-suggestion-card button:hover {
  background: var(--tp-primary) !important;
  color: #fff !important;
}

body.th-profile-page .alert-post,
body.th-profile-page .see-more {
  border: 1px solid var(--tp-border) !important;
  border-radius: var(--tp-radius) !important;
  background: var(--tp-surface) !important;
  color: var(--tp-primary) !important;
  box-shadow: var(--tp-shadow-soft) !important;
  font-weight: 700;
}

body.th-profile-page .dropdown-menu {
  border: 1px solid var(--tp-border) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 44px rgba(17, 18, 24, 0.14) !important;
}

body.th-profile-page .dropdown-item {
  color: var(--tp-text) !important;
  border-radius: 8px !important;
  font-weight: 600;
}

body.th-profile-page .dropdown-item:hover,
body.th-profile-page .dropdown-item:focus {
  background: var(--tp-primary-soft) !important;
  color: var(--tp-primary) !important;
}

body.th-profile-page .text-primary,
body.th-profile-page .link-primary {
  color: var(--tp-primary) !important;
}

body.th-profile-page .text-info {
  color: var(--tp-primary) !important;
}

body.th-profile-page .btn-danger,
body.th-profile-page .bg-danger {
  border-color: var(--tp-danger) !important;
  background: var(--tp-danger) !important;
  color: #fff !important;
}

body.th-profile-page .text-danger {
  color: var(--tp-danger) !important;
}

body.th-profile-page .profile-status-online,
body.th-profile-page .user-status-online {
  border-color: var(--tp-surface) !important;
  background: var(--tp-success) !important;
}

body.th-profile-page .th-profile-mini-footer {
  padding: 2px 4px 20px;
  color: var(--tp-muted);
  font-size: 12px;
}

body.th-profile-page .th-profile-mini-footer a {
  color: var(--tp-muted) !important;
  font-weight: 500;
}

body.th-profile-page .th-profile-mini-footer a:hover {
  color: var(--tp-primary) !important;
}

body.th-profile-page.night-mode {
  --tp-bg: #0f1520;
  --tp-surface: #151d28;
  --tp-text: #f7f9fc;
  --tp-muted: #aeb7c7;
  --tp-border: rgba(231, 232, 239, 0.13);
  --tp-line: rgba(231, 232, 239, 0.1);
  --tp-primary-soft: rgba(108, 76, 245, 0.22);
  --tp-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  --tp-shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.22);
}

body.th-profile-page.night-mode .th-profile-header {
  background: rgba(15, 21, 32, 0.96) !important;
}

body.th-profile-page.night-mode .th-profile-header .search-wrapper .form-control,
body.th-profile-page.night-mode .th-profile-feed .publisher .publisher-message,
body.th-profile-page.night-mode .th-profile-feed .publisher .colored-text-wrapper,
body.th-profile-page.night-mode .th-profile-feed .publisher textarea,
body.th-profile-page.night-mode .th-profile-feed .publisher .ql-editor,
body.th-profile-page.night-mode .input-group .form-control,
body.th-profile-page.night-mode .card .form-control {
  background: #101825 !important;
}

body.th-profile-page.night-mode .th-profile-header .navbar-wrapper > ul > li > a,
body.th-profile-page.night-mode .th-profile-header .circle-40,
body.th-profile-page.night-mode .profile-buttons-wrapper .btn-light,
body.th-profile-page.night-mode .th-profile-edit-btn,
body.th-profile-page.night-mode .th-profile-menu-btn,
body.th-profile-page.night-mode .btn-light {
  background: #151d28 !important;
}

body.th-profile-page.night-mode .dropdown-menu {
  background: rgba(21, 29, 40, 0.98) !important;
}

body.th-profile-page.night-mode .th-profile-completion-card {
  border-color: rgba(108, 76, 245, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(108, 76, 245, 0.08), rgba(21, 29, 40, 0) 38%),
    var(--tp-surface) !important;
}

body.th-profile-page.night-mode .th-profile-completion-card .card-body > .mb5:hover {
  background: #101825;
}

body.th-profile-page.night-mode .th-profile-completion-card .progress {
  background: #222d3b !important;
}

@media (max-width: 1399.98px) {
  body.th-profile-page .th-profile-header > .container,
  body.th-profile-page .th-profile-header > .container-fluid,
  body.th-profile-page .th-profile-shell {
    width: min(calc(100% - 36px), 1280px) !important;
  }

  body.th-profile-page .th-profile-content-grid {
    grid-template-columns: 290px minmax(0, 1fr) 300px;
    gap: 18px;
  }

  body.th-profile-page .profile-name-wrapper {
    padding-inline-end: 360px !important;
  }

  body.th-profile-page .profile-meta-wrapper {
    padding-inline-end: 360px !important;
  }
}

@media (max-width: 1199.98px) {
  body.th-profile-page .th-profile-content-grid {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  }

  body.th-profile-page .th-profile-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  body.th-profile-page .th-profile-mini-footer {
    grid-column: 1 / -1;
  }

  body.th-profile-page .profile-name-wrapper {
    padding-inline-end: 24px !important;
  }

  body.th-profile-page .profile-meta-wrapper {
    padding-inline-end: 24px !important;
  }

  body.th-profile-page .profile-buttons-wrapper {
    position: static !important;
    inset: auto !important;
    max-width: none;
    justify-content: flex-start;
    padding: 0 24px 20px 214px;
  }
}

@media (max-width: 991.98px) {
  body.th-profile-page .th-profile-header > .container,
  body.th-profile-page .th-profile-header > .container-fluid,
  body.th-profile-page .th-profile-shell {
    width: min(calc(100% - 24px), 920px) !important;
  }

  body.th-profile-page .th-profile-header > .container > .row > .col-7,
  body.th-profile-page .th-profile-header > .container-fluid > .row > .col-7 {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
  }

  body.th-profile-page .th-profile-logo-text {
    max-width: 142px;
    font-size: 24px;
  }

  body.th-profile-page .th-profile-content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.th-profile-page .th-profile-feed {
    grid-column: 1;
    grid-row: 1;
  }

  body.th-profile-page .th-profile-left {
    grid-column: 1;
    grid-row: 2;
  }

  body.th-profile-page .th-profile-right {
    grid-column: 1;
    grid-row: 3;
  }

  body.th-profile-page .profile-cover-wrapper {
    height: 240px !important;
    min-height: 240px !important;
  }

  body.th-profile-page .profile-avatar-wrapper {
    top: 166px !important;
    left: 28px !important;
    right: auto !important;
    bottom: auto !important;
    inset-inline-start: 28px !important;
    width: 130px !important;
    height: 130px !important;
    transform: none !important;
  }

  body.th-profile-page .profile-avatar-wrapper > img {
    width: 130px !important;
    height: 130px !important;
  }

  body.th-profile-page .profile-name-wrapper {
    min-height: 78px !important;
    padding: 20px 24px 2px 178px !important;
  }

  body.th-profile-page .profile-name-wrapper > a:first-child {
    font-size: 26px !important;
  }

  body.th-profile-page .profile-meta-wrapper {
    padding: 0 24px 16px 178px !important;
  }

  body.th-profile-page .profile-buttons-wrapper {
    padding: 0 24px 18px;
  }
}

@media (max-width: 767.98px) {
  body.th-profile-page {
    padding-bottom: 72px;
  }

  body.th-profile-page .th-profile-header {
    height: 64px !important;
    min-height: 64px !important;
  }

  body.th-profile-page .th-profile-header > .container,
  body.th-profile-page .th-profile-header > .container-fluid {
    width: calc(100% - 20px) !important;
  }

  body.th-profile-page .th-profile-header > .container > .row,
  body.th-profile-page .th-profile-header > .container-fluid > .row {
    min-height: 64px;
  }

  body.th-profile-page .th-profile-header > .container > .row > .col-7,
  body.th-profile-page .th-profile-header > .container-fluid > .row > .col-7 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-inline-end: 8px !important;
  }

  body.th-profile-page .th-profile-header > .container > .row > .col-5,
  body.th-profile-page .th-profile-header > .container-fluid > .row > .col-5 {
    flex: 0 0 auto !important;
  }

  body.th-profile-page .th-profile-header .logo-wrapper {
    height: 64px !important;
  }

  body.th-profile-page .th-profile-header .logo img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  body.th-profile-page .th-profile-logo-text {
    max-width: calc(100vw - 260px);
    font-size: 24px;
  }

  body.th-profile-page .th-profile-header .search-wrapper {
    display: none !important;
  }

  body.th-profile-page .th-profile-header .col-md-7.col-lg-8 {
    display: none !important;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper {
    height: 64px;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper ul {
    gap: 7px;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li {
    height: 40px !important;
    min-height: 40px !important;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a,
  body.th-profile-page .th-profile-header .navbar-wrapper .btn-icon,
  body.th-profile-page .th-profile-header .circle-40 {
    width: 40px !important;
    height: 40px !important;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a > .svg-container,
  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li > a > i,
  body.th-profile-page .th-profile-header .navbar-wrapper .btn-icon > .svg-container,
  body.th-profile-page .th-profile-header .navbar-wrapper .circle-40 > .svg-container,
  body.th-profile-page .th-profile-header .navbar-wrapper svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li.d-none.d-xxl-block,
  body.th-profile-page .th-profile-header .navbar-wrapper > ul > li.d-none.d-md-block {
    display: none !important;
  }

  body.th-profile-page .th-profile-shell {
    width: 100% !important;
    padding: 10px 10px 44px !important;
  }

  body.th-profile-page .profile-header {
    border-radius: 12px 12px 0 0 !important;
  }

  body.th-profile-page .profile-cover-wrapper {
    height: 190px !important;
    min-height: 190px !important;
    border-radius: 12px 12px 0 0 !important;
  }

  body.th-profile-page .profile-avatar-wrapper {
    top: 132px !important;
    left: 18px !important;
    right: auto !important;
    bottom: auto !important;
    inset-inline-start: 18px !important;
    width: 112px !important;
    height: 112px !important;
    transform: none !important;
  }

  body.th-profile-page .profile-avatar-wrapper > img {
    width: 112px !important;
    height: 112px !important;
    border-width: 4px !important;
  }

  body.th-profile-page .profile-name-wrapper {
    min-height: auto !important;
    padding: 58px 16px 2px !important;
  }

  body.th-profile-page .profile-name-wrapper > a:first-child {
    font-size: 23px !important;
  }

  body.th-profile-page .profile-meta-wrapper {
    padding: 4px 16px 14px !important;
    font-size: 12px;
  }

  body.th-profile-page .profile-buttons-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
    padding: 0 16px 14px;
  }

  body.th-profile-page .profile-buttons-wrapper .btn {
    width: 100%;
    min-width: 0;
  }

  body.th-profile-page .profile-buttons-wrapper .dropdown,
  body.th-profile-page .profile-buttons-wrapper .btn-icon {
    width: auto;
  }

  body.th-profile-page .th-profile-tabs {
    height: 56px !important;
    min-height: 56px !important;
    margin-bottom: 14px !important;
    padding-inline: 10px !important;
  }

  body.th-profile-page .th-profile-tabs a,
  body.th-profile-page .th-profile-more-btn {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  body.th-profile-page .th-profile-content-grid {
    gap: 14px;
  }

  body.th-profile-page .th-profile-right {
    display: block;
  }

  body.th-profile-page .th-profile-content-grid .card,
  body.th-profile-page .th-profile-feed .publisher,
  body.th-profile-page .th-profile-feed .post,
  body.th-profile-page .th-profile-feed .data-container,
  body.th-profile-page .th-profile-feed .pinned-post {
    border-radius: 12px !important;
  }

  body.th-profile-page .th-profile-feed .publisher .publisher-tools-tabs,
  body.th-profile-page .th-profile-feed .publisher .publisher-actions {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body.th-profile-page .th-profile-feed .publisher .publisher-tools-tabs::-webkit-scrollbar,
  body.th-profile-page .th-profile-feed .publisher .publisher-actions::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 430px) {
  body.th-profile-page .th-profile-logo-text {
    max-width: calc(100vw - 228px);
    font-size: 22px;
  }

  body.th-profile-page .profile-buttons-wrapper {
    grid-template-columns: 1fr;
  }

  body.th-profile-page .profile-buttons-wrapper .dropdown,
  body.th-profile-page .profile-buttons-wrapper .btn-icon {
    width: 100%;
  }

  body.th-profile-page .profile-buttons-wrapper .btn-icon {
    justify-content: center;
  }
}
