/**** start of Standard ****/

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

div, section, main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span, div, section, main {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0px;
 padding: 0px;
 font-size: 25px;

}

p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 24px;
}

input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: #007bff; /* optional */
}

.container {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.custom-h1 {
  margin-bottom: 17px;
  font-size: 23px;
  color: #333333;
}

.custom-h1-reduced {
  margin: 0;
  padding: 0;
}


.hide {
	display: none;
}



/**** End of Standard ****/


.pad {
  border: 1px solid #C9CAD4;
  box-shadow: 1px 1px 1px #B3B3B3;
  padding: 8px;
  background-color: #ffffff;
}

.pad-reduced {
  border: 1px solid #f7f7f7;
  box-shadow: 1px 1px #e2e2e2;
  padding: 6px;
  background-color: #ffffff;
}

.access-pad {
  padding: 15px;
  margin-top: 30px;
}

.general-pad {
  border: 1px solid #fafafa;
  box-shadow: 1px 1px #f5f6f7;
  padding: 6px;
  background-color: #ffffff;
  padding: 15px;
}


.navigation {
	width: 100%;
	display: flex;
  align-items: center;
}

.menu {
  background-color: #fafbfc;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  margin-top: 15px;
  width: 40%;
  display: none;
}

.menu-hr {
  border: none;
  height: 1px;
  background-color: #ededed; /* light gray */
  margin-top: 17px;
}

.navigation-inner:nth-child(1) { flex-basis: 30%; }
.navigation-inner:nth-child(2) { flex-basis: 40%; }
.navigation-inner:nth-child(3) { flex-basis: 30%; }


.navigation-inner-left {
  display: flex;
  align-items: center;
}


.navigation-inner-middle {
  display: flex;
  align-items: center;
  justify-content: center; 
}


.navigation-inner-right {
	display: flex;
  align-items: center;
  justify-content: flex-end; 
}


.navigation-inner-left-inner {
  display: flex;
  align-items: center;
}

.navigation-inner-left-inner:nth-child(1) { flex-basis: 23% }
.navigation-inner-left-inner:nth-child(2) { flex-basis: 77% }


.menu-profile-photo a {
  display: flex;
  align-items: center;
  height: 100%;
}


.clickable-logo {
	font-family: impact;
	font-size: 23px;
	text-decoration: none;
	color: #26b2e0;
}

.logo {
  font-family: impact;
  font-size: 23px;
  color: #26b2e0;
}

.menu-bars {
	font-size: 22px;
	cursor: pointer;
}


.search-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;

  /* SCALE HERE */
  transform: scale(1.2);
  transform-origin: center;

}

/* Circle (lens) */
.search-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #000;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

/* Handle (attached) */
.search-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  background: #000;
  border-radius: 2px;

  /* KEY PART */
  top: 10px;     /* touches circle edge */
  left: 10px;    /* starts inside circle border */
  transform: rotate(45deg);
  transform-origin: left center;
}


.menu-search-icon-top {
	font-size: 22px;
	cursor: pointer;
  display: none;
  margin-right: 4px;
}


.store-logo {
	color: #c92d24;
}

.posts-logo {
	color: #eb4f46;
}



.button {
  background-color: #F8F8F8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}




.site-button {
  background-color: #d45953;
  background-image: -webkit-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -moz-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -ms-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -o-linear-gradient(top,#eb4f46,#d4463d);
  background-image: linear-gradient(top,#eb4f46,#d4463d);
  border: 1px solid #cc4a43;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}

.blue-button {
  background-color: #3377c4;
  background-image: -webkit-linear-gradient(top,#3377c4,#2f79cc);
  background-image: -moz-linear-gradient(top,#3377c4,#2f79cc);
  background-image: -ms-linear-gradient(top,#3377c4,#2f79cc);
  background-image: -o-linear-gradient(top,#3377c4,#2f79cc);
  background-image: linear-gradient(top,#3377c4,#2f79cc);
  border: 1px solid #3377c4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}


.loggedout-login-link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.search {
	width: 100%;
	margin-top: 20px;
}

.search-query {
	display: flex;
	margin-top: 10px;
}

.search-query-left:nth-child(1) { flex-basis: 88%; }
.search-query-right:nth-child(2) { flex-basis: 12%; }



.box {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   font-size: inherit;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   font-size: 17px;
   font-weight: bold;
   width: 100%;
   height: 53px;
   border-top-left-radius: 3px;   
   border-bottom-left-radius: 3px; 
}


.box::placeholder {
  color: #7a7a7a;
  opacity: 1;
}


.textarea {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   font-size: inherit;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   font-size: 17px;
   font-weight: bold;
   width: 100%;
   height: 60px;
   min-height: 60px;
   border-radius: 3px;
   resize: none;      /* user can’t drag-resize; auto-grow handles it */
   overflow-y: hidden;
}

.textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}


.search-box {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   color: #363636;
   font-size: inherit;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   font-size: 19px;
   font-weight: bold;
   width: 100%;
   height: 60px;
   border-top-left-radius: 8px;   
   border-bottom-left-radius: 8px; 
   border-right: none;
}



.search-button {
	width: 100%;
	height: 60px;
  background-color: #d45953;
  color: #ffffff;
  cursor: pointer; 
  border-top-right-radius: 8px;   
  border-bottom-right-radius: 8px; 
 
  border-top: 1px solid #cc4a43;
  border-right: 1px solid #cc4a43;
  border-bottom: 1px solid #cc4a43;
  border-left: none;
}


.search-magnifying-glass {
	font-size: 19px;
}

.main {
	min-height: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-profile {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.footer-link {
	font-size: 14px;
	color: #b1b2b3;
  text-decoration: none;
}

.footer-bar {
	font-size: 12px;
	color: #b1b2b3;
}







.menu-link {
  text-decoration: none;
  color: #a2a2a3;
  font-size: 15px;
  font-weight: bold;
}


.menu-span {
  margin-bottom: 9px;
  display: flex;
}

.menu-span-left {
   flex: 0 0 12%;
}

.menu-span-right {
   flex: 0 0 88%;
}


.displayblock {
  display: block; 
}

.no-js-warning {
  width: 100%;
  background-color: #cf3f38;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}


.cookie-notice {
  width: 100%;
  background-color: #edf1f5;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #b1b1b3;
  padding: 15px;
  border-radius: 6px;
}

.cookie-notice-top {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.cookie-notice-link {
  color: #b1b1b3;
  font-size: 16px;
}


.accept-all-cookies {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #49a6e3;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 12px;
}


.only-necessary-cookies {
  color: #5da8d9;
  text-decoration: none;
  font-size: 12px;
}


.access {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.access-logo {
  width: 100%;
  text-align: center;
}

.access-form {
  width: 100%;
  margin-top: 35px;
}

.access-space {
  margin-bottom: 15px;
}

.access-space-name-check p {
  color: #969696;
  font-size: 17px;
  display: inline;
}

.access-space-button {
  width: 100%;
  margin-top: 30px;
}

.access-button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 21px;
}

.error {
  margin-top: 5px;
  color: #cf1b15;
  font-weight: bold;
  font-size: 16px;
}

.access-account-type-desc {
  background-color: #e3f2ff;
  border: 1px solid #cbe2f5;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  display: none;
}

.access-account-type-desc p {
   color: grey;
   margin: 0;
   padding-top: 10px;
   padding-bottom: 10px;
}


.access-link-section {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.access-link {
  color: #307fcf;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
}

.signup-terms-privacy {
  width: 100%;
  margin-top: 10px;
}

.signup-terms-privacy p {
  color: #a4a5a6;
  font-size: 16px;
  line-height: 20px;
}

.signup-terms-privacy a {
  color: #818182;
  font-size: 14px;
}

.access-box {
  font-size: 21px; 
  border: 1px solid #c7c7c7; 
  height: 60px; 
  border-radius: 3px;
}

.reset-password-link-area {
  width: 100%;
  margin-bottom: 15px;
}

.access-space-resetpassword {
  margin-bottom: 5px;
}

.reset-password-link {
  color: #78818f;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

 .spinner {
    width: 25px;
    height: 25px;
    border: 4px solid rgba(0,0,0,.12);
    border-top-color: rgba(0,0,0,.75);
    border-radius: 50%;
    animation: spin .8s linear infinite;
  }

  @keyframes spin { to { transform: rotate(360deg); } }


.post-button {
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 15px;
}

#messages {
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

#messages.redmessage {
  background-color: #e35540;
}

#messages.greenmessage {
  background-color: #54a2de;
}

.access-title-photo {
  text-align: center;
}

.access-space-photo {
  text-align: center;
} 

.account-photo {
  width: 50%;
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
} 

.account-photo-change {
  width: 60%;
}

.changeaccountphoto {
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  border-radius: 4px;
}

.changeaccountphoto:hover {
    background: #e9e9e9;
}


.deleteaccountphoto {
   color: #b34236;
   display: inline-block;
   font-weight: bold;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 17px;
   border-radius: 4px;
}

.deleteaccountphoto:hover {
    background: #e9e9e9;
}

.percentage-load {
  margin-left: 8px;
  font-size: 15px;
  color: grey;
  font-weight: bold;
  text-align: center;

}

.settings-icon {
  margin-right: 3px;
}

.settings-space {
  margin-bottom: 7px;
}

.settings-space a {
  color: #595959;
  text-decoration: none;
  font-size: 16px;
}

.changeemail-masked-email-title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 6px;
  color: #3e9c4e;
}

.changeemail-masked-email {
  margin-bottom: 40px;
}

.linkchahomelink a {
  font-weight: bold;
  font-size: 16px;
  color: #54a2de;
}

.rtsettings {
  margin-top: 15px;
}

.rtsettings a {
  font-weight: bold;
  font-size: 16px;
  color: #54a2de;
}

.ssgreen {
  color: #369955;
  font-weight: bold;
}

.change-password-description {
  margin-bottom: 40px;
}

.deactivatereason {
  border: 1px solid #ababab;
}

.deactpara {
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}

.search-bottom {
  margin-top: 10px;
}

.search-bottom-links {
  margin-right: 9px;
}

.search-bottom-link {
  text-decoration: none;
  font-size: 15px;
  color: #525151;
}

.search-type-highlighted {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;   /* controls distance */
  text-decoration-thickness: 2px; /* makes underline bolder */
  color: #000;
}

.search-type-highlighted-profile {
  font-weight: bold;
  text-decoration: none;
  color: #3893c9;
}


.front-message {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.front-message h1 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: #2e2e2e;
}

.front-message p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #707070;
}

.front-button {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;

  background-image: -webkit-linear-gradient(top,#d45953,#d4463d);
  background-image: -moz-linear-gradient(top,#d45953,#d4463d);
  background-image: -ms-linear-gradient(top,#d45953,#d4463d);
  background-image: -o-linear-gradient(top,#d45953,#d4463d);
  background-image: linear-gradient(top,#d45953,#d4463d);

  border: 1px solid #db675e;
}

.front-message-p {
  margin-top: 12px;
  margin-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.profile {
  width: 100%;
}

.profile-inner-top {
  width: 100%;
  display: flex;
}

.profile-inner-bio {
  white-space: pre-wrap;
  tab-size: 10;
}

.profile-inner-bio br {
  display: none;
}

.profile-inner-bio p {
  color: #727273;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.profile-inner-link {
  margin-top: 15px;
  color: #4a8aba;
}

.profile-inner-link a {
  color: #326b94;
  text-decoration: none;
}

.profile-left {
  flex: 0 0 20%;
}

.profile-right {
  flex: 0 0 80%;
}

.profile-left-inner {
  width: 95%;
}

.notfound {
  text-align: center;
}

.notfound h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 22px;
  color: #212121;
}

.notfound-return {
  margin-top: 8px;
}

.notfound-return a {
  color: #3893c9;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.round-image {
  border-radius: 50%;
  object-fit: cover;
}

.menu-profile-photo-width {
  width: 90%;
}

.profile-right-inner {
  width: 95%;
  float: right;
}

.edit-profile-accountphoto {
  display: flex;
  width: 100%;
  align-items: center; /* 🔥 vertically center children */
  margin-bottom: 25px;
}

.edit-profile-accountphoto-column:first-child {
  flex: 0 0 20%;
  max-width: 20%;
}

.edit-profile-accountphoto-column:last-child {
  flex: 0 0 80%;
  max-width: 80%;
}

.profile-change-button {
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.profile-socials {
  display:flex;
  justify-content:center;   /* center the whole group */
  align-items:center;
  gap: 40px;                 /* space between items */
  width:100%;
}

.profile-socials-count {
  display:flex;
  flex-direction:column;    /* stack number + label */
  align-items:center;       /* center horizontally */
  justify-content:center;   /* center vertically */
  text-align:center;
}

.profile-socials-count-top {
  font-weight: bold;
  line-height:1.1;
  margin-bottom: 5px;
  font-size: 18px;
}

.profile-socials-count-bottom {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.1;
  font-size: 16px;
}

.profile-edit-message {
  margin-top: 20px;
  text-align: center;
}

.general-button {
  background-color: #F8F8F8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 18px;
  color: #424242;
  display: block;
  width: 100%;   
  box-sizing: border-box;  
}

.profile-edit-message-inner {
  display: flex;
  justify-content: space-between; /* pushes left + right apart */
  align-items: center;            /* vertical alignment */
}

.profile-edit-message-inner-left,
.profile-edit-message-inner-right {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  width: 50%;
}

.profile-edit-message-inner-left a,
.profile-edit-message-inner-right a {
  width: 95%;
}

.profile-edit-message-inner-nomessage {
  width: 100%;
}

.profile-name-username {
  margin-bottom: 23px;
  text-align: center;
  position: relative;
}

.profile-name {
  font-weight: bold;
}

.profile-name a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.profile-name-admin {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-left: 8px;
}

.profile-username {
  color: grey;
}

.profile-username a {
  color: grey;
  text-decoration: none;
}

.box-padding {
  border: 1px solid #f7f7f7;
  box-shadow: 1px 1px #e2e2e2;
  background-color: #ffffff;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 15px;
}

.profile-bio-link {
  margin-top: 15px;
  border-top: none;
  border-left: none;
  box-shadow: 0 1px #f5f7fa;
  border-right: none;
}

.profile-socials-count a {
  text-decoration: none;
  color: #000;
}

.profile-title-text {
  color: #9e9e9e;
  font-size: 14px;
  margin-top: 3px;
}

.profile-bio-textarea {
  border: 1px solid #ababab;
  min-height: 100px;
}

.back-to-editing-button {
  color: #000;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  border-radius: 4px;
}

.edit-profile-button {
  color: #424242;
}

.back-to-editing-button:hover {
    background: #e9e9e9;
}

.editprofile input, textarea {
  color: #3b3b3b;
}

.profile-inner-title {
  margin-bottom: 5px;
  margin-top: 5px;
}

.profile-inner-title h1 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}

.followingbutton {
  background-color: #4D90FE;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  border: 1px solid #3079ED;
  color: #ffffff;
}

.profile-error-inner {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  background-color: #d9473d;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  border-radius: 5px;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

/* Your existing .box styles stay */
.select-wrapper select {
    width: 100%;
    padding-right: 40px; /* space for arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Arrow */
.select-wrapper::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #666;
}

.contact-reason {
   color: #7a7a7a;
}

.contact-explain-textarea {
  border: 1px solid #ababab;
}

.messaging-settings-description p {
  color: #9a9a9c;
}

.messaging-settings-label {
  font-weight: bold;
  color: #626263;
}

.add-social-tab {
  font-size: 14px;
  color: #a19f9f;
  margin-right: 10px;
}

.add-socials-input {
  display: none;
}

.add-socials input {
  margin-right: 7px;
}

.add-socials {
  font-size: 15px;
  color: grey;
}

.profile-social-icon {
  margin-right: 2px;
}

.profile-social-icon a {
  color: grey;
  font-weight: bold;
}

.profile-social-icons {
  width: 100%;
  margin-top: 20px;
}


.ffhightlighted {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;   /* controls distance */
  text-decoration-thickness: 2px; /* makes underline bolder */
  color: #000;
}

.verified-check {
  color: #7fb1fa;
  margin-left: 2px;
}

.return-to-admin {
  margin-top: 20px;
}

.return-to-admin a {
  color: #54a2de;
  text-decoration: none;
  font-weight: bold;
}

.user-profile {
  width: 100%;
  display: flex;
}

.user-profile-left {
  flex: 0 0 12%; 
}

.user-profile-right {
  flex: 1; /* takes remaining space */
}

.admin-user-profile {
  margin-bottom: 30px;
  margin-top: 30px;
}


.create {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.create-logo {
  width: 100%;
  text-align: center;
}

.create-form {
  width: 100%;
}

.create-title {
  margin-bottom: 15px;
}

.create-title h1 {
  margin: 0;
  padding: 0;
  color:#3f4040;
  font-size: 23px;
}

.create-post-description {
  min-height: 100px;
  padding-bottom: 10px;
  font-size: 16px;
}

.create-media {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 19px;
}


.create-button {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}


.mediaload-img {
  width: 100%;
}

.mediaload-img-users {
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.media-container {
  margin-bottom: 20px;
  width: 100%;
}

.create-media-box {
  display: flex;
  align-items: stretch; /* default, but make sure it's not overridden */
}

.create-media-content {
  position: relative;
  flex: 0 0 40%;
}

.create-delete-media {
  flex: 1;
  display: flex;
  align-items: flex-end; /* 👈 THIS pushes Delete down */
}

.create-delete-button {
  margin-left: 8px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}


/* Container */
.create-media-video {
    position: relative;
    display: inline-block;
}

/* Thumbnail wrapper */
.video-thumbnail {
    position: relative;
}

/* Play icon centered */
.video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 1.7em;
    color: rgba(200, 200, 200, 0.8);

    
    padding: 0.3em;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon a {
  color: rgba(200, 200, 200, 0.8);
  text-decoration: none;
}

.create-delete {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.create-delete-space {
  margin-top: 30px;
}

.create-addlink-text {
  color: #adadad;
  font-weight: bold;
  font-size: 15px;
}

.create-post-url-space {
  display: none;
}

.show {
  display: block;
}

.review-post-lbl {
  text-align: center;
  color: grey;
  margin-top: 20px;
}


.post-title {
  margin-bottom: 10px;
}

.post-title h1 {
  margin: 0;
  padding: 0;
  color:#3f4040;
  font-size: 23px;
  line-height: 28px;
}


.published-media {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

.post-media .published-media:last-child {
  margin-bottom: 15px;
}


.review-edit-link {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.published-image {
  height: 300px;
  width: auto;
  max-width: none;
  display: block;
}


.post-description p {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}

.post-link {
  margin-top: 30px;
}

.post-link-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}

.post-review-button {
  margin-top: 30px;
}

.publish-button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}

.create-edit-post {
  margin-top: 30px;
}

.search-loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 6px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.load-posts-loader {
  text-align: center;
}

.create-media-right {
  flex: 1;
  display: flex;
  flex-direction: column; /* 👈 fix */
  position: relative;
}

.nopostsyet {
  text-align: center;
  font-weight: bold;
  color: orange;
}

.profile-edit-save {
  margin-top: 20px;
}


.create-done {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 10px;
}

.media-user-name {
  text-decoration: none;
  color: #454444;
  font-weight: bold;
}

.media-user-name-posts {
  color: #757575;
}

.media-user-name-users {
  font-size: 17px;
}

.media-user-username-link-users {
  font-size: 16px;
}

.media-user {
  margin-bottom: 6px;
}

.media-title-link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 21px;
}

.timewentlive-views {
  margin-top: 10px;
  font-size: 13px;
  color: #ba4538;
}



.media-placeholder {
  background-color: grey;
}


.timeposted-lbl {
  color: #000;
}

.views-dash {
  color: grey;
}

.live-pad {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
}

.edit-post-button {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
}


.save-post-button {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
}


.notfound-main {
  margin-top: 50px;
}

.live-profile {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.live-profile-left {
    flex: 0 0 13%;
}

.live-profile-right {
    flex: 0 0 87%;
    align-self: flex-start;
}

.live-profile-left-inner {
  width: 90%;
}

.load-posts {
  margin-top: 30px;
}

.fade-link {
  color: grey;
}

.delete-post-button {
  padding-top: 4px;
  padding-bottom: 4px;
}


.restore-post-button {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 10px;
  font-size: 17px;
}


.scroll-top {
    position: fixed;

    /* Desktop */
    left: calc(50% + 320px);
    bottom: 500px;

    width: 56px;
    height: 56px;

    display: none;

    border: 1px solid #dcdcdc;
    border-radius: 50%;

    background: #ffffff;

    cursor: pointer;

    z-index: 2147483647;

    color: #111111;

    font-size: 30px;
    font-weight: bold;

    line-height: 56px;
    text-align: center;

    box-shadow: 0 2px 10px rgba(0,0,0,0.10);

    /* Mobile tap improvements */
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease;
}

.scroll-top:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.scroll-top:active {
    transform: scale(0.96);
}

/* Tablet */
@media (max-width: 1100px) {

    .scroll-top {
        left: auto;
        right: 18px;
        bottom: 300px;
    }

}

/* Mobile */
@media (max-width: 600px) {

    .scroll-top {

        left: auto;
        right: 14px;

        bottom: 300px;

        width: 52px;
        height: 52px;

        line-height: 52px;

        font-size: 28px;
    }

}

.fa-scroll-arrow {
  color: grey;
}

.post-deleted-lbl {
  color: #487eb8;
  font-weight: bold;
  font-size: 18px;
}


.post-restored-lbl {
  color: #2e7337;
  font-weight: bold;
  font-size: 18px;
}

.post-restored-lbl a {
  color:  #487eb8;
  font-weight: bold;
  font-size: 18px;
}


.blink {
    animation: blinkDeleted 0.3s linear 4;
}


@keyframes blinkDeleted {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.menu-span-right a,
.menu-span-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 18px;

    padding: 0 6px;

    border-radius: 3px;

    background: #e3494e;
    color: #fff;

    font-size: 11px;
    line-height: 1;
}

.visit-post-link {
  pointer-events: auto !important;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.add-to-front {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.add-to-front-link {
  text-decoration: none;
  color: #b1b2b3;
  font-size: 14px;
}

.media-user-username-link {
  color: grey;
  text-decoration: none;
}

.live-socials {
  margin-bottom: 23px;
  margin-top: 24px;
}








.post-media-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: none;
}

.post-media-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transform: none;
}

.post-media-track::-webkit-scrollbar {
    display: none;
}

.published-media-slide {
    flex: 0 0 100%;
    height: 300px;
    overflow: hidden;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}



.published-image,
.published-video {
    height: 300px;
    width: auto;
    max-width: none;
    display: block;
}

.plyr,
.plyr__video-wrapper,
.plyr video {
    height: 300px;
}

.plyr {
    width: 100%;
}

.plyr__video-wrapper {
    width: 100%;
}

.plyr video {
    width: 100%;
    object-fit: contain;
}

.plyr__poster {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}





.post-media-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding-top: 10px;
}

.post-media-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    display: inline-block;
}

.post-media-dot.active {
    background: #4169e1;
}

.post-media-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    z-index: 50;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.post-media-prev {
    left: 12px;
}

.post-media-next {
    right: 12px;
}

.post-media-arrow:hover {
    background: rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
    .post-media-arrow {
        display: none;
    }
}








.media-counts {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 20;

    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-weight: 500;

    text-shadow:
        0 1px 2px rgba(0,0,0,0.85),
        0 0 5px rgba(0,0,0,0.75);

    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms ease;
}

.media-counts.is-visible {
    visibility: visible;
    opacity: 1;
}

.media-count-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.media-count-item i {
    font-size: 13px;
    color: rgba(255,255,255,0.72);
}

.media-count-divider {
    width: 1px;
    height: 13px;
    background: rgba(255,255,255,0.35);
}


.full-description {
  display: none;
}

.shortdescription-link {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.search-social-button {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.like-icon-link {
  color: #000;
}


.postliked {
  color: red;
}

.postsaved {
  color: #facb5f;
}


.post-stat-likes {
  cursor: pointer;
}

.post-stat-saved {
  cursor: pointer;
}

.post-stat {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  gap: 5px;
}

.post-stat-count {
  font-size: 15px;
}

.post-stat-comments {
  cursor: pointer;
}

.post-stat-shares {
  cursor: pointer;
}






.share-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    display: none;
}


.post-stat-editbutton {
  float: right;
}

.live-edit-button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.copy-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 32px;
    padding: 0 16px;

    border: none;
    border-radius: 20px;

    background-color: #efefef;
    color: #111111;

    font-size: 14px;
    font-weight: bold;

    cursor: pointer;

    line-height: 1;
}

.copy-link-btn:hover {
    background-color: #dddddd;
}








.comments {
  margin-top: 15px;
}

.comments-load {
  min-height: 25px;
  margin-bottom: 15px;
}

.comments-textarea {
  border: 1px solid #d6d6d6;
  font-size: 17px;
  border-radius: 8px;
  background-color: #fcfdff;
  padding: 5px;
}

.comments-textarea::placeholder {
  color: #b8b8b8;
}


.emoji-picker,
.emoji-picker input,
.emoji-picker textarea {
    font-size: 16px;
}



.comment-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.comments-post-button,
.emoji-button {
    margin: 0;
}

/* Post Button */
.comments-post-button {
    height: 44px;
    padding: 0 22px;

    border: 1px solid #dcdcdc;
    border-radius: 999px;

    background-color: #f3f3f3;
    color: #666666;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.12s ease;
}

.comments-post-button:hover {
    background-color: #ebebeb;
    border-color: #d0d0d0;
}

.comments-post-button:active {
    transform: scale(0.97);
}

/* Emoji Button */
.emoji-button {
    width: 44px;
    height: 44px;

    border: 1px solid #dcdcdc;
    border-radius: 50%;

    background-color: #ffffff;
    color: #666666;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 21px;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.12s ease;
}

.emoji-button:hover {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
}

.emoji-button:active {
    transform: scale(0.96);
}

.disable-elements {
    pointer-events: none;
    opacity: 0.6;
}

.loggedoutcommentslink {
  text-decoration: none;
}



.copy-message {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);

    display: none;
    z-index: 50;

    padding: 8px 14px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;

    pointer-events: none;
}

.copy-message-success {
    background: #111;
    color: #fff;
}

.copy-message-error {
    background: #d64545;
    color: #fff;
}

.mention-link {
  text-decoration: none;
  color: #4b7596;
  font-weight: bold;
  font-size: 17px;
}






