.column-link--logo svg,
a.ui__header__logo svg,
.logo-container h1 a svg,
.admin .sidebar__toggle__logo a svg.logo--wordmark,
_ {
  display: none;
}

.column-link--logo::before,
a.ui__header__logo::before,
.logo-container h1 a::before,
.admin .sidebar__toggle__logo a::before,
_ {
  content: ' thulalalela';
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #6364ff;       /* Added the desired color */
  text-decoration: none; /* Removes underline if any */
}

/* Also remove underline from actual links just in case */
.column-link--logo,
a.ui__header__logo,
.logo-container h1 a,
.admin .sidebar__toggle__logo a {
  text-decoration: none;
  color: #6364FF; /* Optional: ensures link itself has the same color */
}




input,
textarea {
  border-radius: 12px !important;
}






/* Style DM conversation list - light purple background */
.conversation {
  border-radius: 12px !important;
  margin-bottom: 8px !important;
  background: #e9eaff !important;
  border: 1px solid #6364ff !important;
}

/* Style message bubbles in DMs - even lighter */
.conversation .status__content {
  border-radius: 18px !important;
  background: #f0f1ff !important;
  color: #333 !important;
  padding: 12px !important;
  border: 1px solid #d0d1ff !important;
}

/* Style DM notifications - light purple */
.notification.direct {
  background: #e9eaff !important;
  color: #333 !important;
  border-left: 4px solid #6364ff !important;
  border-radius: 8px !important;
  margin-bottom: 4px !important;
  padding: 8px !important;
}

/* Style text inside DMs */
.conversation .status__content p,
.conversation .status__content span,
.notification.direct * {
  color: #333 !important;
}

/* Style DM compose area indicator */
.compose-form .autosuggest-textarea__textarea[aria-label*="Direct"] {
  background: rgba(99, 100, 255, 0.05) !important;
  border-left: 4px solid #6364ff !important;
}

/* Style conversation header */
.conversation .conversation__header {
  background: rgba(99, 100, 255, 0.1) !important;
  border-radius: 12px 12px 0 0 !important;
}















/* Change the @username (handle) to Twitter blue */
.display-name__account {
  color: #1DA1F2 !important;
}







/* Increase profile header image size */
.account__header__image {
  height: 400px !important;
  background-size: cover !important;
}











/* Force all avatars to be perfectly round */
.account__avatar,
.activity-stream .avatar,
.status__avatar,
.focusable .account__avatar,
.avatar img {
    border-radius: 50% !important;
}

/* Ensure the media gallery avatar is round */
.media-gallery__item-thumbnail {
    border-radius: 50% !important;
}










