a {
  color: #24292E;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: unset;
}

.error {
  color: red;
}

.parag.post-error-message {
  color: #d73a49;
  margin: 0;
  letter-spacing: 0.6px;
  font-size: 13px;
  line-height: 1.2;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #F7F7F7;
  text-transform: uppercase;
}



input,
textarea,
select,
option {
  text-transform: uppercase;
}

input[type="password"],
input#login-pass,
input#reg-pass {
  text-transform: none !important;
}

input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.primary-button,
.btn-a {
  text-transform: uppercase;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal .popup-h,
.modal .heading,
.notification-dropdown .box-header .header-p {
  text-transform: uppercase;
}

.parag {
  color: #24292E;
  display: -webkit-box;
  text-align: start;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.heading {
  color: #24292E;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.transition3,
.footer-list li a,
.footer-p a,
.reaction-box .box-reaction,
.sidebar-ul .sidebar-li a,
.btn-a,
.btn-a,
.type-post-box .slider,
.type-post-box .slider:before {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.custom-nav {
  padding: 10px 0;
}

.nav-box {
  display: flex;
  align-items: center;
}

/* Header: center search between logo and profile/login */
.header-nav {
  width: 100%;
  gap: 16px;
}

.header-spacer {
  flex: 1 1 auto;
  min-width: 0;
}

.header-emoji-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  user-select: none;
}

.header-emoji-center .header-emoji-reel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: 16px;
  opacity: 0.92;
  transform: translateZ(0);
}

.header-emoji-center.is-spinning .header-emoji-reel {
  animation: headerCipherFlicker 180ms steps(2, end) infinite;
}

@keyframes headerCipherFlicker {
  0% { opacity: 0.55; filter: blur(0.25px); }
  50% { opacity: 1; filter: blur(0px); }
  100% { opacity: 0.75; filter: blur(0.35px); }
}

.logo-box {
  margin-right: 30px;
  margin-bottom: -5px;
}

.header-nav .logo-box {
  margin-right: 0;
  margin-bottom: 0;
}

.header-nav .logo-box a {
  display: block;
  line-height: 0;
}

.header-nav .logo-box img {
  display: block;
}

.logo-box img {
  max-width: 39px;
  box-shadow: 0px 0px 17px 1px rgba(255, 255, 255, 0.19);
  border-radius: 50%;
}

main {
  background-color: #F7F7F7;
}

.authenticated-user-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header-nav .btns-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: normal;
}

.header-forget-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
  cursor: pointer;
}

.header-forget-btn:focus {
  outline: none;
}

.header-forget-icon {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: block;
}

.header-forget-icon.header-forget-icon--logo {
  width: 39px;
  height: 39px;
  margin-top: 0;
}

.profile-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 0;
}

.profile-name-row h3 {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.authenticated-user-img {
  margin-left: 40px;
}

.header-nav .authenticated-user-img {
  margin-left: 0;
}

.authenticated-user-img .noti-box2 {
  position: relative;
}

.authenticated-user-img .noti-box2 .img-icon {
  cursor: pointer;
}

.fourWrap {
  position: relative;
  min-height: 100vh;
}

.fourWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ba;
}

.fourWrap>div {
  text-align: center;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 20px;
}

.fourWrap h1 {
  color: #fff;
  font-size: 13rem;
  font-weight: 700;
}

.fourWrap p {
  color: #e0dcdc;
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.fourWrap .btn {
  color: #e0dcdc;
  background: transparent;
  font-size: 1.6rem;
  border: 3px solid #e0dcdc;
  border-radius: 23px;
  padding: 0.5rem 2rem;
}

.fourWrap .btn:hover {
  background: transparent;
  color: #e0dcdc;
}


.authenticated-user-img img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.19);
}


.notification-dropdown .box-header .header-p {
  margin: unset;
  font-size: 12px;
  text-transform: capitalize;
}
.notification-dropdown::after,
.notification-dropdown::before {
  right: 94px;
  top: -29px;
  transform: rotate(-90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.noti-box {
  position: relative;
}

.noti-box .img-icon {
  cursor: pointer;
}

.noti-box .num-noti {
  position: absolute;
  top: -3px;
  right: -8px;
  background-color: #0366D6;
  color: #FFFFFF;
  min-width: 17px;
  min-height: 17px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  font-size: 9px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0 2px;
  border: 0;
}

.noti-box.profile-noti {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}

.noti-box.profile-noti .num-noti {
  top: -3px;
  right: -6px;
}

.noti-box.profile-noti .notification-dropdown {
  top: 45px;
  right: -96px;
}

.notification-dropdown {
  border-radius: 20px;
  box-shadow: 0px 0px 7px 1px rgba(36, 41, 46, 0.08);
  position: absolute;
  top: 43px;
  right: -100px;
  z-index: 9999;
  min-width: 400px;
  padding-bottom: 10px;
  display: none;
  background-color: #F7F7F7;
}

.notification-dropdown .notification-content {
  max-height: 400px;
  overflow: auto;
}

.notification-dropdown .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 7px 1px rgba(36, 41, 46, 0.08);
  padding: 10px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.notification-dropdown .box-header .mark-p {
  color: #0366D6;
  margin: unset;
  font-size: 12px;
}

.notification-dropdown .box-header .mark-p a {
  color: #0366D6;
  font-weight: 400;
}

.notification-dropdown .box-header .mark-p a.is-disabled {
  color: rgba(36, 41, 46, 0.35);
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.notification-dropdown .box-item {
  display: flex;
  padding: 15px 25px;
  position: relative;
}

.notification-dropdown .box-item .txt-box {
  width: 80%;
  margin-right: 2%;
}

.notification-dropdown .box-item .txt-box .txt-hint {
  margin: unset;
  font-size: 12px;
  color: #0366D6;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}

.notification-dropdown .box-item .txt-box .txt-hint span {
  color: rgba(36, 41, 46, 0.7);
  margin-left: 15px;
  position: relative;
  padding-right: 20px;
}

.notification-dropdown .box-item .txt-box .txt-hint::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\ef93';
  color: #0366D6;
  font-weight: 700;
  font-size: 17px;
}

.notification-dropdown .box-item .txt-box .txt-p {
  margin: unset;
  font-size: 12px;
  color: #24292E;
}

.notification-dropdown .box-item .txt-box .txt-p span {
  color: #24292E;
  margin-right: 5px;
}

.notification-dropdown .box-item .img-box {
  min-width: 18%;
}

.notification-dropdown .box-item .img-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.notification-dropdown .box-item.custom-unread {
  background-color: #F5F0FF;
}

.notification-dropdown .after-border {
  position: relative;
}

.notification-dropdown .after-border::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc( 100% - 20px);
  left: 10px;
  right: 10px;
  content: '';
  background-color: rgba(36, 41, 46, 0.07);
}

.notification-dropdown::after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(36, 41, 46, 0.05);
  border-width: 14px;
  margin-right: 1px;
}

.notification-dropdown::before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #F7F7F7;
  border-width: 15px;
  z-index: 2;
  margin-top: 2px;
}

.form-sec {
  padding: 50px 0;
  min-height: calc(100vh - 116px);
}

.auth-centered-page {
  display: flex;
  align-items: center;
}

.auth-centered-page .container {
  width: 100%;
}

.form-sec .img-box img {
  max-height: 400px;
}

.form-group {
  margin-bottom: 20px;
}

.custom-input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  padding: 0 25px;
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  -webkit-box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  appearance: none;
  -webkit-appearance: none;
  border: unset;
  background-color: #f7f7f7 !important;
}

/* Make readonly inputs (e.g. signup password) look disabled like true disabled inputs */
.custom-input[readonly],
.custom-input:read-only {
  opacity: 0.6;
  cursor: not-allowed;
}

.custom-input[readonly]:focus,
.custom-input:read-only:focus {
  outline: unset;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
}

.custom-input:focus {
  outline: unset;
  box-shadow: inset 0px 4px 5px 2px rgba(88, 108, 138, 0.16);
}

.custom-input::placeholder {
  color: rgba(36, 41, 46, 0.67);
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.input-box {
  position: relative;
}

.input-box .custom-input {
  padding: 0 30px 0 50px;
}

.input-box::after {
  position: absolute;
  content: ' ';
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.input-box.name-box .custom-input {
  padding: 0px 110px 0 50px;
}

.input-box.custom-user::after {
  font-family: 'remixicon';
  content: "\f25f";
  font-weight: 700;
  width: unset;
  height: unset;
  font-size: 14px;
  color: rgba(36, 41, 46, 0.38);
}

.input-box.custom-pass .custom-input {
  padding: 0 55px 0 50px;
}

.input-box.custom-pass::after {
  font-family: 'remixicon';
  content: "\eecd";
  color: rgba(36, 41, 46, 0.38);
  font-weight: 700;
  height: unset;
  font-size: 14px;
}

.input-box.custom-pass .toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(36, 41, 46, 0.38);
  cursor: pointer;
  right: 18px;
  font-size: 14px;
}

.input-box.forget-box .custom-input {
  padding: 0px 185px 0 50px;
}

img.fish-icon {
  height: 16px;
}

.input-box.custom-error::before {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\eca0';
  color: #D73A49;
  font-weight: 700;
  font-size: 16px;
  opacity: .6;
}

.custom-forget {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  margin: unset;
  font-size: 13px;
}

.input-box.auth-switch-box .custom-input {
  padding-right: 165px;
}

.custom-forget.auth-signup-inline {
  right: 45px;
  font-size: 13px;
  white-space: nowrap;
}

.custom-forget a {
  color: #0366D6;
}

.custom-checkbox .pretty {
  margin-right: unset;
}

.custom-checkbox .pretty .state label::before {
  border: unset !important;
  z-index: 1;
}

.custom-checkbox .pretty .state label::after {
  background-color: #F7F7F7;
  box-shadow: 0px 0px 3px 1px rgba(36, 41, 46, 0.08);
}

.custom-checkbox .pretty .state label::before,
.custom-checkbox .pretty .state label::after {
  top: 0;
}

.custom-checkbox .pretty.p-icon .state .icon {
  color: rgba(36, 41, 46, 0.3);
  font-size: 12px;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}

.custom-checkbox a {
  color: #0366D6;
}

.custom-checkbox.custom-error .pretty .state label::after {
  box-shadow: 0px 0px 1px 1px rgba(215, 58, 73, 0.38);
}

.social-p {
  margin-top: 25px;
}

.auth-switch-align {
  text-align: right;
}

.social-p a {
  color: #0366D6;
  font-weight: 600;
}

.custom-footer {
  padding: 10px 0;
  border-top: 1px solid rgba(36, 41, 46, 0.1);
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-list {
  margin: unset;
  margin-right: 60px;
  padding: 0;
  list-style: none;
}

.footer-list li {
  display: inline-block;
  margin-right: 44px;
  position: relative;
}

.footer-list li a {
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer-list li a:hover {
  color: #0366D6;
}

.footer-list li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 2px;
  height: 18px;
  content: ' ';
  background-color: #24292E;
}

.footer-list li:last-of-type {
  margin-right: 0;
}

.footer-list li:last-of-type::after {
  display: none;
}

.footer-p {
  color: rgba(36, 41, 46, 0.6);
  margin: unset;
  font-weight: 400;
  font-size: 13px;
}

.footer-p a {
  color: rgba(36, 41, 46, 0.6);
}

.footer-p a:hover {
  color: #0366D6;
}

.select-custom .select2-container {
  border: unset;
  border-radius: 8px;
  width: 100% !important;
  height: 45px;
  padding: 0 25px 0 50px;
  color: rgba(36, 41, 46, 0.67);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  background-color: #f7f7f7;
}

.select-custom .select2-container .select2-selection--single {
  height: 100%;
  border: unset;
  outline: unset;
}

.select-custom .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center;
  background-color: transparent;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0;
  font-size: 13px;
  line-height: 43px;
  color: #24292E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #24292E;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
  color: #FFFFFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #24292E;
  color: #EFEFEF;
}

.select2-results__option {
  color: #24292E;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 13px;
}

.select2-dropdown {
  box-shadow: 0px 4px 8px 2px rgba(36, 41, 46, 0.12);
  border: unset;
}

.select2-container--open .select2-dropdown {
  top: 8px;
  border-radius: 8px;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
}

.select2-search--dropdown .select2-search__field {
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  border: unset !important;
  background-color: #F5F0FF;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: unset;
  box-shadow: inset 0px 4px 5px 2px rgba(88, 108, 138, 0.16);
}

.tel-box.input-box .custom-input {
  padding: 0 100px 0 50px;
}

.imgFlag {
  margin-right: 8px;
  margin-left: 8px;
  height: 20px;
  width: 20px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  border: 1px solid #e8e6e6;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1) !important;
  -webkit-box-shadow: 0 0 0 1000px #F5F0FF inset !important;
  -webkit-text-fill-color: #292826 !important;
}

.sec-select.select-custom .select2-container {
  padding: 0 25px;
}

.profile-img-box {
  text-align: center;
  margin-bottom: 40px;
}

.profile-container {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.profile-container .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 1px -1px 18px 4px rgba(36, 41, 46, 0.08);
}

.profile-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 25px;
  height: 25px;
  background-image: url(assets/images/jo3c0y4zzx.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.custom-upload {
  display: none;
}

.user-name {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(36, 41, 46, 0.67);
}

.btn-center {
  margin: auto;
  max-width: 450px;
}

.mini-box-link {
  color: inherit;
  text-decoration: none;
}

.mini-box-link:hover,
.mini-box-link:focus,
.mini-box-link:active {
  color: inherit;
  text-decoration: none;
}

.main-sec {
  padding: 15px 0;
  min-height: calc(100vh - 104px);
}

.main-box {
  margin-bottom: 15px;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.main-box.sec-box {
  box-shadow: inset 0px 6px 8px 4px rgba(36, 41, 46, 0.1);
}

.sidebar-box {
  padding: 20px;
}

.sidebar-box .sidebar-h {
  font-size: 17px;
}

.sidebar-box .siderbar-heading {
  display: flex;
  justify-content: space-between;
}

.sidebar-box .siderbar-heading .sidebar-h {
  margin-right: 10px;
}

.sidebar-box .social-p {
  margin: 18px 0 0 0;
  text-align: center;
}

.sidebar-box .footer-p {
  text-align: center;
}

.sidebar-box .sea-radar-title {
  color: #24292E;
}

.sidebar-box .mini-box .minibox-explicitname {
  color: #24292E;
}

.sidebar-box .mini-box .minibox-explicitcounter {
  color: #24292E;
}

.ads {
  padding: 20px 50px !important;
  position: relative;
}

.ads .sidebar-h::after {
  position: absolute;
  left: 20px;
  top: 30px;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\ea16';
  color: #0366D6;
  font-weight: 700;
  font-size: 17px;
}

.mini-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.mini-box .trend-img {
  border-radius: 12px;
  min-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  background: linear-gradient(311deg, #F1F8FF 0%, #E5E6EC 100%);
}

.mini-box .trend-img img {
  width: 21px;
  height: 21px;
}

.mini-box .sea-radar-hash-icon {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #24292E;
}

.mini-box .follower-img {
  min-width: 45px;
  height: 45px;
  margin-right: 10px;
}

.mini-box .follower-img img {
  border-radius: 12px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.mini-box .txt-box {
  width: calc(100% - 45px);
}

.mini-box .mini-box-h {
  font-size: 15px;
  margin: unset;
}

.custom-more {
  color: #0366D6;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: unset;
  margin-top: 20px;
}

.custom-more a {
  color: #0366D6;
}

.post-btn {
  background-color: transparent !important;
}

.post-btn:hover {
  background-position: unset !important;
  background-image: unset !important;
}

.post-btn:focus {
  outline: unset;
}

.focus-btn {
  cursor: pointer;
  background-color: transparent !important;
}

.custom-counter {
  display: none;
  color: rgba(36, 41, 46, 0.67);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08), inset 3px 2px 10px -3px rgba(36, 41, 46, 0.15);
  background: linear-gradient(311deg, #F7F7F7 0%, #F5F0FF 100%);
}

.postForm-box {
  display: flex;
  padding: 22px 20px;
  --composer-avatar-size: 37px;
  --composer-avatar-gap: 10px;
  /* Keep avatar at top; we align the textarea's first line to avatar center via padding. */
  align-items: flex-start;
  justify-content: center;
  --composer-max-width: 560px;
  --composer-line-height: 20px;
  /* Center the FIRST line/placeholder against the avatar height. */
  --composer-text-top-pad: calc((var(--composer-avatar-size) - var(--composer-line-height)) / 2);
}

.postForm-box .user-img {
  margin-right: var(--composer-avatar-gap);
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

.postForm-box .user-img a {
  display: block;
  line-height: 0;
}

.postForm-box .user-img img {
  display: block;
}

.postForm-box .user-img img {
  width: var(--composer-avatar-size);
  height: var(--composer-avatar-size);
}

.postForm-box .postForm {
  flex: 0 1 var(--composer-max-width);
  width: auto;
  max-width: 100%;
  padding-top: 0;
  min-width: 0;
}

.postForm-box .postForm textarea {
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  border: unset;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 70px;
  line-height: var(--composer-line-height);
  box-sizing: border-box;
  /* Center the first line/placeholder against the avatar height. */
  padding-top: var(--composer-text-top-pad);
  padding-bottom: 8px;
  background-color: #F7F7F7;
}

.postForm-box .postForm textarea:focus {
  outline: unset;
}

.postForm-box .postForm textarea::placeholder {
  color: rgba(36, 41, 46, 0.7);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: var(--composer-line-height);
}

.postForm-box .postForm .btn-post {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.sec-box.btn-post .composer-action {
  width: 118px;
  min-width: 118px;
  justify-content: center;
  white-space: nowrap;
}

/* Composer actions with icons: keep a small space between icon and label */
.primary-button.composer-action.composer-action--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.box-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
}

.box-submit .post-error-message {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
  max-width: 100%;
}

/* Composer: align inline error with avatar left edge. */
.postForm-box .box-submit .post-error-message {
  margin-left: calc(-1 * (var(--composer-avatar-size) + var(--composer-avatar-gap)));
  padding-left: 0;
}

.post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 15px;
  flex-wrap: nowrap;
}

.post-header .first-box {
  display: flex;
  align-items: center;
  margin-right: 2%;
  max-width: 69%;
  padding-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.post-header .first-box .user-name-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  /* Keep the name vertically centered against the avatar while avatar stays top-aligned. */
  align-self: center;
  min-height: 37px;
}

.post-header .first-box .user-img {
  margin-right: 15px;
}

.post-header .sec-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  text-align: right;
  align-self: center;
  min-width: 0;
  flex: 0 0 auto;
}

.post-header .sec-box .custom-time {
  font-size: 11px;
  color: #6C7176;
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.post-header .sec-box .post-meta-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 0 1 auto;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
  flex-wrap: nowrap;
}

.post-header .sec-box .post-meta-row .custom-time {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-header .sec-box .post-open-icon,
.post-header .sec-box .post-meta-action {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
  color: #6C7176;
  /* Boost hit-area without changing layout. */
  padding: 6px;
  margin: -6px;
}

.post-header .sec-box .post-open-icon:hover,
.post-header .sec-box .post-meta-action:hover {
  opacity: 0.9;
}

.post-header .sec-box .post-open-icon i {
  margin: 0;
  line-height: 1;
}

.post-header .sec-box .post-meta-action i {
  margin: 0;
  line-height: 1;
}

.post-header .sec-box .post-meta-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.post-header .sec-box .post-meta-actions a.li-delete,
.post-header .sec-box .post-meta-actions a.li-delete:hover,
.post-header .sec-box .post-meta-actions a.li-delete:focus,
.post-header .sec-box .post-meta-actions a.li-delete:active,
.post-header .sec-box .post-meta-actions a.li-delete:visited {
  color: #D73A49;
}

.post-header .sec-box .post-inline-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.post-header .sec-box .post-inline-actions .post-inline-action {
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  line-height: normal;
}

.post-header .sec-box .post-inline-actions .post-inline-action.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.post-header .sec-box .post-inline-actions .li-delete,
.post-header .sec-box .post-inline-actions .li-delete {
  color: #24292E;
}

.post-header .sec-box .post-inline-actions a.li-delete,
.post-header .sec-box .post-inline-actions a.li-delete:hover,
.post-header .sec-box .post-inline-actions a.li-delete:focus,
.post-header .sec-box .post-inline-actions a.li-delete:active,
.post-header .sec-box .post-inline-actions a.li-delete:visited {
  color: #D73A49;
}

.post-header .sec-box .post-inline-actions .post-inline-action:hover {
  opacity: 1;
}

.post-header .sec-box p.custom-time i {
  float: none;
  display: inline-block;
  margin: 2px 5px;
}

.details-drop {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 40px;
  right: -10px;
  min-width: 120px;
  overflow: hidden;
  z-index: 999;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.details-drop li {
  cursor: pointer;
  font-size: 12px;
  padding: 6px 20px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.08);
}

.name-h {
  font-size: 15px;
  margin: unset;
  word-break: break-word;
}

.name-h a {
  color: #24292E;
}

.sec-box.btn-post {
  justify-content: space-between !important;
}

.user-img img {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.post-body {
  padding: 0 20px 15px;
}

.post-body .post-img {
  min-height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.post-footer {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
}

.post-footer .box {
  margin-right: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 5px;
}

.post-footer .box i {
  font-size: 15px;
  margin-right: 6px;
}

.post-footer .box img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.post-footer .box .box-p {
  margin: unset;
  font-size: 13px;
}

.post-footer a {
  display: flex;
  align-items: center;
}

.reaction-details {
  display: flex;
  flex-wrap: wrap;
}

.reaction-details .box {
  margin-right: 15px;
  cursor: default;
}

.reaction-details .box .box-p {
  font-size: 11px;
}

.reaction-details .box img {
  width: 20px;
  height: 20px;
}

.reaction-details .box i {
  font-size: 12px;
}

.reaction-details .box .num-reaction {
  margin-right: 6px;
}

.main-react {
  position: relative;
}

.reaction-box {
  position: absolute;
  border-radius: 40px;
  z-index: 999;
  box-shadow: 1px 1px 1px 1px rgba(36, 41, 46, 0.08);
  align-items: center;
  padding: 5px 20px;
  bottom: 24px;
  left: -14px;
  display: none;
  background-color: #F7F7F7;
}

.reaction-box .box-reaction {
  position: relative;
  margin-right: 10px;
}

.reaction-box .box-reaction span {
  position: absolute;
  padding: 2px 7px;
  top: -24px;
  border-radius: 10px;
  font-size: 9px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  background-color: #6C7176;
  display: none;
}

.reaction-box .box-reaction img {
  height: 40px;
  width: 40px;
  cursor: pointer;
  transform: scale(0);
}

.reaction-box .box-reaction:last-of-type {
  margin-right: unset;
}

.reaction-box .box-reaction:hover {
  transform: scale(1.2) translateY(-10px);
}

.reaction-box .box-reaction:hover span {
  display: block;
}

.reaction-box .box-reaction:nth-child(1) img {
  animation-delay: .04s;
}

.reaction-box .box-reaction:nth-child(2) img {
  animation-delay: .08s;
}

.reaction-box .box-reaction:nth-child(3) img {
  animation-delay: .12s;
}

.reaction-box .box-reaction:nth-child(4) img {
  animation-delay: .16s;
}

.reaction-box .box-reaction:nth-child(5) img {
  animation-delay: .2s;
}

.reaction-box .box-reaction:nth-child(6) img {
  animation-delay: .24s;
}

.img-animation {
  animation: translateLeft .1s ease-in-out forwards;
}

.popup-footer .modal-action-btn,
.modal-action-btn {
  min-width: 132px;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 21px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.popup-footer .modal-action-btn + .modal-action-btn,
.modal-action-btn + .modal-action-btn {
  margin-left: 10px;
}

.modal-action-secondary {
  background-color: transparent;
  border: 1px solid #24292E;
  color: #24292E;
}

.modal-action-primary {
  background-color: #24292E;
  border: 1px solid #24292E;
  color: #FFFFFF;
}

.modal-action-danger {
  border-color: #d73a49;
}

.modal-action-primary:hover,
.modal-action-primary:focus,
.modal-action-secondary:hover,
.modal-action-secondary:focus {
  opacity: 1;
}

.main-post-box {
  min-height: 20px;
  margin-bottom: 10px;
}

.main-post-box .main-box {
  position: static;
  opacity: 1;
  margin-top: 0;
  z-index: 1;
  transition-property: opacity, height, transform, margin;
  transition-duration: 2s, 1.5s, 1.5s, 1.5s;
  transition-delay: 0.3s, 0s, 0s, 0s;
  animation-timing-function: cubic-bezier(0.333, 0, 0.667, 1), linear, linear;
}

.animation-post {
  position: absolute !important;
  opacity: 0 !important;
  margin-top: -165px !important;
  z-index: -1111 !important;
}

.post-box.custom-unread {
  background-color: #F5F0FF;
  border-radius: 12px;
}

.post-box.custom-unread .reply-form.postForm-box .postForm textarea {
  background-color: #F5F0FF;
}

.sidebar-ul {
  margin: unset;
  padding: unset;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-ul .sidebar-li {
  width: 50%;
  margin-bottom: 15px;
}

.sidebar-ul .sidebar-li a {
  font-weight: 600;
}

.sidebar-ul .sidebar-li a:hover {
  color: #0366D6;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0366D6;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.info-box {
  display: flex;
  padding-left: 20px;
  margin-bottom: -53px;
}

/* Profile header: keep identity centered next to the profile image */
.info-box.profile-header-card {
  align-items: center;
}

.info-box .profile-img {
  margin-right: 20px;
  min-width: 115px;
}

.info-box .profile-img img {
  width: 115px;
  height: 115px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 1px -1px 18px 4px rgba(36, 41, 46, 0.08);
}

.info-box .profile-h {
  margin-bottom: 0px;
}

.info-box .profile-h img {
  width: 30px;
  margin-left: 20px;
}

.profile-p {
  color: rgba(36, 41, 46, 0.7);
  font-weight: 500;
  margin: unset;
  font-size: 12px;
}

.profile-box {
  padding: 12px 20px 20px;
}

.profile-box .follow-box {
  display: flex;
  align-items: center;
  padding-left: 138px;
  margin-bottom: 22px;
}

.profile-box .follow-box .first-box {
  width: auto;
  flex: 1 1 auto;
}

.profile-box .follow-box .first-box.profile-block,
.profile-box .follow-box .first-box.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.profile-box .follow-box .profile-msg {
  margin-right: 20px;
  border: 1px solid #232323;
  height: 34px;
  width: 46.6px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}

.profile-box .follow-box .notification-bell {
  line-height: 30px;
  cursor: pointer;
}

.profile-box .follow-box .profile-actions-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-box .follow-box .profile-actions-box .primary-button.btn-mini {
  height: 24px;
  min-height: 24px;
  padding: 0 10px;
  min-width: 72px;
  font-size: 11px;
  font-weight: 400 !important;
  line-height: normal;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action {
  margin: 0;
}

.profile-box .follow-box .profile-actions-box #ping {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #bell_notification {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #unbell_notification {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #moderate-suspended {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action:last-child {
  margin-right: 0;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action:hover {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action.disable {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.profile-box .follow-box .sec-box .profile-dropdown .dropdown-menu .dropdown-item {
  padding: 8px;
}

.profile-box .follow-box .sec-box .profile-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #eee;
}

.profile-box .details-box {
  display: flex;
}

.profile-box .details-box .box {
  text-align: center;
}

.profile-box .details-box .box:nth-child(2) {
  flex-grow: 1;
}

.profile-box .details-box .box:last-of-type {
  margin-right: unset;
}

.profile-box .details-box .box img {
  max-height: 14px;
  margin-bottom: 6px;
}

.profile-box .details-box .box .box-p {
  margin: unset;
  font-size: 12px;
}

.profile-box .details-box .box .box-p a {
  color: #0366D6;
  word-break: break-all;
}

.follow-p {
  color: rgba(36, 41, 46, 0.5);
  font-size: 13px;
  font-weight: 400;
  margin: unset;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.follow-p span {
  color: #3B3F44;
  font-size: 15px;
  font-weight: 700;
  margin-right: 6px;
}

.follow-p::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background-color: #24292E;
}

.follow-p:hover::after {
  width: 100%;
}

.follow-p a {
  color: rgba(36, 41, 46, 0.5);
}

.description-p {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.1);
  padding-bottom: 15px;
  color: #24292E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  word-break: break-all;
}

.btn-a {
  font-size: 13px;
  border: 1px solid #24292E;
  border-radius: 21px;
  padding: 6px 15px;
  min-width: 100px;
  text-align: center;
}

.validation {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  padding-left: 10px;
  border-radius: 5px;
  padding-right: 10px;
  margin-left: 20px;
  display: none;
}

.profile-img.custom-cam {
  position: relative;
}

.profile-img.custom-cam::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 25px;
  height: 25px;
  background-image: url(assets/images/jo3c0y4zzx.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.edit-pro-img {
  cursor: pointer;
}

.custom-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.main-type-box {
  position: relative;
  margin-bottom: 10px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.up-btn {
  position: fixed;
  bottom: 30px;
  right: 50px;
  background-color: #24292E;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 2px 13px 1px rgba(36, 41, 46, 0.08);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.up-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: opacity 160ms ease, transform 160ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .up-btn,
  .up-btn.is-visible {
    transition: none;
    transform: none;
  }
}

.up-btn i {
  color: #F7F7F7;
  font-size: 19px;
  line-height: 1;
  display: block;
}

.option-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
  /* Boost hit-area without shifting layout. */
  padding: 6px;
  margin: -6px 0 -6px 10px;
}

.option-list,
.follow-option-list {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 999;
  text-align: center;
  padding: 20px 20px 15px;
  min-width: 140px;
  display: none;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.option-list .custom-ex,
.follow-option-list .custom-ex {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 9px;
  height: 9px;
  cursor: pointer;
}

.option-list ul,
.follow-option-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.option-list ul li,
.follow-option-list ul li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(36, 41, 46, 0.08);
}

.option-list ul li a,
.follow-option-list ul li a {
  display: block;
  color: #24292E;
  font-size: 12px;
}

.option-list ul li .delete-btn,
.follow-option-list ul li .delete-btn {
  color: #D73A49;
}

.option-list ul li:last-of-type,
.follow-option-list ul li:last-of-type {
  border-bottom: unset;
}

.option-list ul .ex-btn,
.follow-option-list ul .ex-btn {
  cursor: pointer;
  font-size: 12px;
}

.follow-option-list {
  padding: 10px 20px;
}

.main-empty-box {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.main-empty-box img {
  max-height: 20px;
  margin-bottom: 10px;
}

.main-empty-box .box-p {
  font-weight: 600;
}

.end-of-posts-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  opacity: 0.45;
}

/* Composer splash animation (water/bubbles) */
#makePostSubmit {
  position: relative;
  overflow: hidden;
}

/* Splash can be used on other buttons/links too (leave/logout/1-click). */
.is-splashing {
  position: relative;
  overflow: hidden;
  --sayches-splash-ripple-size: 140px;
  --sayches-splash-ripple-opacity: 0.65;
  --sayches-splash-bubble-opacity: 0.55;
  --sayches-splash-border-width: 2px;
  --sayches-splash-bubble-size: 6px;
}

.is-splashing::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: var(--sayches-splash-border-width, 2px) solid currentColor;
  animation: sayches-splash-ripple 520ms ease-out forwards;
  pointer-events: none;
}

.splash-bubble {
  position: absolute;
  bottom: 8px;
  width: var(--sayches-splash-bubble-size, 6px);
  height: var(--sayches-splash-bubble-size, 6px);
  border-radius: 50%;
  border: var(--sayches-splash-border-width, 2px) solid currentColor;
  opacity: var(--sayches-splash-bubble-opacity, 0.55);
  transform: translateY(0) scale(0.9);
  animation: sayches-splash-bubble 650ms ease-out forwards;
  pointer-events: none;
}

@keyframes sayches-splash-ripple {
  0% {
    width: 6px;
    height: 6px;
    opacity: var(--sayches-splash-ripple-opacity, 0.65);
  }
  100% {
    width: var(--sayches-splash-ripple-size, 140px);
    height: var(--sayches-splash-ripple-size, 140px);
    opacity: 0;
  }
}

@keyframes sayches-splash-bubble {
  0% {
    opacity: var(--sayches-splash-bubble-opacity, 0.55);
    transform: translateY(0) scale(0.85);
  }
  70% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: translateY(-26px) scale(1.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-splashing::after,
  .splash-bubble {
    animation: none !important;
    opacity: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
}

.sidebar-sea-image {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.type-post-box {
  display: flex;
  align-items: center;
}

.type-post-box .type-p {
  font-size: 11px;
  font-weight: 500;
}

.type-post-box .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: unset;
  margin-right: 10px;
}

.type-post-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.type-post-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 41, 46, 0.37);
}

.type-post-box .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
}

.type-post-box input:checked+.slider {
  background-color: #24292E;
}

.type-post-box input:focus+.slider {
  box-shadow: 0 0 1px #24292E;
}

.type-post-box input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: -3px;
}

.type-post-box .slider.round {
  border-radius: 34px;
}

.type-post-box .slider.round:before {
  border-radius: 50%;
}

.custom-radiobutton {
  margin-bottom: 10px;
}

.custom-radiobutton .radio-label {
  font-size: 11px;
  margin-left: 23px !important;
  text-indent: unset !important;
  padding: 5px 10px;
  border-radius: 7px;
  text-transform: uppercase;
}

.custom-radiobutton .pretty .state label::after,
.custom-radiobutton .pretty .state label::before {
  top: 4px;
}

.custom-radiobutton .pretty.p-default input:checked~.state label::after {
  background-color: #24292E !important;
}

.custom-radiobutton .pretty.p-default input:checked~.state label::before {
  border-color: #24292E;
}

.option-box {
  display: none;
}

.option-box.custom-hide .box {
  display: none;
}

.option-box.custom-hide .box:nth-child(1) {
  display: block;
}

.option-p {
  display: inline-block;
  box-shadow: 1px 4px 8px 3px rgb(36 41 46 / 8%);
  padding: 4px 6px;
  cursor: pointer;
  font-size: 11px;
  margin: unset;
  min-width: 80px;
  text-align: center;
}

.status-btn {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.option-p img {
  margin-right: 5px;
  width: 20px;
  height: 15px;
}

.option-p.more-option {
  min-width: 45px;
  text-align: center;
}

.option-p.more-option.custom-open {
  box-shadow: inset 0px 0px 14px 8px rgba(36, 41, 46, 0.2);
}

.option-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: none;
}

.option-popup {
  border-radius: 12px;
  z-index: 9999;
  min-width: 510px;
  background-color: #F7F7F7;
  margin: 50px 20px;
}

.option-popup .popup-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.1);
}

.option-popup .popup-heading .popup-h {
  margin: unset;
  margin-right: 20px;
  font-size: 18px;
}

.option-popup .popup-heading .popup-exit {
  cursor: pointer;
  max-height: 12px;
}

.option-popup .popup-body {
  padding: 30px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.btn-center-box {
  text-align: center;
}

.custom-input.border-input {
  box-shadow: unset;
  background-color: transparent;
  border-bottom: 1px solid rgba(36, 41, 46, 0.35);
  border-radius: unset;
}

.custom-input.border-input:focus {
  border-bottom-color: rgba(36, 41, 46, 0.6);
}

.custom-input.border-input.none-input {
  border-bottom: unset;
  font-size: 20px;
}

.custom-input.border-input.none-input::placeholder {
  font-size: 20px;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  padding: 8px 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block !important;
  left: 0 !important;
  top: 88% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline !important;
}

.nav-tabs {
  border-bottom: none !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.modal-content {
  border-radius: 12px;
  background: #f7f7f7;
  border: none;
}

.modal-body {
  padding: 1rem 0;
  height: 100%;
  overflow: overlay;
}

.modal-body.forget-me {
  height: auto !important;
  min-height: 239px;
  padding: 16px 18px 18px;
}

/* Full-page Forget Me cover (no animation) */
.modal.forget-cover {
  padding: 0 !important;
}

.modal.forget-cover,
.modal.forget-cover .modal-dialog,
.modal.forget-cover .modal-content {
  transition: none !important;
}

.modal.forget-cover .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal.forget-cover .modal-content {
  border-radius: 0;
  background: #FFFFFF;
  min-height: 100vh;
}

.modal.forget-cover .modal-body.forget-me {
  height: 100% !important;
  min-height: 100vh;
  overflow: auto;
  padding: 24px 18px 18px;
}

.modal.forget-cover .popup-content .forget-p {
  font-weight: 700;
}

.modal.forget-cover .popup-footer.forget {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.modal.forget-cover .popup-footer.forget form {
  display: inline-block;
  margin: 0;
}

.settings-popup-header {
  padding-bottom: 15px;
}

.settings-popup-header span {
  text-align: center;
  display: block;
  font-weight: 500;
}

.popup-content form {
  margin: 30px 42px !important;
}

.popup-content form .form-control {
  font-size: 12px;
  height: 45px;
  border-radius: 8px;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  border: unset;
  background-color: #f7f7f7 !important;
}

.popup-content form .form-control:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #ced4da;
  outline: 0;
}

.popup-content form label {
  font-size: 12px;
}

.popup-content form .add {
  display: flex;
  align-items: center;
}

.popup-content form .add #custom-button {
  border: 2px dashed #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin: 10px;
  outline: 0;
  cursor: pointer;
  animation: spin 10s infinite linear;
}

.add i {
  font-size: 12px;
}

.popup-content form .add #custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 14px;
  color: #aaa;
}

.popup-content .forget-me-image {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto 10px;
  object-fit: cover;
}

.popup-content .forget-p {
  padding-top: 8px;
  font-size: 14px;
  width: 300px;
  margin: auto;
  font-weight: 400;
}

.popup-footer {
  text-align: center;
}

.popup-footer .submit-btn {
  width: 120px;
  height: 38px;
  border-radius: 32px;
  opacity: 1;
  outline: 0;
  margin: 15px auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f7f7;
}

.popup-footer.forget {
  text-align: center;
  margin-top: 22px;
}

.popup-footer.forget .forget-btn {
  width: 190px;
  height: 38px;
  border: 1px solid #24292E;
  border-radius: 32px;
  font-size: 14px;
  outline: 0;
  margin: 0 10px;
  background-color: #f7f7f7;
}

/* Full-page Forget Me screen (not a modal) */
.forget-cover-page {
  position: fixed;
  inset: 0;
  background: #F7F7F7;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px 18px;
}

.forget-cover-inner {
  width: 100%;
  max-width: 560px;
}

.forget-cover-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.forget-cover-close {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.forget-cover-content {
  text-align: center;
}

.forget-cover-content .forget-me-image {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
}

@media (max-width: 420px) {
  .forget-cover-content .forget-me-image {
    max-width: 70%;
  }
}

.forget-cover-content .forget-p {
  font-size: 18px;
  font-weight: 700;
  width: auto;
  max-width: 420px;
  margin: 0 auto;
}

.forget-cover-footer {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}

.forget-cover-footer form {
  margin: 0;
  flex: 0 0 auto;
}

.forget-cover-footer > a {
  flex: 0 0 auto;
}

.profile-dropdown button {
  background: none;
  opacity: 0.5;
}

.profile-dropdown .post-btn {
  background: rgba(36, 41, 46, 0.35);
}

.profile-dropdown button:focus {
  box-shadow: none;
}

.profile-dropdown button::after {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  position: relative;
}

/* Hardening: hidden elements must never capture clicks.
   Author CSS can override UA styles, so force [hidden] off.
*/
[hidden] {
  display: none !important;
}

/* Full-page Forget Me cover must not intercept clicks unless shown. */
.forget-cover-page[hidden],
.forget-cover-page[aria-hidden="true"] {
  display: none !important;
  pointer-events: none !important;
}

::placeholder {
  color: #24292E !important;
  opacity: 0.5;
  /* Firefox */
}

.ping-pong .txt-box {
  width: 70% !important;
}

.ping-pong .img-box {
  min-width: 40% !important;
  display: flex;
  font-size: 11px;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  right: 32px;
  bottom: 4px;
}

.ping-pong .img-box .pong-btn {
  min-width: 72px;
}

.ping-pong .img-box img {
  margin-bottom: 15px;
}

.ping-pong .img-box a {
  margin-top: 15px;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.post-body .post-p {
  white-space: pre-wrap;
  line-height: 25px;
  word-break: break-word;
  margin: unset;
  color: #24292E;
}

.post-body .post-p a {
  color: #0366D6;
  word-break: break-word;
  line-height: 20px;
  font-weight: normal;
}

.main-post-box .post-body .post-p.post-p-feed {
  display: block;
  overflow: visible;
  text-overflow: initial;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
}

.list-group-item .parag {
  display: block;
}

.mini-box .minibox-explicitname {
  color: #1A9AFD;
  font-size: 14px;
}

.mini-box .minibox-explicitcounter {
  font-size: 12px;
  font-weight: 400;
}

.element .style {
  display: block;
}

.link-popup .btn-popup-box .modal-action-btn {
  padding: 6px 23px !important;
}

.short-p {
  padding-left: 0px;
  font-size: 11px;
  color: gray;
}

.pagination {
  justify-content: center;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-top: revert;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li.active {
  background-color: #24292e;
  color: #fff;
}

.popup-body h5 {
  font-size: 15px;
}

span#select2-select-statues-container {
  font-size: 14px;
}

ul#select2-select-statues-results li span {
  font-size: 14px;
}

.news-content h1 {
  font-size: 18px;
}

.news-content h2 {
  font-size: 16px;
}

.news-content h3 {
  font-size: 15px;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6,
.news-content li {
  text-align: left;
}

.main-box.sidebar-box.search-result-box {
  font-size: 14px;
}

#privacy-policy a span {
  font-size: 15px;
}


div#remainingChars {
  font-size: 12px;
}

.custom-checkbox {
  margin-left: 16px!important;
}

.custom-checkbox.login-form {
  margin-left: 0px !important;
}

.dropdown-item {
  font-size: 13px !important;
}

.hashtag h3 {
    color: #1A9AFD;
}

i.ri-hashtag.font-weight-bold {
  color: #1A9AFD;
}

i.ri-key-2-fill.dark-icon-color {
  font-size: 20px;
}

.header-icon {
  font-size: 20px;
  margin-top: 10px;
}

.fourBtn {
  border-color: #fff;
  color: #fff;
  font-weight: 700;
}

.fourBtn:hover {
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.fourWrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.close-img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  max-height: 14px;
}

.option-equal-line {
  position: relative;
  top: 2px;
  padding-right: 3px;
}

p.parag.post-p {
  line-height: 20px !important;
}

.background-404{
  background-image: url(assets/images/7pm82cxkox.png);
  background-size: cover;
  background-position: center;
}

#loadPostIconId {
  margin-left: 45%;
  margin-bottom: 15px;
}

.profile-btn {
  background: transparent;
  padding: 0;
  border: none;
  margin-left: 20px;
}

.content {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.main {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
@keyframes translateLeft {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}@media (max-width: 767px) {
  .up-btn {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .main-empty-box {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .list-group.tap-follower .list-group-item {
    padding: 0 20px 10px;
  }
}

@media (max-width: 767px) {
  .option-box .box {
    display: flex !important;
    flex-direction: column;
  }

  /* Post composer: keep action buttons on one row (small screens only) */
  .sec-box.btn-post .option-box .box {
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
  }
  .list-wrapers {
    height: auto;
  }
  .box-submit {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  /* Post form: keep actions and SPLASH aligned on one row */
  .postForm-box .postForm .btn-post {
    align-items: center;
  }

  .postForm-box .postForm .status-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .postForm-box .box-submit {
    margin-top: 0;
  }

  .postForm-box .box-submit .post-btn,
  .sec-box.btn-post .box-submit .post-btn {
    white-space: nowrap;
    min-width: 118px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
  }
  .option-box {
    text-align: right;
  }
  .option-p {
    text-align: left;
  }
  .option-popup {
    min-width: calc(100% - 50px);
    margin: 30px 0;
  }
  .option-popup .popup-heading {
    padding: 15px 25px;
  }
  .option-popup .popup-body {
    padding: 20px 25px;
  }
  .option-p.more-option {
    display: none;
  }
}

@media (max-width: 370px) {
  .main-type-box {
    flex-direction: column;
    align-items: self-start;
  }
}

@media (max-width: 1199px) {
  .fourWrap h1 {
    font-size: 10rem;
  }
  .fourWrap p {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .tabs-area {
    margin-top: 86px;
    margin-bottom: 200px;
  }
  .tabs-area .tab-content {
    position: relative;
  }
  .tabs-area .tab-content .tab-pane {
    width: 452px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 14px #24415D4D;
    opacity: 1;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 7px;
    bottom: 13px;
  }
  .tabs-area .tab-content #home {
    margin-left: 0px;
  }
  .tabs-area .tab-content #menu1 {
    margin-left: 50px;
  }
  .tabs-area .tab-content #menu2 {
    margin-left: 100px;
  }
  .tabs-area .tab-content #menu3 {
    margin-left: 150px;
  }
  .tabs-area .tab-content #menu4 {
    margin-left: 200px;
  }
  .tabs-area .tab-content #menu5 {
    margin-left: 450px;
  }
  .tabs-area .tab-content #menu6 {
    margin-left: 500px;
  }
  .tabs-area .tab-content #menu7 {
    margin-left: 650px;
  }
  .tabs-area .nav-tabs {
    border-bottom: none !important;
  }
  .tabs-area .nav-tabs .nav-item {
    margin-right: 23px;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .fourWrap h1 {
    font-size: 20px;
  }
  .fourWrap h2 {
    font-size: 20px;
  }
  .fourWrap p {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .fourWrap .btn {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
  .popup-content .forget-p {
    width: 100% !important;
  }
  .popup-content .forget-me-image {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .popup-footer.forget .forget-btn {
    width: 180px !important;
  }
}

@media (max-width: 767px) {
  .follow-box .first-box{
    margin: auto;
    width: auto !important;
  }
}

@media (max-width: 320px) {
  .ping-pong .img-box {
    right: 18px;
  }
}

@media (max-width: 575px) {
  .primary-button {
    width: 80px;
    height: 29px;
    display: inline;
    font-size: 13px;
    padding: 5px 12px;
  }

  /* Post header: keep avatar + time + actions on ONE row and vertically centered. */
  .post-header {
    flex-wrap: nowrap;
    align-items: center;
  }

  .post-box .post-header .first-box {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin-right: 2%;
  }

  .post-box .post-header .sec-box {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    max-width: 55%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    text-align: right;
    flex-wrap: nowrap;
  }

  .post-header .sec-box .post-meta-row {
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .post-header .sec-box .custom-time {
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
  }

  .post-header .first-box .user-name-box,
  .post-header .first-box .user-name-box a {
    min-width: 0;
  }

  .post-header .sec-box .post-inline-actions {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
  }

  /* Post header actions: don't apply the global fixed button width on mobile */
  .post-header .sec-box .post-inline-actions .primary-button,
  .post-header .sec-box .post-inline-actions .primary-button.btn-mini {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  /* Profile admin toggles: labels are long, so avoid fixed 80px width and add spacing */
  .profile-section-redesign .profile-signup-toggle-form {
    display: inline-flex;
  }

  .profile-section-redesign .profile-signup-toggle-form + .profile-signup-toggle-form {
    margin-left: 8px;
  }

  .profile-section-redesign .profile-signup-toggle.primary-button,
  .profile-section-redesign .profile-signup-toggle.primary-button.btn-mini {
    width: auto;
    min-width: 0;
    display: inline-flex;
    white-space: nowrap;
  }

  /* Post header dropdown: keep inside viewport */
  .details-drop {
    right: 0;
    left: auto;
    min-width: 0;
    max-width: calc(100vw - 24px);
  }

  .details-drop li {
    word-break: break-word;
  }

  /* Composer textarea: allow flex child to shrink on small screens */
  .postForm-box {
    padding: 14px 12px;
    --composer-avatar-size: 35px;
    --composer-avatar-gap: 8px;
    --composer-max-width: calc(100% - (var(--composer-avatar-size) + var(--composer-avatar-gap)));
    /* iOS small screens render textarea placeholder slightly lower; nudge it up for true centering. */
    --composer-text-top-pad: 6px;
  }

  .postForm-box .user-img {
    margin-right: var(--composer-avatar-gap);
    margin-top: var(--composer-text-top-pad);
  }

  .postForm-box .postForm {
    min-width: 0;
  }

  .postForm-box .postForm textarea {
    min-width: 0;
    word-break: break-word;
    height: 70px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* Composer action buttons: icon-only on small screens */
  .primary-button.composer-action.composer-action--with-icon,
  .sec-box.btn-post .primary-button.composer-action.composer-action--with-icon {
    width: 34px;
    min-width: 34px;
    height: 29px;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .primary-button.composer-action.composer-action--with-icon .composer-action-label {
    display: none;
  }
}

@media (max-width: 480px) {
  .profile-section-redesign .profile-stats-card .follow-p {
    color: rgba(36, 41, 46, 0.5);
  }
  .profile-section-redesign .profile-stats-card .follow-p span {
    color: #3B3F44;
  }
  .profile-section-redesign .profile-stats-card .profile-actions-box #ping,
  .profile-section-redesign .profile-stats-card .profile-actions-box #bell_notification,
  .profile-section-redesign .profile-stats-card .profile-actions-box #moderate-suspended {
    color: #24292E;
  }
  .profile-section-redesign .profile-stats-card .profile-actions-box #unbell_notification {
    color: #24292E;
  }
  .profile-section-redesign .profile-stats-card .profile-actions-box .profile-inline-action.disable {
    opacity: 0.6;
    pointer-events: none;
  }
  .notification-dropdown .box-item .txt-box .txt-hint {
    font-size: 11px;
  }
  .notification-dropdown .box-item .txt-box .txt-p {
    font-size: 11px;
  }
  .ping-pong .txt-box {
    width: 100% !important;
  }
  .ping-pong .img-box .pong-btn {
    width: 40px;
    height: 20px;
    line-height: 18px;
  }
  .ping-pong .img-box {
    right: 24px;
    bottom: 6px;
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  .follow-p {
    margin-right: 10px;
  }
  .profile-block p {
    display: block;
  }
}

@media (max-width: 800px) {
  .text-truncate-150-media {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    }
  .text-truncate-100-media {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
  }
  .post-footer .box {
    margin-right: 10px;
  }
  .form-sec {
    padding: 0;
  }
  .text-truncate-100 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 100px;
  }
  .text-truncate-150 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 150px;
  }
  .fourWrap h2 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .block-item p {
    font-size: 12px !important;
  }
  .block-item p.newsroom-title{
    font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .logo-box {
    margin-right: 25px;
  }
  .form-sec {
    min-height: calc(100vh - 128px);
  }
  .form-sec .img-box {
    display: none;
  }
  .auth-centered-page .row {
    align-items: center;
  }
  .auth-centered-page .col-lg-7.d-flex {
    justify-content: center;
  }
  .auth-centered-page .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
  }
  .auth-centered-page .img-box img {
    display: block;
    width: min(78vw, 340px);
    max-height: 320px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }
  .footer-box {
    display: block;
    text-align: center;
  }
  .footer-list {
    margin-right: unset;
  }
  .footer-list li {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .custom-checkbox {
    margin-bottom: 10px;
  }

  .header-nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 12px;
    gap: 12px;
  }

  .header-nav .logo-box {
    grid-column: 1;
    justify-self: start;
  }

  .header-nav .authenticated-user-box {
    grid-column: 3;
    justify-self: end;
  }

  .authenticated-user-img {
    margin-left: 0;
  }
  .authenticated-user-img img {
    width: 39px;
    height: 39px;
  }
  .notification-dropdown {
    right: 6px;
    left: auto;
    min-width: unset;
    width: min(94vw, 350px);
    max-width: 94vw;
  }
  .noti-box.profile-noti .notification-dropdown {
    right: 6px;
    left: auto;
    max-width: 94vw;
  }
  .notification-dropdown .box-header {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
  .notification-dropdown .box-header .header-p,
  .notification-dropdown .box-header .mark-p {
    flex: 1 1 auto;
    min-width: 0;
  }
  .notification-dropdown .box-header .mark-p {
    text-align: right;
  }
  .notification-dropdown .box-header .mark-p a {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .notification-dropdown .box-item {
    gap: 10px;
    min-width: 0;
  }
  .notification-dropdown .box-item .txt-box {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-right: 0;
  }
  .notification-dropdown .box-item .txt-box > a {
    display: block;
    max-width: 100%;
    min-width: 0;
  }
  .notification-dropdown .parag,
  .notification-dropdown .box-item .txt-box .txt-hint,
  .notification-dropdown .box-item .txt-box .txt-hint span,
  .notification-dropdown .box-item .txt-box .txt-p,
  .notification-dropdown .box-item .txt-box .txt-p span {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .notification-dropdown .box-item .img-box {
    flex: 0 0 44px;
    min-width: 44px;
  }
  .notification-dropdown::after,
  .notification-dropdown::before {
    right: 24px;
  }
  .auth-centered-page .img-box {
    margin-bottom: 16px;
  }
  .auth-centered-page .img-box img {
    width: min(84vw, 300px);
    max-height: 260px;
  }
  .box-list ul li {
    margin-right: 15px;
  }
  .box-list ul li a {
    padding-left: unset;
  }
  .box-list ul li a::after {
    display: none;
  }
  .form-sec {
    min-height: calc(100vh - 157px);
  }
  .footer-list li {
    margin-right: 25px;
  }
  .footer-list li::after {
    right: -14px;
  }
}

@media (max-width: 420px) {
  .auth-centered-page .img-box img {
    width: min(88vw, 270px);
    max-height: 230px;
  }
}

@media (max-width: 380px) {
  .header-nav .logo-box {
    margin-right: 0;
  }
  .header-nav .authenticated-user-img {
    margin-left: 0;
  }
  .authenticated-user-img img {
    width: 40px;
    height: 40px;
  }
  .notification-dropdown {
    right: 4px;
    left: auto;
    width: min(95vw, 320px);
    max-width: 95vw;
  }
  .noti-box.profile-noti .notification-dropdown {
    right: 4px;
    left: auto;
    max-width: 95vw;
  }
  .notification-dropdown::after,
  .notification-dropdown::before {
    right: 22px;
  }
}

@media (max-width: 320px) {
  .box-list ul li {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .form-box .nav-tabs .nav-item {
    margin-right: 140px;
  }
}

@media (max-width: 767px) {
  .step-heading {
    font-size: 16px;
  }
  .form-box .nav-tabs {
    padding: 30px 30px 10px;
  }
  .form-box .nav-tabs .nav-item {
    margin-right: 55px;
  }
  .form-box .nav-tabs .nav-item .header-p {
    white-space: nowrap;
    display: none;
  }
  .form-box .sw-container.tab-content {
    padding: 20px 30px 30px;
  }
}

@media (max-width: 400px) {
  .form-box .nav-tabs .nav-item {
    margin-right: 30px;
  }
}

@media (max-width: 320px) {
  .post-body .post-p {
    line-height: 15px !important;
  }
}

@media (max-width: 375px) and (min-width:321px) {
  .post-body .post-p {
    line-height: 18px !important;
  }
  .post-body .post-p a {
    white-space: nowrap;
  }
  .link-container .p-title {
    font-size: 14px;
    line-height: 16px !important;
  }
}

@media (max-width: 767px) and (min-width:376px) {
  .post-body .post-p a {
    white-space: nowrap;
  }
  .link-container .p-title {
    font-size: 14px;
    line-height: 16px !important;
  }
  .post-body .post-p a img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .post-body .post-p a.custom-link {
    white-space: nowrap;
  }
  .link-container .p-title {
    line-height: 16px !important;
  }
  .fourWrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .main-sec {
    min-height: calc(100vh - 128px);
  }
}

@media (max-width: 767px) {
  .main-post-box {
    min-height: 20px;
  }
  .main-sec {
    min-height: calc(100vh - 157px);
  }
  .post-header .first-box {
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
  }
  .post-header .sec-box {
    max-width: none;
    flex-wrap: nowrap;
    align-items: center;
  }
  .post-body .post-img {
    min-height: 120px;
  }
  .user-img {
    margin-right: 10px;
  }
  .user-img img {
    width: 35px;
    height: 35px;
  }

  .post-header .first-box .user-name-box {
    min-height: 35px;
  }
}

@media (max-width: 767px) {
  .info-box .profile-img {
    min-width: 110px;
  }
  .info-box .profile-img img {
    width: 110px;
    height: 110px;
  }
  .profile-box .follow-box {
    padding-left: 0;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
    gap: 10px;
  }

  .profile-box .follow-box .first-box.profile-block,
  .profile-box .follow-box .first-box.d-flex {
    flex-wrap: wrap;
    white-space: normal;
    gap: 10px;
  }

  .profile-box .follow-box .profile-actions-box {
    width: 100%;
    margin-top: 0;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    white-space: normal;
  }

  .profile-box .follow-box .profile-actions-box #ping,
  .profile-box .follow-box .profile-actions-box #bell_notification,
  .profile-box .follow-box .profile-actions-box #unbell_notification {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    min-width: 0;
  }

  .profile-box .follow-box .profile-actions-box #moderate-suspended {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .profile-box .follow-box .follow-p,
  .profile-box .follow-box .profile-actions-box .profile-inline-action {
    margin-right: 0;
  }

  .profile-box .follow-box .profile-actions-box .profile-inline-action:last-child {
    margin-right: 0;
  }
  .profile-box .details-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .follow-p {
    font-size: 12px;
  }
  .follow-p span {
    font-size: 14px;
  }
  .profile-profile-img:not(.profile-header-card) {
    padding-left: 0px !important;
    margin-bottom: 10px;
  }

  .profile-section-redesign .profile-stats-card .profile-actions-box {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
  }

  .profile-section-redesign .profile-stats-card .profile-actions-box #ping,
  .profile-section-redesign .profile-stats-card .profile-actions-box #bell_notification,
  .profile-section-redesign .profile-stats-card .profile-actions-box #unbell_notification {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    min-width: 0;
  }

  .profile-section-redesign .profile-stats-card .profile-actions-box #moderate-suspended {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }

}

@media (max-width: 767px) {
  .btn-a {
    font-size: 11px;
    padding: 4px 10px;
    min-width: 75px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 39% !important;
    max-width: 100%;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.profile-section-redesign {
  margin-bottom: 16px;
}

.profile-section-redesign .profile-header-card {
  margin: 0 0 12px;
  padding: 16px 18px;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #F7F7F7;
  border-radius: 12px;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
}

/* Profile header: visitor profiles (flag + IP) look better centered (no actions on the right) */
.profile-section-redesign .profile-header-card.profile-header-card--centered {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.profile-section-redesign .profile-header-card.profile-header-card--centered .profile-img {
  margin-right: 0;
  margin-bottom: 10px;
}

.profile-section-redesign .profile-header-card.profile-header-card--centered .profile-main-content {
  align-items: center;
  text-align: center;
}

.profile-section-redesign .profile-header-card.profile-header-card--centered .profile-name-row {
  justify-content: center;
}

.profile-section-redesign .profile-main-content {
  min-width: 0;
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.profile-section-redesign .profile-header-card .profile-img {
  margin-right: 14px;
  min-width: 96px;
}

.profile-section-redesign .profile-header-card .profile-img img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
}

.profile-section-redesign .profile-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.profile-section-redesign .profile-identity-block {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.profile-section-redesign .profile-name-row {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-section-redesign .profile-name-row .validation {
  margin-left: 0;
}

.profile-section-redesign .profile-hash-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.profile-section-redesign .profile-name-row h3 {
  margin: 0;
  line-height: 1.2;
}

.profile-section-redesign .profile-identity h3 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-section-redesign .profile-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.profile-section-redesign .profile-meta-row .profile-stat {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.profile-section-redesign .profile-meta-row .profile-stat::after {
  display: none;
}

.profile-section-redesign .profile-user-hash {
  font-size: 13px;
  font-weight: 400;
  color: #24292E;
  margin: 0;
  line-height: 1.2;
}

.profile-section-redesign .profile-meta-row .validation {
  margin-left: 0;
}

.profile-section-redesign .profile-stats-card {
  padding: 0;
  margin-top: 0;
}

.profile-section-redesign .profile-stats-card .follow-box {
  padding-left: 0;
  margin-bottom: 0;
}

.profile-section-redesign .profile-stats-card .first-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-section-redesign .profile-stats-card .profile-stat {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.profile-section-redesign .profile-stats-card .profile-stat::after {
  display: none;
}

.profile-section-redesign .profile-stats-card .profile-actions-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
}

.profile-section-redesign .profile-stats-card .follow-p {
  color: rgba(36, 41, 46, 0.5);
  font-weight: 400;
}

.profile-section-redesign .profile-stats-card .follow-p span {
  color: #3B3F44;
  font-weight: 700;
}

.profile-section-redesign .profile-stats-card .follow-p::after,
.profile-section-redesign .profile-stats-card .follow-p:hover::after {
  display: none;
  width: 0;
}

.profile-section-redesign .profile-header-actions .first-box {
  margin: 0;
}

.profile-section-redesign .profile-stats-card .profile-actions-box .profile-inline-action:not(.primary-button) {
  color: #3B3F44;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.profile-section-redesign .profile-stats-card .profile-actions-box #ping,
.profile-section-redesign .profile-stats-card .profile-actions-box #bell_notification,
.profile-section-redesign .profile-stats-card .profile-actions-box #moderate-suspended {
  color: #24292E;
}

.profile-section-redesign .profile-stats-card .profile-actions-box #unbell_notification {
  color: #24292E;
}

.profile-section-redesign .profile-stats-card .profile-actions-box .profile-inline-action.disable {
  opacity: 0.6;
  pointer-events: none;
}

.profile-section-redesign .profile-signup-toggle-form {
  margin: 0;
}

/* Profile: suspended state message spacing + centering */
.profile-suspended-wrap {
  margin-top: 14px;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .profile-section-redesign .profile-header-card {
    padding: 14px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .profile-section-redesign .profile-header-card .profile-img {
    min-width: 84px;
  }

  .profile-section-redesign .profile-header-card .profile-img img {
    width: 84px;
    height: 84px;
  }

  .profile-section-redesign .profile-main-content {
    width: 100%;
    gap: 8px;
  }

  .profile-section-redesign .profile-stats-card .first-box,
  .profile-section-redesign .profile-stats-card .profile-actions-box {
    gap: 8px;
  }
}.f-s-17 {
  font-size: 17px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.primary-colour {
  color: #24292E !important;
}

.primary-blue {
  color: #0366D6 !important;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #24292E;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  height: 30px;
  min-height: 30px;
  padding: 0 10px;
  min-width: 80px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 4px 8px 3px rgb(36 41 46 / 8%);
  opacity: 1;
} .primary-button.btn-mini {
  height: 24px;
  min-height: 24px;
  padding: 0 10px;
  min-width: 72px;
  font-size: 11px;
  white-space: nowrap;
} .primary-button:hover {
  opacity: 1;
} .primary-button:focus {
  outline: 0;
} .primary-button:active {
  transform: none;
} .primary-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
} .primary-button.is-danger {
  color: #D73A49;
} .primary-button.is-danger:hover,
.primary-button.is-danger:focus,
.primary-button.is-danger:active {
  color: #D73A49;
} a.primary-button {
  line-height: normal;
  text-decoration: none;
}

a.primary-button:hover,
a.primary-button:focus,
a.primary-button:active,
a.primary-button:visited {
  color: inherit;
  text-decoration: none;
}

/* Text Truncate */

.text-truncate-150 {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 150px;
}

.text-truncate-200 {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 200px;
}
