/* auth pages Css  */
.auth-section {
	background-image: url(../img/auth-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
}

.auth-data {
	min-height: 100vh;

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

	padding: 200px 60px 40px;

	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 0.15) 0%,
		rgba(0, 0, 0, 0.55) 50%,
		rgba(92, 92, 92, 0.35) 100%
	);

	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
}

/* profile page Css  */
.profile-tabs .nav-pills .nav-link.active {
	background: linear-gradient(
		90deg,
		rgba(42, 123, 155, 0.3) 0%,
		rgba(211, 85, 0, 0.3) 0%,
		rgba(0, 168, 243, 0.3) 100%
	);
	color: var(--secondary-color);
	border: 0;
	border-radius: 0;
}
.profile-tabs .nav-pills .nav-link.active img.img-fluid {
	filter: brightness(0) saturate(100%) invert(60%) sepia(69%) saturate(5944%)
		hue-rotate(2deg) brightness(104%) contrast(89%);
}
.profile-tabs .nav-pills .nav-link {
	padding: 15px 20px;
}
.profile-tabs .nav-pills .nav-link:hover {
	color: var(--secondary-color);
}
.profile____top {
	min-height: 95px;
}

.profile______wrapper {
	min-height: 290px;
}

.profile-user-img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.profile-user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-divider {
	margin: 2rem 0;
	background: #ffffff15;
	opacity: 1;
}
.change-password-link {
	color: #ff7a00;
	text-decoration: none;
	font-size: 11px;
	font-weight: 500;
}
.change-password-link:hover {
	color: #ff7a00;
}
.notification_____item.border-top {
	border-color: rgba(255, 255, 255, 0.06) !important;
}
.notification_____icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: rgba(255, 123, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7a00;
	font-size: 14px;
}
.notification-btn {
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease;
}
.notification-btn-accept {
	border: 1px solid #ff7a00;
	color: #ff7a00;
}
.notification-btn-reject {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #b5b5b5;
}
.listing-action-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s ease;
}
.edit-btn {
	background: linear-gradient(
		145deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.07) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid rgba(255, 122, 0, 0.3);
	color: var(--secondary-color);
}
.delete-btn {
	background: linear-gradient(
		145deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 0, 0, 0.12) 0%,
		rgba(255, 109, 109, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid rgba(255, 118, 167, 0.3);
	color: #ffa4ba;
}
.listing-action-btn:hover {
	transform: translateY(-2px);
}
.trade_____item.border-top {
	border-color: rgba(255, 255, 255, 0.05) !important;
}
.trade-btn {
	padding: 8px 15px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: var(--primary-regular-font);
	background: linear-gradient(
		145deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.07) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	transition: 0.3s ease;
}
.trade-accept {
	border: 1px solid rgba(255, 122, 0, 0.5);
	color: var(--secondary-color);
}
.trade-negotiate {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--extra-color-2);
}
.trade-decline {
	border: 1px solid rgba(255, 122, 122, 0.4);
	color: #ff9f9f;
}
.trade-status-accepted {
	padding: 8px 15px;
	border-radius: 30px;
	background: linear-gradient(
		145deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.07) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid #00c78a;
	color: #00c78a;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: var(--primary-regular-font);
}
.message-list-item {
	position: relative;
	padding: 22px 18px;
	border-radius: 0px;
	cursor: pointer;
}
.message-list-item.active {
	background: #10222f;
}
.message-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff7a00;
	display: block;
	margin-top: 8px;
}
.chat-bubble {
	max-width: 70%;
	padding: 12px 18px;
	border-radius: 20px;
	font-size: 14px;
	font-family: var(--primary-regular-font);
	line-height: 1.5;
}
.chat-left {
	background: #0a182d;
	color: var(--primary-color);
}
.chat-right {
	background: var(--secondary-color);
	color: #000514;
}
.chat-input {
	background: rgba(7, 28, 60, 0.8);
	border: none;
	color: #fff;
	border-radius: 50px;
}
.chat-input:focus {
	background: rgba(7, 28, 60, 0.8);
	color: #fff;
	box-shadow: none;
}
.messages-sidebar {
	height: 420px;
	overflow-y: auto;
}
.messages-chatbox {
	height: 560px;
	overflow: hidden;
}
.chat-body {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
.chat-footer {
	flex-shrink: 0;
}
/* Trade Card */
.trade-request-card {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.03),
		rgba(255, 255, 255, 0.08)
	);
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.trade-request-image {
	width: 120px;
	height: 120px;
	flex-shrink: 0;
}
.trade-request-content {
	flex: 1;
	padding: 22px;
}
.social-hub-tabs .nav-link {
	background: transparent;
	border: 0;
	color: #8f98a7;
	font-size: 13px;
	padding: 0 20px 12px;
	position: relative;
}
.social-hub-tabs .nav-link.active {
	color: var(--secondary-color);
	background: transparent;
}
.social-hub-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--secondary-color);
}
.social-user-card {
	min-height: 72px;
}
.social-user-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}
.social-remove-btn {
	background: linear-gradient(
		145deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid #4f4a55;
	border-radius: 30px;
	padding: 6px 16px;
	color: #ff9f9f;
	font-size: 10px;
	font-family: var(--primary-regular-font);
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}
.social-remove-btn:hover {
	color: #fff;
	border-color: var(--secondary-color);
}
.group-card-img img {
	height: 200px;
	object-fit: cover;
}
.group-members img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #061321;
	margin-left: -8px;
}
.group-members img:first-child {
	margin-left: 0;
}
.member-count {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ff7a00;
	color: #000;
	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -8px;
}
.group-status.private {
	color: #eb3a3a;
	font-size: 9px;
	font-family: var(--primary-medium-font);
}
.group-status.public {
	color: #6ae930;
	font-size: 9px;
	font-family: var(--primary-medium-font);
}
.leave-group-btn {
	color: var(--secondary-color);
	font-size: 8px;
	font-family: var(--primary-regular-font);
	text-decoration: none;
}
.leave-group-btn:hover {
	color: #ff7a00;
}
.group-card {
	background: #ffffff05;
	position: relative;
}
.group-card-actions {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: flex;
	gap: 8px;
}
.group-action-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffc107;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.group-action-btn.delete {
	color: #ff3b30;
}
.event-manage-btn {
	min-width: 90px;
	height: 36px;
	border: 1px solid rgba(93, 126, 150, 0.6);
	border-radius: 50px;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.event-manage-btn:hover {
	background: #ff7a00;
	border-color: #ff7a00;
	color: #fff;
}
.settings-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.settings-item-left {
	display: flex;
	align-items: center;
	gap: 15px;
}
.settings-icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #a9b3c3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.settings-switch {
	width: 42px !important;
	height: 22px !important;
	cursor: pointer;
}
.settings-switch:checked {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.settings-switch:focus {
	box-shadow: none;
}
@media (max-width: 576px) {
	.settings-item {
		align-items: flex-start;
	}
}
.trade-modal {
	background: #01010115;
	backdrop-filter: blur(5px);
}
.trade-modal .modal-dialog {
	max-width: 760px;
}
.trade-modal-content {
	background: linear-gradient(
		190deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 0.02) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	backdrop-filter: blur(94px);
}
.trade-modal-body {
	padding: 28px;
}
.trade-label {
	color: var(--extra-color-1);
	font-size: 10px;
	font-family: var(--primary-regular-font);
	letter-spacing: 1px;
	display: block;
	margin-bottom: 8px;
}
.trade-input,
.trade-textarea {
	background: #13171c;
	border: none;
	color: var(--primary-color);
	border-radius: 28px;
}
.trade-input,
.trade-textarea::placeholder {
	color: var(--primary-color);
}
.trade-textarea {
	border-radius: 20px;
}
.trade-input:focus,
.trade-textarea:focus {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: #fff;
}
.trade-submit-btn {
	background: var(--extra-color-2);
}
.trade-close-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	background: none;
	border: none;
	color: #ff7b00;
	font-size: 18px;
	z-index: 2;
}
.trade-modal .form-check-label {
	color: #a7b2c2;
	font-size: 12px;
	letter-spacing: 1px;
}
.trade-modal .form-check-input {
	background: transparent;
	border: 1px solid #fff;
}
.trade-modal .form-check-input:checked {
	background-color: transparent;
	border-color: var(--extra-color-2);
}
.trade-file-input {
	display: none;
}
.trade-upload-field {
	background: #13171c;
	border-radius: 28px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: var(--primary-color);
	font-size: 11px;
	font-family: var(--primary-regular-font);
	margin-bottom: 0;
}
.trade-upload-field:hover {
	background: rgba(255, 255, 255, 0.08);
}
.upload-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bfc7d4;
	font-size: 10px;
}
.trade-modal .form-group {
	margin-bottom: 22px;
}
/* profile page Css  */
