import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


.fontusername {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
	background: #f1f1f1;
	/* font-family: "Noto Sans JP", sans-serif; */
}
[data-bs-theme=dark] body {
	background: #000;
}
@media (max-width: 768px) {
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
  }

  body::-webkit-scrollbar {
    display: none;             /* Chrome, Safari, Opera */
  }
}

import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=WDXL+Lubrifont+TC&display=swap');
.auth-bg {
    background-image: url(../img/auth-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}
.bg-prime {
    --bs-bg-opacity: 1;
    background-color: rgba(16,53,127,.659)!important;
}
.bg-prime-home {
  background-color: rgba(16,53,127,.659) !important;
  height: 300px;
}
[data-bs-theme="dark"] .bg-prime-home {
  background-color: #000 !important;
}
.select_gender {
	display: flex;
	width: 100%;
}
.radio-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--bs-gray-400);
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  margin-right: 3px;
}

.radio-box input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 50%;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.radio-box input[type="radio"]:checked {
  background-color: #007bff;
  border-color: #0056b3;
}

.radio-box input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: 3px;
}

.radio-box label {
  margin: 0;
  font-size: 16px;
  color: #333;
}
@media (max-width: 768px) {	
	.mobile-top {
		top: 0px !important;
	}
	.fixed-top-mobile {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		border-bottom: 1px solid rgb(140 140 140 / 20%);
	}
}
header.fixed-top + main {
  padding-top: calc(1.5rem + 20px);
  margin-bottom: 1.5rem;
}
.fixed-top {
	border-bottom:1px solid rgb(140 140 140 / 20%);
	padding: 5px;
}
.navbar-brand .navbar-brand-item {
    display: block;
    width: 95px !important;
    height: auto !important;
}
.nav.user-side-menu:not(.nav-pills) .nav-link {
	padding: 8px 8px;
    border-radius: 8px;
    font-weight: normal;
    color: #000;
    font-size: 16px;
}
[data-bs-theme="dark"]  .nav.user-side-menu:not(.nav-pills) .nav-link {
	padding: 8px 8px;
    border-radius: 8px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.nav.user-side-menu:not(.nav-pills) .nav-link:hover {
  background: rgb(0 0 0 / 5%);
  color: #000 !important;
}
[data-bs-theme="dark"] .nav.user-side-menu:not(.nav-pills) .nav-link:hover {
  background: #000 !important;
  color: #fff !important;
}
[data-bs-theme="dark"] .nav.flex-column:not(.nav-pills) .nav-link {
  padding-left: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  border: 1px solid var(--bs-card-bg-dark) !important;
  border-radius: 6px;
  background: var(--bs-card-bg-dark) !important;
}
.nav-link-secondary .nav-item .nav-link {
    color: #465152;
}
.nav.user-side-menu:not(.nav-pills) .nav-link.active {
    background: rgb(0 0 0 / 5%);
    color: #000 !important;
}
.btn-modeswitch.active {
    background: #000 !important;
	padding: 8px 8px !important;
}
[data-bs-theme="dark"] .nav.user-side-menu:not(.nav-pills) .nav-link.active {
    background-color: #0e0e0e !important;
    border-radius: 5px;
    color: #fff !important;
}


[data-bs-theme="dark"] .search_result_filter {
  background: #000;
}
@media (min-width: 768px) {
	.search_result_filter {
		display: none !important;
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		padding: 15px;
		width: calc(100% - 0px);
		height: 100vh;
		overflow:
	}
	.search_result_filter.active {
		display: block!important;
		/* animation: slide-up 0.1s ease-in-out forwards; */
		top: 55px;
	}
}

@keyframes slide-up {
    from {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0);
    }
}
.search_history .link {
	padding:10px;
	align-items: center;
}
.search_history .link:hover {
	background: #f1f1f1;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.broder-sm-0 {
		border:none;
	}
	.user-side-menu {
		margin-left:6px;
		margin-right:6px;
	}
}


/* Mobile Menu  */
/* Base Styles */
/* .mobile-bottom-menu {
    position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	padding: 8px 0px 8px 0px;
	z-index: 10000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 90px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
} */
.mobile-bottom-menu {
    position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	padding: 8px 0px 8px 0px;
	z-index: 10000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 16px 16px 0px 0px;
	border-top: 1px solid rgb(140 140 140 / 12%);
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}
[data-bs-theme="dark"] .mobile-bottom-menu {
	background-color: #000;
}
.mobile-bottom-menu .menu-item {
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    color: #465152;
    font-size: 12px;
    transition: color 0.3s ease-in-out;
}
[data-bs-theme="dark"] .mobile-bottom-menu .menu-item {
    color: #ddd;
}
.mobile-bottom-menu .menu-item i {
    display: block;
    font-size: 22px;
    transition: color 0.3s ease-in-out;
    margin-bottom: -5px;
}
@media (min-width: 768px) {
    .mobile-bottom-menu {
        display: none; /* Hide on larger screens */
    }
	.topbar {
		display: none; /* Hide on larger screens */
	}
}
@media (max-width: 768px) {
	.mobile-bottom-menu .menu-item span {
		display: block !important;
		font-size: 12px !important;
        color: #333;
		font-weight:600;
		margin-top:3px;
	}
    .mobile-search {
        margin-top: -58px;
		z-index: 99;
    }
	.search_result_filter {
		display: block !important;
		top: 73px;
		width: 100%;
		left: 0;
		right: 0;
		height: 100vh;
		overflow:auto;
    }
	.search_result_filter.active {
        top: 73px;
    }
	.sidebar-mobile-menu {
	  position: sticky;
	  top: 60px;
	  z-index: 9999999 !important;
	}
}
/* Active Menu Item */
.mobile-bottom-menu .menu-item.active,
.mobile-bottom-menu .menu-item.active i,
.mobile-bottom-menu .menu-item.active span {
    color: #0f0f10;
	font-weight:900;
}
.mobile-bottom-menu .menu-item.active img {
    border: 2px solid #000 !important;
}

[data-bs-theme="dark"] .mobile-bottom-menu .menu-item.active span {
    color: #fff;
}


.user-side-menu .nav-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
}

.user-side-menu .nav-link.active {
    color: var(--bs-primary) !important;
	border-radius: 6px !important;
}

.user-side-menu .nav-link:hover {
    color: var(--bs-primary);
    text-decoration: none;
}
.backbutton-style h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	margin-left: 15px;
}
.backbutton {
	padding: 0;
	border: 1px solid #f1f1f1;
	width: 40px;
	height: 40px;
	border-radius: 90px;
	background: #f1f1f1 !important;
	font-size: 22px;
	font-weight: 900;
}
.chat-box-user-list {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d5dfea !important;
-webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
	padding: 12px;
}
.chat-box-user-list:hover {
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.toastify {
	box-shadow: none !important;
}
.chat-box-user-list .chat_user_name{
	font-size: 14px;
}
.chat-box-user-list .last_text{
	font-size: 12px;
}
.chat-box-user-list .text_timing{
	font-size: 12px;
	margin-bottom: 5px;
}
.chat-box-user-list .unread{
	background-color: #6993ff;
	display: block;
	border-radius: 3px;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	height: 23px;
	line-height: 14px;
}
.chat-box .receiver {
	display: flex;
}
.chat-box .receiver .chat-comment {
	background: #6993ff;
	padding: 10px;
	border-radius: 0px 10px 10px 10px;
	color: #fff;
	font-size: 13px;
	width: 50%;
}
.chat-box .receiver .chat-comment .timing {
	font-size: 0.75em;
}
.chat-box .sender {
	direction: rtl;
	display: flex;
}
.chat-box .sender .chat-comment {
	background: #f2f5fa !important;
	padding: 10px;
	border-radius: 10px 0px 10px 10px;
	color: #475f7b;
	font-size: 13px;
	width: 50%;
}
@media (max-width: 768px) {	 
	.chat-box .receiver .chat-comment {
		width: 100%;
	}
	.chat-box .sender .chat-comment {
		width: 100%;
	}
	.box-footer {
		border-top: 1px solid rgba(0, 0, 0, 0.07);
		padding: 1.5rem;
		position: fixed;
		bottom: 0;
		z-index: 99999999999999999;
		width: 100%;
		background: #ddd;
		left: 0;
		border-radius: 0;
	}
}
.spt-line p::after {
  content: "";
  width: 100%;
  background: #d5dfea;
  height: 1px;
  display: block;
  bottom: 11px;
  position: relative;
}
.spt-line p span {
  position: relative;
  z-index: 1;
  padding: 5px 30px;
}
.fs-12 {
  font-size: 12px;
}
.connect_user {
	height: 650px;
    overflow-y: auto;
}
.connect_user::-webkit-scrollbar {
    width: 5px;
	height: 10px;
}

.connect_user::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px;
    height: 10px;
}

.connect_user::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
	height: 10px;
    border: 0px solid #e0e0e0;
}
.box-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	padding: 1.5rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slimScrollDiv {
	height: 570px;
    overflow-y: auto;
	padding-right: 10px;
}
.slimScrollDiv::-webkit-scrollbar {
    width: 5px;
	height: 10px;
}

.slimScrollDiv::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px;
    height: 10px;
}

.slimScrollDiv::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
	height: 10px;
    border: 0px solid #e0e0e0;
}
.chat-user-action {
	padding-left: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 0;
    background: #fff !important;
    color: #ea0038 !important;
	font-weight: 400;
}
.chat-user-action:hover {
    background: #f5f6f6 !important;
}
@media (max-width: 768px) {	
	.w-sm-100 {
		width:100% !important;
	}
}
/* Default hidden state for the sidebar */
.chat-lists .sidebar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: rgb(0 0 0 / 5%);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Show sidebar when active */
.chat-lists .sidebar.active {
  display: block;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
  .chat-lists {
    position: relative;
  }
}
.default {
	text-align:center;
	position: absolute;
	top:30%;
}
.chat-notify span {
	position: absolute;
  top: 3px;
  padding: 1px 6px;
  border-radius: 90px;
  background: blue;
  color: white;
  margin-left: 38px;
  font-size: 12px;
}
/* Style the tab */
.profile-tab {
  overflow: hidden;
  border-bottom: 1px solid #ddddddab;
}
[data-bs-theme="dark"] .profile-tab {
  overflow: hidden;
  background-color: var(--bs-card-bg-dark) !important;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; 
}

/* Style the buttons that are used to open the tab content */
.profile-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-bottom: 3px solid #fff0;
}
@media only screen and (max-width: 600px) {
    .profile-tab button i {
      font-size:16px;
    }
    .profile-tab button {
      width:100%;
    }
    .profile-tab {
        overflow: hidden;
        background-color: #fff;
        justify-content: space-between;
        display: flex;
        border-bottom: 1px solid #ddddddab;
    }
}
/* Change background color of buttons on hover */
.profile-tab button:hover {
  background-color: rgb(0 0 0 / 5%);
}
[data-bs-theme="dark"]  .profile-tab button:hover {
  background-color: rgb(0 0 0 / 5%) !important;
}

/* Create an active/current tablink class */
.profile-tab button.active {
	background-color: #fff;
    border-bottom: 3px solid #000;
}
[data-bs-theme="dark"] .profile-tab button.active {
	background-color: #333 !important;
    border-bottom: 3px solid #000;
}

/* Style the tab content */
.profiletabcontent {
  display: none;
  padding: 10px;
  padding-bottom: 30px;
  border: 0px solid rgb(0 0 0 / 9%);
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  background: #ffff;
}
[data-bs-theme="dark"] .profiletabcontent {
  background: var(--bs-card-bg-dark);
}
.text-muted2 {
    --bs-text-opacity: 1;
    color: rgb(33 33 36 / 85%) !important;
}
[data-bs-theme="dark"] .text-muted2 {
    color: #ddd !important;
}
[data-bs-theme="dark"] .text-dark {
    color: #ddd !important;
}
.RT_ICON {
	position: absolute;
    right: 13px;
    top: 13px;
    color: #000;
    font-weight: 900;
    font-size: 25px;
}
.PR_SEY {
    padding: 15px;
    color: #000;
    background: #eee;
    border-radius: 90px;
}

[data-bs-theme="dark"] .PR_SEY {
    color: #FFF;
	background: #fff0;
}
.moredrop {
	margin: 0px 11px !important;
	padding: 10px !important;
    border: 0 !important;
	color: #000;
	border-radius: 16px;
}
[data-bs-theme="dark"] .moredrop {
	margin: 0px 11px !important;
	padding: 10px !important;
    border: 0 !important;
	color: #fff;
}
.PR_SEY:hover {
	cursor:pointer;
	background: rgb(240 240 240);
}
[data-bs-theme="dark"] .PR_SEY:hover {
	cursor:pointer;
	background: #000;
}
.moredrop .dropdown-item {
    padding: 10px 20px;
    color: #000;
    border-radius: 8px;
	align-items: center;
    display: flex;
}
[data-bs-theme="dark"] .moredrop .dropdown-item {
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}
.moredrop .dropdown-item:hover {
	background: rgb(0 0 0 / 5%);
    padding: 10px 20px;
    color: #000;
    border-radius: 8px;
}
[data-bs-theme="dark"] .moredrop .dropdown-item:hover {
	background: #000;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}
.form-control.edit {
	padding-left:0px !important;
}
.text-sm {
	font-size: 12px;
}
.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.profile-user .profile-img-file-input {
    display: none;
}
.account_list {
    border: 1px solid #dddd;
    padding: 15px;
	width: 100%;
}
.btn-white {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-white:hover,
.btn-white:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.btn-white:hover {
  transform: translateY(-1px);
}

.btn-white:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.btn-blue {
  align-items: center;
  background-color: #2b65e8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-blue:hover,
.btn-blue:focus {
  border-color: #2b65e8;
  background-color: #2b65e8;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #fff;
}

.btn-blue:hover {
  transform: translateY(-1px);
}

.btn-blue:active {
  background-color: #2b65e8;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: #fff;
  transform: translateY(0);
}
.or {
	text-align: center;
    background: #ddd;
    height: 1px;
	margin: 25px 0;
}
.or span {
	width: 30px;
    position: absolute;
    margin-top: -15px;
    height: 30px;
    line-height: 25px;
    border-radius: 90px;
    background: #fff;
}
.resize {
	resize: none;
}
@media (max-width: 768px) {
	.edit-profile-footer {
		position: fixed;
		z-index: 99999;
		bottom: 0;
		background: #ffff;
		padding: 18px;
		left: 0;
		right: 0;
	}
	.followModal {
	    margin: 0;
        border-radius: 0;
		position: fixed;
        width: 100%;
	}
	.Followscroll {
	    margin-bottom:60px;
	}
}
@media only screen and (max-width: 600px) {
    .postButton {
        position: absolute;
        transform: translate(auto, 5px);
        box-shadow: none;
    }
	.small-border-none {
		border:0px !important;
	}
	.small-rounded-0{
		border-radius:0px !important;
	}
}
@media only screen and (min-width: 600px) {
    .postButton {
        position: absolute;
        transform: translate(-352px, 0px);
        box-shadow: none;
    }
}
.fs-13 {
    font-size: 13px !important;
}
.toastify.on {
    opacity: 1;
    padding: 10px 15px;
}
#goog-gt-tt {
	display:none;
}
.unfallaction {
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.unfallaction li a {
	padding: 10px 25px !important;
    width: 100%;
    display: flex;
	border-radius: 0;
	font-size: 14px;
}

.unfallaction li a:hover {
	background: #f2f2f2;
}

.postaction {
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.postaction li a {
	padding: 10px !important;
    width: 100%;
    display: flex;
	border-radius: 8px;
	font-size: 14px;
}

.postaction li a:hover {
	background: rgb(0 0 0 / 5%);
}
.postaction2 {
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.postaction2 li a {
	padding: 10px 15px !important;
    width: 100%;
	display: flex;
	font-size: 16px;
}

.postaction2 li a:hover {
	background: rgb(0 0 0 / 5%);
	border-radius: 8px;
}
.authab {
	padding: 0;
	margin: 0;
}
.authab li {
	list-style:none;
	padding:10px 0px 0px 0px;
	margin:0px;
	display:flex;
	align-items: center;
}
.authab li .icons i {
	font-size: 20px;
}
.authab li .icons {
	margin-right:20px;
}
.storyScrollRight {
	position: absolute;
    top: 40px;
    right: -12px;
	width: 30px;
    background: #fff;
    color: #000;
    border-radius: 990px;
    padding: 4px;
	display: none !important;
}
.storyScrollLeft {
	position: absolute;
    top: 40px;
    left: -10px;
    width: 30px;
    background: #fff;
    color: #000;
    border-radius: 990px;
    padding: 4px;
	display: none !important;
}
[data-bs-theme=dark] .storyScrollLeft {
    background: #202227;
	color: #fff;
	border: 1px solid #dddddd8a;
}
[data-bs-theme=dark] .storyScrollRight {
    background: #202227;
	color: #fff;
	border: 1px solid #dddddd8a;
}
.customactionprofile {
	border-radius:20px 20px 0px 0px;
}
@media only screen and (max-width: 600px) {
	.customactionprofile {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 600px) {
	.customactionprofile {
		width: 50%;
		height: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.white-space {
	width: 50px;
    height: 2px;
    background: #939393;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 90px;
}
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-21 { font-size: 21px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-27 { font-size: 27px; }
.fs-28 { font-size: 28px; }
.fs-29 { font-size: 29px; }
.fs-30 { font-size: 30px; }
.fs-31 { font-size: 31px; }
.fs-32 { font-size: 32px; }
.fs-33 { font-size: 33px; }
.fs-34 { font-size: 34px; }
.fs-35 { font-size: 35px; }
.fs-36 { font-size: 36px; }
.fs-37 { font-size: 37px; }
.fs-38 { font-size: 38px; }
.fs-39 { font-size: 39px; }
.fs-40 { font-size: 40px; }
.fs-41 { font-size: 41px; }
.fs-42 { font-size: 42px; }
.fs-43 { font-size: 43px; }
.fs-44 { font-size: 44px; }
.fs-45 { font-size: 45px; }
.fs-46 { font-size: 46px; }
.fs-47 { font-size: 47px; }
.fs-48 { font-size: 48px; }
.fs-49 { font-size: 49px; }
.fs-50 { font-size: 50px; }

.swiper-container {
	width: 100%;
	height: 400px;
	position: relative;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: white;
	height: 100%;
}
.slide-1 { background: #ff5733; }
.slide-2 { background: #33b5e5; }
.slide-3 { background: #ffcc33; }
.slide-4 { background: #4caf50; }
.slide-5 { background: #9c27b0; }

/* Counter Styling */
.slide-counter {
	position: absolute;
    bottom: 15px;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    border-radius: 90px;
    font-size: 13px;
    z-index: 999;
    left: 0;
    right: 0;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
/* Mobile */
@media only screen and (max-width: 600px) {
	.reels-video {
		width: 100%;
		height: 100%;
		/* object-fit: cover; */
		cursor: pointer;
		background:#000;
		top: 0;
		position: absolute;
	}
	.reelsuser {
		position: absolute;
		bottom:100px;
		left: 20px;
	}
	.swiper-container {
		width: 100%;
		height: 100vh;
	}
	.userreelsactions {
		position: absolute;
		right: 40px;
		display: grid;
		gap: 20px;
		bottom: 80px;
	}
	.swiper-slide {
		height: 100% !important;
	}
	.reelsCaption {
		position: absolute;
		bottom: 72px;
		left: 30px;
	}
	
}
/* Desktop */
@media only screen and (min-width: 600px) {
	.reels-video {
		width: 70%;
        height: 99%;
        object-fit: cover;
        cursor: pointer;
        background: #000;
        top: 15px;
        position: absolute;
        border-radius: 8px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		border:1px solid #ffffffab;
	}
	.reelsuser {
		position: absolute;
		bottom: 40px;
		left: 155px;
	}
	.swiper-container {
		width: 100%;
		height: 97vh;
	}
	.userreelsactions {
		position: absolute;
		right: 166px;
		display: grid;
		gap: 10px;
		bottom: 40px;
	}
	.reelsCaption {
		position: absolute;
		bottom: 10px;
		left: 160px;
	}
}
.play-pause-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 90%;
    padding: 0px 0px 0px 13px;
    display: none;
    pointer-events: none;
    height: 70px;
    width: 70px;
}
.reelsuser .userinfo {
	line-height: 2px;
}
.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.comments-header h5 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
}

.comments-list {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.comment img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-content {
    flex: 1;
}

.comment-content h6 {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.comment-content h6 span {
    font-size: 12px;
    color: gray;
    margin-left: 5px;
	font-weight:400;
}

.comment-content p {
    font-size: 14px;
    margin: 5px 0;
    color: #000;
}

.comment-actions {
    font-size: 12px;
    color: gray;
	display: flex;
}

.comment-actions a {
    margin-left: 10px;
    color: #0095f6;
    text-decoration: none;
}

.like-btn {
    font-size: 18px;
    color: gray;
    cursor: pointer;
}

.like-btn:hover {
    color: red;
}

.comment-input {
   display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.comment-input img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-input input {
    flex: 1;
    border: none;
    padding: 5px;
    font-size: 14px;
    outline: none;
}

.comment-input button {
    background: none;
    border: none;
    color: #0095f6;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
/* Desktop */
@media screen and (min-width: 600px) {
    .comments-container {
        width: 100%;
        border-radius: 0;
    }
	.commentShow {
		width: 60%;
        border-radius: 16px 16px 0px 0px;
        height: 500px !important;
		margin-left: auto;
        margin-right: auto;
	}
	.commentShow .modal-content {
		border-radius: 0;
	}
}
/* Mobile */
@media screen and (max-width: 600px) {
    .comments-container {
        width: 100%;
        border-radius: 0;
    }
	.commentShow {
		width: 100%;
        border-radius: 16px 16px 0px 0px;
        height: 500px !important;
	}
	.commentShow .modal-content {
		border-radius: 0;
	}
}
.ActionComment .DeleteComment {
	display:none !important;
}
.ActionComment:hover .DeleteComment {
	display:block !important;
}
.liked {
    color: red; /* Change color when liked */
}
.marquee-text {
  display: inline-block;
  animation: moveLeftRight 4s ease-in-out infinite alternate;
  background: linear-gradient(90deg, #60b957, #3ac0fb);
  -webkit-background-clip: text; /* Clip the background to the text */
  color: transparent; 
}
.marquee-text:hover {
  animation-play-state: paused;
  cursor:pointer;
}
@keyframes moveLeftRight {
  0% {
	transform: translateX(-20%);  /* Start position slightly to the left */
  }
  100% {
	transform: translateX(20%);   /* Move to the right within the container */
  }
}
/* Fullscreen overlay for zoomed image */
#zoomOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

/* Zoomed image styling */
#zoomOverlay img {
	max-width: 200px;
	max-height: 200px;
	border: 2px solid white;
	border-radius: 90%;
}
.custom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #6200ea;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner-content h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.install-button {
  background-color: #03dac6;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-right: 10px;
}

.dismiss-button {
  background-color: #ff0266;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
}

.hidden {
  display: none;
}
.locations_list li {
	padding: 5px !important;
}
.locations_list a {
	color: #333;
}
.locations_list a:hover {
	color: blue;
}
.mobCover{
	background-color: #F1F1F1;
	border-radius: 24px;
	padding:20px;
}
.features-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.features-list li{
    list-style: none;
	padding: 0;
	text-align: center;
}
.features-list li .dz-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #2F2A2A;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 60px;
    text-align: center;
}
.features-list li .dz-icon i {
    font-size: 20px;
    color: #2F2A2A;
}
.features-list li span {
    font-size: 12px;
    font-weight: 600;
    color: #2F2A2A;
}
.offcanvas .drage-close:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    top: 10px;
    background-color: #eee;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-close {
    opacity: 1;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
}
.canvas-height {
    height: 360px;
    overflow: scroll;
    scrollbar-width: none;
}
.share-list{
    list-style: none;
	padding: 0;
}
.share-list li .left-content {
    position: relative;
    padding-left: 55px;
}
.share-list li .left-content img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.share-list li .name {
    font-weight: 500;
    margin-bottom: 0;
}
.share-list li .username {
    font-size: 12px;
    color: #999;
}
@media only screen and (min-width: 600px) {
	.reelsCreateBtn {
		position: absolute;
		right: 164px;
		z-index: 9999;
		color: #fff;
		top: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.reelsCreateBtn {
		position: absolute;
		right: 40px;
		z-index: 9999;
		color: #fff;
		top: 20px;
	}
}
.nopost {
	padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
}
.suggestedTitle {
	border-bottom: 1px solid #ddd;
    padding: 7px;
    margin-bottom: -5px;
    z-index: 999;
    border-radius: 6px 6px 0px 0px;
}
/* Mobile */
@media only screen and (max-width: 600px) {
	.galleryAccess img {
		width:150px;
		height:100px;
	}
	.createActionBottom {
		position: fixed;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 1030;
        background: #fffffff5 !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 16px 16px 0px 0px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #000;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        border: 0 !important;
	}
}
/* Desktop */
@media only screen and (min-width: 600px) {
	.galleryAccess img {
		width:300px;
		height:300px;
	}
	.createActionBottom {
		position: fixed;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 1030;
        background: #fffffff5 !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 16px 16px 0px 0px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #000;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        border: 0 !important;
	}
}

.createActionBottom {
    border-top: 1px solid #ccc;
}

.menu-item {
    text-align: center;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.menu-item i {
    font-size: 20px;                  /* Icon size */
}
.createActionBottom .menu-item.active {
    color: #000;
    font-weight: 700;
}
.select_account {
	height:80vh;
}
.select_account2 {
	height:70vh;
}
.account_list {
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ddd;
	transition: border-color 0.3s ease;
	display: flex;
	gap: 10px;
	border-radius: 16px;
	margin-bottom: 6px;
	background: #fff;
}
.account_list .input {
	line-height: 19px;
	margin-top: 2px;
}
.account_list .input span {
	color:#000;
	font-size:14px;
}
.account_list .profile-img img {
	width: 44px;
	height: 44px;
}
.idList {
	height:600px;
	padding:10px;
	overflow:auto;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgb(238 240 242 / 39%) !important;
}
.app_settings {
    margin: 0px 0px 20px 0px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.notification_alert {
    border: 1px solid #d6293e;
    color: #fff;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d6293e;
    top: 15px;
    margin-right: -40px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    animation: vibesEffect 1s infinite ease-out;
    aspect-ratio: 1;
}

@keyframes vibesEffect {
    0% { box-shadow: 0 0 0 0px rgba(214, 41, 62, 0.7); }
    100% { box-shadow: 0 0 0 12px rgba(214, 41, 62, 0); }
}
.notification_list {
	list-style:none;
	padding: 0;
}
.notification_list li {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd45;
    padding: 5px 0px;
	font-size:12px;
}
.notification_list li .userprf {
	width: 32px;
    height: 32px;
}
.notification-container {
	position: relative;
	display: inline-block;
}

.notification-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	background: red;
	color: white;
	font-size: 12px;
	border-radius: 50%;
	padding: 4px 8px;
	display: <?= ($unread_count > 0) ? 'inline' : 'none' ?>;
}
.MultiAccountList {
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.MultiAccountList li {
	padding: 10px !important;
    width: 100%;
	border-radius: 0;
	font-size: 14px;
}
.save-post-btn .saved {
    background: #000;
    color: #fff !important;
}
.save-post-btn .saved i {
    color: #fff !important;
}
.grid-2x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
}
.grid-2x2 img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

/* Outer corners rounded */
.grid-2x2 img:nth-child(1) { border-top-left-radius: 10px; }
.grid-2x2 img:nth-child(2) { border-top-right-radius: 10px; }
.grid-2x2 img:nth-child(3) { border-bottom-left-radius: 10px; }
.grid-2x2 img:nth-child(4) { border-bottom-right-radius: 10px; }
.font-100 { font-weight: 100 !important; }
.font-200 { font-weight: 200 !important; }
.font-300 { font-weight: 300 !important; }
.font-400 { font-weight: 400 !important; } /* normal */
.font-500 { font-weight: 500 !important; }
.font-600 { font-weight: 600 !important; }
.font-700 { font-weight: 700 !important; } /* bold */
.font-800 { font-weight: 800 !important; }
.font-900 { font-weight: 900 !important; }

.maincontent {
	display: flex;
}
.maincontent {
	width: 100%;
	padding-top: 49px;
}
.story-wrapper .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px !important;
}
.story-wrapper .user-profile {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px 10px !important;
}
.messageAccess .message_list {
	width: 25%;
    display: flex !important;
    height: 100vh;
    background: #fff;
	border-right: 1px solid #dddddd7a;
}
.messageAccess .chatUserAccess {
	width: 75%;
}

@media (max-width: 768px) {
	.messageAccess .message_list {
		width: 100%;
		display: flex;
		height: 100vh;
		background: #fff;
	}
	.messageAccess .chatUserAccess {
		width: 0%;
	}
}
.homeStore {
	list-style: none;
    padding: 10px;
	text-align: center;
	border-right: 1px solid #dddddd7a;
}
.homeStore li {
	padding: 10px !important;
    width: 100%;
	border-radius: 6px;
	font-size: 14px;
	line-height: 30px;
}
.homeStore li a {
	color:#333;
}
[data-bs-theme="dark"]  .homeStore li a {
	color:#fff;
}
.homeStore li:hover {
	background-color:rgb(0 0 0 / 5%);
	cursor:pointer;
}
[data-bs-theme="dark"] .homeStore li:hover {
	background-color:#333;
	cursor:pointer;
}
.homeStore li:hover a {
	color:#333;
}
[data-bs-theme="dark"]  .homeStore li:hover a {
	color:#fff;
}
.homeStore a i {
	padding: 10px !important;
    font-size: 22px;
}
.homeStore a span {
	padding: 10px !important;
    font-size: 14px;
    display: none;
}

.message_list .chatUserlist {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #ccc transparent;  /* Firefox */
}

/* For Chrome, Edge, and Safari */
.message_list .chatUserlist::-webkit-scrollbar {
    width: 6px;
}

.message_list .chatUserlist::-webkit-scrollbar-track {
    background: transparent;
}

.message_list .chatUserlist::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.message_list .chatUserlist::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.message_list .chatUserlist ul li a {
    margin-bottom: 0;
	border-bottom:1px solid #dddddd7a;
	border-radius:0px;
	padding:0.5rem 0.5rem 0.5rem 0.5rem;
}
.filterChat {
    border: aliceblue;
    align-items: center;
    padding: 0px 10px;
    border-radius: 90%;
    font-size: 25px;
}
.suggetUser {
	margin-bottom: 15px;
}
.newMessageFooter {
	position: absolute;
    bottom: 0;
    padding: 10px;
    width: -webkit-fill-available;
}
.nav-pills-soft .nav-link.active, .nav-pills-soft .show > .nav-link {
    background-color: rgb(226 226 235);
}
.chatBottom {
	position: sticky;
    bottom: 0;
    border-top: 1px solid #dddddd7a;
}
.mainChat {
	height: 100vh;
    overflow: auto;
}
.mainChat {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #ccc transparent;  /* Firefox */
}

/* For Chrome, Edge, and Safari */
.mainChat::-webkit-scrollbar {
    width: 6px;
}

.mainChat::-webkit-scrollbar-track {
    background: transparent;
}

.mainChat::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.mainChat::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}
.messageAccess {
    height: 100vh;
    overflow: hidden;
}
.height-82 {
	width: 82px;
	height: 82px;
}
.height-46 {
    width: 46px;
    height: 46px;
}
.w-100 {
	width: 100%!important;
}
.NoChat {
	margin-top: 18%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.prf_btn {
  border: 2px solid #222222;
  border-radius: 8px;
  color: #222222;
  cursor: pointer;
}
[data-bs-theme="dark"] .prf_btn {
  overflow: hidden;
  background-color: var(--bs-card-bg-dark) !important;
  border: 2px solid #f1f1f1bf !important; 
  color: var(--bs-heading-color);
}
.prf_btn:hover {
  border: 2px solid #222222;
  border-radius: 8px;
  color: #222222;
  cursor: pointer;
}
[data-bs-theme="dark"] .prf_btn:hover {
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #fff !important; 
  color: #fff;
}
.sticky {
    position: sticky;
    top: 0;
}
.share-btn {
	border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 90%;
    color: #000;
    font-size: 20px;
    font-weight: 900;
}
.blackbxx {
  background: linear-gradient(45deg, #1c1d22, #2e3138);
  border-radius: 16px;
}
@media (max-width: 768px) {
	.setting_sidebar {
		width:0;
	}
}
@media (min-width: 768px) {
	.setting_sidebar {
		width:350px;
	}
}
@media (max-width: 768px) {
	.reelsFram {
		height: 147px;
		background: #000;
	}
}
@media (min-width: 768px) {
	.reelsFram {
		height: 250px;
		background: #000;
	}
}

.postGrid div {
    padding-right: 1px !important;
	padding-bottom: 1px !important;
}

.postGrid div:first-child {
    padding-left: 0 !important;
}

.postGrid div:last-child {
    padding-right: 0 !important;
}

.postGrid div .postMulti {
	font-size: 14px;
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 5px !important;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.postGrid div .reelType {
	position: absolute;
	top: 2px;
    right: 5px;
	color: #fff;
	font-size: 20px;
    font-weight: 900;
	padding: 5px !important;
	border-radius: 5px;
	cursor: pointer;
}
.postGrid div .views-counter {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #fff;
	font-size: 10px;
	padding: 5px 8px !important;
	border-radius: 5px;
	cursor: pointer;
}
.closeUser {
    position: absolute;
	right: 20px;
	top: 0px;
	border: none;
	border-radius: 50%;
	padding: 10px 11px;
	cursor: pointer;
	font-size: 25px;
	z-index: 9999;
}
@media (max-width: 768px) {
	.closeUser {
		position: absolute;
		right: 20px;
		top: 0px;
		border: none;
		border-radius: 50%;
		padding: 10px 11px;
		cursor: pointer;
		font-size: 25px;
		z-index: 9999;
	}
}
.middle {
  align-items: center;
}
.expendnav {
    background: #fff;
    position: sticky;
    top: 66px !important;
    z-index: 100 !important;
}
.expendnav ul {
	list-style:none;
	padding:0px;
	margin: 0;
}
.expendnav .nav-item {
	width:100%;
	padding: 10px 0px 10px 0px;
}
.expendnav .nav-item.active {
	border-bottom: 3px solid #007bff;
}
@media (max-width: 768px) {
	.expendnav .nav-item .nav-link {
		font-size: 13px;
		color:#000;
		font-weight:600;
	}
	.expendnav .nav-item {
		width:100%;
		padding: 13px 0px 13px 0px !important;
	}
	.expendnav {
		background: #fff;
		position: sticky;
		top: 65px !important;
		z-index: 100 !important;
	}
	.PR_SEY {
		height: 45px;
	}
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    opacity: 0.6;
    transition: all 0.3s ease;
    margin: 0 4px;
    border-radius: 50%;
}

.swiper-pagination-bullet.active-bullet {
    background-color: #000; /* Active bullet color */
    opacity: 1;
    transform: scale(1.2); /* Optional: make it slightly bigger */
}

.xxk16z8 {
    color: rgb(255, 48, 64);
}
.setting_bottom {
	height: 500px !important;
    bottom: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
	padding: 10px;
}
@media (max-width: 768px) { 
	.setting_bottom {
		width: 98% !important;
		height: 500px !important;
		bottom: 65px;
	}
}
.app_img {
	border-radius: 50px !important;
}
@media (max-width: 768px) { 
	.app_img {
		border-radius: 25px !important;
	}
}
.login-back {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.radius12 {
	border-radius:12px !important;
}
.AllowActionPrf {
	position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 10px;
    z-index: 999999999;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 768px) { 
	.AllowTAB {
		margin-top: 160px !important;
	}
	.AllowFav {
		margin-top: 225px !important;
	}
	
}

.pointer {
	cursor:pointer;
}
.input2 {
	background: rgb(238 240 242);
}
.input2:focus {
	background: #fff;
}
.transparent {
	background: #fff0 !important;
}
.icon-link i {
	border: 1px solid #ddd;
    border-radius: 90px;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px;
    font-size: 22px;
    color: #000;
    text-align: center;
}
.next-step-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.next-step-box img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.rotate-1 { transform: rotate(1deg); }
.rotate-2 { transform: rotate(2deg); }
.rotate-3 { transform: rotate(3deg); }
.rotate-4 { transform: rotate(4deg); }
.rotate-5 { transform: rotate(5deg); }
.rotate-6 { transform: rotate(6deg); }
.rotate-7 { transform: rotate(7deg); }
.rotate-8 { transform: rotate(8deg); }
.rotate-9 { transform: rotate(9deg); }
.rotate-10 { transform: rotate(10deg); }
.rotate-11 { transform: rotate(11deg); }
.rotate-12 { transform: rotate(12deg); }
.rotate-13 { transform: rotate(13deg); }
.rotate-14 { transform: rotate(14deg); }
.rotate-15 { transform: rotate(15deg); }
.rotate-16 { transform: rotate(16deg); }
.rotate-17 { transform: rotate(17deg); }
.rotate-18 { transform: rotate(18deg); }
.rotate-19 { transform: rotate(19deg); }
.rotate-20 { transform: rotate(20deg); }
.rotate-21 { transform: rotate(21deg); }
.rotate-22 { transform: rotate(22deg); }
.rotate-23 { transform: rotate(23deg); }
.rotate-24 { transform: rotate(24deg); }
.rotate-25 { transform: rotate(25deg); }
.rotate-26 { transform: rotate(26deg); }
.rotate-27 { transform: rotate(27deg); }
.rotate-28 { transform: rotate(28deg); }
.rotate-29 { transform: rotate(29deg); }
.rotate-30 { transform: rotate(30deg); }

.Followscroll {
    height: 250px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Mobile devices: set height to 100vh */
@media (max-width: 767px) {
    .Followscroll {
        height: 500px !important;
    }
}


/* Chrome, Edge, Safari scrollbar */
.Followscroll::-webkit-scrollbar {
    width: 6px;
}
@media (max-width: 767px) {
	.Followscroll::-webkit-scrollbar {
		width: 0px;
	}
	.mw-100 {
		width: 100% !important;
	}
}

.Followscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.Followscroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.Followscroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox scrollbar */
.Followscroll {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; } /* Normal */
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; } /* Bold */
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

.heart-icon {
display: none;
transition: transform 0.2s ease;
}

/* By default, show the “Like” (outline) icon */
.like-button .unliked-icon {
display: inline;
}

/* When .liked is added, show the filled (“Unlike”) icon and hide the outline */
.like-button.liked .unliked-icon {
display: none;
}
.like-button.liked .liked-icon {
display: inline;
animation: pulse 0.3s ease;
}

@keyframes pulse {
0%   { transform: scale(1); }
50%  { transform: scale(1.3); }
100% { transform: scale(1); }
}

.Chatsidebar {
	width: 398px;
	height: 100vh;
	overflow-y: auto;
	border-right:1px solid #ccc;
}
[data-bs-theme="dark"] .Chatsidebar {
	border-right:1px solid #cccccc47;
}
@media (max-width: 767px) {
	.Chatsidebar {
		width: 100%;
		
	}
	.chat-window {
		width: 0;
	}
	.mobileNewMessage {
		z-index:99999999999999;
	}
	
	
}
.Chatsidebar:hover::-webkit-scrollbar {
	width: 5px;
}
/* Scrollbar track */
.Chatsidebar::-webkit-scrollbar {
	width: 0px;
}

/* Scrollbar thumb */
.Chatsidebar::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 10px;
}

/* On hover */
.Chatsidebar::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* Scrollbar track background */
.Chatsidebar::-webkit-scrollbar-track {
	background-color: #e0e0e0;
	border-radius: 10px;
}
/* Firefox scrollbar */
.Chatsidebar {
    scrollbar-width: thin;
    scrollbar-color: #888 #e0e0e0;
}

.Chatsidebar h2 {
	padding:10px;
	background:#eee;
	margin:0; 
}
.chat-list {
	list-style:none;
	padding:0;
	margin:0;
}
.chat-list li {
	padding:10px;
	cursor:pointer;
	color:rgb(0, 0, 0);
}
[data-bs-theme="dark"] .chat-list li {
	padding:10px;
	border-bottom:1px solid #dddddd4f;
	cursor:pointer;
	color:#fff;
}
.chat-list li:hover { 
	background:#eee;
}
[data-bs-theme="dark"] .chat-list li:hover { 
	background:#333;
}
.chat-window {
	flex:1;
	display:flex;
	flex-direction:column;
}
.messages {
	flex:1;
	padding:10px;
	overflow-y:auto;
	background:#fafafa;
}
[data-bs-theme="dark"] .messages {
	flex:1;
	padding:10px;
	overflow-y:auto;
	background:#000;
}
.msg {
	margin:5px 0;
	padding:12px 16px;
	display:inline-block;
	border-radius:16px;
	max-width:50% !important;
	color:#000;
}
.msg small { 
	float:right;
	font-size: 12px;
	display:none;
	color:#000 !important;
}
[data-bs-theme="dark"] .msg small { 
	color:#fff !important;
}
.msg:hover small { 
	display:block;
}
.msg_action .actionbutton { 
	display:none;
}
.msg_action:hover .actionbutton { 
	display:block;
}
.self {
	background:#cce5ff;
	align-self:flex-end;
	text-align:start;
	float:right;
}
[data-bs-theme="dark"] .self {
	background:#3797F0;
	align-self:flex-end;
	text-align:start;
	float:right;
	color:#fff;
}
.other {
	background:#e2e2e2;
	align-self:flex-start;
	text-align:left;
}
[data-bs-theme="dark"] .other {
	background:#333;
	align-self:flex-start;
	text-align:left;
	color:#fff;
}
.input-box {
	padding:10px;
	border-top:1px solid rgb(0 0 0 / 10%);
	display:flex;
}
[data-bs-theme="dark"] .input-box {
	padding:10px;
	border-top:1px solid #cccccc47;
	display:flex;
}
.messages-header {
	padding:10px;
	border-bottom:1px solid rgb(0 0 0 / 10%);
	display:flex;
}
[data-bs-theme="dark"] .messages-header {
	border-bottom:1px solid #cccccc47;
}
.input-box input[type="text"] {
	flex:1;
	padding: 10px 10px 10px 55px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 90px;
}
[data-bs-theme="dark"] .input-box input[type="text"] {
	border:1px solid #cccccc47;
}
.chat_user {
	display:flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.chat_user_img {
	margin-right: 10px;
}
.chat_user_img img {
	width: 42px;
	height: 42px;
}
.start_chatting {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.not_messages_found {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#chatOffcanvas.offcanvas {
  width: 100% !important;
  max-width: 100% !important;
}
.input-box .reactionBTN {
	position: absolute;
    margin-left: 4px;
    margin-top: 3px;
	width: 38px;
    height: 38px;
}
#categoryList {
	height: 480px;
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#categoryList::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

#categoryList .categoryItems  {
	padding: 8px 0px;
    border-bottom: 1px solid #dddddd6b;
}
.list-group-item.active {
    background-color: #f0f0f0;
    font-weight: bold;
}
.custom-video-container {
  position: relative;
  width: 100%;
  max-width: 600px; /* adjust as needed */
  margin: 0 auto;
  user-select: none;
}

.custom-video-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}

.custom-video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

/* Mute Button */
.mute-button {
  background-color: rgba(0, 0, 0, 0.43);
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 10;
}

/* Pause Button: only visible while playing */
.pause-button {
  background-color: rgba(0, 0, 0, 0.43);
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 18px;
  display: none; /* Initially hidden */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.mute-button:hover,
.pause-button:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

/* Video End Overlay */
.video-end-overlay {
	padding-top: 360px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: #00000063;
    padding: 50px;
    border-radius: 12px;
    z-index: 15;
    min-width: 260px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    user-select: none;
    height: 100%;
    width: 100%;
}

.video-end-overlay button {
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
}

.video-end-overlay .watch-again-btn {
  background-color: #0d6efd;
}
.video-end-overlay .watch-again-btn:hover {
  background-color: #0b5ed7;
}

.video-end-overlay .watch-more-btn {
  background-color: #6c757d;
}
.video-end-overlay .watch-more-btn:hover {
  background-color: #5c636a;
}

/* Mobile-friendly overlay */
@media (max-width: 480px) {
  .video-end-overlay {
    min-width: 200px;
    padding: 18px 24px;
    gap: 12px;
  }
  .video-end-overlay button {
    font-size: 15px;
    padding: 10px 0;
  }
}
.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1px;
    max-height: 100%; /* fixed height to enable vertical scrolling */
    overflow-y: auto;
  }

  .item {
    position: relative;
    background: #000;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;
  }

  .item img,
  .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .date-tag {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: white;
    color: black;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    user-select: none;
  }

  /* Checkbox styling */
  .item-checkbox {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    z-index: 10;
    cursor: pointer;
    background-color: white;
    border: 1.5px solid #555;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }

  /* Responsive: 3 columns max on small screens */
  @media (max-width: 600px) {
    .highlight-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
.inputfocus:focus {
	color: var(--bs-gray-700);
	background-color: #fff;
	border: 2px solid #000;
	outline: 0;
}
.hover-underline:hover {
  text-decoration: underline;
}
.form-check-input:checked {
	background-color: black;
	border-color: black;
}
.
.user-list {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 15px;
}
.user {
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.user img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 5px;
}
.user-list .user .name {
    font-size: 12px;
    color: #333;
}
  #viewer {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    display: none;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    overflow: hidden;
    z-index: 999999;
  }
  #cube {
    width: 90vw;
    max-width: 400px;
    height: 100vh;
    max-height: 95%;
    position: relative;
    transition: transform 0.6s ease-in-out;
	transform-style: preserve-3d;
  }
  
  .face {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    border-radius: 10px;
    box-shadow: 0 0 30px #000;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .face img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 8px;
  }
  .face .username {
    font-weight: bold;
    margin-bottom: 8px;
  }
  .face img.story-image, .face video.story-video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  #face-front {
    transform: translateZ(200px);
  }
  #face-right {
    transform: rotateY(90deg) translateZ(200px);
  }
  #face-left {
    transform: rotateY(-90deg) translateZ(200px);
  }
  .progress-container {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    width: 100%;
  }
  .progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    overflow: hidden;
  }
  .progress-fill {
    height: 100%;
    background: white;
    width: 0%;
    transition: width 0.1s linear;
  }
  .tap-zone {
    position: absolute;
    top: 0;
    width: 50%;
    height: 90%;
    z-index: 10;
  }
  .tap-left { left: 0; cursor: pointer; }
  .tap-right { right: 0; cursor: pointer; }
  .close-btn {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    user-select: none;
    z-index: 20;
  }
  .avatar-viewed {
  border: 2px solid #ddd;
}

.avatar-unviewed {
  border: 2px solid green;
}
.StorycreatedAtFront {
	margin-top: 5px;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 20px;top: 15px;
}
#mediaContainerFront {
  width: 100% !important;
  height: 80% !important;
  background-color: black !important;

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

  overflow: hidden;
  position: relative;
}
#mediaContainerFront img,
#mediaContainerFront video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#mediaContainerFront span,
#mediaContainerFront p {
  color: white;
  text-align: center;
  font-size: 1.2rem;
}
.stories-avatar {
  position: relative;
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  background-image: linear-gradient(to right top, #ffc600 20%, #ff0040, #e600cc 80%);
}

.ownStory {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.GRidChange {
	cursor: pointer;
}
 #copyTooltip {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #222222a6;
	color: #fff;
	padding: 8px 15px;
	border-radius: 10px;
	font-size: 13px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
  }
#copyTooltip.show {
	display: block;
	opacity: 1;
}
.profileqrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.close-btn {
  position: absolute;
  top: 10px; right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
}
.qr-background {
  background: linear-gradient(45deg, #f04, #c0f);
  padding: 20px;
  border-radius: 16px;
}
#qrCode canvas {
  margin: 0 auto;
}
.username {
  margin-top: 10px;
  color: white;
  font-weight: bold;
}
.share-options {
  margin-top: 15px;
}
.share-options button {
  margin: 5px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  background: #eee;
  cursor: pointer;
}
.search-box {
  position: sticky;
  top: 1px !important;
}

.search-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 10px 16px 10px 35px;
  outline: none;
  font-size: 15px;
  background-color: #fff;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
}

.search-results {
  position: relative;
  margin-top: 5px;
  width: 100%;
  background: #fff;
  border: 0px solid #ddd;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: none;
  z-index: 10;
}

.search-results.active {
  display: block;
}

.search-result-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}

.search-result-item:hover {
  background-color: #f1f1f1;
}
.topactionfeed {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	border-radius:16px;
    background: #fff;
}
.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.postcard {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
	border-radius: 16px !important;
	background-color: #fff;
}
[data-bs-theme="dark" ] .postcard {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
	border-radius: 16px !important;
	background-color: #000 !important;
	border:1px solid #dddddd29 !important;
	margin-bottom:10px !important;
}
@media (max-width: 768px) {	
	.post_fetch {
		padding: 0px 10px 0px 10px;
	}
	.post_fetch:first-child {
        padding-top: 45px !important;
        margin-top: -45px !important;
    }
}
.sidebar  {
	box-shadow: none;
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 300px;
	height: 100%;
    border-right: 1px solid #ddd;
}
.rightsidebar {
    width: 350px;
    position: fixed;
    right: 18px;
}
[data-bs-theme="dark"] .sidebar  {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background-color: #000;
}
.post-text-limit {
  max-height: 150PX;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12; /* Adjust based on line height */
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 768px) {	
	.post-text-limit {
		font-size:10px !important;
	}
	.sidebar {
		display: none;
	}
	.rightsidebar {
		display: none;
	}
}
.topactionfeed {
  background: #fff !important;
  border-radius: 0px 0px 10px 10px !important;
  margin-top: -5px !important;
}
[data-bs-theme="dark"] .topactionfeed {
  background: #000 !important;
  border-radius: 0px 0px 10px 10px !important;
  margin-top: -5px !important;
}

textarea.auto-resize {
  overflow: hidden;
  resize: none;
  min-height: 40px;
  max-height: auto;
}