/*! Merged & deduped on 2025-08-11 19:26:32Z. Source order: 1:discussion-board.css, 2:mip-social.css, 3:profile.css */
.mip-modal-content.animate {
  animation: fadeInUp 0.25s ease;
}
._mip-image-modal-showing .mip-comment-close {
  display: none !important;
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: auto !important;
  width: 100% !important;
}
body.mip-no-scroll {
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
.mip-no-scroll {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
body.mip-prevent-scroll {
  overflow: hidden !important;
}
.dot {
  color: white;
}
.mip-like-tooltip-container {
  display: inline-block;
  position: relative;
}
.mip-like-popover {
  backdrop-filter: blur(4px);
  background-color: rgba(36, 37, 38, 0.9);
  border: none;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #e4e6eb;
  display: none;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  left: 0;
  line-height: 1.5;
  margin-top: 0px;
  max-height: 350px;
  overflow: hidden;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  width: 280px;
  z-index: 9999;
}
.mip-like-popover-header {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 8px 12px 6px;
  text-transform: uppercase;
}
.mip-like-popover-content {
  max-height: 300px;
  overflow-y: auto;
}
.mip-like-user {
  cursor: default;
  font-size: 12px;
  overflow: hidden;
  padding: 0px 10px;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.mip-like-user:hover {
  background-color: #3a3b3c;
}
.mip-like-more {
  color: #b0b3b8;
  font-style: italic;
}
.mip-comments-container {
  padding-left: 10px !important;
}
.post-close-btn {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  color: #535353;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: background 0.2s ease;
  width: 28px;
  z-index: 1000;
}
.post-close-btn:hover {
  background: rgba(255, 0, 0, 1);
  color: #fff;
}
.mip-comment-edit-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.mip-comment-edit-modal-content {
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  padding: 20px;
  width: 90%;
}
.mip-image-download {
  background: black;
  color: white;
  display: inline-block;
  font-size: 22px;
  padding: 10px;
  text-decoration: none;
}
.mip-comment-filter-container {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px 0;
}
#mip-comment-filter {
  background: transparent;
  border: none !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: #535353;
  cursor: pointer;
  font-size: 14px;
  outline: none !important;
  padding: 5px 10px;
}
#mip-comment-filter:focus,
#mip-comment-filter:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.no-comments {
  color: #777;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.no-comments .comment-icon {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}
.no-comments p {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.mip-comment-box-container {
  background: white;
  bottom: 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column-reverse;
  left: 0;
  padding: 10px;
  position: sticky;
  width: 100%;
  z-index: 1000;
}
.mip-comment-box {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  margin-top: 5px;
  width: 100% !important;
}
.optionsBtns {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  padding: 0;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.optionsBtns:hover {
  background: none;
  color: #65676B;
  text-decoration: none;
}
.mip-submit-reply {
  background: transparent !important;
  border: none;
  color: #1877f2 !important;
  cursor: pointer;
  font-size: 17px;
  margin-left: 5px;
  padding: 6px 10px;
}
.mip-user-photo1 {
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  margin-top: 20px;
  overflow: hidden;
  width: 40px;
}
.mip-user-photo-post {
  border-radius: 50% !important;
  flex-shrink: 0;
  height: 48px !important;
  overflow: visible !important;
  position: relative;
  width: 48px !important;
  z-index: 10;
}
.mip-user-photo-post img {
  border-radius: 50% !important;
  display: block;
  height: 48px !important;
  object-fit: cover !important;
  width: 48px !important;
}
.mip-user-photo {
  border-radius: 50% !important;
  flex-shrink: 0;
  height: 40px !important;
  overflow: visible !important;
  position: relative;
  width: 40px !important;
  z-index: 10;
}
.mip-hover-card {
  position: absolute;
  z-index: 9999;
}
.mip-comment-input {
  align-items: center;
  background: #f0f2f5;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
}
.mip-reply-input-container {
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%;
}
.mip-media-container {
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin-top: 2px;
  min-height: 35px;
}
.mip-comment-text {
  background: none !important;
  border: none !important;
  color: rgb(32, 33, 36);
  flex-grow: 1;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4 !important;
  max-height: 450px;
  min-height: 40px;
  outline: none !important;
  overflow-y: hidden;
  padding: 5px;
  resize: none;
  word-break: break-word;
}
.mip-comment-actions1 {
  margin-top: 5px;
}
.mip-comment-actions {
  margin-top: 5px;
}
.mip-comment-actions-comment {
  color: gray;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-around;
  margin-top: 5px;
}
.mip-comment-actions-comment i {
  padding: 5px;
  transition: color 0.3s;
}
.mip-comment-actions-comment i:hover {
  color: #1877f2;
}
.mip-preview-image, .mip-comment-image {
  border-radius: 10px;
  margin-top: 5px;
  max-width: 600px;
  width: 50%;
}
.mip-preview-video, .mip-comment-video {
  border-radius: 10px;
  margin-top: 5px;
  max-width: 300px;
  width: 100%;
}
.mip-comment-thumbnail {
  border-radius: 5px;
  cursor: pointer;
  height: auto;
  transition: transform 0.2s;
  width: 80px;
}
.mip-comment-thumbnail:hover {
  transform: scale(1.1);
}
#mip-image-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 1.85);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.mip-image-modal-toolbar {
  display: flex;
  gap: 24px;
  position: absolute;
  right: 55px;
  top: 40px;
  z-index: 1001;
}
.mip-image-modal-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  margin-top: 8px;
  padding: 0;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.mip-image-modal-close:hover {
  color: #ffffff;
  transform: scale(1.2);
}
.mip-image-modal-close,
.mip-image-download {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  padding: 0;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.mip-image-modal-close:hover,
.mip-image-download:hover {
  color: #ffffff;
  transform: scale(1.2);
}
.mip-image-modal-close i,
.mip-image-download i {
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
}
.mip-image-modal-close i::before {
  content: "\f063";
}
.mip-image-download i::before {
  content: "\f063";
}
.mip-modal-img {
  border-radius: 10px;
  max-height: 90%;
  max-width: 90%;
}
.mip-comment-media-button {
  align-items: center;
  background: #f0f2f5;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 18px;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.dots-menu-horizontal {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 4px;
  width: auto;
}
.dots-menu-horizontal span {
  background-color: #333;
  border-radius: 50%;
  display: block;
  height: 4px;
  width: 4px;
}
.mip-reply-form {
  align-items: center;
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  display: flex;
  gap: 5px;
  margin-bottom: 30px !important;
  margin-left: 25px !important;
  margin-top: 5px;
  max-width: 100%;
  outline: none !important;
  padding: 0 !important;
  width: 100%;
}
.mip-reply-text {
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5;
  max-height: 300px;
  min-height: 30px;
  outline: none !important;
  overflow-y: hidden;
  padding: 5px;
  resize: none;
  width: 100%;
}
.mip-reply-preview {
  display: none;
  height: auto;
  margin-top: 8px;
  position: relative;
  width: 250px;
}
.mip-reply-preview.has-preview {
  display: block;
}
.mip-preview-image {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.mip-preview-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}
.mip-remove-preview {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 5%;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  margin: 0 auto 5px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 24px;
  z-index: 2;
}
.mip-preview-image, .mip-preview-video {
  border-radius: 8px;
  max-width: 100%;
}
#mip-comment-preview {
  display: inline-block;
  max-height: 250px;
  max-width: 250px;
  position: relative;
}
.mip-comment-preview-image {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  display: block;
  height: 250px;
  object-fit: cover;
  width: 250px;
}
.mip-remove-comment-preview {
  align-items: center;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  border-radius: 50% !important;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  padding: 15px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  z-index: 10;
}
.mip-remove-comment-preview:hover {
  background: red;
}
.mip-post-media-button {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 18px;
  height: 35px;
  justify-content: center;
  margin-top: 10px;
  width: 35px;
}
.mip-post-media-button:hover {
  align-items: center;
  background: #f0f2f5;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 18px;
  height: 35px;
  justify-content: center;
  width: 35px;
}
#mip-post-preview {
  display: inline-block;
  margin-top: 10px;
  max-height: 250px;
  max-width: 250px;
  position: relative;
}
.mip-post-preview-image,
.mip-post-preview-video {
  border-radius: 8px;
  display: block;
  height: 250px;
  object-fit: cover;
  width: 250px;
}
.mip-remove-post-preview {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  margin: 0 auto 5px;
  padding: 5px 10px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  z-index: 10;
}
.mip-remove-post-preview:hover {
  background: red;
}
.three-dot-options {
  position: absolute;
  right: 6px;
  top: 15px;
  z-index: 10;
}
.three-dot-options-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  right: 6px;
  top: -6px;
}
.three-dot-options-button {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease;
  width: 32px;
}
.three-dot-options-button:hover, 
.three-dot-options-button:focus {
  background: #e5e5e5;
  color: #000;
}
.three-dot-options-popover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: none;
  min-width: 150px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}
.three-dot-options-popover > div {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  padding: 10px 14px;
  transition: background 0.2s;
}
.three-dot-options-popover > div:hover {
  background-color: #f5f5f5;
}
.three-dot-options-popover i {
  font-size: 16px;
}
.three-dots-menu-horizontal {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 3px;
  width: auto;
}
.three-dots-menu-horizontal span {
  background-color: #333;
  border-radius: 50%;
  display: block;
  height: 4px;
  width: 4px;
}
.mip-post-title-input,
.post-textarea {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  padding: 12px 16px !important;
  resize: vertical !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
  width: 100% !important;
}
.mip-post-title-input:focus,
.post-textarea:focus {
  border-color: #0073aa !important;
  box-shadow: 0 2px 12px rgba(0, 115, 170, 0.3) !important;
  outline: none !important;
}
.mip-post-options-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
}
.mip-post-options-button {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease;
  width: 32px;
}
.mip-post-options-button:hover, 
.mip-post-options-button:focus {
  background: #f0f2f5;
  color: #000;
}
.mip-post-options {
  position: absolute;
  top: -20px;
}
.mip-post-options-popover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: none;
  min-width: 160px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}
.mip-post-options-popover > div {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  padding: 10px 14px;
  transition: background 0.2s;
}
.mip-post-options-popover > div:hover {
  background-color: #f5f5f5;
}
.mip-post-options-popover i {
  font-size: 16px;
}
.yes-delete-button {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.yes-delete-button:hover,
.yes-delete-button:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.delete-cancel-button {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.delete-cancel-button:hover,
.delete-cancel-button:focus {
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold !important;
}
.mip-modal-delete {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.mip-modal-delete .mip-modal-content {
  animation: fadeInUp 0.25s ease;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  box-sizing: border-box;
  max-width: 90vw;
  padding: 20px 30px;
  position: relative;
  width: 500px;
}
}




body.mip-no-scroll {
  overflow: hidden;
}
#mip-close-posts {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  bottom: 25px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: #333;
  cursor: pointer;
  font-size: 24px;
  height: 44px;
  position: fixed;
  right: 25px;
  transition: background-color 0.2s, transform 0.2s ease;
  width: 44px;
  z-index: 9999;
}
#mip-close-posts:hover {
  background-color: #e74c3c;
  color: #fff;
  transform: scale(1.1);
}
.mip-modal-content-delete {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
}
.post-footer {
  border-top: 0px solid #e4e6eb;
  margin-top: 8px;
  padding: 8px 0;
  padding-top: 8px;
}
.post-footer-left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mip-like-count,
.mip-comment-count {
  color: #444;
  font-size: 14px;
  margin-left: 6px;
  margin-right: 8px;
}
.mip-recent-commenters {
  align-items: center;
  display: flex;
  gap: 4px;
  margin-left: 4px;
}
.mip-commenter-avatar-wrapper img {
  border-radius: 50% !important;
  display: block;
  height: 24px;
  object-fit: cover;
  width: 24px;
}
.mip-last-comment-time {
  color: #888;
  font-size: 13px;
  margin-left: 10px;
  white-space: nowrap;
}
.clickable-post {
  cursor: pointer;
}
.mip-commenter-avatar-wrapper {
  display: inline-block;
  position: relative;
}
.mip-user-popover {
  background: #000;
  border-radius: 6px;
  bottom: 110%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  left: 50%;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 9999;
}
.mip-user-popover::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.popover-name {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.mip-user-popover a:hover {
  color: #d5d5d5;
  text-decoration: none;
}
.mip-top-comment {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 16px;
}
.top-comment-header {
  align-items: center;
  display: flex;
  margin-bottom: 6px;
  margin-top: 6px;
}
.top-comment-photo {
  border-radius: 50%;
  height: 42px;
  margin-right: 10px;
  overflow: hidden;
  width: 42px;
}
.top-comment-meta {
  color: #333;
  font-size: 14px;
}
.top-comment-meta strong {
  color: #111;
}
.top-comment-stats {
  color: #777;
  display: block;
  font-size: 12px;
}
.top-comment-content {
  color: #555;
  font-size: 14px;
}
.top-comment-meta-line {
  align-items: center;
  color: #777;
  font-size: 13px;
}
.top-comment-badge {
  color: #d80000;
  font-size: 13px;
  font-weight: 600;
}
.top-comment-dot {
  align-items: center;
  color: #aaa;
  display: inline-flex;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  top: 4px;
}
.top-comment-time {
  color: #777;
  font-size: 13px;
}
.comment-text-new {
  color: rgb(32, 33, 36);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin-top: -5px !important;
  word-break: break-word;
}
.mip-comment-meta {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 8px;
  margin-bottom: -7px !important;
}
.mip-mention-name {
  color: #353535;
  font-size: 1.0em !important;
  font-weight: bold;
}
.mip-comment-username {
  color: #545454 !important;
  font-size: 15px !important;
  font-weight: bold;
}
.mip-comment-date {
  color: #777;
  font-size: 13px;
}
.mip-comment-separator {
  color: #777;
  font-size: 24px;
}
.mip-modal-close {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #353535;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  font-weight: normal;
  height: 52px;
  justify-content: center;
  position: absolute;
  right: calc(50% - 460px);
  top: 50px;
  transition: background-color 0.2s, color 0.2s;
  width: 52px;
  z-index: 10001;
}
.mip-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #535353;
}
.mip-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.mip-comment-modal-header {
  padding: 0px !important;
}
.mip-comment-modal-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  max-height: calc(100vh - 100px);
  max-width: 800px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#mip-comment-modal-content {
  flex-grow: 1;
  max-height: calc(90vh - 100px);
  overflow-y: auto;
  padding: 10px;
  padding-top: 20px !important;
}
#mip-comment-modal-content::-webkit-scrollbar {
  width: 8px;
}
#mip-comment-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#mip-comment-modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
#mip-comment-modal-content::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
#mip-edit-post-modal {
  z-index: 10020 !important;
}
#mip-comment-modal {
  z-index: 10000 !important;
}
#mip-report-post-modal {
  z-index: 99999 !important;
}
.main-close-btn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.main-close-btn:hover,
.main-close-btn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.report-submit-btn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.report-submit-btn:hover,
.report-submit-btn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.mip-skeleton-loader .skeleton-post {
  animation: shimmer 1.4s infinite linear;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  height: 120px;
  margin: 15px 0;
}
.mip-reply-skeletons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0;
}
.mip-reply-skeleton {
  animation: shimmer 2.2s infinite linear;
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.mip-reply-skeleton::before {
  animation: shimmer 2.2s infinite;
  background-image: linear-gradient(to right, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.mip-discussion-container {
  margin: auto;
  max-width: 775px;
}
.arrow-icon {
  height: 19px;
  margin-bottom: 3px;
  margin-right: 5px;
  width: 19px;
}
.mip-view-all-replies {
  background: none;
  border: none;
  color: #65676B;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  padding: 0;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.mip-view-all-replies:hover {
  background: none;
  color: #65676B;
  text-decoration: none;
}
.woym-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: auto;
  margin-bottom: 20px !important;
  margin-top: 50px;
  padding: 15px;
  width: 775px;
}
.mip-whats-on-your-mind {
  align-items: center;
  background: #fff;
  border: 0px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 15px;
  padding: 15px;
}
.mip-whats-on-your-mind-text {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #777;
  flex-grow: 1;
  font-size: 16px;
  height: 50px;
  line-height: 30px;
  padding: 10px;
}
.mip-post-button {
  background-color: #1877F2;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  padding: 12px;
  text-align: center;
  text-transform: none;
  transition: background 0.2s ease-in-out;
  width: 100%;
}
.mip-post-button:hover {
  background-color: #166FE5;
}
.mip-post-button:active {
  background-color: #1158C7;
}
.mip-post-button:disabled {
  background-color: #b0c4de;
  cursor: not-allowed;
}
.mip-comment > .mip-comment-header .mip-user-photo {
  height: 40px;
  width: 40px;
}
.mip-replies .mip-comment-header .mip-user-photo {
  height: 35px;
  width: 35px;
}
.mip-replies-skeleton {
  animation: shimmer 1.2s infinite linear;
  background: #f0f2f5;
  border-radius: 8px;
  height: 60px;
  margin: 10px 0;
}
.highlight-bubble {
  animation: bubbleFade 10s ease-out forwards;
  background-color: #fff6cc;
  box-shadow: 0 0 0 2px #ffe58f;
}
.highlight-comment {
  animation: highlightFade 5s ease-in-out;
}
.highlight-comment .mip-comment-actions {
  margin-left: 60px !important;
}
.mip-modal-post {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.mip-post-titlefront {
  color: #1c1e21;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px !important;
}
.mip-post-titlepopup {
  color: #1c1e21;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px !important;
}
.mip-post-content {
  color: rgb(32, 33, 36);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  word-break: break-word;
}
.post-content-txt {
  color: rgb(32, 33, 36);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  word-break: break-word;
}
.mip-modal-content-post {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  left: 50%;
  max-width: 700px;
  overflow: hidden;
  padding: 20px !important;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
}
.post-textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 15px;
  max-height: 500px;
  min-height: 100px;
  overflow-y: auto;
  padding: 10px;
  resize: vertical;
  width: 100%;
}
.mip-modal-post-button {
  margin-top: 15px;
  text-align: right;
}
.mip-modal-post-buttonbg {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.mip-modal-post-buttonbg:hover,
.mip-modal-post-buttonbg:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.post-cancel-button {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.post-cancel-button:hover,
.post-cancel-button:focus {
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold !important;
}
.post-actions-modal {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 0;
}
.post-actions-modal button {
  align-items: center;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 5px;
  padding: 8px;
}
.post-actions-modal button:hover {
  color: #1877f2;
}
.post-actions-modal i {
  font-size: 16px;
}
.mip-remove-preview:hover {
  background: red;
}
.mip-comment-header {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  position: relative;
}
.mip-comment-options {
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 10;
}
.mip-comment-options-button {
  background: none;
  border: none;
  border-radius: 50%;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  height: 32px;
  line-height: 1;
  padding: 2px;
  transition: background 0.2s ease, color 0.2s ease;
  width: 32px;
}
.mip-comment-options-button:hover,
.mip-comment-options-button:focus {
  background: #f5f5f5;
  border: none;
  border-radius: 50px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  padding: 2px;
}
.mip-comment-options-popover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: none;
  min-width: 160px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}
.mip-comment-options-popover > div {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  padding: 10px 14px;
  transition: background 0.2s;
}
.mip-comment-options-popover > div:hover {
  background-color: #e8e8e8;
}
.mip-comment {
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 5px;
}
.mip-comment-bubble {
  background: #f0f2f5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding: 10px 14px;
  width: 690px;
}
.mip-comment-bubble strong {
  color: #1c1e21;
  font-size: 14px;
  margin-bottom: 2px;
}
.mip-comment-bubble p {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.mip-comment-bubble-fadein {
  background: #f0f2f5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 650px;
  padding: 10px 14px;
  width: 640px;
}
.mip-comment-bubble-fadein strong {
  color: #1c1e21;
  font-size: 14px;
  margin-bottom: 2px;
}
.mip-comment-bubble-fadein p {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.mip-reply-bubblepost {
  background: #f0f2f5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 10px 14px;
  width: 540px !important;
}
.mip-reply-bubble {
  background: #f0f2f5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  padding: 10px 14px;
  width: 640px !important;
}
.mip-reply-bubble p {
  color: #555;
  font-size: 14px;
}
.mip-replynest {
  margin-left: 0px !important;
}
.mip-comment-content {
  display: flex;
  flex-direction: column;
  max-width: 95%;
}
.mip-comment.mip-reply {
  background: #fff;
  margin-left: 0px !important;
  margin-top: 8px;
  padding-left: 0px !important;
}
.mip-reply-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-grow: 1;
  height: 30px;
  padding: 6px;
  resize: none;
}
.mip-reply-form button {
  background: #0073aa;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 6px 10px;
}
.mip-reply-button {
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #65676B;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.2px;
  padding: 8px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.mip-reply-button:hover {
  background: #e5e5e5;
  color: #65676B;
}
.mip-submit-reply:hover {
  background: #f8f8f8 !important;
  color: #1877f2 !important;
}
.mip-submit-comment {
  background: transparent !important;
  border: none;
  border-radius: 50px !important;
  color: #1877f2 !important;
  cursor: pointer;
  font-size: 17px;
  height: 38px;
  margin-left: 5px;
  padding: 6px 6px;
  width: 38px;
}
.mip-submit-comment:hover {
  background: #f8f8f8 !important;
  color: #1877f2 !important;
}
.mip-like-comment {
  background: transparent;
  border: none;
  border-radius: 50px;
  color: #65676b;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  padding: 8px;
  text-transform: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.mip-like-comment:hover {
  background: #e5e5e5;
  color: #1877F2;
}
.mip-like-comment:focus {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.mip-like-comment.liked {
  color: #1877F2;
}
.mip-like-comment:not(.liked):focus {
  color: #65676b;
}
.mip-like-count-comment {
  color: #65676b;
  font-size: 15px;
  margin-left: 0px;
  margin-right: 10px;
}
.mip-like-count {
  color: #65676b;
  font-size: 12px;
  margin-left: 5px;
}
.mip-comment-modal-post {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
}
#mip-linked-post-header {
  background-color: #f8fafd;
  border: 2px solid #0073aa;
  border-radius: 4px;
  padding: 10px;
}
.post-container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  margin: 0px 0px 20px auto;
  padding: 12px 16px;
  width: 100%;
}
.post-header {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.profile-picture {
  border-radius: 50%;
  height: 40px !important;
  object-fit: cover;
  width: 40px !important;
}
.profile-picture img {
  border-radius: 50% !important;
  display: block;
  height: 40px !important;
  object-fit: cover;
  width: 40px !important;
}
.user-info {
  display: flex;
  flex-direction: column;
}
.user-name {
  color: #1c1e21;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
.post-time {
  color: #858585;
  font-size: 15px;
}
.post-content {
  color: #1c1e21;
  font-size: 15px;
  margin-bottom: 10px;
}
.post-media {
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}
.post-media img,
.post-media video {
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.post-actions {
  align-items: center;
  border-top: 1px solid #e4e6eb;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 8px 0;
  padding-top: 8px;
}
.action-btn {
  align-items: center;
  border-radius: 6px;
  color: #65676b;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 14px;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.2px;
  padding: 10px;
  text-align: center;
  transition: background 0.2s ease-in-out;
}
.action-btn:hover {
  background: #f0f2f5;
}
.post-reactions {
  align-items: center;
  color: #65676b;
  display: flex;
  font-size: 14px;
  gap: 5px;
  padding: 8px 0;
}
.like-icon {
  font-size: 14px;
}
.mip-comment-button {
  background: transparent;
  border: none;
  color: #65676b;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -0.2px;
  padding: 5px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.mip-comment-button:hover {
  background: transparent;
  border: none;
  color: #65676b;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.mip-comment-button:focus {
  background: transparent;
  color: #1877F2;
}
.mip-like-button {
  background: transparent;
  border: none;
  color: #65676b;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.2px;
  outline: none;
  padding: 5px;
  text-transform: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.mip-like-button:hover {
  background: transparent;
  color: #1877F2;
}
.mip-like-button:focus {
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.mip-like-button.liked {
  background: transparent;
  color: #1877F2;
}
.mip-like-button:not(.liked):focus {
  background: transparent;
  color: #65676b;
}
.action-btn i {
  font-size: 16px;
}
.mip-fixed-comment-form {
  align-items: center;
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
}
.mip-fixed-comment-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 1;
  font-size: 14px;
  height: 40px;
  padding: 8px;
  resize: none;
}
.mip-fixed-comment-form button {
  background: #1877f2;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px;
}
.mip-fixed-comment-form button:hover {
  background: #0e5aaf;
}
#mip-user-header {
  border-radius: 50px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 9999;
}
.mip-header-container {
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
}
body.logged-in .site-footer {
  display: none !important;
}
.container-relative {
  position: relative;
}
.mip-header-icon-wrap {
  height: 50px;
  position: relative;
  width: 50px;
}
.mip-login-button {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  color: #787878;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.mip-login-button:hover {
  color: #333;
}
.noti-padding {
  padding: 12px;
}
.hover-name {
  color: #353535;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}
.mip-tooltip {
  cursor: pointer;
}
.mip-tooltip .mip-tooltip-text {
  background-color: #333;
  border-radius: 6px;
  bottom: 125%;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  left: 50%;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: nowrap;
  width: max-content;
  z-index: 999;
}
.mip-tooltip:hover .mip-tooltip-text {
  opacity: 1;
  visibility: visible;
}
.mbti-info {
  color: #434343;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-left: 6px;
  position: relative;
}
.mbti-info .tooltip {
  background-color: #333;
  border-radius: 4px;
  bottom: 125%;
  color: #fff;
  font-size: 13px;
  left: 50%;
  line-height: 1.4;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  visibility: hidden;
  width: 220px;
  z-index: 1;
}
.mbti-info:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.mbti-info .tooltip::after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
}
.main-btn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.main-btn:hover,
.main-btn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.mip-header-icon {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  transition: background 0.2s ease;
  width: 45px;
}
.mip-header-icon:hover,
.mip-header-icon.active {
  background-color: #e4e4e4;
}
.mip-header-icon i {
  color: #8b8b8b;
  font-size: 26px;
}
.mip-header-icon img {
  border: 2px solid #e4e4e4;
  border-radius: 50%;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.mip-dropdown {
  animation: fadeIn 0.2s ease-in-out;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  left: auto;
  margin-right: -40px;
  padding: 0px;
  padding-bottom: 10px;
  position: absolute;
  right: 100%;
  top: 60px;
}
#mip-recent-chats-container .mip-chat-list {
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
}
.mip-dropdown-bell .mip-notification-list {
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
}
.mip-chat-list,
.mip-notification-list {
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}
.mip-chat-list::-webkit-scrollbar,
.mip-notification-list::-webkit-scrollbar {
  width: 6px;
}
.mip-chat-list::-webkit-scrollbar-thumb,
.mip-notification-list::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.mip-notice-count {
  position: absolute;
  top: 4px;
  right: -2px;
  background-color: red;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 0 7px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 999px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 0 0 1px white; /* optional: white outline */
}

.mip-dropdown-chat {
  min-width: 500px;
}
.mip-dropdown-bell {
  min-width: 500px;
}
.mip-dropdown-user {
  min-width: 200px;
}
.mip-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mip-dropdown ul li {
  padding: 10px 0;
}
.mip-dropdown ul li:last-child {
  border-bottom: none;
}
.mip-dropdown ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mip-dropdown ul li a:hover {
  color: #0073aa;
}
.mip-chat-header {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  padding: 15px;
}
.mip-chat-header-actions {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 14px;
}
.mip-chat-header-actions a {
  color: #458cff;
  font-weight: 500 !important;
  text-decoration: none;
}
.filter-dropdown {
  color: #555;
  cursor: pointer;
}
.mip-chat-search {
  border-bottom: 1px solid #eee;
  margin: 0px 0;
  padding: 10px;
}
.mip-chat-search input {
  background: #f3f3f3;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 14px;
  width: 100%;
}
.mip-chat-list {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.mip-chat-item {
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 12px !important;
  position: relative;
  transition: background 0.2s;
}
.mip-chat-item:hover {
  background: #f6f6f6;
}
.mip-notification-avatar {
  border-radius: 50%;
  height: 40px !important;
  object-fit: cover;
  width: 40px !important;
}
.mip-chat-content {
  flex: 1;
}
.mip-chat-item.read .mip-chat-header-line,
.mip-chat-item.read .mip-chat-text {
  color: #aaa;
  font-weight: normal;
}
.mip-chat-item.read .mip-dot {
  display: none;
}
.mip-mark-unread-icon {
  align-self: center;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  margin-left: 8px;
}
.mip-mark-unread-icon:hover {
  color: #000;
}
.mip-chat-header-line {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 14px;
  gap: 6px;
}
.mip-chat-count {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.mip-chat-text {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
.mip-status-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.mip-dot {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 34px;
}
.mip-dot:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.mip-dot i {
  color: #4287f5;
  font-size: 12px;
  pointer-events: none;
}
.mip-read-toggle {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 34px;
}
.mip-read-toggle:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.mip-read-toggle i {
  color: gray;
  font-size: 12px;
  pointer-events: none;
}
.mip-separator-dot {
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 4px;
}
.mip-status-toggle::after {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  white-space: nowrap;
  z-index: 1000;
}
.mip-status-toggle:hover::after {
  opacity: 1;
}
.mip-user-menu li,
.mip-user-secondary li {
  margin: 0 !important;
  padding: 0 !important;
}
.mip-user-menu li a,
.mip-user-secondary li a {
  border-radius: 0;
  color: #333;
  display: block;
  font-size: 17px !important;
  font-weight: bold;
  padding: 15px 18px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.mip-user-menu li a:hover,
.mip-user-secondary li a:hover {
  background: #e5e5e5;
  color: #333 !important;
}
#mip-toast {
  align-items: center;
  background: #323232;
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 16px;
  gap: 60px;
  left: 20px;
  opacity: 0;
  padding: 20px 20px;
  pointer-events: none;
  position: fixed;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
#mip-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mip-toast-close {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin-left: auto;
}
.h3-preferences {
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
.h4-preferences {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 3px !important;
}
.mip-notifications-box {
  padding: 8px;
}
.mip-notification-settings-form {
  font-family: Arial, sans-serif;
  margin: 0 auto;
}
.mip-setting-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.mip-setting-label {
  font-weight: 500;
}
.mip-toggle-switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 46px;
}
.mip-toggle-switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.mip-slider {
  background-color: #ccc;
  border-radius: 24px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.mip-slider:before {
  background-color: white;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 3px;
  position: absolute;
  transition: .4s;
  width: 18px;
}
.mip-toggle-switch input:checked + .mip-slider {
  background-color: #198504;
}
.mip-toggle-switch input:checked + .mip-slider:before {
  transform: translateX(22px);
}
.notice.success {
  background: #e0f7e9;
  border-left: 4px solid #46b450;
  margin: 10px 0 20px 0;
  padding: 10px;
}
.mip-user-dropdown-wrapper hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 12px 0;
}
.mip-user-secondary li.disabled span {
  color: #aaa;
  cursor: not-allowed;
  display: block;
  font-size: 14px;
}
.mip-notification-list {
  list-style: none;
  margin: 0px;
  padding: 0px !important;
}
.mip-notification-header-bar {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.mip-notification-mark-read {
  color: #458cff;
  font-size: 13px;
  text-decoration: none;
}
.mip-notification-mark-read:hover {
  text-decoration: underline;
}
.notification-title {
  font-size: 16px;
  font-weight: bold;
}
.mip-notification-item {
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 12px !important;
  position: relative;
  transition: background 0.2s ease;
}
.mip-notification-item:hover {
  background-color: #f6f6f6;
}
.mip-notification-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.mip-notification-header {
  align-items: center;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 6px;
}
.mip-label {
  color: #333;
  font-size: 15px;
  font-weight: normal;
}
.mip-time {
  color: #989898;
  font-size: 15px;
  font-weight: 500;
}
.mip-notification-text {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
.mip-notification-item.read .mip-notification-header strong {
  color: #999;
  font-weight: bold;
}
.mip-notification-item.read {
  background-color: #f9f9f9;
}
.mip-notification-item.read .mip-label {
  color: #aaa;
}
.mip-notification-item.read .mip-time {
  color: #bbb;
}
.mip-notification-item.read .mip-notification-text {
  color: #888;
}
.ast-container {
  display: flex;
  gap: 0px;
}
.single-layout-1 {
  background-color: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  flex: 5;
  padding: 20px;
}
.sidebar-main {
  background-color: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 350px !important;
  padding: 20px;
}
a {
  cursor: pointer;
}
h1.entry-title {
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
}
h1.course-entry-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: none;
}
body.logged-in .loginbutton {
  display: none;
}
body:not(.logged-in) .account-link {
  display: none;
}
.wp-block-list {
  padding-left: 30px;
}
.mip-brand-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 150px;
  padding: 20px;
}
.mip-brand-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 1500px;
  padding: 25px;
  width: 100%;
}
.mhr-dropdown-container {
  display: inline-block;
  position: relative;
}
.mhr-dropdown-trigger {
  background-color: #444444;
  border-radius: 35px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.mhr-dropdown-trigger:hover {
  background-color: #333333;
}
.mhr-dropdown-menu {
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.mhr-dropdown-menu li {
  border-bottom: 1px solid #dddddd;
}
.mhr-dropdown-menu li:last-child {
  border-bottom: none;
}
.mhr-dropdown-menu a {
  color: #444444;
  display: block;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.mhr-dropdown-menu a:hover {
  background-color: #f1f1f1;
  color: #000;
}
.mhr-dropdown-menu.show {
  display: block;
}
.mip-login-error {
  color: red;
  display: none;
  margin-bottom: 15px;
}
.mip-login-form-container {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  margin-bottom: 120px;
  max-width: 1000px;
  padding: 20px;
}
.mip-register-form-container {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.mhr-form {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 5px auto;
  max-width: 500px;
  padding: 15px;
  width: 100%;
}
.loginbutton {
  background-color: transparent;
  border: none;
  border-radius: 35px;
  color: white;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.loginbutton:hover {
  background-color: #444444;
  border: 1px solid #444444;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 19px;
}
.post-meta, .entry-meta {
  display: none;
}
.widget_block {
  background: transparent !important;
}
.custom-sidebar-content-layoutNEW {
  align-items: flex-start;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 1200px;
  padding-top: 20px;
  width: 100%;
}
.custom-sidebar-content-layoutNEW .sidebar {
  flex: 0 0 325px;
}
.profile-sidebarreg img {
  border-radius: 50%;
  display: block;
  height: 150px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100% !important;
  text-align: center;
  width: 150px !important;
}
.custom-sidebar-content-layoutNEW .content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  flex: 1;
  margin-right: 80px;
  padding: 30px;
}
.submodules {
  display: none;
  padding-left: 15px;
}
.module-item.active .submodules {
  display: block;
}
.module-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  gap: 8px;
  padding: 5px 0;
}
.chevron {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.nav-buttons {
  margin-top: 20px;
  text-align: center;
}
.prevbutton {
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  color: #353535;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.prevbutton:hover {
  background-color: #f5f5f5;
  color: #353535;
}
.nextbutton1 {
  background-color: #c40808;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.nextbutton1:hover {
  background-color: #a30606;
  color: white;
}
.nextbutton1:focus {
  background-color: #a30606;
  color: white;
}
.completion-btn {
  background: white;
  border: 2px solid black;
  border-radius: 5px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.completion-btn:hover {
  background: #f1f1f1;
  color: black;
}
.completed {
  background: #ff3333 !important;
  border: 2px solid #ff3333;
  color: white !important;
}
.completed:hover {
  background: #cc0000 !important;
  border: 2px solid #cc0000;
}
.course-sidebar {
  background: #fff !important;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
}
.course-sidebar img {
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  max-width: 55%;
  text-align: center;
}
.course-sidebar h3 {
  text-align: center;
}
.course-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-sidebar ul li {
  margin-bottom: 10px;
}
.course-sidebar ul li a {
  color: #c40808;
  text-decoration: none;
}
.course-sidebar ul li a:hover {
  text-decoration: underline;
}
.mip-read-more {
  background: #0073aa;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}
.mip-read-more:hover {
  background: #005177;
}
.mip-pill-filter {
  background: white !important;
  border: 1px solid #ccc !important;
  border-radius: 30px !important;
  color: #535353 !important;
  cursor: pointer !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 15px 15px !important;
  text-transform: none;
  transition: all 0.2s ease !important;
}
.mip-pill-filter:hover,
.mip-pill-filter.active {
  background: #888888 !important;
  color: #fff !important;
}
.mip-pill-filter .count {
  font-weight: 400 !important;
  margin-left: 6px !important;
}
.mip-members-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: auto;
  margin-top: 20px;
}
.follow-user-card {
  align-items: flex-start;
  background: white;
  border: 0px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  display: flex;
  gap: 15px;
  padding: 10px;
  position: relative;
}
.mip-members-directory-block {
  background: none;
  margin: auto;
  max-width: 775px;
}
.wp-list-table.widefat {
  border-collapse: collapse;
  width: 100%;
}
.wp-list-table th {
  background: #f4f4f4;
  border-bottom: 2px solid #ddd;
  color: #333;
  padding: 10px;
  text-align: left;
}
.wp-list-table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.wp-list-table tr:hover {
  background-color: #f9f9f9;
}
.button.delete-greeting {
  background-color: #d63638;
}
.button.delete-greeting:hover {
  background-color: #a02627;
}
#add-greeting-form {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
#add-greeting-form textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
#add-greeting-form button {
  margin-top: 10px;
}
.mip-daily-greeting {
  background: #f4f4f4;
  border-left: 5px solid #555;
  border-radius: 4px;
  color: #555;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 10px;
}
#mip-log-form input,
#mip-log-form textarea {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
#mip-log-form button {
  background-color: #333;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  transition: background-color 0.3s;
}
#mip-log-form button:hover {
  background-color: #005177;
}
.mip-h3-logs {
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  margin-top: 40px;
}
.mip-log {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 20px;
}
.mip-log h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 8px;
}
.mip-log p {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px;
}
.mip-log small {
  color: #888;
  font-size: 12px;
  padding: 8px;
}
.mip-report-comment-reason-container label {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400 !important;
  gap: 10px;
  margin: 8px 0;
  user-select: none;
}
.mip-report-comment-reason-container input[type="checkbox"] {
  display: none;
}
.mip-report-comment-reason-container span {
  align-items: center;
  display: inline-flex;
  position: relative;
}
.mip-report-comment-reason-container span::before {
  background: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  width: 19px;
}
.mip-report-comment-reason-container span::after {
  border: solid transparent;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  left: 8px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  transition: border-color 0.2s ease-in-out;
  width: 5px;
}
.mip-report-comment-reason-container input[type="checkbox"]:checked + span::before {
  background: #4caf50;
  border-color: #4caf50;
}
.mip-report-comment-reason-container input[type="checkbox"]:checked + span::after {
  border-color: white;
}
.mip-report-comment-reason-container label:hover input[type="checkbox"]:not(:checked) + span::before {
  background: #b5b5b5;
  border-color: #b5b5b5;
}
.mip-report-comment-reason-container label:hover input[type="checkbox"]:not(:checked) + span::after {
  border-color: #fff;
}
.cross-browser-form {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
  margin-bottom: 0px;
  max-width: 700px;
  width: 100%;
}
#page {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}
.discussion-board {
  margin-top: 50px;
}
.site-content {
  flex: 1 !important;
}
.profile-page .discussion-board {
  margin-top: 0 !important;
}
.mip-blocked-message {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  margin: 50px auto;
  max-width: 500px;
  padding: 20px;
}
.mip-blocked-message h2 {
  color: #d9534f;
  font-size: 18px;
  font-weight: bold;
}
.mip-blocked-message p {
  color: #555;
  font-size: 16px;
}
.mip-blocked-message .button {
  background: #0073aa;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  text-decoration: none;
}
.mip-blocked-message .button:hover {
  background: #005a87;
}
.mip-post-form-container {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px;
  width: 800px;
}
.mip-post-form-header {
  align-items: center;
  display: flex;
  width: 100%;
}
.mip-post-form-header img {
  border-radius: 50%;
  margin-right: 10px;
}
#mip-post-form {
  width: 100%;
}
#mip-post-content {
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px;
  resize: none;
  transition: all 0.3s ease;
  width: 100%;
}
#mip-post-content:focus {
  border-color: #ddd;
  height: 100px;
  outline: none;
}
.mip-post-form-footer {
  margin-top: 10px;
  text-align: right;
}
#mip-submit-post {
  background: #333;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  transition: background-color 0.3s ease;
}
#mip-submit-post:hover {
  background: #555;
}
#mip-report-comment {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
  padding: 0px;
  pointer-events: auto !important;
  position: relative;
  resize: vertical;
  width: 100%;
  z-index: 1;
}
.mip-modal-content.report-modal,
.mip-modal-content.report-modal * {
  text-align: left !important;
}
.mip-modal-content.report-modal {
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  padding: 30px;
  position: relative;
  z-index: 9999;
}
#mip-report-success-modal,
#mip-report-modal {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 30px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.report-instructions {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.mip-report-options label {
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.mip-report-options input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}
.comment-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 20px;
}
.mip-report-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 25px;
}
.mip-btn {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
}
.mip-btn-cancel {
  background-color: #fff !important;
  color: #333 !important;
  letter-spacing: 0.1em;
}
.mip-btn-cancel:hover {
  background-color: #ddd;
}
.mip-report-btn-submit {
  background-color: #f5cb64 !important;
  color: #333 !important;
  letter-spacing: 0.1em;
}
.mip-report-btn-submit:hover {
  background-color: #f7d277 !important;
}
.mip-close-btn {
  align-items: center;
  background-color: #e0e0e0;
  border: none;
  border-radius: 50%;
  color: #555;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 12px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 36px;
}
.mip-close-btn:hover {
  background-color: #ccc;
}
.mip-close-btn:active {
  transform: scale(0.9);
}
.mip-profile-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}
.friend-button-container {
  display: inline-block;
}
.mip-dropdown-btn {
  align-items: center !important;
  background-color: #ffffff;
  border: none !important;
  border-radius: 5px !important;
  color: #353535;
  cursor: pointer !important;
  display: flex !important;
  font-size: 20px !important;
  font-weight: bold !important;
  height: 50px !important;
  justify-content: center !important;
  line-height: 50px !important;
  padding: 0 !important;
  padding-bottom: 12px !important;
  text-align: center !important;
  width: 50px !important;
}
.mip-dropdown-btn:hover,
.mip-dropdown.open .mip-dropdown-btn {
  background: #f5f5f5;
  color: #777;
  width: border-radius: 50%;
}
.mip-dropdown-menu {
  background: white;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #777;
  display: none;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 100%;
}
.mip-dropdown-menu::before {
  border-bottom: 12px solid #f5f5f5 !important;
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  content: "" !important;
  height: 0 !important;
  position: absolute !important;
  right: 10px !important;
  top: -8px !important;
  width: 0 !important;
}
.mip-dropdown.open .mip-dropdown-menu {
  display: block;
}
.mip-dropdown-menu button {
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  padding: 10px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.mip-dropdown-menu button:hover {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  text-transform: none;
}
.mip-success-message {
  background-color: #28a745;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 15px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
.mip-success-message.error {
  background-color: #dc3545;
}
#mip-report-success-modal .mip-modal-content {
  background: #fff;
  border: 1px solid #c4e3cb;
  border-radius: 6px;
  color: #2e4830;
  max-width: 500px;
  padding: 25px;
  position: relative;
  text-align: center;
}
#mip-report-success-modal .mip-close-btn {
  color: #555;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 12px;
}
.mip-modal-content {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 10% auto;
  padding: 20px;
  width: 50%;
  z-index: 9999;
}
#mip-report-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mip-report-reason,
#mip-report-comment {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
#mip-report-form button {
  background: #333;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px;
}
#mip-report-form button:hover {
  background: #555;
}
.user-profile-page {
  align-items: stretch;
  display: flex;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 40px auto;
  max-width: 1100px;
  min-height: 600px;
}
.user-profile-sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}
.profile-page {
  align-items: stretch;
  display: flex;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 40px auto;
  max-width: 1100px;
  min-height: 600px;
}
.profile-sidebar {
  background: transparent;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
  font-size: 15px;
  padding: 15px;
  position: relative;
  width: 250px;
}
.profile-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-sidebar li {
  margin-bottom: 15px;
}
.profile-sidebar a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.profile-sidebar a:hover {
  color: #0073aa;
}
.profile-form-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
  padding: 30px;
}
.profile-form-wrapper h3 {
  font-weight: bold;
  margin-top: 0;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 1rem;
}
.form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}
.form-group input,
.form-group textarea,
.form-group select {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px;
}
textarea {
  resize: vertical;
}
.toggle-switches {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 46px;
}
.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.slider {
  background-color: #ccc;
  border-radius: 24px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.slider:before {
  background-color: white;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 18px;
}
input:checked + .slider {
  background-color: #0073aa;
}
input:checked + .slider:before {
  transform: translateX(22px);
}
.button-full {
  display: block;
  width: 100%;
}
.save-log-button {
  background-color: #ffdd7e !important;
  border: none;
  border-radius: 6px !important;
  color: #333 !important;
  cursor: pointer !important;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px !important;
  padding: 20px 20px !important;
  transition: background-color 0.2s, color 0.2s !important;
  width: 250px !important;
}
.save-log-button:hover,
.save-log-button:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: 800;
}
.save-profile-button {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 250px;
}
.save-profile-button:hover,
save-profile-button:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.hidden-file-input {
  display: none;
}
.profile-photo-section {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.photo-preview img {
  border: 3px solid #eee;
  border-radius: 50%;
  height: 120px;
  object-fit: cover;
  width: 120px;
}
.photo-controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-photo-button {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.profile-photo-button:hover,
.profile-photo-button:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.photo-note {
  color: #666;
  font-size: 13px;
  margin: 0;
  margin-left: 20px;
}
.password-wrapper {
  position: relative;
}
.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
  box-sizing: border-box;
  padding-right: 40px;
  width: 100%;
}
.password-wrapper .toggle-password {
  background: transparent;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.password-response-box {
  border-radius: 5px;
  display: none;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px;
}
.password-success {
  background-color: #e6f7e6;
  border: 2px solid #28a745;
  color: #155724;
}
.password-error {
  background-color: #fcebea;
  border: 2px solid #dc3545;
  color: #721c24;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.form-text.text-muted {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form-space {
  margin-top: 1.5rem;
}
.form-spacesm {
  margin-top: 1.0rem;
}
.leaderboard-breakout {
  display: flex;
  justify-content: center;
  width: 100%;
}
.leaderboard-columns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  margin-right: 60px !important;
  max-width: 1100px;
}
.leaderboard-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  flex: 1;
  padding: 15px 20px;
}
.leaderboard-card h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.leaderboard-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leaderboard-list li {
  align-items: center;
  display: flex;
  font-size: 0.95em;
  justify-content: space-between;
  margin-bottom: 10px;
}
.leaderboard-list li img {
  border-radius: 50%;
  height: 30px;
  margin: 0 10px;
  width: 30px;
}
.rank {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 20px;
}
.rank.gold {
  color: gold;
}
.rank.silver {
  color: silver;
}
.rank.bronze {
  color: peru;
}
.points {
  color: #6366f1;
  font-weight: 500;
  margin-left: auto;
}
.user-progress-card {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-right: 60px !important;
  margin-top: 60px;
  padding: 25px;
}
.user-left.stacked {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 200px;
}
.avatar-wrapper {
  height: 170px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  width: 170px !important;
}
.avatar-ring {
  background: #fff;
  border: 8px solid #39609e;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  width: 100%;
}
.level-badge {
  align-items: center;
  background: #39609e;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 10px;
  transform: translate(50%, 50%);
  width: 42px;
  z-index: 10;
}
.user-info.below-avatar {
  margin-top: 40px;
  text-align: center;
}
.user-info.below-avatar h2 {
  margin-bottom: 3px;
}
.level-label {
  color: #39609e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.points-left {
  color: #757575;
  font-size: 0.85em;
}
.user-level-grid.two-column-grid {
  display: flex;
  flex: 2;
  gap: 30px;
  justify-content: space-between;
  min-width: 300px;
}
.level-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 220px;
}
.level-item {
  align-items: center;
  display: flex;
  gap: 10px;
}
.level-item .circle {
  align-items: center;
  background: #eee;
  border-radius: 50%;
  display: flex;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.level-item.active .circle {
  background: #f5eac8;
}
.level-item.locked .circle {
  background: #e0e0e0;
}
.level-info {
  font-size: 0.85em;
  line-height: 1.3;
}
.highlight {
  color: #7b61ff;
  font-weight: 500;
}
.name {
  font-weight: 600;
}
.avatar-wrapperhov {
  height: 140px !important;
  position: relative;
  width: 140px !important;
}
.profile-name-sidebar {
  color: #353535 !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.avatar-frame {
  background: white;
  border: 8px solid #39609e;
  border-radius: 50%;
  box-sizing: border-box;
  height: 100% !important;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  width: 100% !important;
}
.avatar-frame img {
  border: 0px solid #fff;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.mip-avatar-badgehov {
  align-items: center;
  background: #3B5998;
  border: 2px solid white;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 25px;
  transform: translate(50%, 50%);
  width: 36px;
  z-index: ;
}
.mip-avatar-badge {
  align-items: center;
  background: #3B5998;
  border: 2px solid white;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 35px;
  transform: translate(50%, 50%);
  width: 36px;
  z-index: ;
}
.user-stats-widget-hov {
  margin-bottom: 0px;
}
.user-stats-widget {
  margin-bottom: 15px;
}
.mip-avatar-level-text {
  color: #3B5998;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  text-align: center;
  text-decoration: none;
}
.mip-avatar-level-text:hover {
  color: #2d4373;
  text-decoration: underline;
}
.points-to-next {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  text-align: center;
}
.profile-container {
  align-items: flex-start;
  display: flex;
  gap: 50px;
}
.profile-sidebar img {
  border: 0px solid #535353;
  border-radius: 50%;
  height: 150px;
  margin-bottom: 15px;
  object-fit: cover;
  text-align: center;
  width: 150px;
}
.profile-name {
  color: #353535 !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile-content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  flex: 1;
  margin-right: 70px;
  padding: 20px;
}
.profile-content-profile {
  width: 800px;
}
.leaderboard-sidebar {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-size: 15px;
  margin-top: 20px;
  padding: 15px;
  position: relative;
  width: 250px;
}
.sidebar-wrapper {
  font-size: 15px;
  position: relative;
  width: 250px;
}
.follow-list-heading {
  font-size: 17px !important;
  font-weight: bold !important;
}
.profile-actions {
  left: 4px;
  position: absolute;
  top: 8px;
  z-index: 10;
}
.dot-menu {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: background-color 0.2s;
  width: 36px;
}
.dot-menu:hover {
  background-color: #f5f5f5;
}
.report-popover {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: none;
  left: 0;
  max-width: 450px;
  min-width: 150px;
  padding: 0px;
  position: absolute;
  top: 30px;
  white-space: nowrap;
  width: fit-content;
  z-index: 999;
}
.report-popover a {
  background-color: white;
  color: #535353;
  display: block;
  font-weight: bold;
  margin: 4px 0;
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.report-popover a:hover {
  background-color: #e5e5e5;
  color: #535353;
}
.margin-b5px {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
}
.margin-r5px {
  margin-right: 8px;
  text-align: center;
  width: 16px;
}
.custom-hr {
  background-color: #e8e8e8 !important;
  border: none;
  height: 1px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.profile-stats {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  padding: 0px 0;
  text-align: center;
}
.profile-stats .stat {
  box-sizing: border-box;
  flex: 1;
  padding: 10px 5px;
  position: relative;
}
.profile-stats .stat:not(:last-child)::after {
  background-color: #e5e5e5;
  bottom: 25%;
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
}
.stat-number {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.stat-label {
  color: #888;
  font-size: 12px;
  margin-top: 2px;
}
.stat.clickable {
  cursor: pointer;
}
.stat.clickable:hover {
  background-color: #f9f9f9;
}
.follow-list {
  list-style: none;
  margin-top: 15px;
  padding: 0;
}
.follow-list li {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 8px 0;
}
.backToProfileBtn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
}
.backToProfileBtn:hover,
.backToProfileBtn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.follow-btn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.follow-btn:hover,
.follow-btn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.follow-btn.following {
  background-color: #e5e5e5;
  color: #000;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.follow-btn.following:hover,
.follow-btn.following:focus {
  background-color: #eeeeee;
  color: #111;
  font-weight: bold !important;
}
.mip-blocked-notice {
  color: #a00;
  padding: 30px;
  text-align: center;
}
.mip-blocked-notice i {
  font-size: 128px;
  margin-bottom: 10px;
}
.photo-preview {
  margin-top: 30px;
  text-align: center;
}
.profile-unavailable {
  color: #535353;
  margin: 20px auto;
  text-align: left;
}
.profile-unavailable h3 {
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.profile-unavailable p {
  font-size: 16px;
  margin-bottom: 15px;
}
.unavailable-reasons {
  font-size: 16px;
  list-style: none;
  padding-left: 0;
}
.unavailable-reasons li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.unavailable-reasons li::before {
  color: #535353;
  content: "â€¢";
  left: 0;
  position: absolute;
  top: 0;
}
.unavailable-reasons strong {
  display: inline-block;
  margin-bottom: 5px;
}
.mip-block-btn-sm {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 0px 0;
  padding: 10px 15px;
  text-decoration: none !important;
  transition: background-color 0.2s;
  width: 100%;
}
.mip-block-btn-sm:hover,
.mip-block-btn-sm:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.mip-block-btn-sm.blocked {
  background-color: #e5e5e5;
  color: #000;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.mip-block-btn-sm.blocked:hover,
.mip-block-btn-sm.blocked:focus {
  background-color: #eeeeee;
  color: #111;
  font-weight: bold !important;
}
.mip-block-btn {
  background-color: #ffdd7e;
  border: none;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.mip-block-btn:hover,
.mip-block-btn:focus {
  background-color: #fcd665;
  color: #222;
  font-weight: bold !important;
}
.mip-block-btn.blocked {
  background-color: #e5e5e5;
  color: #000;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.mip-block-btn.blocked:hover,
.mip-block-btn.blocked:focus {
  background-color: #eeeeee;
  color: #111;
  font-weight: bold !important;
}
.edit-btn {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
  margin-top: 15px;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  width: 100%;
}
.edit-btn:hover,
.edit-btn:focus {
  background-color: #e5e5e5;
  color: #222 !important;
  font-weight: bold !important;
  text-decoration: none;
}
.follow-list-css {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
#profileContent {
  display: none;
}
.profile-show #profileContent {
  display: block;
}
#followListContainer {
  display: none;
}
.mip-profile-photo,
.follow-avatar,
.mip-avatar,
.user-photo img,
.photo-preview img {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  height: 100px;
  object-fit: cover;
  width: 100px;
}
.follow-avatar {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  display: block;
  height: 60px;
  object-fit: cover;
  overflow: hidden;
  width: 60px;
}
.follow-user-info {
  flex: 1;
}
.follow-name {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 6px;
}
.star {
  color: #f7c948;
}
.follow-meta {
  color: #666;
  font-size: 12px;
  line-height: 1.3;
  margin: 1px 0;
}
.follow-bio {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
}
.follow-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-follow-btn {
  min-width: 140px;
  text-align: center;
  width: auto;
}
.follow-empty-message {
  color: #555;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 30px 10px;
  text-align: center;
}
.mip-no-posts-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  padding: 150px 150px;
  text-align: center;
}
.register-form-container {
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
  flex: 1;
  max-width: 950px;
  padding: 20px !important;
}
@media (max-width: 1024px) {
  .mip-user-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mip-user-sidebar {
    flex: 0 0 30%;
  }
  .mip-user-content {
    flex: 0 0 70%;
  }
}
@media (max-width: 1200px) {
  .custom-sidebar-content-layoutNEW {
    flex-direction: column;
  }
  .custom-sidebar-content-layoutNEW .sidebar {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .avatar-wrapper {
    height: 100px !important;
    width: 100px !important;
  }
  .level-badge {
    font-size: 12px;
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 600px) {
  .post-actions {
    flex-direction: column;
  }
  .action-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .custom-sidebar-content-layoutNEW .sidebar {
    display: none;
  }
  .mip-user-container {
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .mip-user-sidebar {
    border-bottom: 1px solid #f5f5f5;
    border-right: none;
    flex: none;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    width: 100%;
  }
  .mip-user-sidebar img {
    height: 120px;
    width: 120px;
  }
  .mip-user-sidebar h3 {
    font-size: 18px;
  }
  .mip-user-content {
    padding: 15px;
    width: 100%;
  }
  .mip-user-content h2 {
    font-size: 22px;
  }
  .mip-daily-greeting {
    font-size: 16px;
    padding: 10px;
  }
  .mip-log {
    border: 1px solid #ddd;
    box-shadow: none;
    margin-top: 15px;
    padding: 15px;
  }
  .mip-log h4 {
    font-size: 16px;
  }
  .mip-log p {
    font-size: 13px;
  }
  .mip-log small {
    font-size: 11px;
  }
  .cross-browser-form {
    margin: 10px 0;
    width: 100%;
  }
  #page {
    min-height: 100vh !important;
  }
  .site-content,
  .profile-page,
  .user-profile-page,
  .profile-container {
    box-sizing: border-box;
    display: block !important;
    margin: 0px auto !important;
    max-width: 100% !important;
    padding: 0 16px !important;
  }
  .profile-sidebar,
  .leaderboard-sidebar,
  .sidebar-wrapper,
  .user-profile-sidebar {
    margin: 0 0 0px 0 !important;
    padding: 16px !important;
    width: 100% !important;
  }
  .profile-content,
  .profile-content-profile,
  .profile-form-wrapper,
  .mip-post-form-container,
  .user-progress-card,
  .leaderboard-columns,
  .register-form-container {
    box-sizing: border-box;
    margin: 0 0 16px 0 !important;
    max-width: none !important;
    padding: 16px !important;
    width: 100% !important;
  }
  .form-row,
  .user-level-grid.two-column-grid,
  .leaderboard-columns,
  .profile-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .profile-content {
    margin-right: 0 !important;
  }
  .user-progress-card {
    margin-right: 0 !important;
  }
  .leaderboard-columns {
    margin-right: 0 !important;
  }
  .leaderboard-card {
    padding: 16px !important;
  }
  .profile-stats {
    flex-direction: row;
  }
  .profile-stats .stat:not(:last-child)::after {
    height: 60%;
  }
  .avatar-wrapper {
    height: 120px !important;
    width: 120px !important;
  }
  .avatar-frame {
    padding: 4px !important;
  }
  .level-badge {
    bottom: 0;
    font-size: 14px;
    height: 36px;
    right: 8px;
    width: 36px;
  }
  .follow-user-card {
    flex-direction: row;
    gap: 12px;
  }
  .follow-actions {
    margin-top: 8px;
  }
  .list-follow-btn,
  .follow-btn,
  .mip-block-btn,
  .backToProfileBtn,
  .save-profile-button,
  .save-log-button,
  .profile-photo-button,
  .edit-btn {
    width: 100% !important;
  }
  .form-group input,
  .form-group textarea,
  .form-group select,
  #mip-post-content {
    font-size: 16px;
  }
  .mip-post-form-container {
    align-items: stretch !important;
    gap: 12px !important;
  }
  .mip-post-form-header img {
    height: 48px;
    width: 48px;
  }
  #mip-report-modal,
  #mip-report-success-modal {
    padding: 16px !important;
  }
  .mip-modal-content,
  .mip-modal-content.report-modal,
  #mip-report-success-modal .mip-modal-content {
    margin: 10% auto !important;
    max-width: 90% !important;
    padding: 16px !important;
    width: 100% !important;
  }
  .mip-report-buttons {
    flex-direction: row;
    gap: 8px;
  }
  .report-popover {
    left: 0 !important;
    max-width: 90vw !important;
    right: 0 !important;
    white-space: normal !important;
  }
  .mip-no-posts-box {
    font-size: 16px !important;
    padding: 40px 16px !important;
  }
  .profile-sidebar img,
  .photo-preview img,
  .follow-avatar,
  .mip-profile-photo,
  .user-photo img {
    height: auto;
    max-width: 100%;
  }
  .profile-name,
  .profile-name-sidebar {
    font-size: 18px !important;
  }
  .follow-name {
    font-size: 16px !important;
  }
  .follow-bio {
    font-size: 14px !important;
  }
  .profile-page,
  .user-profile-page,
  .profile-form-wrapper {
    overflow: visible !important;
  }
  .mip-dropdown-btn {
    height: 44px !important;
    line-height: 44px !important;
    width: 44px !important;
  }
}
@media screen and (max-width: 600px) {
  #mip-user-header {
    bottom: 15px;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
    right: 15px;
    top: auto;
  }
  .mip-dropdown {
    left: -150px;
    right: auto;
  }
}
@keyframes fadeInUp {

  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes shimmer {

  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes bubbleFade {

  0% {
    background-color: #fff6cc;
    box-shadow: 0 0 0 2px #ffe58f;
  }
  100% {
    background-color: #f0f2f5;
    box-shadow: none;
  }
}
@keyframes highlightFade {

    0% {
        background-color: rgba(237, 177, 12, 0.5); 
    }
    100% {
        background-color: transparent;
    }
}
@keyframes fadeIn {

  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

