:root {
	--theme-color: #511391;
	--theme-color-2: #191A23;
}
*,h1,h2,h3,h4,h5,h6,p,span,ul,li,a,.btn-default,textarea {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style-type: none;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--theme-color);
  --bs-tooltip-color: var(--theme-color-2);
}
.xy-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.y-center {
	display: flex;
	align-items: center;
}
.inline-y-center {
	display: inline-flex;
	align-items: center;
}
.x-center {
	display: flex;
	justify-content: center;
}
.inline-xy-center {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.overflow-vis {
	overflow: visible !important;
}
body {
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-size: 16px;
	color: #1A3F51;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.container {
	max-width: 1730px;
}
.rotate-90 {
	transform: rotate(90deg);
}
.purple-grad {
	background: transparent linear-gradient(180deg, #D500F9 0%, #511391 100%);
	box-shadow: 0px 12px 25px #51139133;
	color: #fff;
}
.blue-grad {
	background: transparent linear-gradient(180deg, #0055DF 0%, #002B70 100%);
	box-shadow: 0px 12px 25px #0055DF33;
	color: #fff;
}
.light-blue-grad {
	background: transparent linear-gradient(181deg, #00ABFF 0%, #511391 100%);
box-shadow: 0px 12px 25px #51139133;
	color: #fff;
}
/*CUSTOM SELECT*/
header.chat-active {
	position: relative;
	z-index: -1;
}
.custom-select {
  position: relative;
  height: 40px;
  width: 160px;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
	height: 40px;
    width: 160px;
    background-color: #FFFFFF;
    border: 1.5px solid #511391;
    border-radius: 35px;
    box-shadow: none;
    font-size: 16px;
    color: #511391;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 6px 36px 6px 12px;
    cursor: pointer;
}
.custom-select .select-selected.select-arrow-active {
	box-shadow: 0px 6px 12px #1A3F5126;
	border-color: #5113914D;
	position: relative;
	z-index: 4;
}
.custom-select .select-selected:after {
	content: "";
	position: absolute;
	background-image: url(../images/icon-arrow-down-dark.svg);
	background-size: 16px 12px;
	border: none;
	width: 16px;
	height: 12px;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
}
.custom-select .select-items div {
  color: #1A3F51;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items {
	position: absolute;
	background-color: #fff;
	top: calc(100% - 20px);
	left: 0;
	right: 0;
	z-index: 3;
	box-shadow: 0px 6px 12px #1A3F5126;
	border: 1px solid #5113914D;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	padding-top: 20px;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.custom-select .same-as-selected {
	background: transparent linear-gradient(180deg, #D500F9 0%, #511391 100%);
	color: #fff !important;
}
/*PRE AUTH PAGE*/
.auth-scrn-sec {
	background: url(../images/auth-bg.png);
	background-size: cover;
	min-height: 100vh;
	min-width: 100vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 20px;
	position: relative;
}
.auth-scrn-sec:before {}
.auth-card-wrap {
	width: 100%;
	max-width: 850px;
	max-height: 950px;
	padding: 20px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 3px 12px #E4EBF680;
}
.pre-auth-slide .img {
	overflow: hidden;
	border-radius: 25px 25px 0 0;
	margin-bottom: 15px;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}
.pre-auth-slide .img:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(81,19,145,0.50) 74%);
    width: 100%;
    height: 60%;
}
.pre-auth-slide .text .title {
	color: #1A3F51;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 15px;
}
.pre-auth-slide .text .s-text {
	color: #48576E;
	font-size: 18px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.pre-auth-slider-wrap .swiper-pagination {
	position: relative;
    margin-top: 30px;
}
.pre-auth-slider-wrap .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #D4DFF1;
	opacity: 1;
}
.pre-auth-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 44px;
	background: var(--theme-color);
	border-radius: 5px;
}
.pre-auth-slider-end {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 60px;
}
.pre-auth-slider-end .gen-btn {
	max-width: 150px;
	min-width: 150px;
	width: 100%;
	height: 55px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
}
.outline-btn {
	background: #FFFFFF;
	border: 1.5px solid #511391;
}
.pre-auth-slider-end .big-purple-grad {
	color: #fff;
}
.pre-auth-slider-end .btn-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
    align-items: end;
}
.pre-auth-slider-end .btn-box.active {
	width: 320px;
}
.pre-auth-slider-end .btn-box .swiper-button-next,
.pre-auth-slider-end .btn-box .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 150px;
}
.pre-auth-slider-end .btn-box .swiper-button-next:after,
.pre-auth-slider-end .btn-box .swiper-button-prev:after {
	display: none;
}
.pre-auth-slider-end .btn-box .swiper-button-next.swiper-button-disabled ~ .get-started-btn {
	display: flex;
}
.pre-auth-slider-end .btn-box .swiper-button-disabled {
	display: none;
}
.pre-auth-slider-end .btn-box .swiper-button-next ~ .get-started-btn {
	display: none;
}

/*SELECT USER PAGE*/
.select-user-card {
	height: 950px;
	padding: 150px 0 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.select-user-card .card-top .heading-1{
	color: var(--theme-color);
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
.select-user-card .card-top .heading-2 {
	color: var(--theme-color);
	text-align: center;
	font-size: 24px;
	line-height: 1;
	font-weight: 200;
}
.select-user-card .select-user {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 100px;
}
.select-user-card .select-user a {
	width: 200px;
	margin: 0 40px;
	display: inline-block;
	text-align: center;
}
.select-user-card .select-user a .icon {
	width: 200px;
	height: 164px;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 20px;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}
.select-user-card .select-user a .icon img{
	transition: all 0.3s ease;
}
.select-user-card .select-user a:hover .icon {
	background: var(--theme-color);
}
.select-user-card .select-user a:hover .icon img{
	filter: brightness(0) invert(1);
}
.select-user-card .select-user a p {
	font-size: 18px;
	font-weight: 700;
	color: #1A3F51;
	line-height: 1.2;
}
.select-user-card .card-bottom,
.pre-login-card .card-bottom {
	width: 100%;
	text-align: center;
}
.select-user-card .card-bottom p,
.pre-login-card .card-bottom p {
	font-size: 18px;
	line-height: 1;
	color: #1A3F51;
}
.select-user-card .card-bottom p a,
.pre-login-card .card-bottom p a{
	font-size: 18px;
	line-height: 1;
	color: #1A3F51;
	font-weight: 700;
	text-decoration: underline;
}
/*PRE LOGIN*/
.pre-login-card {
	min-height: 950px;
	max-height: 950px;
	position: relative;
}
.auth-card {
	position: relative;
	padding: 120px 90px 30px 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.auth-card .back-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 10px;
	left: 30px;
	top: 30px;
}
.auth-card .card-top .heading-1{
	color: var(--theme-color);
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	text-align: left;
}
.auth-card .card-top .heading-2 {
	color: var(--theme-color);
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 200;
}
.auth-card .card-top .card-content {
	padding-top: 50px;
}
.auth-card .pre-login-btn {
	width: 100%;
	height: 70px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}
.auth-card .pre-login-btn i {
	margin-right: 15px;
	position: relative;
    top: -2px;
}
.big-purple-grad {
	background: transparent linear-gradient(180deg, #D500F9 0%, #511391 100%);
	box-shadow: 0px 12px 25px #51139133;
	color: #fff;
}
.auth-card .pre-login-btn.fb-btn {
	background: transparent linear-gradient(180deg, #0055DF 0%, #002B70 100%);
	box-shadow: 0px 12px 25px #0055DF33;
}
.auth-card .pre-login-btn.apple-btn {
	background: transparent linear-gradient(180deg, #1A3F51 0%, #1D1D1D 100%);
	box-shadow: 0px 12px 25px #1D1D1D33;
}
.auth-card .pre-login-btn.google-btn {
	background: transparent linear-gradient(180deg, #EB4335 0%, #76221B 100%);
	box-shadow: 0px 12px 25px #EB433533;
}
/*SIGN UP PAGE*/
.auth-form .form-group {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.auth-form .form-switch .form-check-input {
	box-shadow: none;
	height: 20px;
	top: -1px;
    position: relative;
}
.auth-form .form-switch .form-check-label {
	font-size: 18px;
	font-weight: 500;
	color: #1A3F51;
}
.green-switch  .form-check-input {
	cursor: pointer;
	height: 20px;
    width: 40px;
}
.auth-form .form-switch .form-check-input:checked,
.green-switch .form-check-input:checked{
	background-color: #19ab36;
	border-color: #19ab36;
}
.auth-form .form-group .c-input {
	height: 70px;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	padding: 0 25px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	padding: 0 25px;
}
.auth-form .form-group .c-input::placeholder {
	color: #C1C0D1;
}
.auth-form .form-group.icon-form-group {
	display: flex;
	flex-wrap: wrap;
}
.auth-form .form-group.icon-form-group .icon {
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.auth-form .form-group.icon-form-group.right-align-icon .icon {
	right: 0;
}
.auth-form .form-group.icon-form-group.right-align-icon .c-input {
	padding-right: 55px;
	padding-left: 20px;
}
.auth-form .form-group.icon-form-group .c-input {
	width: 100%;
	padding-left: 55px;
}
.auth-form .password-field {
	position: relative;
}
.auth-form .password-field .pass-toggle {
	position: absolute;
	right: 25px;
	top: 48%;
	transform: translateY(-50%);
	color: #C1C0D1;
	background: transparent;

	.auth-form .password-field input {
		height: 55xp;
	}
	.auth-form .password-field .pass-toggle {
		top: 50%;
		transform: translateY(-50%);
	}
}
/*VERIFICATION PAGE*/
.auth-form .verify-code-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	gap: 30px;
}
.auth-form .verify-code-group input {
	height: 70px;
	width: 70px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	outline: none;
	text-align: center;
}
.auth-form .verify-code-group input::-webkit-outer-spin-button,
.auth-form .verify-code-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-form .verify-code-group input[type=number] {
  -moz-appearance: textfield;
}
/*CREATE PROFILE PAGE*/
.auth-card .form-scroll,
.profile-card .form-scroll {
	max-height: 585px;
    overflow-y: auto;
}
.auth-card .form-scroll.form-scroll-2 {
	max-height: 535px;
}
.auth-card .form-scroll::-webkit-scrollbar {
  width: 0px;
}
.auth-card .form-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.auth-card .form-scroll::-webkit-scrollbar-thumb {
  background: transparent;
}
.auth-card .form-scroll::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.profile-img-wrap {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: transparent linear-gradient(180deg, #D500F9 0%, #511391 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.profile-img-wrap .img-box {
	width: 128px;
	height: 128px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-img-wrap .upload-btn {
	position: absolute;
	background: #1A3F51;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.profile-img-wrap .upload-btn #file-upload {
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	display: none;
}
.auth-form textarea {
	resize: none;
	width: 100%;
	padding: 20px;
	border: none;
	outline: none;
	box-shadow: none;
	height: 210px;
	border-radius: 25px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
}
.iti__flag {
	background-image: url("../images/flags.png");
}
.iti {
	width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../images/flags@2x.png");}
}
.iti--separate-dial-code .iti__selected-flag {
	background: transparent;
	padding-left: 20px;
	outline: none;
}
.iti--allow-dropdown .iti__flag-container:hover,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background: transparent;
}
#intNum::-webkit-outer-spin-button,
#intNum::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Interest /Hobbies page*/
.interest-wrap {
	display: flex;
	flex-wrap: wrap;
}
.interest-wrap .interest-pill {
	position: relative;
	margin: 0 12px 20px 0;
}
.interest-wrap .interest-pill input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.interest-wrap .interest-pill input ~ div {
	height: 43px;
	background: transparent;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113914D;
	border-radius: 35px;
	font-size: 16px;
	color: #1A3F51;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0 35px 0 15px;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
}
.interest-wrap .interest-pill input ~ div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(181deg, #00ABFF 0%, #511391 100%) 0% 0% no-repeat padding-box;
	transition: all 0.3s;
	opacity: 0;
	border-radius: 35px;
	z-index: 1;
}
.interest-wrap .interest-pill input ~ div:after {
	content: '';
	position: absolute;
	right: 10px;
	opacity: 0;
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	content: "\f005";
	color: #fff;
	font-size: 13px;
	top: 15.5px;
}
.interest-wrap .interest-pill input ~ div span {
	position: relative;
	z-index: 2;
}
.interest-wrap .interest-pill input:checked ~ div:before,
.interest-wrap .interest-pill input:checked ~ div:after {
	opacity: 1;
}
.interest-wrap .interest-pill input:checked ~ div:after {
	z-index: 2;
}
.interest-wrap .interest-pill input:checked ~ div {
	box-shadow: 0px 6px 12px #5113911A;
	color: #fff;
	border-color: transparent;
}
/*LOGIN PAGE*/
.pre-login-card.login-auth-card {
    min-height: 850px;
}
.login-hor-line {
	max-width: 410px;
	width: 100%;
	height: 2px;
	background: transparent linear-gradient(90deg, #D500F900 0%, #D500F9 50%, #D500F900 100%);
	margin: 60px auto;
}
.link-btn-text,
.link-btn-text:hover {
	text-align: center;
	color: #1A3F51;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
}
/*HEADER START*/
.header {
	background: transparent linear-gradient(180deg, #D500F9 0%, #511391 100%);
	box-shadow: 0px 12px 25px #51139133;
	padding: 12px 0;
}
.header-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap:40px;
	
}

.main-menu{
	margin-left:auto;
	margin-right:auto;
}

.navbar{
	margin-left:40px;
}

.header-row > .logo-box img {
	max-width: 120px;		
}
.nav-toggle-li {
	display: none;
}
.resp-nav-toggle {
	font-size: 30px;
	color: #fff;
}
.nav-box .nav-top {
	display: none;
}
.nav-box > ul {
	display: flex;
	flex-wrap: nowrap;
}

.nav-box ul li {
	padding: 0 20px;
}
.nav-box > ul li a,
.nav-box .dropdown-toggle {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}
.nav-box .dropdown-toggle {
	background: transparent !important;
	padding: 0;
	border: none;
	outline: none;
	padding-right: 22px;
}
.nav-box .dropdown-toggle:after {
	background-image: url(../images/icon-arrow-down-white.svg);
	border: none;
	border: none;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 4px;
    right: -2px;
}
.nav-box .dropdown-menu {
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 6px 12px #1A3F5129;
	border: 1px solid #5113914D;
	border-radius: 10px;
}
.nav-box .dropdown-menu li {
	padding: 0 12px;
	transition: all 0.3s;
}
.nav-box .dropdown-menu li:hover,
.nav-box .dropdown-menu li a:hover {
	background: #dfdfdf;
}
.nav-box .dropdown-menu li:not(:last-of-type) a {
	border-bottom: 1px solid #5113911A;
}
.nav-box .dropdown-menu li a {
	color: #1A3F51;
	font-size: 18px;
	font-weight: 300;
	padding: 15px 0;
	transition: all 0.3s;
}
.nav-box .dropdown-menu li a img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.header .user-actions .action-list {
	position: relative;
	display: flex;
}
.header .user-actions .action-list >  li {
	padding: 0 30px;
	border-right: 1px solid #fff;
	position: relative;
}
.header .user-actions .action-list > li:last-of-type {
	border-right: none;
	padding-right: 0 !important;
}
.header .user-actions .action-list .user-action-dropdown {
	border-right: none;
	padding-right: 0 !important;	
}
.header .user-actions .action-list > li:first-of-type {
	padding-left: 0 !important;
}
.header .user-actions .notification-btn {
	position: relative;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 62px;
	width: 62px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .user-actions .notification-btn .icon {
	border-radius: 100%;
	height: 100%;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .user-actions .notification-btn span {
	position: absolute;
	background: #FF0000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 20px;
	height: 20px;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	font-size: 10px;
	top: 10px;
    right: 10px;
}
.header .user-actions .dropdown-toggle {
	background: transparent !important;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	padding-right: 22px;
}
.header .user-actions .dropdown-toggle:after {
	background-image: url(../images/icon-arrow-down-white.svg);
	border: none;
	border: none;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}
.header .user-actions .dropdown-toggle .icon {
	border: 1px solid #fff;
	border-radius: 100%;
	height: 62px;
	width: 62px;
	padding: 3px;
	overflow: hidden;
	margin-right: 10px;
}
.header .user-actions .dropdown-toggle .icon img {
	width: 100%;
	height: 100%;
}
.header .user-actions .user-info .name {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	margin-bottom: 3px;
}
.header .user-actions .user-info .email {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	text-align: left;
}
.header .user-actions .dropdown-menu {
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px 0 30px 0;
}
.header .user-actions .dropdown-menu li {
	padding: 0 15px;
}
.header .user-actions .dropdown-menu li:hover,
.header .user-actions .dropdown-menu li a:hover {
	background: transparent;
}
.header .user-actions .dropdown-menu li a {
	display: flex;
	align-items: center;
	color: #1A3F51;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	padding: 12px 0;
}
.header .user-actions .dropdown-menu li a.blue-grad {
	border-radius: 25px;
	color: #fff;
	width: 166px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent linear-gradient(181deg, #00ABFF 0%, #511391 100%);
	box-shadow: 0px 12px 25px #51139133;
	margin-top: 5px;
}
.header .user-actions .dropdown-menu li a img {
	margin-right: 15px;
}
.notification-dropdown {
	position: absolute;
	right: 30px;
	top: 0;
	width: 480px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #5113914D;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	z-index: 1;
}
.notification-dropdown .inner-wrap {
	position: relative;
	padding: 30px;
}
.notification-dropdown .top-row {
	border-bottom: 1px solid #5113911A;
	padding-bottom: 20px;
	position: relative;
}
.notification-dropdown .inner-wrap .close-box-btn {
	position: absolute;
	font-size: 24px;
	top: 15px;
	right: 15px;
	color: #333333;
	z-index: 1;
}
.notification-dropdown .top-row p {
	color: #1A3F51;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}
.notification-dropdown .top-row p span {
	margin-right: 15px;
}
.notification-dropdown .mid-row {
	max-height: 335px;
	overflow-y: auto;
}
.notification-dropdown .mid-row::-webkit-scrollbar {
  width: 5px;
}
.notification-dropdown .mid-row::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notification-dropdown .mid-row::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}
.notification-dropdown .mid-row::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.notification-dropdown .notification-msg {
	padding: 20px 0;
	border-bottom: 1px solid #5113911A;
}
.notification-dropdown .notification-msg .title {
	color: #1A3F51;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
.notification-dropdown .notification-msg .text {
	color: #9F9DB9;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.notification-dropdown .bottom-row {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.notification-dropdown .bottom-row a {
	text-decoration: underline;
	color: #1A3F51;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}
/*HEADER END*/
/*LADING PAGE*/
.dashboard-main-sec {
	padding: 50px 0;
}
.friends-card-slider .swiper-slide-shadow {
	background: transparent;
}
.friends-card-slider .swiper-slide {
	padding: 40px;
}
.friends-slider-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 12px 15px 5px 15px; 
	max-width: 580px;
	width: 100%;
	box-shadow: 2px 21px 45px #23282E42;
}
.swiper-slide-active .friends-slider-card {
	box-shadow: 2px 21px 45px #23282E42;
}
.friends-slider-card .img {
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 5px;
	position: relative;
	display: block;
}
.friends-slider-card .img:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(81,19,145,0.50) 74%);
    width: 100%;
    height: 60%;
}
.friends-slider-card .img img {
	border-radius: 30px;
}
.friends-slider-card .img .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 20px 10px 20px;
}
.friends-slider-card .text .name {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1;
}
.friends-slider-card .text .light-text {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
}
.friends-slider-card .attribute-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.friends-slider-card .attribute-wrap span {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	border-radius: 4px;
	padding: 0 25px;
	margin: 0 10px 10px 0;
	color: #1A3F51;
	font-size: 16px;
	font-weight: 500;
}
.friends-slider-card .button-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
}
.friends-slider-card .button-box .card-btn {
	border-radius: 35px;
	height: 70px;
	font-size: 18px;
	font-weight: 700;
	width: calc(50% - 13px); 
}
.friends-slider-card .button-box .card-btn img {
	margin-right: 8px;
}
.buy-req-bg-card {
	background: #FFFFFF;
	padding: 40px;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 30px;
	overflow: hidden;
	max-width: 750px;
	width: 100%;
}
.btn-custom {
	display: block;
    margin-top: 15px;
    border-radius: 30px;
	padding: 10px 43px;
}
.msg-count {
	width: 25px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #511391;
    border-radius: 50%;
    height: 25px;
    background: #511391;
    color: #fff;
    margin-top: 15px;
}
.btn-custom:hover {
	color: #fff !important;
}
.buy-req-wrap .buy-req-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF 0% 0%;
	box-shadow: 0px 6px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 13px 20px;
}
.buy-req-wrap .buy-req-box .purple-grad {
	width: 145px;
	height: 48px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.buy-req-wrap .buy-req-box .det {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.buy-req-wrap .buy-req-box .det .icon {
	width: 62px;
	height: 62px;
	box-shadow: 0px 6px 12px #E4EBF64D;
	border: 1px solid #61728D;
	border-radius: 100%;
	padding: 5px;
	margin-right: 18px;
}
.buy-req-wrap .buy-req-box .det .icon span {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #61728D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy-req-wrap .buy-req-box .det p{
	color: #1A3F51;
	font-size: 20px;
	font-weight: 500;
}
.buy-req-wrap .buy-more {
	margin-bottom: 15px;
}
.buy-req-wrap .buy-more a {
	text-decoration: underline;
	color: #1A3F51;
	font-size: 20px;
	font-weight: 700;
}
.buy-req-wrap .free-swipe-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 35px;
	height: 70px;
}
.buy-req-wrap .free-swipe-btn img {
	margin-right: 15px;
}
.gen-modal .title {
	font-size: 28px;
	font-weight: 700;
	color: #511391;
	line-height: 1;
	margin-bottom: 20px;
}
.gen-modal .s-text {
	color: #1A3F51;
	font-size: 20px;
	line-height: 1;
}
.gen-modal .btn-box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gen-modal .btn-box .modal-btn {
	height: 48px;
	width: calc(50% - 9px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 35px;
	overflow: hidden;
}
.gen-modal .btn-box .outline-btn {
	border: 1.5px solid #511391;
	background: #fff;
}
.gen-modal .btn-box .solid-btn {}
.sm-gen-modal .modal-dialog {
	
}
.sm-gen-modal .modal-content .modal-dialog {
	max-width: 485px;
	width: 100%;
	padding: 0 15px;
}
.sm-gen-modal .modal-content {
	width: 100%;
	padding: 40px;
	background: #FDFCFF;
	border: 1px solid #5113911A;
	border-radius: 30px;
}
.lg-gen-modal .modal-dialog {
	max-width: 840px;
	width: 100%;
	padding: 0 15px;
}
.lg-gen-modal .modal-content {
	width: 100%;
	padding: 40px;
	background: #FDFCFF;
	border: 1px solid #5113911A;
	border-radius: 30px;
	position: relative;
}
.md-gen-modal .modal-dialog {
	max-width: 620px;
	width: 100%;
	padding: 0 15px;
}
.md-gen-modal .modal-content {
	width: 100%;
	padding: 30px;
	background: #FDFCFF;
	border: 1px solid #5113911A;
	border-radius: 30px;
	position: relative;
}
.sm-gen-modal .modal-content .modal-body,
.lg-gen-modal .modal-content .modal-body,
.md-gen-modal .modal-content .modal-body {
	padding-right: 0;
	padding-left: 0;
}
.lg-gen-modal .modal-content,
.md-gen-modal .modal-content {
	border: none;
}
.lg-gen-modal .modal-header,
.md-gen-modal .modal-header {
	padding: 0;
	border: none;
}
.lg-gen-modal .modal-content .btn-close ,
.md-gen-modal .modal-content .btn-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: #FDFCFF 0% 0% no-repeat padding-box;
	box-shadow: -3px 3px 12px #34343414;
	border-radius: 0px 29px 0px 15px;
	font-size: 28px;
    color: #333333;
    opacity: 1;
}
/*ALL EVENTS PAGE*/
.event-search .top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.event-search .top-row .create-btn {
	width: 165px;
	height: 65px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.event-search .top-row .create-btn img {
	margin-right: 10px;
}
.event-search .top-row .input-box {
	background: #FFFFFF;
	box-shadow: inset 0px 3px 10px #1A3F5129, 0px 3px 12px #E4EBF64D;
	border: 1px solid #C1C0D1;
	border-radius: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 195px);
}
.event-search .top-row .icon,
.event-search .top-row .filters-toggle {
	width: 60px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}
.event-search .top-row input {
	height: 65px;
	width: calc(100% - 120px);
	outline: none;
	border: none;
	box-shadow: none;
	background: transparent;
}
.event-search .filter-row-outer {
	display: none;
}
.event-search .filter-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
}
.event-search .filter-row .select-box {
	margin-right: 30px;
	margin-bottom: 15px;
}
.event-search .filter-row .select-box:last-of-type {
	margin-right: 0;
}
.event-search .filter-row select {
	height: 40px;
	width: 160px;
	background-color: #FFFFFF;
	border: 1.5px solid #511391;
	border-radius: 35px;
	box-shadow: none;
	font-size: 16px;
	color: #511391;
	font-weight: 500;
}
.event-search .filter-row .clear-filter {
	height: 40px;
	border-radius: 35px;
	padding: 0 35px;
}
.events-slider-wrap {
	padding-top: 20px;
}
.events-slider-wrap .title {
	font-size: 28px;
	font-weight: 700;
	color: #511391;
	line-height: 1;
	margin-bottom: 15px;
}
.events-pg-slider {
	margin-bottom: 15px;
}
.events-pg-slider .swiper-slide {
	width: 275px;
}
.event-card {
	max-width: 275px;
	width: 100%;
	padding: 15px 0;
}
.event-card a {
	color: #1A3F51;
}
.event-card .img {
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0px 6px 10px #51139133
}
.event-card .img img {
	transition: all 1s;
	width: 100%;
	height: 100%;
}
.event-card:hover .img img {
	transform: scale(1.2);
}
.event-card .name-date {
	margin-bottom: 10px;
}
.event-card .add-type {
	margin-top: 10px;
}
.event-card .name-date,
.event-card .add-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.event-card .name-date .name {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
}
.event-card .name-date .date {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
}
.event-card .desc {
	font-size: 16px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-card .add-type .address {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
}
.event-card .add-type .type {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.event-card .add-type .type img {
	margin-left: 10px;
}
.event-pg-r-card {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 30px;
	padding: 30px;
}
.event-pg-r-card .calendar-box {
	margin-bottom: 40px;
}
.calendar-box .lightpick__month-title-bar {
	background: transparent linear-gradient(180deg, #0055DF 0%, #002B70 100%);
	height: 60px;
}
.calendar-box .lightpick,
.calendar-box .lightpick__month {
	padding: 0;
}
.calendar-box .lightpick {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
}
.calendar-box .lightpick__month {
	width: 100%;
}
.calendar-box .lightpick__toolbar {
	display: none;
}
.calendar-box .lightpick__month-title > .lightpick__select-months,
.calendar-box .lightpick__month-title > .lightpick__select {
	color: #fff;
	font-size: 18px;
	text-align: left;
	background-image: url(../images/icon-select-down.svg);
    display: block;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 16px 12px;
}
.calendar-box .lightpick__month-title > .lightpick__select {
	padding-right: 20px;
}
.calendar-box .lightpick__month-title > .lightpick__select-months option,
.calendar-box .lightpick__month-title > .lightpick__select option {
	color: #000;
	font-size: 16px;
}
.calendar-box .lightpick__month-title-bar {
	width: 100%;
	margin-bottom: 15px;
}
.calendar-box .lightpick__month-title {
	width: 100%;
	display: flex;
	justify-content: space-between;	
	padding: 0 15px;
}
.calendar-box .lightpick__day {
	font-size: 14px;
	position: relative;
	background: transparent;
	background-image: none;
	z-index: 1;
	transition: all 0.2s;
}
.calendar-box .lightpick__day.is-start-date::before, 
.calendar-box .lightpick__day.is-end-date::before,
.calendar-box .lightpick__day.is-today::before{
	opacity: 1 !important;
}
.calendar-box .lightpick__day.is-start-date, 
.calendar-box .lightpick__day.is-end-date,
.calendar-box .lightpick__day.is-today{
	color: #fff !important;
}
.calendar-box .lightpick__day:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent linear-gradient(180deg, #0055DF 0%, #002B70 100%);
	border-radius: 100%;
	overflow: hidden;
	height: 38px;
	width: 38px;
	z-index: -1;
	transition: all 0.2s;
	opacity: 0;
}
.calendar-box .lightpick__day-of-the-week {
    font-size: 14px;
}
.calendar-box .lightpick__day:not(.is-disabled):hover {
	background-image: none;
	color: #fff;
}
.calendar-box .lightpick__day:not(.is-disabled):hover:before {
	opacity: 1;
}
.event-pg-r-card .title {
	color: #511391;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px
}
.event-pg-r-card .event-card {
	padding: 12px 12px 15px 12px;
	max-width: 380px;
	width: 100%;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113914D;
	border-radius: 20px;
	margin-bottom: 20px;
}
.event-pg-r-card .event-card .img {
	box-shadow: none;
	border-radius: 10px;
}
/*EVENT DETAILS*/
.back-btn-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.back-btn-row .back-btn {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px #E4EBF680;
    border: 1px solid #5113911A;
    border-radius: 10px;
    margin-right: 20px;
}
.back-btn-row .title {
	color: #511391;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}
.event-det-wrap {
	padding: 20px;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	background: #fff;
	border-radius: 20px;
	width: 100%;
}
.event-det-wrap .img {
	border: 1px solid #00000000;
	border-radius: 10px;
	overflow: hidden;
	max-height: 280px;
	margin-bottom: 20px;
	position: sticky;
}
.event-det-box .top-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #5113914D;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.event-det-box .top-box .evt-date {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
}
.event-det-box .top-box .evt-name {
	color: #1A3F51;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
}	
.event-det-box .top-box .add-type {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.event-det-box .top-box .address {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	padding-right: 20px;
}
.event-det-box .top-box .type {
	color: #61728D;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.event-det-box .top-box .type img {
	margin-left: 10px;
}
.event-det-box .top-box .action-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.event-det-box .top-box .interested-btn {
	margin-top: 5px;
}
.event-det-box .top-box .invite-btn,
.event-det-box .top-box .join-btn {
	margin-top: 5px;
	height: 50px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}
.event-det-box .top-box .invite-btn img,
.event-det-box .top-box .join-btn img {
	margin-right: 10px;
}
.interested-btn {
	position: relative;
}
.interested-btn input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.interested-btn input ~ span {
	height: 50px;
	background: transparent;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113914D;
	border-radius: 35px;
	font-size: 16px;
	color: #1A3F51;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.interested-btn input ~ span i {
	margin-right: 10px;
}
.interested-btn input ~ span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(181deg, #00ABFF 0%, #511391 100%) 0% 0% no-repeat padding-box;
	transition: all 0.3s;
	opacity: 0;
	border-radius: 35px;
	z-index: -1;
}
.interested-btn input:checked ~ span:before{
	opacity: 1;
}
.interested-btn input:checked ~ span {
	box-shadow: 0px 6px 12px #5113911A;
	color: #fff;
	border-color: transparent;
}
.more-det-tab .nav-pills {
	margin-bottom: 40px;
}
.more-det-tab .nav-link {
	color: #1A3F51;
	font-size: 22px;
	font-weight: 400;
	background: transparent;
	padding: 0 0 7px 0;
	position: relative;
	margin-right: 40px;
}
.more-det-tab .nav-link.active {
	font-weight: 500;
	color: #1A3F51;
	background: transparent;
}
.more-det-tab .nav-link.active:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	background: #1A3F51;
	height: 4px;
	width: 100%;
}
.evt-about-tab .det-box {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113914D;
	border-radius: 20px;
}
.evt-about-tab .det-box .title {
	color: #1A3F51;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.evt-about-tab .det-box ul li {
	font-size: 16px;
	color: #1A3F51;
	font-weight: 300;
	line-height: 1.1;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.evt-about-tab .det-box ul li span {
	width: 25px;
	margin-right: 10px;
	position: relative;
}
.pos-relative {
	position: relative;
}
.neg-top-1 {
	top: -1px;
}
.neg-top-2 {
	top: -2px;
}
.neg-top-3 {
	top: -3px;
}
.neg-top-4 {
	top: -4px;
}
.evt-about-tab .det-box .desc-title {
	font-size: 16px;
	color: #1A3F51;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 20px;
}
.evt-about-tab .det-box .desc-text {
	font-size: 16px;
	color: #1A3F51;
	font-weight: 300;
	line-height: 1.3;
}
.evt-about-tab .map-box {
	padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px #E4EBF680;
    border: 1px solid #5113914D;
    border-radius: 20px;
    height: 100%;
}
.evt-about-tab .map-box iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.evt-discuss-tab .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #511391;
	margin-bottom: 20px;
}
.discuss-card {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113914D;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
.evt-discuss-tab .discuss-card:last-of-type {
	margin-bottom: 0;
}
.discuss-card .top-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.discuss-card .top-row .icon {
	border: 2px solid #00abff;
	border-radius: 100%;
	height: 58px;
	width: 58px;
	padding: 3px;
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
}
.discuss-card .top-row .icon img {
	width: 100%;
	height: 100%;
}
.discuss-card .top-row .user-info .name {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	margin-bottom: 5px;
}
.discuss-card .top-row .user-info .time {
	color: #1A3F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}
.discuss-card .top-row .user-info .time span {
	padding-left: 15px;
}
.discuss-card .top-row .user-info .time span img {
	padding-left: 5px;
}
.discuss-card .discuss-text {
	color: #1A3F51;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
}
.discuss-card .btn-box {
	margin: 20px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.discuss-card .btn-box .action-btn {
	color: #1A3F51;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    margin-right: 20px;
}
.discuss-card .btn-box .action-btn img {
	margin-right: 5px;
	max-height: 15px;
}
.discuss-card .btn-box .action-btn.like {
	filter: contrast(0.5);
}
.discuss-card .btn-box .action-btn.like.liked {
	filter: none;
    font-weight: bold;
    color: #511391;
}
.message-box {
	position: relative;
}
.message-box input {
	width: 100%;
	height: 60px;
	font-size: 16px;
	background: #FFFFFF;
	box-shadow: inset 0px 3px 10px #1A3F5129, 0px 3px 12px #E4EBF64D;
	border: 1px solid #C1C0D1;
	border-radius: 50px;
	padding: 0 60px 0 20px;
	outline: none;
}
.message-box .send-btn {
	width: 48px;
	height: 48px;
	background: transparent linear-gradient(179deg, #00ABFF 0%, #511391 100%) 0% 0% no-repeat padding-box;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
}
.chat-window-toggle {
	display: none;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
}
.chat-window {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 20px;
	width: 100%;
	position: sticky;
	top: 20px;
	height: calc(100vh - 40px);
}
.chat-window .top-row {
	padding: 20px 30px 20px 30px;
	position: relative;
}
.chat-window .top-row .title {
	color: #511391;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	border-bottom: 1px solid #5113914D;
	padding-bottom: 20px;
}
.chat-window .top-row .close-box-btn {
	font-size: 24px;
    color: #333333;
    position: absolute;
    right: 20px;
    top: 13px;
    display: none;
}
.chat-window .bottom-row {
	padding: 20px 30px;
	box-shadow: 0px -4px 20px #33333314;
}
.chat-window .mid-row {
	padding: 20px 30px;
	height: calc(100% - 185px);
	overflow-y: auto;
}
.chat-window .mid-row::-webkit-scrollbar,
.discuss-card .comments::-webkit-scrollbar,
#invitePeopleModal .invite-card-wrap::-webkit-scrollbar,
.chat-users-col .users-list::-webkit-scrollbar {
  width: 5px;
}
.chat-window .mid-row::-webkit-scrollbar-track,
.discuss-card .comments::-webkit-scrollbar-track,
#invitePeopleModal .invite-card-wrap::-webkit-scrollbar-track,
.chat-users-col .users-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.chat-window .mid-row::-webkit-scrollbar-thumb,
.discuss-card .comments::-webkit-scrollbar-thumb,
#invitePeopleModal .invite-card-wrap::-webkit-scrollbar-thumb,
.chat-users-col .users-list::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}
.chat-window .mid-row::-webkit-scrollbar-thumb:hover,
.discuss-card .comments::-webkit-scrollbar-thumb:hover,
#invitePeopleModal .invite-card-wrap::-webkit-scrollbar-thumb:hover,
.chat-users-col .users-list::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.chat-wrap .chat-msg-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 9px 0;
}
.chat-wrap .chat-msg-box.sent {
    flex-direction: row-reverse;
}
.chat-wrap .chat-msg-box .icon {
	position: relative;
	height: 58px;
	width: 58px;
	margin-right: 20px;
}
.chat-wrap .chat-msg-box.sent .icon {
	margin-right: 0;
	margin-left: 20px;
}
.chat-wrap .chat-msg-box .icon > div {
	border: 2px solid #00abff;
	border-radius: 100%;
	height: 58px;
	width: 58px;
	padding: 3px;
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
	position: relative;
}
.chat-wrap .chat-msg-box .icon img {
	width: 100%;
	height: 100%;
}
.chat-wrap .chat-msg-box .icon.online:before,
.chat-user .icon:before {
	content: '';
	position: absolute;
	background-color: #19ab36;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	right: 4px;
	bottom: 5px;
	z-index: 1;
}
.chat-wrap .chat-msg-box .chat-msg {
	background: #511391;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 10px;
	padding: 10px 15px;
	max-width: calc(100% - 78px);
	width: auto;
}
.chat-wrap .chat-msg-box.sent .chat-msg {
	background: #E4EBF6;
}
.chat-wrap .chat-msg-box .chat-msg .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 3px;
	color: #ffffff;
}
.chat-wrap .chat-msg-box .chat-msg .time {
	font-size: 10px;
	font-weight: 300;
	line-height: 1;
	text-align: right;
	color: #ffffff;
}
.chat-wrap .chat-msg-box.sent .chat-msg .text,
.chat-wrap .chat-msg-box.sent .chat-msg .time  {
	color: #1A3F51;
}
#invitePeopleModal .modal-content {
	padding-bottom: 10px !important;
}
.invite-wrap .search-row {
	margin-bottom: 30px;
}
.invite-wrap .search-row .input-box {
	background: #FFFFFF;
	box-shadow: inset 0px 3px 10px #1A3F5129, 0px 3px 12px #E4EBF64D;
	border: 1px solid #C1C0D1;
	border-radius: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.invite-wrap .search-row .icon {
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.invite-wrap .search-row input {
	height: 65px;
	width: 100%;
	outline: none;
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 0 20px 0 60px;
}
#invitePeopleModal .invite-card-wrap {
	max-height: calc(100vh - 300px);
    overflow-y: auto;
}
.invite-card-wrap .invite-card:last-of-type {
	margin-bottom: 0px !important;
}
.invite-card {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113914D;
	border-radius: 20px;
	padding: 30px 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.invite-card .icon {
	border: 2px solid #00abff;
	border-radius: 100%;
	height: 58px;
	width: 58px;
	padding: 3px;
	overflow: hidden;
	margin-right: 15px;
	padding: 2px;
}
.invite-card .icon img {
	width: 100%;
	height: 100%;
}
.invite-card .text-box {
	width: calc(100% - 73px);
}
.invite-card .text-box .name {
	color: #1A3F51;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 12px;
}
.invite-card .text-box .desc {
	color: #1A3F51;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 20px;
}
.invite-card .text-box .invite-btn {
	height: 50px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
	overflow: hidden;
}
.invite-card .text-box .invite-btn img {
	margin-right: 10px;
}
/*GROUP DETAILS PAGE*/
.group-about-tab .box-card,
.grp-people-tab .box-card {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113914D;
	border-radius: 20px;
	padding: 20px;
	max-width: 610px;
	margin-bottom: 30px;
}
.group-about-tab .box-card:last-of-type,
.grp-people-tab .box-card:last-of-type {
	margin-bottom: 0 !important;
}
.group-about-tab .box-card .title,
.grp-people-tab .box-card .title {
    color: #1A3F51;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #5113914D;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.grp-people-tab .box-card .title {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.group-about-tab .box-card .title span,
.grp-people-tab .box-card .title span {
	padding-left: 5px;
	font-weight: 400;
}
.group-about-tab .box-card .group-det li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.group-about-tab .box-card .group-det li:not(:last-of-type) {
	margin-bottom: 30px;
}
.group-about-tab .box-card .group-det .icon {
	width: 45px;
}
.group-about-tab .box-card .group-det .text-box {
	width: calc(100% - 45px);
}
.group-about-tab .box-card .group-det .name {
	color: #1A3F51;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.group-about-tab .box-card .group-det .desc {
	color: #1A3F51;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}
.group-about-tab .members-box-card .title {
	margin-bottom: 20px;
}
.group-about-tab .member-row,
.grp-people-tab .member-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5113914D;
}
.group-about-tab .member-row .icon,
.grp-people-tab .member-row .icon,
.chat-user .icon {
	border: 2px solid #00abff;
	border-radius: 100%;
	height: 58px;
	width: 58px;
	padding: 3px;
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
	position: relative;
}
.group-about-tab .member-row .icon img,
.grp-people-tab .member-row .icon img,
.chat-user .icon img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.group-about-tab .member-row .user-info,
.grp-people-tab .member-row .user-info {
	width: calc(100% - 68px)
}
.group-about-tab .member-row .user-info .name,
.grp-people-tab .member-row .user-info .name {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	margin-bottom: 5px;
}
.grp-people-tab .member-row .user-info .name {
	margin-bottom: 10px;	
}
.grp-people-tab .member-row .user-info .name span {
	font-weight: 300;
	padding-left: 10px;
}
.group-about-tab .member-row .user-info .time,
.grp-people-tab .member-row .user-info .time {
	color: #1A3F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}
.grp-people-tab .member-row .user-info .time {
	line-height: 1.2;
}
.group-about-tab .members-wrap .see-all {
	color: #1A3F51;
	font-size: 18px;
	text-decoration: underline;
}
.grp-people-tab .box-card .title {
	border: none;
}
.grp-people-tab .box-card .s-text {
	color: #1A3F51;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.create-grp-btn {
	margin-top: 50px;
	margin-bottom: 20px;
    height: 50px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}
.create-grp-btn img {
	margin-right: 8px;
}
.empty-pg-sec {
	margin-top: 100px;
}
.empty-pg-sec .icon {
	margin-bottom: 50px;
}
.empty-pg-sec .icon img {
	max-width: 160px;
}
.empty-pg-sec .desc {
	color: #1A3F51;
	font-size: 20px;
	line-height: 1.3;

}
/*CREATE EVENT PAGE*/
.create-evt-card {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 20px;
	padding: 20px 20px 50px 20px;
}
.evt-banner {
	position: relative;
	max-height: 280px;
	min-height: 200px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.evt-banner.uploaded-image-box .img-box > img {
	min-height: 200px;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}
.evt-banner.uploaded-image-box .img-box {
	position: relative;
}
.evt-banner .upload-img {
	position: absolute;
	width: 130px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113914D;
	border-radius: 50px;
	right: 25px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.evt-banner .upload-img input {
	display: none;
}
.evt-banner .upload-img span {
	margin-left: 8px;
	color: #1A3F51;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.create-evt-card .form-inputs-wrap {
	max-width: 670px;
	width: 100%;
}
.icon-name-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-name-box .icon {
	border: 2px solid #00abff;
	border-radius: 100%;
	height: 58px;
	width: 58px;
	padding: 3px;
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
}
.icon-name-box .icon img {
	width: 100%;
	height: 100%;
}
.icon-name-box .user-info .name {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	margin-bottom: 5px;
}
.icon-name-box .user-info .time {
	color: #1A3F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}
.create-evt-card .icon-name-box {
	margin-bottom: 40px;
}
.create-evt-card .form-group {
	margin-bottom: 20px;
}
.create-evt-card .c-input {
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	padding: 0 25px;
	outline: none;
	width: 100%;
	color: #61728D;
}
.create-evt-card .c-textarea {
	padding: 15px 25px;
	outline: none;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 25px;
	width: 100%;
	resize: none;
	height: 170px;
	color: #61728D;
}
.create-evt-card .icon-label-group {
	height: 78px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	padding: 0 0px 0 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.create-evt-card .icon-label-group .icon {
	width: 30px;
}
.create-evt-card .icon-label-group .icon img {
	max-width: 23px;
}
.create-evt-card .icon-label-group .label-group {
	width: calc(100% - 30px);
	padding: 0 25px 0 0;
}
.create-evt-card .icon-label-group span {
	width: 100%;
	margin-bottom: 5px;
	color: #C1C0D1;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	display: block;
}
.create-evt-card .icon-label-group input {
	border: none;
	outline: none;
	box-shadow: none;
	width: 100%;
	color: #61728D;
}
.create-evt-card .icon-label-group input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.create-evt-card .custom-select {
    position: relative;
    height: 60px;
	width: 100%;
}
.create-evt-card .custom-select .select-selected {
	height: 60px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	padding: 0 25px;
	outline: none;
	color: #61728D;
	font-weight: 400;
}
.create-evt-card .custom-select .select-items {
	border-color: transparent;
}
.create-evt-card .submit-btn {
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	border-radius: 50px;
	height: 60px;
	width: 100%;
}
.text-pg-wrap {
	padding: 30px 0 50px 0;
}
.term-text-wrap p {
	color: #1A3F51;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}
.text-pg-wrap .term-sticky-col {
	background: #fff;
	position: sticky;
	top: -1px;
	padding-top: 20px;
}
.text-pg-wrap .term-sticky-col.active {
	box-shadow: 0px 12px 25px #51139133;
}
.text-pg-wrap .term-sticky-col.active .back-btn-row {
    margin-bottom: 20px;
}	
/*OLD REQUEST MODEL STYLING
#requestModal .limit-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 35px;
	height: 70px;
	width: 100%;
	margin: 20px 0 40px 0;
	justify-content: center;
	text-align: center;
	padding: 5px 10px;
}
*/
/*MY PROFILE PAGE*/
.my-profile-sec .col-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.my-profile-sec .sec-row {
	align-items: flex-start;
}
.profile-card {
	max-width: 730px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 20px;
	padding: 30px 30px 10px 30px;
}
.profile-card .prof-img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.profile-card .profile-img-wrap {
	margin-bottom: 20px;
	margin-top: 50px;
}
.profile-card .user-top .name {
	text-align: center;
	color: var(--theme-color);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
.profile-card .user-top .email {
	text-align: center;
	color: #C1C0D1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.profile-card .user-top .email a {
	margin-left: 5px;
}
.profile-card .user-info {
	padding-top: 50px;
}
.profile-card .user-info li {
	padding: 15px 0;
	border-bottom: 1px solid #5113911A;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.profile-card .user-info li:last-of-type {
	border-bottom: none;
}
.profile-card .user-info li .title {
	color: #1A3F51;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.profile-card .user-info li .title span {
	color: #1a3f51;
	width: 35px;
}
.profile-card .user-info li .text {
	color: #1A3F51;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	padding-left: 20px;
}
.profile-card .user-info li .text .verified {
	color: #48576E;
	font-size: 14px;
	font-weight: 400;
	padding-right: 20px;
}
.profile-card .user-info li .text .verified i {
	color: #92c83e;
	margin-right: 8px;
}
.profile-card .user-info li .text .flag {
	padding-right: 20px;	
}
.profile-card .user-info li .prof-interest {
	width: 100%;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.profile-card .interest-pill {
	position: relative;
	margin: 0 12px 12px 0;
	background: transparent linear-gradient(181deg, #00ABFF 0%, #511391 100%);
	height: 43px;
	box-shadow: 0px 6px 12px #5113911A;
	border-radius: 35px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
}
.profile-card .interest-pill i {
	padding-left: 10px;
}
.profile-card .send-req {
	width: 100%;
	height: 70px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.profile-card .send-req img {
	padding-right: 5px;
}
.edit-profile-card .profile-img-wrap {
    margin-bottom: 40px;
    margin-top: 10px;
}
.settings-wrap, .cp-wrap {
	max-width: 670px;
	width: 100%;
}
.settings-wrap .setting-row {
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 25px;
	color: #1A3F51;
	font-size: 16px;
	line-height: 1;
}
.settings-wrap .setting-row .icon {
	width: 40px;
}
/*CHANGE PASSWORD PAGE*/
.cp-wrap .form-group.icon-form-group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.cp-wrap .form-group.icon-form-group .icon {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cp-wrap .form-group .c-input {
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 12px #E4EBF64D;
    border: 1px solid #5113911A;
    border-radius: 50px;
    padding: 0 25px;
    width: 100%;
    padding-left: 55px;
}
.cp-wrap .password-field .pass-toggle {
    position: absolute;
    right: 25px;
    top: 53%;
    transform: translateY(-50%);
    color: #C1C0D1;
    background: transparent;
}
.cp-wrap .submit-btn {
	height: 70px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 35px;
    margin-top: 40px;
}
/*HELP FEEDBACK PAGE*/
.help-wrap {
	max-width: 840px;
	width: 100%;
}
.help-wrap .form-group {
	margin-bottom: 20px;
}
.help-wrap .c-input {
	height: 60px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	outline: none;
	padding: 0 20px;
}
.help-wrap textarea {
	outline: none;
	height: 260px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 20px;
	padding: 15px 20px;
	resize: none;
}
.img-feed-upload .jquery-uploader-preview-container {
	padding-left: 0;
}
.img-feed-upload .jquery-uploader-select-card {
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px dashed #5113914D;
	border-radius: 20px;
	opacity: 1;
	width: 180px;
	height: 180px;
	margin-left: 0;
}
.img-feed-upload .jquery-uploader-card {
	opacity: 1;
	width: 180px;
	height: 180px;
	border-radius: 20px;
	/*overflow: hidden;*/
	padding: 0;
	margin-right: 20px;
	margin-left: 0;
}
.img-feed-upload .jquery-uploader-card img,
.jquery-uploader-preview-action {
	border-radius: 20px;
}
.jquery-uploader-select > .upload-button {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jquery-uploader-select > .upload-button i {
	margin-right: 5px;
	color: #1A3F51;
}
.jquery-uploader-select > .upload-button a {
	font-size: 16px;
	font-weight: 700;
	color: #1A3F51;
}
.jquery-uploader-preview-action {
	opacity: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0;
	right: 0;
}
.jquery-uploader-preview-action > ul > li:hover {
	transform: scale(1);
}
.jquery-uploader-preview-action > ul {
	padding: 0;
	width: 100%;
	justify-content: flex-end;
    display: flex;
}
.jquery-uploader-preview-action .file-delete {
	width: 40px;
	height: 40px;
	background: red;
	border-radius: 100%;
	position: relative;
	right: -10px;
	top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #fff;
}
.jquery-uploader-preview-action {
	background: transparent;
}
.help-wrap .submit-btn {
	height: 70px;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 35px;
}
/*PAYMENT DETAILS PAGE*/
.payment-wrap {
	max-width: 730px;
	width: 100%;
}
.payment-wrap .buy-req-wrap {
	padding-bottom: 10px;
}
.payment-wrap .heading {
	color: var(--theme-color);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.payment-wrap .cards-box {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 20px;
	padding: 30px;
}
.payment-wrap .cards-box .title {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.payment-wrap .select-type {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.payment-wrap .payment-type {
	display: flex;
	align-items: center;
	margin-right: 25px;
	cursor: pointer;
	margin-bottom: 15px;
}
.payment-wrap .payment-type input {
	opacity: 0;
}
.payment-wrap .payment-type input ~ .checkmark {
	width: 28px;
	height: 28px;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.payment-wrap .payment-type input:checked ~ .checkmark:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--theme-color);
	border-radius: 100%;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.payment-wrap .payment-type .icon {
	width: 70px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 10px;
	padding: 5px 10px;
	margin-left: 20px;
}
.payment-wrap .form-group {
	margin-bottom: 20px;
}
.payment-wrap .c-input {
	height: 60px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #E4EBF64D;
	border: 1px solid #5113911A;
	border-radius: 50px;
	padding: 0 20px;
	outline: none;
}
.payment-wrap .c-input::-webkit-outer-spin-button,
.payment-wrap .c-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment-wrap .form-check-input {
	box-shadow: none;
	border-color: var(--theme-color);
	width: 24px;
	height: 24px;
	position: relative;
	top: -2px;
	cursor: pointer;
}
.payment-wrap .form-check-input:checked[type=checkbox] {
	background-color: #19ab36;
	border-color: #19ab36;
}
.payment-wrap .form-check-label {
	font-size: 16px;
	font-weight: 500;
	color: #1A3F51;
	padding-left: 10px;
	line-height: 1;
	cursor: pointer;
}
.payment-wrap .submit-btn {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 35px;
}
/*CHAT PAGE*/
.chat-pg {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
    /*max-height: 608px;
    height: 608px;*/
    height: 100dvh;
}
.chat-pg .chat-users-col {
    width: 30%;
    height: 100%;
    transition: all 0.25s;
    padding: 30px;
    background: #f9f6ff;
    border-right: 1px solid #5113911A;
}
.chat-users-col .heading {
	color: var(--theme-color);
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}
.chat-pg .chat-msgs-col {
    width: 70%;
    height: 100%;
    padding: 0px;
    background: #fff;
}
.chat-pg .chat-msgs-col .chat-window {
	background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    height: 100%;
}
.chat-users-col .chat-user-search {
    background: #FFFFFF;
    box-shadow: inset 0px 3px 10px #1A3F5129, 0px 3px 12px #E4EBF64D;
    border: 1px solid #C1C0D1;
    border-radius: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.chat-users-col .chat-user-search .icon {
    width: 60px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.chat-users-col .chat-user-search input {
    height: 65px;
    width: calc(100% - 60px);
    outline: none;
    border: none;
    box-shadow: none;
    background: transparent;
}

.chat-users-col .users-list {
    max-height: 460px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
    position: relative;
}
.chat-user {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	box-shadow: 0px 6px 12px #E4EBF680;
    border: 1px solid #5113911A;
    margin-bottom: 20px;
}
.chat-user .user-info {
	width: calc(100% - 93px);
}
.chat-user .user-info .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.chat-user .user-info .name {
	color: #1A3F51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.chat-user .user-info .time {
	color: #1A3F51;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.chat-user .user-info .msg {
	color: #1A3F51;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.chat-user .icon {
	overflow: visible;
}
.chat-user .icon:before {
    right: 0px;
    bottom: 4px;
}
.chat-msgs-col .chat-user {
	margin-bottom: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	align-items: center;
}
.chat-msgs-col .chat-window .top-row {
	border-bottom: 1px solid #5113911A;
	padding: 30px 0;
    margin: 0 30px;
}
.chat-msgs-col .chat-user .user-info .msg {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.chat-msgs-col .chat-user .user-info .name {
	color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.chat-msgs-col .chat-window .mid-row {
    height: calc(100% - 220px);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
}
.chat-msgs-col .chat-window .mid-row .chat-wrap {
	width: 100%;
	padding: 0 10px;
}
.chat-pg .chat-users-col .toggle-users {
    position: absolute;
    right: -46px;
    top: 200px;
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 10px 10px 0;
    z-index: 3;
}
.chat-pg .chat-users-col .closebtn {
	background: #571296;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    right: -1px;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
/*NOTIFICATION PAGE*/
.notif-wrap {
	max-width: 880px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px #E4EBF680;
	border: 1px solid #5113911A;
	border-radius: 20px;
	padding: 40px;
}
.notif-tab .nav-pills .nav-link {
	color: #1A3F51;
	background: transparent;
	padding: 0;
	font-size: 22px;
	border-bottom: 2px solid transparent;
	border-radius: 0;
} 
.notif-tab .nav-pills .nav-link.active {
	font-weight: 700;
	border-color: #1A3F51;
}
.notif-tab .nav-item {
	margin-right: 30px;
}
.notif-tab .nav-pills {
	padding-bottom: 25px;
	border-bottom: 1px solid #5113911A;
	margin-bottom: 10px;
}
.all-notif .notification-msg {
	padding: 15px 0;
	border-bottom: 1px solid #5113911A;
}
.all-notif .notification-msg .title {
	color: #1A3F51;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
.all-notif .notification-msg .text {
	color: #1A3F51;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.all-notif .notification-msg .time {
	color: #1A3F51;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}
.notification-msg.chat-user {
	padding: 15px 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #5113911A;
	border-radius: 0;
	box-shadow: none;
	align-items: center;
}
.notification-msg.chat-user .user-info .name {
	align-items: center;
}
.notification-msg.chat-user .user-info .msg {
	padding-left: 5px;
}
.notification-msg.chat-user .user-info .time {
	margin-top: 5px;
}
.comments .top-row{
	margin: 10px;
}
.comments .top-row .icon{
	width: 40px;
    height: 40px;
}
.comments .comment{
	background: #e4ebf6;
    padding: 10px;
    border-radius: 10px;
	max-width: 90%;
}
.comments .comment .name{
	font-weight: bold;
}
.message-box input.error{
	border: 1px solid red;
}
.discuss-card .comments{
	max-height: 115px;
    overflow-y: scroll;
}
.users-list .chat-user.selected{
	    background: #511391;
}
.users-list .chat-user.selected .user-info .name, .users-list .chat-user.selected .user-info .msg{
	    color: #fff;
}

.swipe-buttons{
display:flex;
justify-content:center;
gap:25px;
margin-top:30px;
}

.swipe-btn{
width:75px;
height:75px;
border-radius:50%;
border:none;
font-size:28px;
cursor:pointer;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
transition:0.25s;
box-shadow:0 6px 15px rgba(o,o,o,o.15);
}

.swipe-btn span{
font-size:11px;
margin-top:4px;
}

.swipe-no{
background:#ff4d4d;
color:white;
}

.swipe-like{
background:#27d17c;
color:white;
}

.swipe-super{
background:#3b82f6;
color:white;
}

.swipe-btn:hover{
transform:scale(1.15)
}
body{
background: linear-gradient(
135deg,
#e8f0ff,
#f3f6ff,
#e9f7ff
);
}

.friends-slider-card{
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
border-radius: 20px;
}

.friends-card-buy-sec .row{
display:flex;
justify-content:center
}

.col-left{
max-width:420px;
width:100%;
}

body{
background:
linear-gradient(135deg,#eef2ff,#f6f0ff);
}

.col-left{
max-width:520px;
width:100%;
margin:auto
}

.dashboard-main-sec{
padding-top:40px;
padding-bottom:40px;
}

.container{
max-width:900px;
}

body{
background:radial-gradient(circle at center,#f3f0ff,#ffffff);
}

.friends-card-slider{
	max-width:520px;
	margin:auto;
}

.swipe-btn{
	transition: all .2s ease;
}

.swipe-btn:hover{
	transform: scale(1.08);
}

.swipe-slide{
transition: transform .3s ease, opacity
	.3s ease;
}

.swiper-slide-active {
	box-shadow:
	0 25px 60px rgba(0,0,0,0.18),
	0 6px 20px rgba(0,0,0,0.12);
}

.swiper-slide:hover {
	transform: translateY(-5px);
}

.swiper-slide{
	box-shadow:none;
}

.swiper-slide-active{
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
	border-radius:20px;
}
.swiper-slide:not(.swiper-slide-active){
	opacity:.6;
}

body{
	background: linear-gradient(
		135deg,
		#9a8cff 0%,
		#8b5cf6 40%,
		#be6de0 75%,
		#d9b3ff 100%
	) !important;
	min-height:100vh;
}

.swipe-button-container{
	width: 420px;  /* match card
	width */
	margin: -50px auto 0; /* center
	horizontally */
	margin-top:-30px;
	padding: 20px 30px;
	min-height: 150px;
	border-radius:20px;
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display:flex;
	justify-content:center;
	align-items:center; /* THIS centers them 
	vertically */
	gap:45px;
	position:relative;
	z-index: 10;
} 

.swipe-btn{
	width:110px;
	height: 110px;
	line-height:1;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	font-weight:600;
	font-size:26px;
    color:white;
    box-shadow:0 10px 22px rgba(0,0,0,0.25);
	transition:all .2s ease;
	margin-bottom:2px;
	margin:0;
}

.swipe-btn span{
	font-size:16px;
	font-weight:600;
}

.swipe-btn:hover{
	transform:translateY(-6px);
	transform:scale(1.08);
}

.swiper-slide:not(.swiper-slide-active){
	opacity:.65;
	transform:scale(.96);
}

.header .nav-box ul li a {
	font-size: 30px;
	font-weight: 600;
}
.header .nav-box ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header .nav-box ul li a {
	font-size: 25px;
	font-weight: 600;
	color: white;
}

.header .nav-box ul li a:hover {
	opacity: .8;
}

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

.header-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav-box ul{
	display:flex;
	align-items:center;
	gap:25px;
	margin:0;
	padding:0;
	list-style:none;
}

.nav-box ul li a{
	color:white;
	font-size:50px;
	font-weight:600;
}

.left-nav{
	display:flex;
	align-items:center;
	gap:30;
}

.nav-box .dropdown button{
	background:none;
	border:none;
	color:white;
	font-size:18px;
	font-weight:600;
}

.logo-box img{
	height:40px;
}

.header{
	white-space:wrap;
}

.main-nav a,
.main-nav button{
	background:none;
	border:none;
	font-size:30px;
	font-weight:600;
	text-decoration:none;
}

.nav-right{
	display:flex;
	align-items:center;
	gap:20px;
}

.logo img{
	height:40px;
}
header a{
	font-size:35px;
}