/* ===== Bootstrap glyphicon font path fix (site lives under /meet/) ======= */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* ===== Navbar ============================================================ */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: #1a1d23;
  min-height: 48px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.navbar-inverse {
  background-color: #1a1d23;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 14px;
  transition: color .15s;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background: rgba(255,255,255,.06);
}
.navbar-inverse .navbar-toggle {
  border-color: rgba(255,255,255,.15);
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #aaa;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(255,255,255,.08);
}
.navbar-inverse .navbar-collapse {
  border-color: rgba(255,255,255,.06);
}

.navbar-brand {
  padding: 10px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* -- notification badge --------------------------------------------------- */
.notification-idicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 0 5px;
  vertical-align: middle;
  border: none;
  transition: background-color .2s;
}
.notification-idicator-none {
  color: #888;
  background-color: #333;
}
.notification-idicator-some {
  color: #fff;
  background-color: #e74c3c;
  animation: badge-pulse .6s ease-out;
}
@keyframes badge-pulse {
  0% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* -- nav links styling ---------------------------------------------------- */
.navbar-nav .nav-icon {
  font-size: 15px;
  margin-right: 4px;
  opacity: .8;
}
.navbar-inverse .navbar-nav > li > a:hover .nav-icon {
  opacity: 1;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background: rgba(255,255,255,.1);
  border-bottom: 2px solid #3498db;
}

/* -- login form in navbar ------------------------------------------------- */
.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-form .form-control {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  height: 34px;
  border-radius: 6px;
  transition: border-color .15s, background .15s;
}
.navbar-form .form-control::placeholder {
  color: rgba(255,255,255,.45);
}
.navbar-form .form-control:focus {
  background: rgba(255,255,255,.15);
  border-color: #239ef8;
  box-shadow: none;
  color: #fff;
}
.navbar-form .btn {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  height: 34px;
  padding: 0 14px;
}
.navbar-form .btn-success {
  background: #239ef8;
  border-color: #239ef8;
}
.navbar-form .btn-success:hover {
  background: #1b7fd4;
  border-color: #1b7fd4;
}
.navbar-form .btn-warning {
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  color: #ccc;
}
.navbar-form .btn-warning:hover {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.navbar-form .btn-info {
  background: transparent;
  border: 1px solid #239ef8;
  color: #239ef8;
}
.navbar-form .btn-info:hover {
  background: #239ef8;
  color: #fff;
}
.navbar-form .btn-default {
  background: transparent;
  border: 1px solid rgba(255,255,255,.15);
  padding: 0 8px;
}
.navbar-form .btn-default:hover {
  background: rgba(255,255,255,.08);
}

/* -- mobile collapse improvements ----------------------------------------- */
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 20px;
  }
  .navbar-form {
    padding: 8px 15px;
    margin: 0;
    border: none;
  }
  .navbar-form .form-group {
    margin-bottom: 8px;
  }
  .navbar-form .form-control {
    width: 100%;
    display: block;
  }
  .navbar-form .btn {
    margin-top: 4px;
    margin-right: 4px;
  }
}

/* line 64, sass/default.scss */
.msgImgSize {
  height: 200px;
  width: auto;
}

/* line 68, sass/default.scss */
.msgImgSizefull {
  height: auto;
  width: 100%;
}

/*.pictureViewerClass
	{
		text-align:center;
		position:fixed;
		top: 0;
		left: 0;
		height:100%;
		width: 100%;
		margin-bottom:100px;
		z-index:99;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.viewerImage
	{
		vertical-align: middle;
		width:auto;
		height:auto;
		max-width:98%;
		max-height:98%;
	}
	.helper 
	{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.closeImageX
	{
		position:absolute;
		z-index: 300;
		right:20px;
		top:20px;
		font-size:36px;
		color:gray;
		opacity:.7;
		
		border-style:solid; border-color:white; border-radius:100px;
	}
	.closeImageX:hover 
	{
		color: white;
		opacity:1;
		border-color:white;
	}


//***********************/
/* line 124, sass/default.scss */
body {
  height: 100%;
}

/* line 129, sass/default.scss */
.dynamicModalContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  z-index: 500;
}
/* line 138, sass/default.scss */
.dynamicModalContainer .dynamicModalMain {
  word-wrap: break-word;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 25px;
  border-color: black;
  border-style: outset;
  opacity: 1;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 157, sass/default.scss */
.dynamicModalContainer .dynamicModalFooter {
  text-align: right;
}

/* line 165, sass/default.scss */
.dynamicModalPromptContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  z-index: 1000;
}
/* line 174, sass/default.scss */
.dynamicModalPromptContainer .dynamicModalPromptMain {
  word-wrap: break-word;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 25px;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 191, sass/default.scss */
.dynamicModalPromptContainer .dynamicModalPromptFooter {
  text-align: right;
}

/* line 201, sass/default.scss */
.profileDetailsTable td {
  padding: 5px;
}

/* line 210, sass/default.scss */
.mainPageContainer {
  padding: 10px;
  text-align: left;
  width: 100%;
  max-width: 500px;
}

/* ===== Profile Page ====================================================== */
.profile-card {
  max-width: 600px;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  overflow: hidden;
}

/* -- hero: photo + name overlay ------------------------------------------- */
.profile-hero {
  position: relative;
  text-align: center;
  background: #f5f7fa;
  padding: 28px 20px 20px;
}
.profile-hero .profilePicture {
  height: auto;
  max-height: 320px;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
.profile-photo-wrap {
  position: relative;
  display: inline-block;
}
.photo-counter {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
  pointer-events: none;
}
.viewer-photo-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 14px;
  z-index: 300;
  object-fit: cover;
  cursor: pointer;
}
.profile-hero .profile-name-row {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.profile-hero .profile-name-row a {
  color: #222;
  text-decoration: none;
}
.profile-hero .profile-name-row a:hover {
  color: #239ef8;
}
.profile-hero .profile-age {
  font-weight: 400;
  color: #666;
  font-size: 18px;
}
.profile-hero .profile-location {
  color: #888;
  font-size: 14px;
  margin-top: 2px;
}
.profile-hero .profile-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* -- edit pencil button --------------------------------------------------- */
.profile-edit-btn {
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 4px;
  transition: border-color .15s, color .15s;
}
.profile-edit-btn:hover {
  border-color: #239ef8;
  color: #239ef8;
}

/* -- section blocks (status, about) --------------------------------------- */
.profile-section {
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
}
.profile-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #aaa;
  margin-bottom: 4px;
}
.profile-section-body {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.profile-section-body .empty-hint {
  color: #bbb;
  font-style: italic;
}
.profile-section-meta {
  font-size: 11px;
  color: #bbb;
  margin-left: 6px;
}

/* -- details grid --------------------------------------------------------- */
.profile-details {
  padding: 16px 24px 24px;
  border-top: 1px solid #f0f0f0;
}
.profile-details-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #aaa;
  margin-bottom: 12px;
}
.profile-detail-row {
  display: flex;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid #f7f7f7;
}
.profile-detail-row:last-child {
  border-bottom: none;
}
.profile-detail-label {
  flex: 0 0 140px;
  font-size: 13px;
  color: #888;
}
.profile-detail-value {
  flex: 1;
  font-size: 14px;
  color: #333;
}
.profile-detail-value sub {
  color: #aaa;
}

/* -- photo upload --------------------------------------------------------- */
.profile-upload {
  margin-top: 16px;
}

/* dropzone */
.upload-dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  border: 2px dashed #d0d0d0;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  position: relative;
  overflow: hidden;
}
.upload-dropzone:hover,
.upload-dropzone--drag {
  border-color: #239ef8;
  background: #f0f7ff;
}
.upload-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 16px;
  pointer-events: none;
}
.upload-icon {
  font-size: 32px;
  opacity: .5;
}
.upload-text {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.upload-hint {
  font-size: 12px;
  color: #aaa;
}

/* crop editor */
.crop-editor {
  margin-top: 8px;
}
.crop-hint {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  padding: 6px 0;
}
.crop-container {
  max-height: 400px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}
.crop-container img {
  display: block;
  max-width: 100%;
}
.crop-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
}
.crop-btn {
  padding: 9px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background .15s, opacity .15s;
}
.crop-btn:disabled {
  opacity: .6;
  cursor: default;
}
.crop-btn--cancel {
  background: #f0f0f0;
  color: #666;
}
.crop-btn--cancel:hover {
  background: #e4e4e4;
}
.crop-btn--upload {
  background: #239ef8;
  color: #fff;
}
.crop-btn--upload:hover {
  background: #1b7fd4;
}
.crop-status {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #e74c3c;
}

@media (max-width: 480px) {
  .upload-dropzone {
    min-height: 100px;
  }
  .crop-container {
    max-height: 300px;
  }
}

/* -- message button ------------------------------------------------------- */
.profile-msg-btn {
  display: inline-block;
  padding: 8px 28px;
  background: #239ef8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
}
.profile-msg-btn:hover {
  background: #1b7fd4;
  color: #fff;
  text-decoration: none;
}

/* -- report button -------------------------------------------------------- */
.profile-report-row {
  padding: 12px 24px 20px;
  text-align: center;
}
.profile-report-btn {
  font-size: 12px;
  color: #ccc;
  background: none;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 4px 14px;
  cursor: pointer;
  transition: color .15s, border-color .15s;
}
.profile-report-btn:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

/* -- textarea editors ----------------------------------------------------- */
.profile-section textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  margin-top: 8px;
  box-sizing: border-box;
}
.profile-section textarea:focus {
  border-color: #239ef8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(35,158,248,.15);
}

/* -- responsive: wider on desktop ----------------------------------------- */
@media (min-width: 768px) {
  .profile-card {
    max-width: 680px;
  }
  .profile-hero {
    padding: 36px 32px 24px;
  }
  .profile-hero .profilePicture {
    max-height: 400px;
  }
  .profile-section {
    padding: 18px 32px;
  }
  .profile-details {
    padding: 18px 32px 28px;
  }
  .profile-detail-label {
    flex: 0 0 180px;
  }
}

@media (max-width: 480px) {
  .profile-card {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .profile-hero {
    padding: 20px 16px 16px;
  }
  .profile-section {
    padding: 14px 16px;
  }
  .profile-details {
    padding: 14px 16px 20px;
  }
  .profile-detail-label {
    flex: 0 0 110px;
    font-size: 12px;
  }
  .profile-detail-value {
    font-size: 13px;
  }
}

/* line 221, sass/default.scss */
.messages-container {
  width: 100%;
  max-width: 500px;
  background-color: white;
  /*.messages-anyMessage-div
  {
  	padding: 5px 8px 4px;
  	
  	line-height: 45px;
  }
  .messages-myMessage-div
  {
  	direction: rtl;
  	text-align:right; 
  }
  .messages-theirMessage-div
  {
  	text-align:left; 
  }
  
  .messages-anyMessage-text
  {
  	font-size: 12px;
  	font-family: helvetica,arial,sans-serif;
  	word-wrap: break-word;
  	border-width: 1px;
  	line-height: 24px;
  	width:100%;
  	min-width: 100px;
  	border-radius: 50px;
  	padding: 2px;
  }
  .messages-myMessage-text
  {		
  	background-color:#FAFAFA;
  	border-style: outset;
  	border-color:#FAFAFA;
  }
  .messages-theirMessage-text
  {		
  	background-color:#E0F8F7;
  	border-style: inset;
  	border-color:#E0F8F7;
  }*/
}
/* line 266, sass/default.scss */
.messages-container .messages-ppic {
  height: 20px;
  width: auto;
  border-radius: 100px;
}
/* line 276, sass/default.scss */
.messages-container .chat-box {
  width: 100%;
}
/* line 281, sass/default.scss */
.messages-container .header, .messages-container .header a {
  padding: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: #239ef8;
}
/* line 295, sass/default.scss */
.messages-container .messages {
  height: 200px;
  padding: 10px;
  background-color: green;
  background-color: #edeff4;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  overflow-y: scroll;
}
/* line 307, sass/default.scss */
.messages-container .messages ul {
  padding: 0px;
  list-style-type: none;
}
/* line 313, sass/default.scss */
.messages-container .messages ul li {
  word-wrap: break-word;
  height: auto;
  margin-bottom: 10px;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 323, sass/default.scss */
.messages-container .messages ul li span {
  display: inline-block;
  max-width: 200px;
  background-color: white;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
}
/* line 336, sass/default.scss */
.messages-container .messages ul li span.left {
  float: left;
}
/* line 341, sass/default.scss */
.messages-container .messages ul li span.left:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -8.5px;
  top: 7px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
}
/* line 355, sass/default.scss */
.messages-container .messages ul li span.left:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 7px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid black;
}
/* line 369, sass/default.scss */
.messages-container .messages ul li span.right:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 6px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #dbedfe;
}
/* line 383, sass/default.scss */
.messages-container .messages ul li span.right:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 6px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
}
/* line 397, sass/default.scss */
.messages-container .messages ul li span.right {
  float: right;
  background-color: #dbedfe;
}
/* line 403, sass/default.scss */
.messages-container .clear {
  clear: both;
}
/* line 408, sass/default.scss */
.messages-container .input-box {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 50px;
  padding: 0px;
  width: 100%;
  max-width: 500px;
  text-align: left;
  line-height: 50px;
}
/* line 420, sass/default.scss */
.messages-container .input-box .message-send {
  width: 50px;
}
/* line 424, sass/default.scss */
.messages-container .input-box .message-send {
  position: fixed;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
}
/* line 436, sass/default.scss */
.messages-container .input-box textarea {
  line-height: normal;
  word-wrap: break-word;
  padding: 0px;
  width: calc(100% - 50px);
  height: 100%;
  outline: 0px;
  border-width: 0px;
  resize: none;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  font-size: 12px;
  padding: 10px;
  border-top-width: 0px;
}

/* ----- navbar brand logo + text ------------------------------------------- */
.navbar-logo {
  height: 26px !important;
  max-height: 26px !important;
  width: auto !important;
  max-width: 32px !important;
  object-fit: contain;
}
.brand-text {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .3px;
}

/* ----- questionnaire / onboarding ----------------------------------------- */
.qContainer {
  max-width: 480px;
  margin: 0 auto;
  padding: 24px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.qContainer strong {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 4px;
}
.q-step-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}
.qContainer input[type="text"],
.qContainer input[type="email"],
.qContainer input[type="number"],
.qContainer select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.qContainer input[type="text"]:focus,
.qContainer input[type="email"]:focus,
.qContainer input[type="number"]:focus,
.qContainer select:focus {
  border-color: #239ef8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(35,158,248,.2);
}
.qContainer button,
.qContainer input[type="submit"] {
  display: inline-block;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  background-color: #239ef8;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .15s;
}
.qContainer button:hover,
.qContainer input[type="submit"]:hover {
  background-color: #1b7fd4;
}
.qContainer button:disabled {
  background-color: #b0d4f1;
  cursor: default;
}
.qContainer sub,
.qContainer i {
  color: #666;
}
.qContainer .desktop-form input[type="file"] {
  margin-bottom: 12px;
}

/* ----- progress bar for onboarding ---------------------------------------- */
.q-progress {
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  margin-bottom: 18px;
  overflow: hidden;
}
.q-progress-bar {
  height: 100%;
  background: #239ef8;
  border-radius: 3px;
  transition: width .3s ease;
}

/* ===== Search Page ======================================================= */
.search-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px 12px;
  max-width: 600px;
  margin: 0 auto;
}
.search-tab {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
}
.search-tab:hover {
  border-color: #239ef8;
  color: #239ef8;
  text-decoration: none;
}
.search-tab--active {
  background: #239ef8;
  border-color: #239ef8;
  color: #fff;
}
.search-tab--active:hover {
  background: #1b7fd4;
  color: #fff;
}
.search-tab--settings {
  background: #f0f7ff;
  border-color: #c0dbf5;
  color: #239ef8;
}
.search-tab--settings:hover {
  background: #dceefb;
}
.search-tab img {
  height: 14px;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
}

.search-status-section {
  max-width: 600px;
  margin: 0 auto 12px;
  padding: 0 16px;
}

.searchProfilesContainer {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 8px;
}

/* -- profile grid (replaces old table) ------------------------------------ */
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  max-width: 600px;
  margin: 0 auto;
}
.search-grid-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.search-grid-item .search-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 8px 8px;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.search-card-overlay a {
  color: #fff;
  text-decoration: none;
}
.search-card-overlay a:hover {
  text-decoration: underline;
}
.search-card-msg-icon {
  font-size: 16px;
  text-decoration: none;
}

/* status search variant */
.search-status-grid {
  max-width: 600px;
  margin: 0 auto;
}
.search-status-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  margin-bottom: 8px;
  overflow: hidden;
}
.search-status-row .search-grid-item {
  flex: 0 0 120px;
  border-radius: 0;
  aspect-ratio: 1;
}
.search-status-body {
  flex: 1;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.search-status-body .search-status-name {
  font-weight: 600;
  font-size: 13px;
  color: #555;
  margin-bottom: 2px;
}
.search-status-body .search-status-name sub {
  font-weight: 400;
  color: #aaa;
}
.search-status-body .search-status-text {
  font-style: italic;
  color: #444;
}

@media (min-width: 768px) {
  .search-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .search-status-row .search-grid-item {
    flex: 0 0 150px;
  }
}
@media (max-width: 480px) {
  .search-grid {
    gap: 4px;
  }
  .search-grid-item {
    border-radius: 6px;
  }
  .search-tabs {
    gap: 6px;
    padding: 12px 8px 10px;
  }
  .search-tab {
    padding: 7px 12px;
    font-size: 12px;
  }
}

/* ===== Messages Page ===================================================== */

/* -- inbox tab bar -------------------------------------------------------- */
.msg-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px 12px;
  max-width: 600px;
  margin: 0 auto;
}
.msg-tab {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
}
.msg-tab:hover { text-decoration: none; }
.msg-tab--inbox {
  background: #e8f4fd;
  color: #239ef8;
  border: 1px solid #c0dbf5;
}
.msg-tab--inbox:hover { background: #d4ecfb; color: #1b7fd4; }
.msg-tab--interested {
  background: #e8f8e8;
  color: #2eab2e;
  border: 1px solid #b5e0b5;
}
.msg-tab--interested:hover { background: #d4f0d4; color: #228b22; }
.msg-tab--uninterested {
  background: #fde8e8;
  color: #d44;
  border: 1px solid #f0b5b5;
}
.msg-tab--uninterested:hover { background: #f8d4d4; color: #b22; }

/* -- inbox list ----------------------------------------------------------- */
.msg-inbox {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 8px;
}
.msg-inbox-empty {
  text-align: center;
  color: #aaa;
  padding: 40px 16px;
  font-size: 15px;
}
.msg-limit-banner {
  margin: 10px 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #eef7ff;
  border: 1px solid #cfe4f7;
  color: #24506e;
  font-size: 13px;
  line-height: 1.4;
}
.msg-limit-banner--full {
  background: #fff4e5;
  border-color: #f4d3a5;
  color: #7a4a10;
}
.msg-inbox-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
  transition: box-shadow .15s;
  text-decoration: none;
  color: inherit;
}
.msg-inbox-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  text-decoration: none;
  color: inherit;
}
.msg-inbox-item--unread {
  background: #f0f9ff;
  border-left: 3px solid #239ef8;
}
.msg-inbox-avatar {
  flex: 0 0 52px;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  background-repeat: no-repeat;
}
.msg-inbox-body {
  flex: 1;
  min-width: 0;
}
.msg-inbox-name {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}
.msg-inbox-name a {
  color: #222;
  text-decoration: none;
}
.msg-inbox-name a:hover {
  color: #239ef8;
}
.msg-inbox-preview {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.msg-inbox-time {
  flex: 0 0 auto;
  font-size: 11px;
  color: #bbb;
  text-align: right;
  white-space: nowrap;
}

/* -- conversation view ---------------------------------------------------- */
.msg-convo {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.msg-convo-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #239ef8;
  color: #fff;
}
.msg-convo-header a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.msg-convo-header a:hover {
  text-decoration: underline;
}
.msg-convo-header .messages-ppic {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.4);
}
.msg-convo-header .msg-refresh-btn {
  margin-left: auto;
  background: rgba(255,255,255,.2);
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background .15s;
}
.msg-convo-header .msg-refresh-btn:hover {
  background: rgba(255,255,255,.35);
}

.msg-convo .messages {
  height: auto;
  min-height: 200px;
  max-height: 60vh;
  padding: 16px;
  background: #f5f7fa;
  border: none;
  overflow-y: auto;
}
.msg-convo .messages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.msg-convo .messages ul li {
  margin-bottom: 10px;
  clear: both;
  padding: 0 4px;
}
.msg-convo .messages ul li span.left,
.msg-convo .messages ul li span.right {
  display: inline-block;
  max-width: 75%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  border: none;
  word-wrap: break-word;
}
.msg-convo .messages ul li span.left {
  float: left;
  background: #fff;
  color: #333;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.msg-convo .messages ul li span.left:after,
.msg-convo .messages ul li span.left:before,
.msg-convo .messages ul li span.right:after,
.msg-convo .messages ul li span.right:before {
  display: none;
}
.msg-convo .messages ul li span.right {
  float: right;
  background: #239ef8;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.msg-convo .messages ul li sub {
  font-size: 10px;
  color: #aaa;
  display: inline-block;
  margin-top: 2px;
}
.msg-convo .messages .messages-ppic {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}

/* -- message input -------------------------------------------------------- */
.msg-convo .msg-input-box {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  gap: 8px;
}
.msg-convo .msg-input-box textarea {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 14px;
  resize: none;
  outline: none;
  height: 40px;
  line-height: 22px;
  box-sizing: border-box;
}
.msg-convo .msg-input-box textarea:focus {
  border-color: #239ef8;
  box-shadow: 0 0 0 2px rgba(35,158,248,.15);
}
.msg-convo .msg-input-box .message-send {
  flex: 0 0 36px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity .15s;
}
.msg-convo .msg-input-box .message-send:hover {
  opacity: .75;
}

@media (max-width: 480px) {
  .msg-convo {
    border-radius: 0;
    box-shadow: none;
  }
  .msg-inbox-item {
    border-radius: 0;
    margin-bottom: 1px;
  }
  .msg-tabs {
    gap: 6px;
    padding: 12px 8px 10px;
  }
  .msg-tab {
    padding: 7px 12px;
    font-size: 12px;
  }
}

/* ===== Captcha =========================================================== */
.captcha-card {
  max-width: 400px;
  margin: 30px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  padding: 28px 24px;
  text-align: center;
}
.captcha-card .captcha-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
.captcha-card .captcha-subtitle {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}
.captcha-card .captcha-prompt {
  display: inline-block;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.captcha-card .captcha-prompt img {
  display: block;
}
.captcha-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 280px;
  margin: 0 auto;
}
.captcha-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border: 2px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, transform .1s;
  background: #fafafa;
}
.captcha-option:hover {
  border-color: #239ef8;
  box-shadow: 0 2px 8px rgba(35,158,248,.15);
  transform: translateY(-1px);
}
.captcha-option:active {
  transform: translateY(0);
  box-shadow: none;
}
.captcha-option img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 6px;
}
.captcha-option sub {
  font-size: 12px;
  color: #666;
}

.captcha-wrong {
  max-width: 400px;
  margin: 12px auto;
  text-align: center;
}

@media (max-width: 480px) {
  .captcha-card {
    margin: 16px 8px;
    padding: 22px 16px;
  }
  .captcha-grid {
    gap: 8px;
  }
  .captcha-option img {
    width: 56px;
    height: 56px;
  }
}

/* ===== Settings Page ===================================================== */
.settings-card {
  max-width: 520px;
  margin: 24px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  overflow: hidden;
}
.settings-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.settings-header img {
  height: 22px;
  width: auto;
}
.settings-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.settings-body {
  padding: 20px 24px 24px;
}
.settings-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f7f7f7;
}
.settings-item:last-child {
  border-bottom: none;
}
.settings-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}
.settings-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #239ef8;
  cursor: pointer;
}

@media (max-width: 480px) {
  .settings-card {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

/* ===== Feedback Page ===================================================== */
.feedback-card {
  max-width: 520px;
  margin: 24px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  padding: 28px 24px;
}
.feedback-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 4px;
}
.feedback-card .feedback-subtitle {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}
.feedback-card textarea {
  width: 100%;
  height: 160px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.feedback-card textarea:focus {
  border-color: #239ef8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(35,158,248,.15);
}
.feedback-card .feedback-submit {
  display: block;
  width: 100%;
  padding: 10px;
  background: #239ef8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
.feedback-card .feedback-submit:hover {
  background: #1b7fd4;
}
.feedback-card .feedback-note {
  font-size: 11px;
  color: #aaa;
  margin-top: 14px;
  line-height: 1.4;
}
.feedback-card .feedback-note a {
  color: #239ef8;
}

@media (max-width: 480px) {
  .feedback-card {
    margin: 12px 8px;
    padding: 22px 16px;
  }
}

/* line 459, sass/default.scss */
.footer {
  text-align: center;
  /*border-top-style: solid;
  border-top-color: #ccc;*/
  margin-top: 10px;
  margin: auto;
  padding: 10px;
  width: 100%;
  color: #999;
}

/* ===== Reactivation Overlay ============================================= */
.reactivate-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.reactivate-card {
  background: #fff;
  border-radius: 12px;
  max-width: 440px;
  width: 100%;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.reactivate-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #333;
}
.reactivate-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.reactivate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reactivate-actions .btn {
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 6px;
}

/* ===== Block / Unblock Button on Profile ================================ */
.profile-block-btn {
  background: none;
  border: 1px solid #c33;
  color: #c33;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  margin-left: 8px;
  transition: background .15s, color .15s;
}
.profile-block-btn:hover {
  background: #c33;
  color: #fff;
}
.profile-block-btn--unblock {
  border-color: #888;
  color: #888;
}
.profile-block-btn--unblock:hover {
  background: #888;
  color: #fff;
}

/* ===== Settings: Danger card (disable account) ========================== */
.settings-card--danger {
  border-color: #e8c4c4;
}
.settings-card--danger .settings-header h3 {
  color: #c33;
}
.settings-card--danger p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.disable-account-btn {
  padding: 8px 24px;
  font-size: 14px;
}

/* ===== Settings: Blocked users list ===================================== */
.blocked-users-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blocked-user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.blocked-user-item:last-child {
  border-bottom: none;
}
.blocked-user-item span {
  text-transform: capitalize;
}
.blocked-user-item .unblock-btn {
  font-size: 12px;
}

/* ===== Slide-over panel =================================================== */
.panel-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0);
  z-index: 900;
  transition: background .3s ease;
  pointer-events: none;
}
.panel-overlay--active {
  background: rgba(0,0,0,.45);
  pointer-events: auto;
}
.slide-panel {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 520px;
  max-width: 100%;
  background: #fff;
  z-index: 910;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,.2);
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.slide-panel--active {
  transform: translateX(0);
}
body.panel-open {
  overflow: hidden;
}
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  min-height: 48px;
  background: #1a1d23;
  flex-shrink: 0;
}
.panel-close-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.panel-close-btn:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}
.panel-nav-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 22px;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 6px;
  transition: color .15s, background .15s, opacity .2s;
}
.panel-nav-btn:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}
.panel-nav-btn--hidden {
  opacity: 0;
  pointer-events: none;
}
.panel-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
  background: #f5f6f8;
}
.panel-loading {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.panel-loading::after {
  content: '';
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: panel-spin .7s linear infinite;
}
@keyframes panel-spin {
  to { transform: rotate(360deg); }
}

/* Panel content should fill nicely */
.panel-body .profile-card {
  margin: 0;
  box-shadow: none;
}
.panel-body .msg-container {
  margin: 0;
  min-height: auto;
}
.panel-body .settings-card {
  margin-bottom: 16px;
}

@media (max-width: 520px) {
  .slide-panel {
    width: 100%;
  }
}

/* ---- Search card wrapper (image + badges flush underneath) ---- */
.search-card { display: flex; flex-direction: column; }
.search-card .search-grid-item { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.search-card .badge-row {
  justify-content: center;
  margin: 0;
  padding: 6px 6px 5px;
  background: #e5e7eb;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 24px;
}

/* ---- Badges (search cards + profile hero) ---- */
.badge-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.badge {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  font-size: 13px; line-height: 1; font-weight: 600;
  color: #fff;
}
.badge-count {
  position: absolute;
  top: -5px; right: -6px;
  min-width: 14px; height: 14px;
  padding: 0 3px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 10px; line-height: 14px;
  text-align: center;
  box-shadow: 0 0 0 1.5px #fff;
}
.badge--date-tonight { background: linear-gradient(135deg,#ff5a36,#ff8f1f); }
.badge--hobby        { background: linear-gradient(135deg,#2f7dff,#00c6ff); }
.badge--interest     { background: linear-gradient(135deg,#8e2de2,#d946ef); }
.profile-hero-badges { margin-top: 8px; display: flex; justify-content: center; }
.profile-hero-badges .badge {
  width: auto; height: auto;
  border-radius: 14px;
  padding: 5px 12px;
  font-size: 13px;
  gap: 6px;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

/* Badge tooltips — hover (desktop) + click/focus (mobile) via .badge--tip-open */
.badge[data-tip] { cursor: pointer; }
.badge[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content; max-width: 220px;
  padding: 7px 10px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  border-radius: 6px;
  white-space: normal;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity .12s ease;
  z-index: 100;
}
.badge[data-tip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #111;
  opacity: 0;
  pointer-events: none;
  transition: opacity .12s ease;
  z-index: 100;
}
.badge[data-tip]:hover::after,
.badge[data-tip]:hover::before,
.badge--tip-open[data-tip]::after,
.badge--tip-open[data-tip]::before { opacity: 1; }

/* ---- Date-tonight toggle (profile, owner view) ---- */
.profile-date-tonight {
  margin-top: 8px; padding: 8px 12px; background: #fff7ed;
  border: 1px solid #ffe4c4; border-radius: 6px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
}
.profile-date-tonight label { display: flex; align-items: center; gap: 6px; font-size: 13px; }

/* ---- Tag pills (profile hobbies/interests) ---- */
.profile-section-sub { font-size: 12px; color: #888; margin: 2px 0 8px; }
.tag-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px; border-radius: 14px;
  font-size: 13px; border: 1px solid transparent;
}
.tag-pill--own     { background: #eef2ff; border-color: #c7d2fe; color: #3730a3; }
.tag-pill--common  { background: #dcfce7; border-color: #22c55e; color: #166534; box-shadow: 0 0 0 2px #22c55e22; }
.tag-pill--other   { background: #f3f4f6; border-color: #e5e7eb; color: #6b7280; }
.tag-pill__remove {
  background: transparent; border: 0; cursor: pointer;
  color: inherit; font-size: 16px; line-height: 1; padding: 0 0 0 2px;
}

/* ---- Tag adder (autocomplete widget) ---- */
.tag-adder { position: relative; margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.tag-input {
  flex: 1; min-width: 160px; padding: 6px 10px;
  border: 1px solid #ccc; border-radius: 4px; font-size: 13px;
}
.tag-add-btn {
  padding: 6px 14px; border: 1px solid #4f46e5; background: #4f46e5;
  color: #fff; border-radius: 4px; font-size: 13px; cursor: pointer;
}
.tag-counter { font-size: 12px; color: #888; }
.tag-suggestions {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 4px;
  max-height: 240px; overflow-y: auto; z-index: 50;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.tag-suggestion {
  padding: 8px 12px; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center; font-size: 13px;
}
.tag-suggestion:hover { background: #f3f4f6; }
.tag-suggestion__count { font-size: 11px; color: #888; }
.tag-new-warning {
  width: 100%; font-size: 12px; color: #b45309;
  background: #fef3c7; border: 1px solid #fcd34d;
  padding: 4px 8px; border-radius: 4px;
}

/* ---- Search criteria tag picker ---- */
.sc-tag-filter { position: relative; }
.sc-tag-selected { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }

