/* Typography */
@font-face {
	font-family: "Poppins", sans-serif;
	src: url('../fonts/SatoshiBold.eot');
	src: url('../fonts/SatoshiBold.eot') format('embedded-opentype'),
		url('../fonts/SatoshiBold.woff2') format('woff2'),
		url('../fonts/SatoshiBold.woff') format('woff'),
		url('../fonts/SatoshiBold.ttf') format('truetype'),
		url('../fonts/SatoshiBold.svg#SatoshiBold') format('svg'); }

@font-face {
	font-family: 'jws_icon';
	src: url('../fonts/jws_icon.eot');
	src: url('../fonts/jws_icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jws_icon.woff2') format('woff2'),
		url('../fonts/jws_icon.woff') format('woff'),
		url('../fonts/jws_icon.ttf') format('truetype'),
		url('../fonts/jws_icon.svg#jws_icon') format('svg');
	font-weight: normal;
	font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.woff2') format('woff2'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'rtcl';
    src: url('../fonts/rtcl.eot');
    src: url('../fonts/rtcl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rtcl.woff2') format('woff2'),
        url('../fonts/rtcl.woff') format('woff'),
        url('../fonts/rtcl.ttf') format('truetype'),
        url('../fonts/rtcl.svg#rtcl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* font-family: "Poppins", sans-serif; */
/* // End typography */


/*	Resets
	------	*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
dfn,
img,
small,
strong,
ul,
li,
fieldset,
form,
label,
article,
aside,
figure,
menu,
footer,
header,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

article,
aside,
figure,
figure img,
footer,
header,
nav,
section {
	display: block;
}

strong {
	font-weight: bold;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

a img {
	border: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible;
	backface-visibility: hidden;
}

a,
input,
select,
textarea {
	outline: none;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border-style: none;
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible;
	backface-visibility: hidden;
}

/* Selection colours (easy to forget) */
img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

a {
	text-decoration: none;
	display: inline-block;
}
i{
	font-style: normal;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:invalid,
input:required {
	box-shadow: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
/*input[type="search"]::-webkit-search-results-decoration {
	display: none;
}*/

input:required {
	box-shadow: none;
}

input::-moz-focus-inner {
	box-shadow: 0 0 0px transparent;
}

/*	Default Layout */

/*
Font property css
font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;
*/

body {
	background: #F8FAFF;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #000000;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Global style */
h2,
h3,
h4,
h5,
h6 {
	font-size: 52px;
	line-height: 55px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000000;
	letter-spacing: -1.04px;
}
h3{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.72px;
}

h4 {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.56px;
	font-family: "Poppins", sans-serif;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.56px;
	text-transform: capitalize;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: -0.45px;
}

dfn,
address{
	font-style: normal;
}

label,
input[type="submit"] {
	cursor: pointer;
}

button:focus {
	outline: none;
	box-shadow: none;
}

.btn {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn:focus{
    box-shadow: none;
}

.btn-primary{
	color:#ffffff;
	background-color: #2E5A88;
	border:1px solid #2E5A88;
}
.btn-primary:hover{
	color: #2E5A88;
	background-color: #ffffff;
}
.btn-primary:active:focus{
    box-shadow: none;
}
.btn-primary:focus {
    background:#2E5A88;
    box-shadow: none;
    color:#ffffff;
    border:1px solid #2E5A88;
}
.btn-secondary{
	color: #000000;
	background-color: #ffe500;
	border:1px solid transparent;
}
.btn-secondary:hover{
	color:#000000 ;
	background-color: #ffffff;
	border-color: #000000;
}
.btn.large{
	width:100%;
	height: 44px;
	font-weight: 600;
	padding:12px 10px;
}
.btn.medium {
	width: 170px;
	height: 48px;
	padding: 13px 10px;
}

.btn.large:hover {
	background-color: #191250;
	color: #ffffff;
}
.btn.ex-large{
	padding: 13px 26px;
}

.btn.sm {
	width: 116px;
	height: 48px;
	padding: 13px 10px;
}

.btn.black{
	color: #ffffff;
	text-transform: capitalize;
	background-color: #191250;
	padding:4px 10px;
}
.btn.black:hover{
	color: #191250;
	background-color: #FFFF00;
}

.mobi {
	display: none!important;
}

.desk {
	display: block!important;
}

.common-wrap {
	max-width: 1360px;
	margin: 0 auto;
	clear: both;
	padding: 0 20px;
}

.centerY {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
}

/* Flex style */
.flex-box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-horizontal-align {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-vertical-align {
	-webkit-box-align: center;
	align-items: center;
}

.flex-bottom-align {
	-webkit-box-align: flex-end;
	align-items: flex-end;
}

.flex-content-align {
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
}

.order-1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	order: 1;
}

.order-2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	order: 2;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}

/* End Flex style */
section,
footer,
header {
	float: left;
	width: 100%;
	position: relative;
}

body,
html {
	height: 100%;
}

.main-wrap {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	overflow-x: hidden;
}

/*=== Dashboard Pages Start ===*/


/*Dashboard header style*/
.header-wrap {
	float: left;
	width: 100%;
	/* background-color:#041325; */
	background-color:white;
}

.header-wrap .common-wrap {
	max-width: 1360px;
}

.header-inner {
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
}

.logo-wrap {
	width: 169px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.main-logo {
	/* width: 169px; */
	width: 75px;
}

.nav-wrap {
	width: calc(100% - 169px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}

.main-nav {
	width: auto;
	padding-right: 70px;
}

.main-nav ul {}

.main-nav ul li {
	float: left;
	list-style: none;
}

.main-nav ul li a {
	text-decoration: none;
	padding: 9px 15px 10px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #09052C;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	transition: 0.4s ease-in-out;
	position:relative;
}
.messageCount{
    position: absolute;
    width: 24px;
    height: 24px;
    background: #e75544;
    border-radius: 100%;
    right: 13px;
    top: 13px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .main-nav .plussmall-icon::before{
    color: #ffffff;
} */
.menu-icon {
	display: inline-block;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	font-family: 'jws_icon';
	color:#09052C;
	transition: all 0.3s ease-in;
}

.jws-icon-heartbeat::before{
	content: '\e812';
	
}
.jws-icon-chatcircle:before {
    content: '\e84f';
}
.jws-icon-head-heart-child:before {
    content: '\e84b';
}
.jws-icon-head-magnifying-glass:before {
    content: '\e84a';
}
.main-nav ul li a:hover .menu-icon{
	color: #ff88ff;
}




/* .menu-icon img {
	width: 37px;
}

.menu-hover {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: 0.4s ease-in-out;
	opacity: 0;
} */

.main-nav ul li a:hover {
	background-color: #191250;
}

.main-nav ul li a:hover .menu-hover {
	opacity: 1;
}


.upgrade-btn a {
	padding: 7px 11px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #FFC93D;
	color:#000000 ;
	transition: 0.4s ease-in-out;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	border:1px solid transparent;
}

.upgrade-btn a:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

.profile {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	grid-gap: 8px;
	align-items: center;
	padding-left: 15px;
	position: relative;
}

.profile-icon {
	width: 34px;
}

.profile-text {
	text-decoration: none;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	padding-left: 7px;
}
/* profile container style */
.profile-container {
    min-width: 250px;
    display: flex;
    align-items: center;
	grid-gap: 10px;
    background: transparent;
    padding: 10px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}
.profile-img {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    
}
.profile-info {
    display: flex;
    flex-direction: column;
}
.profile-name {
    font-size: 15px;
	line-height: 22px;
    font-weight: 700;
	color: #09052C;
	font-family: "Poppins", sans-serif;
	margin-left: 8px;
}

.profile-subtext span{
	font-size: 12px;
	opacity: 0.7;
}
.profile-name .jws-icon-caretdown-1{
    display: inline-block;
    margin: -1px 0 0 12px;
}

/* profile dropdown menu style */

/*  Begin user dropdown menu */
.h-cta-link {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s ease-in;
  }
  .messages-icon{
	width: 35px;
	height: 33px;
  }

 .messages-icon::before{
	content: "";
	font-size: 35px;
	line-height: 35px;
	font-family: 'icomoon';
	color:#ffffff;
	transition: all 0.3s ease-in;
 }
 .messages-icon:hover::before{
	color: #fffacc;
 }

  .user-menu-wrap{
	position: relative;
    display: flex;
    align-items: center;
    grid-gap: 8px;
	cursor: pointer;
  }
  .user-menu-dropdown-wrap{
      display: flex;
      align-items: center;
      grid-gap: 8px;
      cursor: pointer;
  }
  .user-menu-dropdown-btn{
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	position: relative;
	padding-left: 1px;
	padding: 0;
	border: none;
	transition: all .3s ease-in;
	cursor: pointer;
  }
  .icon-user{
	height: 20px;
  }
  .icon-user::before{
	content: "";
	font-size: 20px;
	line-height: 20px;
	font-family: 'icomoon';
	color:#2E5A88;
	transition: all .3s ease-in;

  }
  .down-icon{
	height: 16px;
  }
  .down-icon::before{
	content: "";
	font-size: 16px;
	line-height: 16px;
	font-family: 'icomoon';
	color: #ffffff;
	transition: all .3s ease-in;
  }

  .user-dropdown-menu{
	display: none;
	width: 93px;
	background-color:#ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(252, 141, 86, .1), 0 3px 6px rgba(252, 141, 86, .15);
    margin-top: 10px;
    padding: 10px 0;
    position: absolute;
    right: 0;
	top:32px;
    z-index: 2;
  }
  .header-right .user-dropdown-menu{
      width: 94px;
  }
  .dropdown-menu-link{
	color: #3d382e;
    display: flex;
    padding: 6px 16px;
	transition: all 0.3s ease-in;
  }
  .user-dropdown-menu li{
	transition: all 0.3s ease-in;
  }
  .user-dropdown-menu li:hover{
	 background-color: #fc8d56;
	 color: #ffffff;
	 border-radius: 4px;
  }
  .user-dropdown-menu li:hover 
 .dropdown-menu-link{
	color: #ffffff;
  } 
  .user-menu-wrap img {
	width: 20px;
	height: 20px;
  }


/* End user dropdown menu */

.user-profile-menu {
    position: relative;
}
.dropdown-menu {
    display: none;
    width: 230px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    position: absolute;
    top: 88px;
	right: 0;
    z-index: 9999999999;
}
.dropdown-menu ul li {
    width: 100%;
}

.dropdown-menu ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.dropdown-menu ul li a{
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	color: #191250;
	font-weight: 500;
	padding: 10px 25px;
	transition: all .3s ease-in;
}
.dropdown-menu ul li a:hover {
    background: #f0f0f5;
    border-radius: 5px;
}
.jws-icon-crownsimple,
.jws-icon-caretdown-1,
.jws-icon-usercircle,
.jws-icon-gear,
.jws-icon-chatcircledot,
.jws-icon-money,
.jws-icon-export,
.jws-icon-crownsimple-m{
	font-size: 24px;
	line-height: 20px;
	font-family: "jws_icon";
	color: #191250;
    font-style: normal;
    font-weight: inherit;
	margin-right: 8px;
	vertical-align: middle;
}
.jws-icon-crownsimple:before {
    content: '\e86b';
}
.jws-icon-caretdown-1:before {
    content: '\e818';
	font-size: 15px;
	vertical-align: top;
}
.jws-icon-usercircle:before {
    content: '\e85a';
}
.jws-icon-gear:before {
    content: '\e86a';
}
.jws-icon-chatcircledot:before {
    content: '\e816';
}
.jws-icon-money:before {
    content: '\e81d';
}
.jws-icon-crownsimple-m:before {
    content: '\e86b';
}
.jws-icon-export:before {
    content: '\e81b';
}
.jws-icon-crownsimple,
.jws-icon-caretdown-1{
	color: #ffffff;
}
.jws-icon-crownsimple{
	display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
	color: #000000;
    text-align: center;
    border-radius: 100%;
    background: #FFC93D;
    margin-left: 7px;
    vertical-align: middle;
}

.mobile-nav {
	display: none;
}

/*Dashboard header style end*/


/*Log-in style start*/
.login-wrap {
	float: left;
	width: 100%;
	padding: 110px 0;
}

.login-wrap .common-wrap {
	max-width: 470px;
}

.login-inner {
	float: left;
	width: 100%;
}

.login-title {
	float: left;
	width: 100%;
	text-align: center;
}

.login-title h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.56px;
	color: #191250;
	margin-bottom: 16px;
}

.login-access-wrap {
	float: left;
	width: 100%;
	border-radius: 5px;
	background-color: #5bbb7b33;
	border: 1px solid #5BBB7B;
	padding: 12px 24px;
}

.login-access-wrap span {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #07242B;
	display: block;
	margin-bottom: 5px;
}

.login-access-wrap span:last-child {
	margin-bottom: 0;
}

.google-btn {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.google-btn a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 54px 14px 54px;
	border-radius: 5px;
	border: 2px solid rgba(25, 18, 80, 0.05);
	text-align: center;
	letter-spacing: .25px;
	color: #191250;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}

.google-btn a::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 15px;
	background-image: url(../svgs/google.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: translateY(-50%);
}

.devided-or {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.devided-or span {
	position: relative;
	display: block;
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: normal;
}

.devided-or span::after,
.devided-or span::before {
	content: '';
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.devided-or span::before {
	left: auto;
	right: 0;
}

.login-form-wrap {
	float: left;
	width: 100%;
}

.login-input-raw {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.login-input-raw input:not([type="submit"]){
	float: left;
	width: 100%;
	border-radius: 5px;
	padding: 14px 17px;
	background-color: rgba(25, 18, 80, 0.05);
	border: 1px solid rgba(25, 18, 80, 0.05);
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #191250;
	position: relative;
}

.login-input-raw.pass input:not([type="submit"]) {
	padding-right: 40px;
}

.eye-icon {
     display: flex;
    justify-content: center;
    width: 20px;
    height: 28px;
	position: absolute;
    cursor: pointer;
    top: 38px;
    right: 15px;
}
.login-input-raw.pass .eye-icon{
    top:3px;
}

.checkbox-wrap {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: relative;
}

.checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #191250;
	position: absolute;
}

.checkbox input[type="checkbox"]::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../svgs/charm_tick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}

.checkbox input[type="checkbox"]:checked::after {
	opacity: 1;
}

.checkbox label {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #191250;
	padding-left: 7px;
}
.login-form-wrap .checkbox label{
    padding-left: 26px;
}

.forgot-link a {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #191250;
	text-decoration: underline;
}

.login-input-raw input[type="submit"] {
	width: 100%;
	border-color: #2E5A88;
	padding:12px 10px;
}

.account{
    display: inline-block;
    width:100%;
    font-size: 14px;
    line-height: 22px;
    color:#000000;
    text-align: center;
}
.account a{
    color:#0000FF;
    transition: all 0.3s ease-in;
    margin-left: 3px;
}
.account a:hover{
    color:#000000;
}

/*Log-in style end*/


/* Discover page style */
.discover-wrap {
	padding: 50px 0 75px;
}

.discover-grid {
	display: grid;
	grid-template-columns: 1fr 310px;
}

.discover-content {
	max-width: 920px;
	padding: 10px;
}

.discover-filter {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.filter-right {
	margin-left: auto;
}

/* discover filter styles */

.filter-modal {
	display: none;
	background-color: #ffffff;
	width: 71.112%;
	padding: 24px;
	-webkit-box-shadow: 1px 1px 27px 6px rgba(140, 127, 140, 1);
	-moz-box-shadow: 1px 1px 27px 6px rgba(140, 127, 140, 1);
	box-shadow: 1px 1px 27px 6px rgba(140, 127, 140, 1);
	border-radius: 16px;
	position: absolute;
	right: 32px;
	top: 30px;
	z-index: 999;
}
.match-filter-modal {
	top: 55px !important;
}

.filter-modal.open {
	display: block;
}

.filter-modal-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 15px;

}

.filter-modal-title h6 {
	font-family: "Poppins", sans-serif;
}

.filter-modal-title a {
	color: #000000;
	text-transform: capitalize;
}

.filter-modal-form {
	max-height: 450px;
	overflow-y: auto;
}

.filter-modal-form h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #322977;
}

.filter-form-row {
	margin-top: 12px;
}

.filter-modal-form label {
	display: block;
	font-weight: 700;
	color: #000000;
	margin-bottom: 4px;
}

.filter-modal-form label span {
	font-weight: 400;
}

.genders {
	display: flex;
	grid-gap: 10px;
	align-items: center;
	margin-top: 2px;
}

.gender-label {
	display: block;
	color: #322977;
	text-align: center;
	background: rgba(25, 18, 80, 0.05);
	border-radius: 3px;
	margin-bottom: 0;
	padding: 10px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.genders .radio-box:hover .gender-label{
	color: #ffffff;
	background-color: #000000;
}
.checkbox-item:hover .gender-label{
    color: #ffffff;
	background-color: #000000;
}

.filter-modal-form select {
    width: 100%;
	height: 46px;
	background-color:#ffffff;
	border: 1px solid #00000050;
	border-radius: 8px;
	padding: 0 10px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.filter-modal-form select:hover{
	border-color: #000000;
}

.selectric .label {
	height: 46px;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	padding: 12px;
	margin: 0;
	border: none;
}

.selectric .button {
	height: 46px;
	font: icon;
	color: transparent;
	background-color: transparent;
}

.selectric-hover .selectric .button {
	color: transparent;
}

.selectric .button:after {
	display: none;
}

.selectric .button:before {
	content: '\E858';
	font-size: 16px;
	line-height: 22px;
	font-family: 'jws_icon';
	color: #191250;
	display: inline-block;
	transition: 0.3s all;
	transition-delay: 0.1s;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.radio-box input {
	position: absolute;
	opacity: 0;
}

.radio-box:has(input:checked) label {
	background-color: #000000;
	color: #ffffff;
}
.radio-box label{
	font-weight: 400;
}
.age-range-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 32px;
}


.filter-modal-form .select2-container{
    width:100%!important;
}
/* Begin form style */
/* Begin selectric */
.selectric-wrapper {
	width: 100%;
}

 .selectric-items {
	border: 1px solid #00000050;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-top: 0;
    top: 40px;
    border-radius: 0 0 8px 8px;
}
.selectric-items li:not(:first-child) {
	margin-top: 5px;
}
.selectric-items li.highlighted{
	background-color: transparent;
}

.selectric-items li {
	color: #000000;
	border-radius: 2px;
}
.selectric-items li.selected{
	color: #000000;
}

.selectric-items li:hover {
	background: #000000;
	color: #ffffff;
}

.address-inputs {
	display: grid;
	grid-template-columns: 80px 70px 15px 1fr;
	align-items: center;
	grid-gap: 10px;
}

.address-inputs input {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	border: none;
	border-bottom: 1px dashed #000000;
	background-color: transparent;
}
 input::placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #00000050;
	text-align: left;
}
.address-inputs span{
	color:#000000;
}

.address-inputs .selectric-wrapper {
	width: 100%;
	border: none;
}

.address-inputs .selectric {
	border: none;
	background-color: transparent;
}

.options-head label {
	position: relative;
}

.options-head label:before {
	content: '';
	width: 80%;
	position: absolute;
	right: 0;
	height: 1px;
	background: #D9D9D980;
	top: 50%;
	transform: translateY(-50%);
}

.toggle-checkbox label {
	font-weight: 400;
	margin-bottom: 0;
}

.toggle-label {
	display: inline-block;
	width: 51px;
	height: 31px;
	background-color: #ccc;
	border-radius: 25px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}

.toggle-label::before {
	content: "";
	position: absolute;
	width: 27px;
	height: 27px;
	background: white;
	border-radius: 50%;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.toggle-checkbox {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.toggle-input {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.toggle-input:checked + .toggle-label {
	background-color: #0000FF;
}

.toggle-input:checked + .toggle-label::before {
	left: 20px;
}

#advance-search-options {
	display: none;
}

.form label{
	display: block;
	font-weight: 600;
	color: #000000;
	margin-bottom:5px;
}
.form-row{
	margin-top: 15px;
}
.form input{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
    color: #000000;
    padding:14px 10px;
	border-radius: 8px;
	border: 1px solid #00000050;
    background: #ffffff;
	transition: all 0.3s ease-in;
}
.form input:hover{
	border-color: #000000;
}
.upload-img img{
    margin-top: 8px;
    margin-bottom: 10px;
}
.form-row select, 
.type-selection-row select{
    width:100%;
    height: 52px;
    border-color: #00000050;
    border-radius: 8px;
    padding:14px 10px;
    transition: all .3s ease-in;
    cursor: pointer;
}
.form-row select:hover,
.type-selection-row select:hover{
    border-color: #000000;
}
.type-selection-row select{
    height: 38px;
    padding:6px 12px;
}
.form-row .submit-btn{
	width: 157px;
	margin-top: 20px;
	color:#ffffff;
	background-color: #000000;
	border:1px solid #000000;
	transition: all 0.3s ease-in;
}
.form-row .submit-btn:hover{
	color: #000000;
	background-color: #ffffff;
}
.form a{
	color:#000000;
	margin-top: 5px;
}

.checkbox-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 10px;
}

.checkbox-item {
	position: relative;
}



.checkbox-item input {
	position: absolute;
	opacity: 0;
}

.checkbox-item:has(input:checked) label {
	background: #000000;
	color: #ffffff;
}

.radio-item,
.checkbox-row{
	display: flex;
	width:100%;
	justify-content: start;
	align-items: baseline;
	margin:8px 0;
}
.form .radio-item input,
.form .checkbox-row input{
	width: auto;
	margin: 0 8px 0 0;
	accent-color: #000000;
	cursor: pointer;
}

.settings-toggle{
	display: flex;
	align-items:start;
	justify-content: space-between;
}
.settings-toggle small{
	font-size: 14px;
	font-style: italic;
}
.settings-toggle span{
	font-weight: 700;
	font-style: normal;
}
.form input[type="search"]{
	width: 380px;
	margin-top: 15px;
	padding:14px 50px 14px 25px;
}
.scearch-icon{
	position:absolute;
	top:0;
	right:10px;
}
.form textarea{
	width: 100%;
	min-height: 160px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	color: #191250;
    border: none;
    padding: 13px 16px;
    background: rgba(25, 18, 80, .05);
    border-radius: 8px;
}

.price-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.filter-form-row input, .price-box input{
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #00000050;
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.price-box input:hover{
    border-color: #000000;
}

/* End form style */

.action-button-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	padding: 20px 0;
	border-top: 1px solid #d9d9d980;
}

.action-button-bottom button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}

.show-advanced {
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-weight: 400;
	position: relative;
}

.show-advanced:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000000;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all 0.3s ease-in;
}

.show-advanced:hover:after {
	width: 0;
}

.action-button-bottom .Show-matches {
	width: 160px;
	height: 48px;
	border:1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	transition: all 0.3s ease-in;
}
.action-button-bottom .Show-matches:hover{
	color: #000000;
	background-color: #ffffff;
}
.filter-icon{
	margin-top:0;
}
.jws-icon-sliders {
	font-size: 32px;
	line-height: 32px;
	font-family: 'jws_icon';
	font-style: normal;
	font-weight: inherit;
	color: #191250;
	position: relative;
	cursor: pointer;

}

.jws-icon-sliders:before {
	content: '\e828';

}
.discover-content-inner {
	max-width: 400px;
	display: flex;
	flex-flow: column;
	grid-gap: 21px;
	align-items: center;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}

.user-profile {
	padding-top: 10px;
}

.user-profile-info {
	padding: 10px;
}

.user-profile-info img {
	border-radius: 10px;
}

.user-profile-info h6 {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
	margin-top: 16px;
}

.members-info {
	display: flex;
	flex-flow: row wrap;
	grid-gap: 5px;
	align-items: center;
	margin-top: 10px;

}
.members-info p{
    width: 100%;
}
.members-info p dfn{
    -webkit-filter: blur(3px);
    color: red;
}

.members-info span {
	position: relative;
}

.members-info span:before {
	width: 5px;
	height: 5px;
	background: #ff88ff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.premium-card {
	padding: 44px;
	border-radius: 10px;
	text-align: center;
}

.premium-card img {
	width: 78px;
	height: 78px;
	transition: 0.7s all;
}

.premium-card:hover img {
	scale: 1.1;
	border-radius: 15px;
}

.premium-card p {
	margin-top: 10px;
	color: #ffffff;
}

.premium-card .btn {
	margin-top: 10px;
}

/* End Discover page style */

/*Begin caht style*/
.chat-content {
	padding: 50px 0 50px;
	    background-image: linear-gradient(to right, #1cc2d8, #fadd5b);
}
.chat-content .common-wrap{
    max-width: 990px!important;
}

.chat-head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

}

.chat-head h4 {
	font-size: 24px;
	line-height: 31px;
	font-family: "Poppins", sans-serif;
}

.chat-head .toggle-checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	grid-gap: 10px;
	align-items: center;
}

.chat-head .toggle-checkbox label {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.chat-head .toggle-label {
	width: 40px;
	height: 20px;
}

.chat-head .toggle-label::before {
	width: 16px;
	height: 16px;
}

.chat-body {
	display: grid;
	grid-template-columns:35% 1fr;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 30px -12px rgba(30, 50, 101, .15);
	margin-top: 15px;
	padding: 20px;
}

.form-search-conversation {
	padding: 0 16px;
	margin: 12px 0 22px;
	position: relative;
}

.form-search-conversation input {
	width: 100%;
	min-height: 48px;
	font-size: 16px;
	line-height: 22px;
	border-radius: 8px;
	border: 1px solid #00000050;
	background:#ffffff;
	padding-right: 42px;
	padding-left: 15px;
	transition: all .3s ease-in;
}
.form-search-conversation input:hover{
	border-color: #000000;
}

.jws-icon-magnifying-glass {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
}

.jws-icon-magnifying-glass:before {
	font-size: 24px;
	line-height: 24px;
	font-family: 'jws_icon';
	font-style: normal;
	font-weight: 400;
	content: '\e84a';
}
.conversation-wrap{
    margin-top: 10px;
}
.single-chat .conversation-wrap{
    border-top: 1px solid #F5F7F7;
    margin-top: 0;
}

.conversation-list {
	max-height: 640px;
	min-height: 400px;
	padding: 0 16px;
	border-top: 1px solid rgba(50, 41, 119, .1);
	overflow-y: auto;
}
.single-chat .conversation-list{
    padding:0;
}
.conversation-item {
	padding: 14px 0;
	border-bottom: 1px solid rgba(50, 41, 119, .1);
}
.single-chat .chat-sidebar .conversation-item{
    padding:8px 14px 8px 0;
}

.conversation-link {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: center;
	grid-gap: 8px;
}

.conversation-link img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.users-avatar {
	position: relative;
}

/*.users-avatar:after {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: #B9B9B9;
	border-radius: 50%;
}
*/
.users-info-head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.unread{
    display: inline-block;
}

.users-info-head h6 {
    width: 141px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000000;
}

.users-info-head span {
	font-size: 14px;
	color: #000000;
	letter-spacing: -0.45px;
	opacity: .7;
}

.last-messages p {
	font-size: 14px;
	color: #191250;
	margin-top: 4px;
}

.conversation-content {
	padding-top: 25px;
	border-left: 1px solid #F5F7F7;
}
.conversation-content.closed {
	display: none;
}

.conversation-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	border-top: 1px solid #F5F7F7;

}

.jws-icon-chatscircle {
	display: inline-block;
	font-size: 75px;
	line-height: 75px;
	font-weight: 400;
	font-family: 'jws_icon';
	font-style: normal;
}

.jws-icon-chatscircle:before {
	content: '\e869';
}

.conversation-content h6 {
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	margin-top: 32px;
	letter-spacing: -0.32px;
}

.conversation-user-info {
	margin-bottom: 25px;
	padding: 16px 15px;
	border-top: 1px solid #F5F7F7;
	border-left: 1px solid #F5F7F7;
}

.conversation-head {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	grid-gap: 20px;
	border-bottom: 1px solid #F5F7F7;
	padding: 10px 30px;
}
.single-chat .conversation-head{
    padding-top: 0;
    padding-bottom: 20px;
}

.conversation-head h6 {
	font-family: "Poppins", sans-serif;
	position: relative;
	margin-bottom: 4px;
	margin-top: 0;
}



.conversation-head span {
	font-size: 14px;
	color: #191250;
	opacity: 0.7;
}

 .btn-dropdown {
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.jws-icon-dotsthreefill {
	font-family: "jws_icon";
	font-style: normal;
	font-size: 24px;
	font-weight: inherit;
}

.jws-icon-dotsthreefill:before {
	content: '\e867';
}

.conversation-action {
	position: relative;
}

.menu-dropdown {
    visibility: hidden;
    opacity: 0; 
	transition: all 0.3s;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 15em;
	background: #fff;
	box-shadow: 0 14px 54px rgba(0, 0, 0, 0.1);
	z-index: 1;
	padding: 8px;
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
}

.menu-dropdown li:not(:first-child) {
	border-top: 1px solid #3229771a;
}

.menu-dropdown li a {
	color: #191250;
	padding: 8px 0;
}

.menu-dropdown li a i {
	font-size: 24px;
	font-family: "jws_icon";
	font-style: normal;
	color: #191250;
	opacity: .7;
	margin-right: 6px;
}
.menu-dropdown:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-width: 13px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-style: solid;
    margin-bottom: -4px;
    border-color: transparent transparent #fff transparent;
}

.jws-icon-trash:before {
	content: '\e81c';
}

.jws-icon-prohibit:before {
	content: '\e823';
}

.conversation-text{
	width: 100%;
	height: 500px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow-y: auto;
}
.group-date {
	padding: 0 10px;
	background-color: #916eff;
	border-radius: 3px;
	margin-bottom: 16px;
}

.group-date span {
	font-size: 12px;
	color: #ffffff;
}

.msg-sender,
.msg-reciver,
.msg-media {
	display: flex;
	width: 100%;
	align-items: start;
	justify-content: flex-end;
	grid-gap: 15px;
	margin-bottom: 16px;
}

.msg-text {
	font-size: 16px;
	color: #ffffff;
	 background-image: linear-gradient(to right, #1cc2d8, #fadd5b);

/*	background-color:#041325;*/
	padding: 12px;
	border-radius: 5px;
	position: relative;

}

.msg-edit {
	position: absolute;
	left: -30px;
	top: 14px;
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.jws-icon-dotsthreeoutline:before {
	content: '\e811';
	font-family: "jws_icon";
	font-style: normal;
	font-weight: inherit;
	color: #322977;
}

.msg-text:hover .msg-edit {

	opacity: 1;
	overflow: visible;
}

.time {
	margin-top: 6px;
	text-align: right;
}

.time span {
	font-size: 12px;
	color: #322977;
	font-weight: 500;
	opacity: .7;
}

.sender-img,
reciver-img {
	width: 50px;
	height: 50px;
}

.sender-img img,
.reciver-img img {
	width: 100%;
	border-radius: 50%;
}

.msg-media-content {
	width: 174px;
	position: relative;
	padding: 12px;
	border-radius: 5px;
	background: #F8F8F8;
	text-align: right;
}

.msg-media-content p {
	margin-top: 12px;
}

.msg-reciver {
	justify-content: flex-start;
}

.msg-reciver .msg-text {
	color: #ffffff;
	text-transform: capitalize;
	background-color: #041325;
}

.msg-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.form-create-msg {
	width: 100%;
	
}

.msg-textarea textarea {
	width: 100%;
	height: auto;
	min-height: 58px;
	background: #EFF1F2;
	border: 2px solid #EFF1F2;
	border-radius: 5px;
	padding: 15px 10px 0 15px;
	padding: 15px 10px 0 15px;
}

.btn-group {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 12px;

}
#chat-file-upload{
	display: none;
}

.btn-group button {
	border: none;
	background-color: transparent;
	font-size: 24px;
	font-family: "jws_icon";
	color: #322977;
	font-style: normal;
	font-weight: inherit;
	padding: 0;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.3s ease-in;
}

.btn-group button:hover {
	opacity: 1;
}

.jws-icon-gift:before {
	content: '\e82f';
	font-style: normal;
}

.jws-icon-emoji:before {
	content: "\E82B";
	font-style: normal;
}

.jws-icon-paperclip:before {
	content: '\e82a';
}

/* chat modals */
.form-create-msg {
	position: relative;
}

.gift-modal {
	display: none;
}

.gift-modal.open {
	display: flex;
	align-items: center;
	grid-gap: 10px;
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 40px;
	box-shadow: 8px 4px 8px 4px #F5F7F7;
	z-index: 99;
}
.upload-container {
	width: 100%;
	height: 550px;
	border: 2px dashed #ccc;
	border-radius: 10px;
	background: #fff;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 99;
	box-shadow: 8px 4px 8px 4px #F5F7F7;
}

.upload-container.open {
	display: flex;
}

.upload-container a {
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.upload-icons {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.upload-icons div {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.upload-icons img {
	width: 40px;
	height: 40px;
}

.btn-submit {
	width: 114px;
	height: 48px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	background-color: #f64e3e;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.jws-icon-paperplaneright {
	font-size: 16px;
	font-family: "jws_icon";
	color: #ffffff;
	font-style: normal;
	font-weight: inherit;
	margin-left: 5px;
	transition: all 0.3s ease-in;
}

.jws-icon-paperplaneright:before {
	content: '\e866';

}

.btn-submit:hover {
	background-color: #191250;
	color: #ffffff;
}

.btn-submit:hover .jws-icon-paperplaneright {
	color: #ffffff;
}

.member-profile {
	text-align: center;
	margin-bottom: 16px;
}

.member-profile-head {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.member-profile-head h6 {
	margin-top: 0;
}

.view-all {
	display: flex;
	align-items: center;
	grid-gap: 4px;
	color: #000000;
	padding: 5px 10px;
	background: rgba(25, 18, 80, 0.1);
	border-radius: 10px;
	transition: all 0.3s ease-in;
}

.view-all  .jws-icon-camera {
	font-size: 16px;
	font-family: "jws_icon";
	font-style: normal;
	font-weight: inherit;
}

.view-all .jws-icon-camera:before {
	color: #000000;
	content: '\e815';
	transition: all 0.3s ease-in;
}

.view-all:hover {
	background-color: #000000;
	color: #ffffff;
}
.view-all:hover .jws-icon-camera:before{
	color:#ffffff;
}

.rating-percent {
	display: inline-block;
	font-size: 15px;
	background-color: #000000;
	color: #fff;
	font-weight: 700;
	padding: 6px 10px;
	margin-top: 10px;
	border-radius: 20px;
}

.jws-icon-heart-child {
	vertical-align: middle;
}

.jws-icon-heart-child:before {
	font-size: 24px;
	font-family: "jws_icon";
	font-style: normal;
	font-weight: 400;
	content: '\e84b';
}

.rating-percent span {
	margin-left: 8px;
}

.member-thumb {
	margin-top: 6px;
}

.member-thumb img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.member-title {
	font-size: 16px;
	line-height: 30px;
	color: #191250;
	letter-spacing: normal;
	margin-top: 7px;
}

.member-info {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}

.gallery-card-text p,.member-info p {
	font-size: 14px;
    color: #000000;
    margin-right: 5px;
    width: 94px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-info span {
	position: relative;
	padding-left: 10px;
}

.member-info span:before {
    display: none;
	content: "";
	width: 5px;
	height: 5px;
	background: #ff88ff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.member-info-list {
	margin-top: 12px;
}

.member-info-list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	grid-gap: 6px;
}

.member-info-list ul li {
	font-size: 14px;
	font-weight: 500;
	padding: 3px 10px;
	background: #F5E9FF;
	border-radius: 30px;
}

.member-desc {
	margin-top: 12px;
}

.member-desc p {
	font-size: 14px;
}
.gallery-card-time{
    display: flex;
    grid-gap: 5px;
}
.time-icon:before{
	content: "";
	font-size: 16px;
	line-height: 20px;
	font-family: 'icomoon';
	font-style: normal;}



/* Begin news letter*/
.news-letter {
	margin: 110px 0;
}

.news-letter-inner {
	padding: 10px 0;
	position: relative;
}

.shade-item {
	position: absolute;
}

.shade-top {
	left: 4%;
	top: -12%;
}

.shade-left {
	left: 7%;
	top: 39%;
}

.shade-right {
	right: 7%;
	bottom: 35%;
}

.shade-bottom {
	right: 9%;
	bottom: -19%;
}

.shade-left-love {
	left: 9%;
	top: 12%;
}

.shade-right-love {
	right: 17%;
	bottom: 30%;
}

.news-letter-text {
	max-width: 598px;
	margin: 0 auto;
	text-align: center;
}

.news-letter-text p {
    color:#008000;
	margin-top: 35px;
}
.news-letter-text h2 + p{
    color:#000000;
    
}

.news-letter-form {
	padding: 0 36px;
	margin-top: 40px;
}

.news-letter-form input:not([type=submit]) {
	width: 100%;
	height: 62px;
	background-color: #fafafa;
	padding: 18px 23px;
	border: 2px solid #1912501A;
	border-radius: 5px;
	box-shadow: 0px 18px 30px -14px rgba(25.00000000000007, 17.999999999999996, 80, 0.15);
}

.input-field {
	position: relative;

}

.news-letter-form input[type=submit] {
	width: 108px;
	height: 48px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	padding: 13px 5px;
	color: #191250;
	background-color: #ff88ff;
	border-radius: 5px;
	border: none;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}

/* End caht style*/

/* Begain story page */
.match-content {
	padding-top: 50px;
}

.story {
	display: flex;
	grid-gap: 24px;
}

.story-admin {
	width: 74px;
}

.story-admin-thumb {
	position: relative;
}

.btn_upload_story {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	background: #64b5f6;
	color: #fff;
	outline: none;
	width: 24px;
	height: 24px;
	line-height: 21px;
	padding: 0;
	border-radius: 100%;
	border: 2px solid #fff;
	font-size: 14px;
	cursor: pointer;
}

.jws-icon-plus {
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	background: #64b5f6;
	color: #fff;
	outline: none;
	padding: 0;
	border-radius: 100%;
	border: 2px solid #fff;
	z-index: 1;
}

.jws-icon-plus:before {
	content: '\e88c';
	font-family: "jws_icon";
	font-style: normal;
	font-weight: inherit
}

.story-admin-link,
.story-link {
	text-align: center;
}

.story-admin-link p,
.story-link p {
	color: #191250;
	margin-top: 12px;
}

.story-admin img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
}

.story-list {
	width: calc(100% - 98px);
}
.story .story-list{
    width: 100%;
}

.story-thumb {
	width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    background: #14C0DA;
}

.story-thumb img {
	width: 46px;
	height: 46px;
}
.story-link p{
    width:68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.story-carousel-btn {
	width: 36px;
	height: 68px;
	background-color: #ff88ff;
	position: absolute;
	top: 22px;
	border-radius: 5px;
}
.story-carousel .swiper-wrapper{
    justify-content: center;
    grid-gap: 30px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.jws-icon-caretright,
.jws-icon-caretleft {
	width: 36px;
	height: 68px;
	font-size: 25px;
	line-height: 68px;
	font-family: "jws_icon";
	color: #191250;
	font-style: normal;
	font-weight: inherit;
}

.jws-icon-caretleft:before {
	content: '\e85d';
}

.jws-icon-caretright:before {
	content: '\e85c';
}

.matching-filter {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.member-total h5 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	letter-spacing: normal;
}

.member-total span {
	color: #0000FF;
}

.filter-right {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.order-select {
	width: 196px;
	border-bottom: 1px solid rgba(25, 18, 80, .1);
	padding-bottom: 12px;
	margin-right: 24px;
}

.order-select .selectric {
	height: 22px;
	background-color: transparent;
	border:none;
}

.order-select .selectric .label {
	padding: 0;
}

.order-select .selectric .button {
	height: 22px;

}

.order-select .selectric .button:before {
	content: '\E827';
	font-size: 20px;
}

.filter-modal-wrap .filter-modal{
	max-width: 640px;
}

.member-content {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 170px;
	text-align: center;
}

.member-content h4 {
	margin: 21px 0;
}

.search-select .select2-container--default .select2-selection--single{
    border:none;
    background-color: transparent!important;
}

 .select2-container--open .select2-dropdown--below{
    border:1px solid #00000050!important;
    
}
.select2-results__option{
    padding:6px 10px;
}
/* End story page */

/* Begin activities page style */
.activities-content{
	padding: 40px 0 70px;
}
.activities-tab-wrap{
	position: relative;
}
.activities-tab-nav-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.activities-tab-nav-wrap .filter-icon{
	margin-left: auto;
}
.activities-tab-nav{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	position: relative;
}
.activities-tab-list {
	display: flex;
	flex-flow: row wrap;
	grid-gap: 24px;
}
.activities-tab-list a span{
	font-size: 24px;
	color:#000000;
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.48px;
	opacity: 0.5;
	transition: all 0.3s ease-in;
}
.activities-tab-list a:hover span{
	opacity: 1;
}
.activities-tab-list li.active span{
	opacity: 1;
}
.count{
	font-size: 16px;
    font-weight: 500;
    line-height: 20px;
	color: #ffffff;
    background:#0000FF;
    padding: 2px 6px;
    border-radius: 10px;
    display: inline-block;
    margin-left: 6px;
	opacity: 1;
}
.activities-tab-content{
	padding-top: 27px;
}
.activities-tab-item{
	display: none;
	text-align: center;
}
.activities-tab-item.active{
	display: block;
}
.activities-item-desc{
	max-width: 400px;
	margin: 140px  auto 0;
}
.activities-item-desc h4{
	margin: 21px 0;
}
.activities-item-desc .btn{
	margin-top: 21px;
}
.jws-icon-diamond{
	font-size: 24px;
	line-height: 22px;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: 400;
	margin-right: 8px;
	vertical-align: middle;
}
.jws-icon-diamond:before {
    content: '\e817';
	
}
.activities-card-wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	grid-gap: 30px;
	margin-top: 27px;
}
.activities-card{
	width:16.666667%;
}
.activities-card-thumb{
	position: relative;
}
.activities-card-thumb img{
	border-radius: 10px;
}
.match-like{
	position:absolute;
	top:12px;
	left: 12px;
}
.jws-icon-heart:before {
    content: '\e838';
	font-size: 24px;
	color: #ffffff;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
.activities-card-text{
	text-align: left;
}
.activities-card-name{
	font-family: "Poppins", sans-serif;
	color:#191250;
	font-weight: 700;
	margin-top: 17px;
}
.activities-card-text .member-info{
	justify-content: start;
	margin-top: 2px;
}
.activities-tab-nav-wrap .filter-modal{
	top:15px;
}
/* End activities page style */
/* Begin search page */
.search-content{
	padding: 50px 0;
}

.matching-filter-wrap{
	position: relative;
}
.matching-filter-top{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 27px;
}
.matching-filter .address-inputs{
	grid-template-columns:142px 195px 370px 103px;
	grid-gap: 25px;
}
.address-inputs input{
	text-align: center;
}
.matching-filter-top .address-inputs label{
	text-transform: capitalize;
	cursor: auto;
}

.search-reset{
    color: #2E5A88;
    text-transform: capitalize;
    cursor: pointer!important;
}
.search-reset:hover{
    text-decoration: underline;
}
.form-col{
	display: flex;
	grid-gap: 8px;
}
.matching-filter-top .address-inputs input,
.matching-filter-top .address-inputs select{
    width: 100%;
    background-color: transparent;
    border:none;
    cursor: pointer;
}
.matching-filter-top input::placeholder{
	font-size: 16px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #00000050;
}
.matching-filter-wrap .order-select{
	margin-right: 0;
}
.matching-filter-wrap .selectric .button:before{
	right: 0;
}

.gallery-wrap{
	margin-top: 20px;
}
.pag-count{
	padding: 10px 0;
}
.pag-count p{
	font-size: 13px;
	color: #767676;
}
.gallery-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-bottom: 30px;
}
.gallery-card{
   background:#fffce6;
    border-radius: 7px;
}
.gallery-thumb a{
     width:100%;
}
.gallery-thumb img{
    width: 100%;
    height:308px;
    object-fit: cover;
    object-position: center center;
	border-radius: 7px;
	position: relative;
}
.gallery-thumb img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59%, 
	rgba(0, 0, 0, .132) 80.5%, rgba(0, 0, 0, .4) 100%), 
	linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 25%);
    z-index: 1;
    opacity: .4;
}
.gallery-thumb{
	position: relative;
}

.discover-gallery .gallery-grid{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.discover-gallery .gallery-thumb > a,
.discover-gallery .gallery-thumb img{
    width:100%;
}
.members-active,
.groups-admin{
	position: absolute;
	top:12px;
	left: 12px;
	padding-left: 12px;
}
.members-active:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 100%;
    background: #B6B6B6;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
} 
.members-active p{
	font-size: 14px;
	line-height: 32px;
	color:#ffffff;
}
.groups-admin{
	display: inline-block;
	left: auto;
	right: 12px;
	padding: 0;
}
.groups-admin .jws-icon-dotsthreeoutline{
	display: inline-block;
	height: 32px;
}
.jws-icon-dotsthreeoutline:before,
.jws-icon-chatcircledots:before,
.jws-icon-copysimple:before{
    content: '\e811';
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
.menu-dropdown {
	visibility: hidden;
	opacity: 0;
	padding: 8px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 14px 54px rgba(0, 0, 0, .1);
	transition: all 0.2s ease-in;
	z-index: 99;
}
.conversation-action .menu-dropdown{
    visibility: visible;
	opacity: 1;
}

.menu-dropdown.open {
	visibility: visible;
	opacity: 1;
}

.groups-admin .menu-dropdown{
	min-width: 168px;
}
.menu-dropdown.dropdown-open{
	overflow: visible;
	opacity: 1;
}

.jws-icon-copysimple:before {
    content: '\e819';
	font-size: 24px;
	color: #191250;
}

.button-action{
    z-index: 9;
}
.button-action a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #916eff;
	text-align: center;
	border-radius: 50%;
}

.button-action a.sent-msg{
    position: absolute;
    left: 55%;
    bottom: -52px;
    background: transparent;
    font-size: 13px;
    line-height: 20px;
    width: 88%;
    height: 38px;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    background-image: linear-gradient(to right, #1cc2d8, #fadd5b);
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    transform: translateX(-56%);
}
.jws-icon-chatcircledots:before{
    color:#ffffff;
}
.button-action a.like-heart{
	background-color: #fffce6;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top:4px;
    right: 4px;
}
.button-action .jws-icon-heart:before {
	font-size: 20px;
	line-height: 38px;
	color: #2E5A88;
}
.jws-icon-chatcircledots:before {
    content: '\e816';
	font-size: 20px;
	line-height: 34px;
}
 .jws-icon-heart-select:before {
    color: #FF0000 !important;
}
.gallery-card-text{
    color: #000000;
    padding:54px 20px 20px;
}
.gallery-card .member-info{
	justify-content: space-between;
	margin-top: 5px;
}
.gallery-card-name{
    font-size:18px;
	font-family: "Poppins", sans-serif;
	color:#000000;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.32px ;
	margin-bottom:5px;
	width: 266px;
	margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seller-info{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 8px;
}
.seller-name{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.seller-icon:before {
    content: "";
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: 'icomoon';
    font-style: normal;
}
.member-info-inner{
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.locations-icon{
    height: 17px;
}
.locations-icon:before {
    content: "";
    font-size: 16px;
    line-height: 16px;
    font-family: 'icomoon';
    font-style: normal;
}

/* pagination style */
.pagination{
	padding: 10px 0;
}
.pagination-list{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;
}
.pagination-list li{
	width: 44px;
	height: 44px;
	border:2px solid #000000;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s ease-in;
}
.pagination-list li:hover,
.pagination-list li.current {
	background-color: #000000;
}
.pagination-list  li a{
	width: 100%;
	height: 100%;
	line-height: 44px;
	color: #000000;
	font-weight: 700;
	transition: all 0.3s ease-in;
}
.pagination-list li:hover a{
	color:#ffffff;
}
.pagination-list li.current span{
    font-size: 16px;
    line-height: 44px;
    font-weight: 700;
	color: #ffffff;
}
.prev,
.next
{
	font-size: 24px;
	line-height: 38px!important;
}

.pet-matching-btn{
    text-align: center;
    margin-bottom: 20px;
}

/* End search page */
/* Begin edit profile page */
.profile-wrap{
	margin-bottom: 30px;
}
.my-profile{
	padding:50px 0 55px;
 background-image: linear-gradient(to right, #fadd5b, #1cc2d8);
}
.my-profile-inner{
	max-width: 982px;
	padding:50px 38px;
	background-color: #ffffff;
	box-shadow: 0 15px 30px -12px rgb(0 0 0 / 5%);
	border-radius: 10px;
}
.my-profile-row:not(:first-child){
    border: 2px solid #000000;
    padding:0 ;
	margin-top: 36px;
	border-radius: 8px;
}

.my-profile-head{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #fadd5b, #1cc2d8);

}
.profile-btn{
     background-color: transparent;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    height: 40px;
    text-transform: capitalize;
}
.my-profile-row .btn-group-wrap{
    margin: 15px 0;
    text-align: center;
}

.btn-group-wrap .btn-primary {
    color:#000000;
    background-image: linear-gradient(to right, #fadd5b, #1cc2d8);
    border:none;
}
.view-profile{
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	font-family: "Poppins", sans-serif;
	text-decoration: underline;
	transition: all 0.3s ease-in;
}
.view-profile:hover{
	text-decoration: none;
	
}
.my-profile-content{
	display: grid;
	grid-template-columns: 39.73509933774834% 1fr;
	grid-gap: 24px;
	margin-top: 16px;
}
.main-profile .my-profile-content{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    align-items: start;
    border:2px solid #000000;
    border-radius: 8px;
    padding:20px;
}
.my-profile-thumb{
	position: relative;
}
.my-proflile-image img{
    width: 250px;
	border-radius: 20px;
}
.jws-icon-camera:before {
    content: '\e815';
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
.icon-camera{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}

.my-profile-text{
    min-width: 325px;
}
.my-profile-name,
.members-desc ul li{
	display: flex;
	align-items: baseline;
	justify-content: start;
	grid-gap: 5px;
}
.jws-icon-pencilline{
	height: 24px;
}
.jws-icon-pencilline:before {
    content: '\e813';
	font-size: 24px;
	line-height: 24px;
	color: #0000FF;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: 500;
}
.members-desc{
	margin-top: 20px;
}
.members-desc ul {
    border-top: 1px solid #1912501a;
}
.members-desc ul li{
	justify-content: space-between;
	padding: 24px 0;
    border-bottom: 1px solid #1912501a;
}

.content-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.my-profile-inner .content-head{
    border-bottom: 1px solid #00000050;
    padding: 20px 32px;
    background-image: linear-gradient(to right, #fadd5b, #1cc2d8);
    border-radius: 8px 8px 0 0;

}
.bio-desc{
	padding: 16px;
	border: 1px solid #1912501a;
    border-radius: 10px;
    opacity: .7;
}
.bio-desc img{
	width: 16px;
	height: 16px;

}

.my-profile-inner input,
.my-profile-inner select,
.my-profile-inner textarea{
    width: 300px;
    height: 35px;
    font-size: 15px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    border: 1px solid #00000050;
    padding: 5px 10px ;
    border-radius: 8px;
    transition: all .3s ease-in;
}

.my-profile-text input, 
.my-profile-text select, 
.my-profile-text textarea{
  
    display: block;
    margin-left: 0;
    margin-top: 10px;
}
.my-profile-text textarea{
    min-height: 172px;
    resize:both;
}
.my-profile-inner .radio-label{
    padding:6px 35px;
}
/* profile edit modal */
.profile-edit-modal-container {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

.profile-edit-modal {
	max-width: 730px;
    background: white;
    border-radius: 12px;
    padding: 24px;
    position: relative;
}

.profile-edit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.profile-edit-title {
    color: #1a1a3d;
    font-size: 24px;
    font-weight: 600;
}

.profile-edit-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
}

.modal-overlay .modal-content{
    grid-gap: 15px;
    
}

.profile-edit-content {
    display: flex;
    grid-gap: 24px;
}

.profile-photo-preview {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

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

.profile-photo-upload {
    flex: 1;
}

.profile-photo-dropzone {
    border: 2px dashed #e2e2e2;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 16px;
}

.profile-photo-dropzone p {
    color: #1a1a3d;
    margin: 8px 0;
}

.profile-photo-select {
    color: #1a1a3d;
    background: none;
    border: 1px solid #1a1a3d;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.profile-photo-upload-btn {
    background: #8257e6;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    margin: 16px 0;
    cursor: pointer;
}

.profile-photo-upload-btn:hover {
    background: #9466ff;
}

.profile-photo-actions {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.profile-photo-action {
    background: none;
    border: none;
    color: #1a1a3d;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
}

.profile-photo-help {
    color: #1a1a3d;
    font-size: 14px;
    line-height: 1.5;
    margin: 16px 0;
}

.profile-fields{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
}
.my-profile-inner .profile-fields{
    padding: 20px 32px;
}
.profile-fields ul li,
.profile-fields a{
	color: #000000;
}
.my-gallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.my-gallery-card{
	text-align: center;
}
.my-gallery-thumb,
.my-gallery-thumb img{
	width: 100%;
	border-radius: 5px;
}
.my-gallery-name{
	color: #000000;;
	margin-top: 8px;
}

/* End edit profile page */

/* Begin my profile style */
.my-profile-grid{
	display: grid;
	grid-template-columns: 1fr 310px;
	grid-gap: 15px;
}
.my-profile-grid .my-profile-name{
	align-items: center;
}

.main-profile .my-profile-grid{
    grid-template-columns: 1fr;
}

.main-profile .my-profile-inner{
    margin:0 auto;
}
.check-mark-icon{
	width: 14px;
}
.activity{
	font-size: 13px;
}
.my-profile-desc{
	margin-top: 10px;
	text-transform: capitalize;
}


.my-profile-desc img {
    width: 16px;
    height: 16px;
}
.read-more-bio{
	color:#0a052c;
	text-decoration: underline;
}
.paymen-method{
	padding:24px;
	border-radius: 10px;
	background-color: #916eff;
	margin-top: 30px;
	text-align: center;
}
.paymen-method h5{
	color: #ffffff;
	letter-spacing:  -0.45px;
}
.money{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	grid-gap: 8px;
	margin: 16px 0;
}
.money .jws-icon-money:before {
    content: '\e81d';
	font-size: 32px;
	color: #ffffff;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
.paymen-method  h3{
	color: #ff88ff;
}
.paymen-method span{
	color: #ffffff;
}
.more-credits{
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	position: relative;
}
.more-credits:after{
	content: '';
	width:100%;
	height: 1px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position:absolute;
	transition: all .3s ease-in;
}
.more-credits:hover:after{
	width: 0;
}
/* End my profile style */


/* Begin Settings page style */
.profile-grid{
	display: grid;
	grid-template-columns: 25.5% 1fr;
	margin-top: 50px;
}
.profile-sidebar{
	padding:0 15px;
}
.profile-nav{
	display: flex;
	flex-flow: row wrap;
	flex-direction: column;
	grid-gap: 12px;
}
.profile-nav-title{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000000;
	transition: all .3s ease-in;
}
.profile-nav-title:hover,
.profile-nav-title.curent
{
	color: #00000050;
}
.profile-nav-list{
	display: none;
	margin-top:16px;
	padding-left: 40px;
}
.profile-nav-list.active {
	display: block;
  }
.profile-nav-list li{
	margin-bottom: 12px;
}
.profile-nav-list li a{
	font-weight: 500;
	color:#000000;
	position: relative;
}
.profile-nav-list li a:after,
 .profile-nav-list li a.curent:after{
	content: '';
	width:0;
	height: 1.5px;
	background-color:#000000;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all 0.3s ease-in;
}
.profile-nav-list li a:hover::after,
.profile-nav-list li a.curent:after{
	width: 100%;
}

.profile-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 30px -12px rgb(0 0 0 / 5%);
	padding:20px 38px;
}
.profile-tab-list{
	margin: 10px 0;
}
.profile-tab-list ul{
	display: flex;
	justify-content: flex-start;
	grid-gap: 30px;
}
.profile-tab-list ul a{
	font-weight: 600;
	color: #000000;
	padding:10px 0 12px;
	transition: all 0.3s ease-in;
}
.profile-tab-list ul a:hover,
.profile-tab-list ul a.curent{
	color:#00000050;
}


/* Begin about page style */
.settings-toggle{
	margin-top: 12px;
}
.settings-toggle button{
	border:none;
	cursor: pointer;
}
.visibility-settings{
	display: none;
	margin-top: 10px;
}
.visibility-settings p{
	color: #191250;
	font-weight: 600;
}
.visibility-close{
	width: 65px;
	height: 32px;
	font-size: 13px;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
	text-transform:capitalize;
	background-color: transparent;
	border: 1px solid #191250;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.visibility-close:hover{
	background-color: #ededed;
}
/* End about page style */
/* Begin looking page style */
.measurement-wrap{
	display: grid;
	grid-template-columns: 64px 20px 64px;
	grid-gap: 5px;
	align-items: center;
	text-align: center;
}
.measurement-wrap input{
	text-align: center;
}
.measurement-wrap input::-webkit-input-placeholder{
	text-align: center;
}
.measurement-wrap input::-ms-input-placeholder{
	text-align: center;
}
.measurement-wrap input::placeholder{
	text-align: center;
}
.clear-value{
	text-transform: capitalize;
	margin-top: 5px;
}

/* End looking page style */

/*  Begin Base page style  */
.slider-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.slider-label {
  font-size: 16px;
  color: #1a133e;
  font-weight: bold;
}
.slider-value {
  font-size: 16px;
  color: #1a133e;
  min-width: 40px;
  text-align: right;
}
input[type="range"] {
  flex: 1;
  border-radius: 5px;
  outline: none;
  height: 5px;
  transition: 0.2s;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 3px solid #737373;
  border-radius: 100%;
  background: #737373;
  box-shadow: -2px -1px 17px -6px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 99;
}
/*  End Base  page style  */

/* Begin My listing page style */

.my-listing-body{
	background-color: transparent;
	padding: 0;
}
.my-listings-search{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	background-color: #ffffff;
	border-radius: 6px;
	margin-top: 25px;
}
.scearch-form{
	position: relative;
}
.search-box{
	max-width: 380px;
	position: relative;
}
.my-listings-search .form input[type="search"] {
	margin-top: 0;
	border-radius: 100px;
	padding: 11px 50px 11px 25px;
}

.search-box .scearch-icon {
    position: absolute;
    top: 50%;
    right: -15px;
    border: none;
    background: transparent;
    transform: translateY(-50%);
}
.my-listings-search .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
    color: #2E5A88;
    background-color: transparent;
	padding: 8px 19px;
	border:2px solid #2E5A88;
	border-radius: 10px;
}
.my-listings-search .plussmall-icon{
    height: 24px;
}
.plussmall-icon::before {
    content: "";
    font-size: 24px;
    line-height: 24px;
    font-family: 'icomoon';
    font-weight: 600;
    color: #2E5A88;
    transition: all .3s ease-in;
}
.my-listings-search .btn:hover {
    background-color:#2E5A88;
    color:#ffffff;
}
.my-listings-search .btn:hover .plussmall-icon::before{
    color:#ffffff;
}
.no-data-found{
	padding:25px;
	text-align: center;
	margin-top: 20px;
	color:#191250;
	padding:25px;
	background-color: #ffff;
	border-radius: 6px;
}
.no-data-found p{
	margin-bottom: 50px;
}
.no-data-found nav{
    position: relative;
    padding-left:208px;
}
.no-data-found nav >div.flex{
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-data-found .cursor-default{
    display: none;
}


/* Table */
.my-listing-table{
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin: 15px 0 0;
    width: 100%;
}

.my-listing-table th,
.my-listing-table td {
    background-color: #e4f0fd;
    font-size: 16px;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
	padding: 8px;
	border: 1px solid #dedede;
    color: #111;
    padding: 15px;
    text-align: left;
}
/* .my-listing-table:hover{
	background-color: #eee;
}  */
.my-listing-table td{
	background-color: #ffffff;
}
.my-listing-table th:first-child {
	vertical-align: top;
}
 .listing-thumb {
    max-width: 100px;
}
.listing-title{
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #111111;
	font-weight: 600;
	transition: all 0.3s ease-in;
}
.listing-title:hover{
	color: #e43d40;
}
.badge-new{
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	padding: 3px 5px 4px;
	margin-top: 8px;
	border-radius: 4px;
	background-color: #e7291e;
}
.actions-dot{
	cursor: pointer;
}
.meta-list{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 5px 0 0;
		padding: 0;
		row-gap: 8px;
}
.meta-list li{
    display: inline-flex;
    align-items: center;
    color: #797979;
    flex-wrap: wrap;
	grid-gap: 4px;
    font-size: 13px;
	line-height: 13px;
    line-height: 1;
    margin-right: 12px;
}
.meta-list li img{
	width: 16px;
	display: none;
}
.meta-list li a{
	color: #797979;
	transition: all .3s ease-in;
}
.meta-list li a:hover{
	color: #29409e;
}
.my-listing-table td {
	font-size: 13px;
	line-height: 13px;
    
}
.meta-list li svg {
    margin-right: 7px;
}
.pending{
	background-color: #f2e1bb;
    color: #b48726;
	padding:7px 12px;
	border-radius: 50px;
}
.actions-wrap{
	position: relative;
}
.actions-dropdown{
    width: 215px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: none;
    padding: 20px 10px 15px;
    position: absolute;
    right: -10px;
    top: 35px;
    z-index: 20;
}
.actions-dropdown.open{
	display: block;
}
.actions-dropdown:before {
    background-color: #fff;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: 14px;
    position: absolute;
    right: 35px;
    top: -8px;
    transform: rotate(45deg);
    width: 14px;
}
.actions-dropdown li{
	margin-bottom: 5px;
}
.actions-dropdown li a{
	display: flex;
	align-items: center;
	grid-gap: 5px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #111111;
}
.expires-on{
	min-width: 113px;
}


/* Table */




/* End My listing page style */
/* End Settings page style */

/* Begin Subscription style */
.pmpro-content .btn{
	padding: 10px;
	margin-top: 24px;
}
.pmpro-level{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 48px;
}
.pmpro-card{
	padding:48px 32px;
	border-radius: 20px;
	border: 2px solid #1912501a;
}
.pmpro-card .price{
	display: flex;
	align-items: baseline;
	grid-gap: 6px;
	margin-top:20px;
}
.pmpro-card .price span{
	font-size: 28px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: -0.45px;
	opacity:  0.7;
}

.pmpro-list{
	padding: 24px 0;
	margin-top: 24px;
	border-top: 1px solid #3229771a;
}
.pmpro-list li:not(:first-child){
	margin-top: 16px;
}
.jws-icon-checkcircle:before,
.jws-icon-minuscircle:before  {
    content: '\e846';
	font-size: 24px;
	font-weight: 400;
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
.jws-icon-minuscircle:before {
    content: '\e80a';
}
.pmpro-list .btn{
	width: 100%;
}

.modal-overlay input{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 20px;
}
.modal-overlay label{
    position: relative;
    top:-3px;
}
.modal-overlay button{
    width: 100%;
    height: 38px;
    color: #ffffff;
    background-color: #191250;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.3s ease-in;
    border: none;
}
.modal-overlay .close-btn{
    margin-top: 0;
    background-color: #FF0000;
}
.modal-overlay button:hover,
.modal-overlay .close-btn:hover{
    color: #191250;
    background-color: #FFFF00;
}
/* End Subscription style */

/* Begin payment method page style */
.payment-method-content{
	display: grid;
	grid-template-columns: 188px 1fr;
	grid-gap: 56px;
}
.payment-method-content .paymen-method{
	margin-top: 0;
}
.billing-address ul{
	margin-top: 20px;
}
.billing-address ul li{
	display: flex;
	grid-gap: 5px;
	align-items: center;
	margin-top: 12px;
}
.billing-address .jws-icon-pencilline:before{
	line-height: 29px;
}
.purchase-history{
	margin-top: 90px;
	margin-bottom: 20px;
	overflow: hidden;
	overflow-x: auto;
	
}  
.purchase-history h5{
	margin-bottom: 30px;
}
.table-heading{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.purchase-history .table-heading th {
    border: none;
    background: #09052C;
    color: #fff;
    font-weight: 700;
    padding: 10px;
} 
 .table-heading th:first-child  {
	border-top-left-radius: 10px;
 }
 .table-heading th:last-child{
	border-top-right-radius: 10px;;
 }
 
 .purchase-history .table-body tr{
     display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    background-color: #00000050;
 }
  .purchase-history .table-body td{
      padding:10px 0;
  }
/* End payment method page style */
/*  Begin billing page style  */
.form-divider input{
	color:#191250;
	border: none;
	outline: none;
	background-color:rgba(25,18,80,.05);
	padding-left: 20px;
}
.form-divider ::placeholder{
	color: #191250;
}
.form-divider ::-ms-input-placeholder{
	color: #191250;
}
.form-divider .form-col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
 	grid-gap: 30px;
}
.form-divider .selectric,
.form-divider .selectric .label{
	height:50px;
}
.required{
	color: #ed1c24;
	border-bottom: 1px dotted #777;
}
.form-divider .form-row:not(:first-child){
	margin-top: 30px;
}
/*  End billing page style  */
/*  Begin email page style */
.notification-settings{
	width:100%;
	text-align: left;
}
 table.notification-settings tr td{
	padding:10px 0
}
.notification-settings .title{
	width:80%;
}
.notification-settings .yes,
.notification-settings .no{
	width:40px;
	text-align: center;
}
.notification-settings input[type="radio"]{
	accent-color:#000000;
	cursor: pointer;

}
.notification-text{
	position: absolute;
    height: 1px;
    overflow: hidden;
}
/* End email page style */
/* Begin Profile Visibility page style */
.profile-settings{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
table.profile-settings thead tr {
    background: #000000;
    color: #ffffff;
}
table.profile-settings thead th {
	width: 80%;
    padding: 16px;
} 

table.profile-settings thead th:first-child {
    border-top-left-radius: 5px;
}
table.profile-settings thead th:last-child {
    border-top-right-radius: 5px;
}
table.profile-settings tr td {
    padding: 16px;
    border-bottom: 1px solid #000000;
    color: #000000;
}
/* End Profile Visibility page style */
/* Begin blocked profiles page style */
.blocked-profiles-content p{
		margin-top: 40px;
	}
.blocked-profiles-content h5 + p{
	margin-top: 4px;
}
.profile-tab-content .gallery-card{
	max-width: 158px;
	margin-top: 40px;
}
.jws-icon-eye:before {
    content: '\e86d';
	font-family: "jws_icon";
    font-style: normal;
    font-weight: inherit;
}
/* End blocked profiles page style */
/*  Begin email notifications pag */
.form .save-email{
	display: flex;
	align-items: center;
}
.form .save-email input{
	width:auto;
	color: #000000;
	border: none;
	padding: 0;
	background-color: transparent;

}
.edit,
.save{
	border:none;
	background-color: transparent;
	padding:0;
	cursor: pointer;
}
.save{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.profile-tab-content h5 + p{
	margin-top: 10px;
}

/* Begin my listing style */
.banner{
	min-height: 550px;
	background-color: #375984;
	position: relative;
	
}
.banner:before {
	content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.banner img{
     max-width: 750px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-inner{
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #04132540;
    top: 0;
    position: absolute;
    z-index: 1;
}
.banner-text{
	padding: 60px 0 80px;
	position: relative;
	z-index: 99;
}

.banner-text h1{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	font-family: "Nunito", serif;
	color: #ffffff;
}
.listing-breadcrumbs {
	margin-top: 10px;
}
.listing-breadcrumbs ul {
	display: flex;
	justify-content: center;
}
.listing-breadcrumbs li{
	display: flex;
	align-items: center;
	color:#ec5240 ;

}
.rtcl-icon-angle-right{
	height: 18px;
	margin-right: 4px;
}
.rtcl-icon-angle-right::before{
	content: "\f105";
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-family: 'rtcl';
	font-weight: 700;

}
.listing-breadcrumbs li a{
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	padding-right: 5px;
	transition: all .3s ease-in;
}
.listing-breadcrumbs li:last-child a{
	color: #ffffff;
	pointer-events: none;
}
.listing-breadcrumbs li a:hover{
	color: #29409e;
}
.my-listing-content{
	display: inline-block;
	width: 100%;
	padding: 30px 10px !important;
}
.my-listing-content .common-wrap{
    max-width: 1038px !important;
    }

.my-listing-title{
    display: none;
	padding:12px 20px;
	background-color: #d4edda;
	border:1px solid #c3e6cb;
	border-radius: 4px;
}
.my-listing-title h6{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color:#155724;
}
.type-selection-item{
	margin-top: 30px;
}
.type-selection-head{
    display: flex;
    align-items: center;
    grid-gap: 15px;
	border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.type-selection-title{
	display: flex;
    align-items: center;
    grid-gap: 15px;
}
.rtcl-icon-tags:before,
.rtcl-icon-s-tags::before,
.fa-list-ul::before{
	content: "\e826";
    font-size: 25px;
    line-height: 25px;
    color: #29409e;
    font-family: 'rtcl';
    font-weight: 900;
}
.rtcl-icon-s-tags::before{
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}
.fa-list-ul::before{
	content: "\f0ca";
}
.type-selection-head h5{
	font-size: 18px;
	line-height: 27px;
	font-family: "Poppins", sans-serif;
	color: #222222;
}
.type-selection-head h5 span{
    color: #ff0000;
}
.type-selection-row{
	display: grid;
	grid-template-columns:1fr;
	align-items: start;
	margin: 35px 0 25px;
}
.type-selection-row.terms-conditions-wrap{
    grid-template-columns: 1fr;
}
.type-selection-label{
	padding: 0;
	margin-bottom: 10px;
}
.type-selection-label label{
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.type-selection-label span{
	color:  #ff0000;
}
.type-selection-item .selectric{
	height: 39px;
	background-color: #ffffff;
	border:1px solid #ced4da;
}
.type-selection-item .selectric .label{
	font-size: 16px;
	line-height: 21px;
	font-family: "Poppins", sans-serif;
	padding: 9px 12px;
	color: #495057;
}


.personality{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.personality .check-box-row{
    justify-content: start;
}
.personality .check-box-row label{
    padding:0 15px;
}
.type-selection-item .selectric .button{
	height: 39px;
}
.change-item{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 28px;
	color: #646464;
	font-family: "Poppins", sans-serif;
	margin-bottom: 35px;
	font-weight: 400;
}
.change-item .rtcl-icon-angle-right{
	height: 16px;
	line-height: 16px;
	margin: 0 5px;
}
.change-item .rtcl-icon-angle-right::before{
	content: "\f105";
	font-size: 16px;
	line-height: 16px;
	color: #646464;
	font-family: 'rtcl';
	font-weight: 400;

}
.health-docs .form-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    grid-gap: 0 10px;
    text-align: right;
}
/*.health-docs .check-box-row{
    margin-left: auto;
}*/
.health-docs .check-box-row label  {
    font-size: 15px;
    line-height: 28px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: right;
    padding:0 15px;

}
.change-category{
	color: #29409e;
	text-decoration: underline;
	transition: all .3s ease-in;
}
.change-category:hover{
	color: #e43d40;

}
.category-form input,
.category-form textarea{
	width: 100%;
	height: 38px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
	padding: 6px 12px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #ced4da;
}
.category-form .has-error input,
.type-selection-item .has-error .selectric{
	border: 1px solid #ff0000;
}

.radio-row{
   display: flex;
    grid-gap: 15px 30px;
    margin-top: 8px;
    align-items: flex-start;
}
.radio-row label{
   display: flex;
    align-items: baseline;
    grid-gap: 10px;
}

.radio-row label input{
    width: auto;
    height: auto;
}

.errors-msg{
	font-size: 13px;
	line-height: 28px;
	color: #ff0000;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.has-error-abs{
    position: relative;
}
.has-error-abs .errors-msg{
        position: absolute;
    top: 23px;
    left: 0;
}

.category-form textarea{
	height: 292px;
}
.type-selection-tab-list{
	display: flex;
	align-items: center;
	justify-content: start;
	grid-gap: 15px;
	margin-top: 4px;
}
.type-selection-tab-list li{
	font-size: 16px;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #646464;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.type-selection-tab-list li::after{
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	border: 1px solid #2ea2cc;
	left: 0;
	top:5px;
	position: absolute;
	transition: all 0.3s ease-in;
}

.type-selection-tab-list li.active::after{
	background-color: #007bff;
}

.selection-price{
	grid-template-columns: repeat(2, 1fr);
	padding-left: 109px;
}
.type-selection-col{
	display: grid;
	grid-template-columns: 211px 1fr;
}
.type-selection-tab-item:not(:first-child) {
	display: none;
}
.features textarea{
	height: 134px;
	padding: 6px 12px;
}
.help-block li{
	font-size: 13px;
    line-height: 18px;
	font-family: "Poppins", sans-serif;
	color:#646464;
    font-style: italic;
	font-weight: 400;
    padding-top: 5px;
}

.gallery-uploads{
    width: 100%;
    /*height: 130px;*/
	background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    margin-top:30px;
    opacity: .7;
    padding: 20px;
    text-align: center;
}
.thumbnail-add{
    margin-top: 50px;
    text-align: center;
}
.gallery-uploads h4{
	font-size: 20px;
	line-height: 16px;
	color: #808080;
	font-family: "Poppins", sans-serif;
}
.thumbnail-add h4{
    margin-top: 25px;
    margin-bottom: 15px;
}
.thumbnail-add input{
    width:228px;
    border:none;
}
.gallery-uploads-inner{
	width: 132px;
	margin: 0 auto;
	position: relative;
}
.gallery-uploads-inner label{
	display: block;
}
.gallery-uploads-inner input[type="file"]{
	position: absolute;
    left: 0;
    top: 20px;
    opacity: 0;
    visibility: hidden;
}
.gallery-upload-btn{
	width: 130px;
	height: 38px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	padding:8px 5px;
	border-radius: 4px;
	background-color: #29409e;
	text-align: center;
	margin: 20px 0;
	border:none;
	position: relative;
	z-index: -1;
}
.uploads-alert{
	padding:12px 20px;
	background-color: #f8d7da;
	border:1px solid #f5c6cb;
	border-radius: 4px;
	margin-top: 15px;
}
.uploads-alert ul li{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #721c24;
	margin-bottom: 10px;
}
.address-desc textarea{
	height: 62px;
}
.map iframe{
	width: 100%;
	height: 400px;
}
.small-desc{
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
	color: #646464;
	 font-weight: 400;
	 margin-bottom: 10px;
}
.category-form  input[type="checkbox"] {
	width: auto;
	height: auto;
	cursor: pointer;
}

.terms-conditions{
	margin-top: 32px;
}
.type-selection-row .checkbox-row label{
	font-size: 16px;
	line-height: 28px;
	color: #646464;
	font-family: "Poppins", sans-serif;
	padding-left: 4px;
	cursor: default;;
}

.check-box-wrap{
    grid-template-columns: 1fr;
}

.check-box-row{
    display: flex;
    justify-content: start;
    align-items: center;
}
.check-box-row:not(first-child){
    margin-top: 20px;
}

.category-form .check-box-row input[type="checkbox"]{
    width:20px;
    height: 20px;
}
.terms-conditions a{
	color: #29409e;
	transition: all .3s ease-in;
}
.terms-conditions a:hover{
	color: #f85c70;
}
.submit-button{
	width: 155px;
	height: 45px;
	font-size: 15px;
	line-height: 15px;
	padding:15px 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#ffffff;
	background: linear-gradient(to bottom, rgba(228, 61, 64, 0.8), #e43d40);
	border:none;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 20px;
	transition: all 0.3s ease-in;
}
.submit-button:hover{
	background-color: #e43d40;
}

.terms-conditions-wrap .submit-button{
    width:180px;
}
/* End my listing style */

/*Dashboard footer style start*/
.footer-wrap {
	float: left;
	width: 100%;
}

.footer-top {
	float: left;
	width: 100%;
	padding: 50px 0 40px;
	/* background-color: #041325; */
	background-image: linear-gradient(to right, rgb(250, 221, 91), rgb(28, 194, 216));
}

.footer-inner {
	float: left;
	width: 100%;
}

.footer-logo {
	float: left;
	width: 100%;
	text-align: center;
}

.footer-logo img {
	width: 130px;
}

.footer-nav {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.footer-nav ul {
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.footer-nav ul li {
	list-style: none;
	margin: 0 10px 15px;
}

.footer-nav ul li a {
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	transition: 0.4s ease-in-out;
	padding-bottom: 3px;
	position: relative;
}

.footer-nav ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	right: 0;
	bottom: 0;
	transition: width 0.4s ease-in-out;
	background-color: #916eff;
}

.footer-nav ul li a:hover {
	color: #916eff;
}

.footer-nav ul li a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
	transition: width 0.4s ease-in-out;
}

.copyright-wrap {
	float: left;
	width: 100%;
	padding: 18px 20px;
	background-color: #09052C;
	text-align: center;
}

.copyright-wrap p {
	color: #FFFFFFB3;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
}

.copyright-wrap p > span {
	color: #ffffff;
}

/*Dashboard footer style start*/

.close-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 991;
	background-color: rgba(0, 0, 0, .8);
	transition: 0.4s ease-in-out;
}

/*=== Dashboard Pages End ===*/



/*Sign Up Page Start*/
.signup-hero-wrap {
	float: left;
	width: 100%;
	min-height: 700px;
	position: relative;
	background-color: #ffffff;
	padding: 60px 0 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.signup-hero-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.signup-hero-wrap .common-wrap {
	max-width: 1360px;
}

.signup-hero-inner {
	max-width: 550px;
	margin:0 auto;
	position: relative;
	z-index: 1;
}

.signup-hero-content {
	width: 100%;
	padding-right: 50px;
	padding-top: 60px;
}

.signup-hero-content h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: -0.56px;
	color: #191250;
	margin-bottom: 16px;
}

.signup-hero-content p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #191250;
}

.signup-form {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 30px 20px 20px;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.signup-form::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(to right, #322977, #0000FF);
	top: 0;
	left: 0;
	border-radius: 8px 8px 0 0;
}

.signup-form h3 {
    font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.56px;
	color: #191250;
	text-align: center;
	margin-bottom: 25px;
}
.signup-form h4{
    margin-bottom: 20px;
}

.signup-input-raw {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.signup-input-raw h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #000000;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.signup-input-raw span{
    color:#FF0000;
}

.radio-button {
	float: left;
	width: 100%;
}

.radio {
	display: none;
}

.radio-label {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	padding: 12px 30px;
	background-color:rgba(25, 18, 80, 0.05);
	color: #000000;
	cursor: pointer;
	font-size: 15px;
	line-height: normal;
	display: inline-block;
	border-radius: 50px;
	margin-bottom: 7px;
	transition: all 0.2s ease-in;
}
.radio-label:hover{
    color:#ffffff;
    background-color: #000000;
}

.radio:checked + .radio-label {
	background-color: #000000;
	color: #ffffff;
}

.signup-input-raw select {
	float: left;
	width: 100%;
	padding: 11px 12px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	margin: 0;
	color: #000000;
	border-radius: 5px;
	background: #ffffff;
    border: 1px solid #00000050;
    transition: all 0.3s ease-in;
}
.signup-input-raw select:hover {
	border-color: #000000;
}
.radiobox  input[type="radio"]{
    display: inline;
    width:auto;
    cursor: pointer;
}
.radiobox label{
    display: inline;
    margin-right: 50px;
    margin-left: 6px;
    font-weight: 400;
}

/*.signup-input-raw .selectric .button {
	background-color: #f5efff;
}
*/
.signup-input-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.signup-input-inner .error{
    font-size: 12px;
    line-height: 16px;
    color:#ff0000;
}

.signup-input-raw-item {
	width: 48%;
}

.signup-input-raw-item:nth-child(1) {
	margin-right: 10px;
}

.signup-input-raw-item label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	color: #00000090;
	margin-bottom: 3px;
}

.signup-input-raw input:not([type="submit"]),
.select2-container--default .select2-selection--single{
	float: left;
	width: 100%;
	padding: 12px 12px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	color: #000000;
	border-radius: 5px;
	background-color: #ffffff!important;
	border: 1px solid  #00000050;
	transition:all 0.3s ease-in;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000;
}
.select2-container--focus .select2-selection--single .select2-selection__rendered{
    color: #000000;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}
.signup-input-raw span{
    width:100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width:32px!important;
}

.signup-input-raw input:not([type="submit"]):hover,
.select2-container--default .select2-selection--single:hover{
    border-color:#000000;
}

.signup-input-raw input.btn-register{
    background-color: #2E5A88!important;
    color: #ffffff!important;
    border:1px solid #2E5A88!important;
    text-align: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.signup-input-raw input.btn-register:hover{
    background-color: #ffffff!important;
    color: #2E5A88!important;
}

.signup-input-raw input[type="submit"] {
	float: left;
	width: 100%;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	padding: 12px 12px;
	border: none;
	background-color: #916EFF;
	color: #ffffff;
}

.signup-input-raw p, .error {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #FF0000;
}
.error{
    display: inline-block;
}
.signup-input-raw p{
    color: #000000;
}

.signup-input-raw .btn{
    width: 100%;
    border-color: #000000;
    padding:10px;
}

.btn-register{
    background-color: #000000!important;
    color:#ffffff!important;
    border:1px solid #000000!important;
    transition:all .3s ease-in;
}
.btn-register:hover{
    background-color: #ffffff!important;
    color:#000000!important;
}

.header-wrap.signup-header {
	padding: 20px 0;
}
.whatiamlooking .checkbox-row  label{font-weight:400;}


.custom-pet-matching .btn-primary{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        margin: 0 auto;
}
.custom-pet-matching .menu-icon{margin-right:10px;}

.custom-pet-matching a:hover .menu-icon{color: #2e5a88;}
.members-info .select2 span:before, .members-info .select2:before{display:none;}
.members-info .select2{display:block;margin-top: 10px; width:300px !important}
.update-photo-wrap.gallery-uploads.thumbnail-add{
     display: flex;
    flex-flow: row wrap;
}
.update-photo-wrap.thumbnail-add h4{
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
.upload-gallery-image{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
}
.upload-gallery-image p{
    color:red;
}
.uploads-alert.mt-4{
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}
.uploads-alert.mt-4 button{
    color:red;
}
.charity-wrap-info{
    align-items: flex-start;
    grid-gap: 8px;
    flex-direction: column;
}
.charity-wrap-info .seller-info-head{
    display: flex;
    gap: 5px;
}
.charity-wrap{
    display: flex;
    width: 100%;
    gap: 5px;
}
nav, div.pagination{justify-content:center;}
nav > div.flex-1{display:none;}
nav button svg, nav svg{width:30px;}


/* =======================================================================================================
============================================ Responsive style ========================================== */

/*		Mobile Layout: 280px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (min-width: 280px) and (max-width: 768px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	/*=== Dashboard Pages Start ===*/
	h2 {
		font-size: 36px;
		line-height: 42px;
	}
	h3{
		font-size: 26px;
		line-height: 32px;
	}
	.my-profile-head h3{
	    font-size: 20px;
	    line-height: 28px;
	}

	h4 {
		font-size: 22px;
		line-height: 30px;
	}

	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	.mobi {
		display: block!important;
	}
	
	.desk {
		display: none!important;
	}

	/*Dashboard header style start*/
	.logo-wrap {
		width: auto;
		/* padding: 16px 14px 16px 0; */
	}

	.main-logo {
		width: 55px;
	}

	.hamburger {
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		display: none;
	}

	.hamburger div {
		position: relative;
		width: 100%;
		height: 1.5px;
		background-color: #ffffff;
		transition: 0.4s ease-in-out;
	}

	.hamburger div::after,
	.hamburger div::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		top: -6px;
		left: 0;
		transition: 0.4s ease-in-out;
	}

	.hamburger div::before {
		top: auto;
		bottom: -5px;
	}

	.nav-wrap {
		width: auto;
	}
	.profile-container{
		padding: 0;
	}
	.profile {
		width: 100%;
		padding-left: 0;
		grid-gap: 10px;
	}
	.user-menu-dropdown-wrap{
	    grid-gap: 0;
	}

	.profile-icon {
		width: 100%;
	}

	.mobile-nav {
		display: block;
		width: 90%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -200%;
		background-color: #ffffff;
		z-index: 9999;
		padding: 30px 20px 100px;
		overflow-y: scroll;
		transition: 0.4s ease-in-out;
	}

	.mobile-nav::-webkit-scrollbar {
		display: none;
	}

	.mobile-nav-inner {
		width: 100%;
		position: relative;
		padding-top: 65px;
	}

	.menu-close {
		position: absolute;
		width: 25px;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.dropdown-menu{
	    top:38px;
	}

	.upgrade-btn {
		display: none;
	}

	.profile-text {
		display: none;
	}

	.nav-logo {
		float: left;
		width: 100%;
		text-align: center;
	}

	.nav-logo img {
		width: 140px;
	}

	.mobile-nav ul {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.mobile-nav ul li {
		margin-bottom: 35px;
		list-style: none;
	}

	.mobile-nav ul li a {
		text-decoration: none;
		font-family: "Poppins", sans-serif;
		font-weight: normal;
		color: #191250;
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.5px;
	}

	.main-nav {
		position: fixed;
		width: 100%;
		background-color:#2E5A88;
		bottom: 0;
		left: 0;
		z-index: 99999;
		padding-right: 0;
	}

	.menu-icon {
		width: 30px;
		margin: 0 auto;
		color: #fff !important;
	}

	.main-nav ul {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.main-nav ul li a {
		font-size: 13px;
		padding: 9px 7.4px 10px;
		color: #fff !important;
	}

	.plussmall-icon::before{
		color: #fff !important;
	}

	.navShown {
		overflow: hidden;
	}

	.navShown .close-area {
		display: block;
	}

	.navShown .hamburger div {
		background-color: transparent;
	}

	.navShown .hamburger div::after {
		top: 0;
		transform: rotate(45deg);
	}

	.navShown .hamburger div::before {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.navShown .mobile-nav {
		left: 0;
	}

	.login-wrap {
		padding: 50px 0;
	}

	/*Dashboard header style end*/
	/*=== Dashboard Pages End ===*/
	/*Sign Up Page start*/
	.signup-hero-content {
		width: 100%;
		padding: 0;
	}

	.signup-hero-content h2 {
		font-size: 30px;
		line-height: normal;
	}

	.signup-form {
		float: left;
		width: 100%;
		max-width:100%;
		margin-top: 40px;
	}
	.radio-label{
	    padding:6px 15px;
	}
	
	.signup-input-inner .error{
	    font-size: 9px;
	}

	/* Begin discover page style */
	.discover-wrap {
		padding: 20px 0 50px;
	}

	.discover-grid {
		display: block;
	}

	.user-profile {
		margin-top: 20px;
	}

	.user-profile-info {
		padding: 10px;
	}

	.user-profile-info img {
		border-radius: 10px;
	}
	.filter-modal{
		width: 100%;
		right: 0;
	}
	.action-button-bottom{
		flex-direction: column;
		grid-gap: 12px;
	}

	/* End discover page style */
	/* Begin chat page */
	.chat-body,
	.conversation-grid {
		display: block;
	}

	/* .chat-content {
		padding: 20px 0;
	} */

	.shade-top,
	.shade-left,
	.shade-right,
	.shade-bottom {
		display: none;
	}
	.conversation-user-info{
		margin-top: 16px;
	}

	.news-letter {
		margin: 20px 0;
	}

	.news-letter-form input[type=submit] {
		width: 100%;
		position: relative;
		transform: translateY(0);
		margin-top: 10px;
		right: 0;
	}
	.news-letter-text p,
	.news-letter-form{
		margin-top: 20px;
	}
	.news-letter-form input:not([type=submit]){
		height: 48px;
	}

	/* End chat page */
	.my-profile-content,
	.profile-fields{
		display: block;
	}
	.my-profile-inner .profile-fields{
	    padding:20px;
	}
	.my-profile-row .btn-group-wrap{
	    margin-top:0;
	}
	.profile-fields li:not(:first-child){
		margin-top: 12px;
	}
	.my-profile-inner{
		padding: 15px 10px;
	}
	.my-gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	/*Begin match page*/
	.story {
		grid-gap: 10px;
	}
	.search-content .story-list{
	    width: 100%;
	}
	.story-carousel .swiper-wrapper{
	    grid-gap: 0;
	}
	.activities-card-wrap{
		display: block;
	}
	.activities-card:not(first-child){
		width: 100%;
		margin-top: 20px;
	}
	.gallery-grid{
		display: block;
	}
	.gallery-card:not(:first-child){
		margin-top: 20px;
	}
.gallery-thumb img{
    width: 100%;
    height: auto;
}
	/* Begin search page */
	.matching-filter .address-inputs{
	    padding-bottom: 10px;
	}
	.match-content{
	    padding-top: 0;
	}
	.match-content .member-wrap{
	    padding-top: 30px;
	}
	.matching-filter {
		overflow: auto;
		width: calc(100% - 34px);
	}
	.match-content .matching-filter {
	    overflow: inherit;
	    width: 100%;
	}
	.matching-filter-top .matching-filter{
		width:88%;
		overflow-x: auto;
	}
	.filter-icon{
		margin-top: 0;
	}
	.activities-tab-nav-wrap .filter-icon{
		margin-top: 0;
	}
	/* Begin activities page */
	.activities-content {
		padding: 24px 0 40px;}
	.activities-tab-list a span{
		font-size: 18px;
	}
	.activities-tab-nav{
		width: calc(100% - 40px);
		padding: 0;
		overflow: auto;
	}
	.activities-tab-list{
		min-width: 532px;
		overflow: auto;
	}
	.activities-tab-list li{
		display: inline-block;
	}
	.jws-icon-sliders {
		font-size: 26px;
		line-height: 26px;
	}
	.activities-item-desc {
		max-width: 100%;
		margin-top: 20px;
	}
	.activities-tab-nav .filter-icon{
		margin-top: 0;
	}
	/* Begin my profile */
	/* .my-profile{
		padding: 20px 0;
	} */
	.banner img{
	    max-width:450px;
	}
	.my-profile-grid{
		display: block;
	}
	
	.my-profile-desc{
		margin-top: 10px;
	}
	.my-profile-name{
		margin-top: 15px;
	}
	.my-profile-row:not(:first-child){
		margin-top: 15px;
	}
	.my-profile-sidebar{
		margin-top: 20px;
	}
	.members-desc ul li{
		padding:10px 0;
	}
	.jws-icon-pencilline{
		height: 24px;
	}
	.jws-icon-pencilline:before{
		line-height: 24px;
	}

	/* Setting page */
	.profile-grid,
	.pmpro-level,
	.payment-method-content{
		display: block;
	}
	/* .profile-grid{
		padding: 0;
		margin-top: 25px;
	} */
	.profile-body{
		padding:15px;
		margin-top: 20px;
	}
	    
	.profile-tab-list {
		overflow-x: auto;
		white-space: nowrap;
	}
	.profile-tab-list ul{
		display: flex;
		padding: 5px 0;
	}
	.my-listings-search{
	    margin-top: 5px;
	    padding:15px 0;
	}
	.my-listings-search .btn{
	    width: 100%;
	    margin-top: 15px;
	}
	.scearch-form{
		width: 100%;
	}
	.search-box{
	    max-width: 100%;
	}
	.form input[type="search"]{
		width: 100%;
	}
	.no-data-found{
		width:100%;
		overflow-y: auto;
		margin-top: 0;
		padding: 0;
	}
	
	.no-data-found nav{
	    padding-left: 0;
	}
	
	.my-profile-thumb{
	    text-align: center;
	}
	.my-proflile-image img{
	    margin: 0 auto;
	}

	/* Begin subsciption page */
	.pmpro-level{
		display: block;
		margin-top: 25px;
	}
	.pmpro-card{
		margin-top: 20px;
		padding: 20px;
		
	}
	.pmpro-list{
		padding-bottom: 0;
	}
	.billing-address{
		margin-top: 20px;
	}	
	.billing-address ul li{
		align-items: start;
	}
	.purchase-history{
		margin-top: 20px;
	}
	.purchase-history h5{
		margin-bottom: 20px;
	}
	.toggle-checkbox{
		grid-gap: 8px;
	}
    /* My listing page */
    .banner,
    .banner-inner{
        min-height: 250px;
    }
	.my-listing-content{
		padding: 30px 0;
	}
	.type-selection-item{
		margin-top: 10px;
	}
	.change-item{
		margin-bottom: 15px;
	}
	.type-selection-row{
		display: block;
		margin: 15px 0;
	}
	.type-selection-col{
		display: block;
	}
	
	.type-selection-label{
		text-align: left;
		padding: 0;
		margin-bottom: 8px;
	}
	
	.has-error-abs .errors-msg {
    position: relative;
        margin-top: -34px;
        margin-bottom: 7px;
}
	.category-form textarea{
	    height: 150px;
	}
	.radio-row {
	    flex-direction: column;
	}
	
	.selection-price{
		padding-left: 0;
	}
	.my-listing-table{
		width: 626px;
		overflow-y: auto;
	}
	
	.health-docs .form-group{
	    display: block;
	}
    .discover-gallery .gallery-thumb > a, .discover-gallery .gallery-thumb img {
        width: 100%;
    }
    .msg-row{
        flex-direction: column;
        grid-gap: 10px;
    }
    .btn-group{
        width: 100%;
    }
    .btn-submit{
        width:100%;
    }
    .conversation-list{
        min-height: 10px;
    }
    .conversation-text{
        height: 300px;
        padding-top:30px;
    }
    .form-create-msg{
        padding:0px 15px 10px;
    }
    .msg-textarea textarea{
        padding: 8px 10px 0 8px;
    }
    .conversation-content{
        padding-top:8px;
    }
    .conversation-item{
        border-bottom: none;
    }
    
    .single-chat .conversation-head{
            padding: 1px 30px 20px;
    
    }
    
    .my-profile-inner  input, .my-profile-inner  select, .my-profile-inner textarea{
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    .my-profile-text{
        min-width: 100%;
    }
    
    .my-profile-name h3{
        width: 100%;
    }
    .my-profile-desc p{
        display: block;
    }
    
    .my-profile-inner input[type="radio"]	{
        width:auto;
        display: none;
        margin-left: 5px;
    }
    .members-info .select2{width:100% !important}
    .update-photo-wrap.gallery-uploads.thumbnail-add{
        height: auto;
    }
    .upload-gallery-image{
        margin-top: 10px;
    }
    .my-listing-page .banner-text h1{
        font-size: 30px;
        line-height: 40px;
    }
    .charity-wrap-info{
        align-items: flex-start;
    }
    
    .story-thumb {
        width: 40px;
        height: 40px;
    }
    .story-thumb img {
        width: 26px;
        height: 26px;
    }
    .story-link p {
        width: 50px;
        font-size: 12px;
    }
    .main-nav.mobi ul li{
        width: 20%;
    }
    .main-nav.mobi .menu-text {
        font-size: 12px;
    }
    .profile-container {
	    min-width: auto;
    }
}


@media only screen and (min-width: 280px) and (max-width: 480px) {}


/*		Wide Mobile Layout: 480px.
------------------------------------------------------------
*/

@media only screen and (min-width: 481px) and (max-width: 768px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}


	.main-nav ul li a {
		padding: 9px 20px 10px;
	}

	/* Begin chat page */
	.chat-body,
	.conversation-grid {
		display: block;
	}


	/* End chat page */
	
}


/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	/*Dashboard header style start*/
	.logo-wrap {
		width: auto;
		/* padding: 16px 14px 16px 0; */
	}

	.main-logo {
		width: 55px;
	}

	.hamburger {
	   
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: relative;
		flex-flow: row wrap;
		align-items: center;
		 display: none;
	}

	.hamburger div {
		position: relative;
		width: 100%;
		height: 1.5px;
		background-color: #ffffff;
		transition: 0.4s ease-in-out;
	}

	.hamburger div::after,
	.hamburger div::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		top: -6px;
		left: 0;
		transition: 0.4s ease-in-out;
	}

	.hamburger div::before {
		top: auto;
		bottom: -5px;
	}

	.nav-wrap {
		width: auto;
	}
	.profile-container{
		padding: 0;
	}
	.profile {
		width: 100%;
		padding-left: 0;
	}

	.profile-icon {
		width: 100%;
	}

	.mobile-nav {
		display: block;
		width: 90%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -200%;
		background-color: #ffffff;
		z-index: 9999;
		padding: 30px 20px 100px;
		overflow-y: scroll;
		transition: 0.4s ease-in-out;
	}

	.mobile-nav::-webkit-scrollbar {
		display: none;
	}

	.mobile-nav-inner {
		width: 100%;
		position: relative;
		padding-top: 65px;
	}

	.menu-close {
		position: absolute;
		width: 25px;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	.upgrade-btn {
		display: none;
	}

	.profile-text {
		display: none;
	}

	.nav-logo {
		float: left;
		width: 100%;
		text-align: center;
	}

	.nav-logo img {
		width: 140px;
	}

	.mobile-nav ul {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.mobile-nav ul li {
		margin-bottom: 35px;
		list-style: none;
	}

	.mobile-nav ul li a {
		text-decoration: none;
		font-family: "Poppins", sans-serif;
		font-weight: normal;
		color: #191250;
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.5px;
	}

	.main-nav {
		position: fixed;
		width: 100%;
		background-color: #191250;
		bottom: 0;
		left: 0;
		z-index: 99999;
		padding-right: 0;
	}

	.menu-icon {
		width: 30px;
		margin: 0 auto;
	}

	.main-nav ul {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.main-nav ul li a {
		font-size: 13px;
		padding: 9px 7.4px 10px;
	}

	.navShown {
		overflow: hidden;
	}

	.navShown .close-area {
		display: block;
	}

	.navShown .hamburger div {
		background-color: transparent;
	}

	.navShown .hamburger div::after {
		top: 0;
		transform: rotate(45deg);
	}

	.navShown .hamburger div::before {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.navShown .mobile-nav {
		left: 0;
	}

	.login-wrap {
		padding: 50px 0;
	}
	.profile-menu-info{
		display: none!important;
	}

	/*Dashboard header style end*/

	.signup-hero-content {
		width: 56%;
	}

	.signup-form {
		width: 43%;
	}

	.discover-grid {
		grid-template-columns: 1fr 250px;
	}

	.action-button-bottom{
		flex-direction: column;
		grid-gap: 12px;
	}

	/* Begin chat page */
	.chat-body {
		display: block;
	}

	.shade-top {
		left: 4%;
		top: -12%;
	}

	.shade-left {
		left: 1%;
		top: 42%;
	}

	.shade-right {
		right: 1%;
		bottom: 45%;
	}

	.shade-bottom {
		right: -1%;
		bottom: -32%;
	}

	.shade-left-love {
		left: 9%;
		top: 12%;
	}

	.shade-right-love {
		right: 6%;
		bottom: 23%;
	}
	

	/* End chat page */
	/* Activities page */
	.activities-card-wrap{
		grid-gap: 10px;
	}
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.my-profile-grid{
		display: block;
	}

	.my-profile-sidebar{
		max-width: 500px;
		margin-top: 20px;
	}
	/* Setting page */
	.profile-grid{
		display: block;
	}
	.profile-body{
		margin-top: 30px;
	}
	.profile-tab-list ul {
        grid-gap: 10px;
    }
	.selection-price{
		padding-left: 0;
	}
	.health-docs .form-group{
		display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 0 10px;
	}


}


/*		Tablet Layout: 1024px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 992px) and (max-width: 1024px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.discover-grid {
		grid-template-columns: 1fr 280px;
	}
	/* Begin chat page */
	.chat-body {
		display: grid;
		grid-template-columns: 30% 70%;
	}
	.health-docs .form-group{
	    grid-gap: 0 56px;
	}
		.gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	/* End chat page */
	


}



@media only screen and (min-width: 1025px) and (max-width: 1200px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.main-nav {
		padding: 0 10px;
	}
	.profile-tab-list ul{
		grid-gap: 10px;
	}

}




/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {}



/* Social Media Share CSS */
        .media_promote
        {
            border: 3px solid #375984;
            border-radius: 15px;
            padding: 10px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .media_promote .header-section {
            background: transparent;
            text-align: center;
            backdrop-filter: blur(10px);

        }

        .media_promote .header-title {
            font-size: 2.2rem;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .media_promote .paw-icon {
            font-size: 2.5rem;
            color: #2c3e50;
        }

        .media_promote .header-subtitle {
            font-size: 1.2rem;
            color: #5a6c7d;
            font-weight: 500;
            margin-bottom: 0;
        }
       .media_promote .social-media-card {
            background: linear-gradient(135deg, #00CED1 0%, #40E0D0 25%, #98FB98 50%, #FFE135 75%, #FFD700 100%);
            border: none;
            color: #2c3e50;
        }

        .media_promote .spotlight-card {
            background: linear-gradient(135deg, #00CED1 0%, #40E0D0 25%, #98FB98 50%, #FFE135 75%, #FFD700 100%);
            border: none;
            color: #2c3e50;
        }

        .media_promote .card {
            position: relative;
            border: 2px solid #375984;
            border-radius: 20px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            backdrop-filter: blur(10px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .media_promote .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.2);
        }

        .media_promote .social-icons {
            font-size: 2.2rem;
        }

        .media_promote .instagram-icon {
            color: #E4405F;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        .media_promote .facebook-icon {
            color: #1877F2;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        .media_promote .btn-social, .btn-spotlight {
            background: rgba(255, 255, 255, 0.9);
            border: 2px solid rgba(255, 255, 255, 0.3);
            color: #2c3e50;
            font-weight: bold;
            border-radius: 30px;
            padding: 2px -1px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .media_promote .btn-social:hover, .btn-spotlight:hover {
            background: rgba(255, 255, 255, 1);
            color: #2c3e50;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .media_promote .card-title {
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 7px;
            color: #2c3e50;
            text-shadow: 0 1px 2px rgba(255,255,255,0.3);
        }

        .media_promote .card-text {
            margin-bottom: 5px;
            color: #2c3e50;
            font-weight: 500;
            font-size: 1rem;
        }

        .media_promote .features-list {
            list-style: none;
            padding-left: 0;
        }

        .media_promote .features-list li {
            margin-bottom: 2px;
            position: relative;
            padding-left: 25px;
            color: #2c3e50;
            font-weight: 500;
        }

        .media_promote .features-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            font-weight: bold;
            color: #2c3e50;
            font-size: 1.2rem;
        }

        .media_promote .website-link {
            color: #2c3e50;
            font-weight: 600;
            text-decoration: none;
        }

        .media_promote .website-link:hover {
            color: #34495e;
            text-decoration: underline;
        }

        .media_promote .container {
            position: relative;
            z-index: 1;
        }

        .media_promote .price-highlight {
            font-weight: bold;
            color: #2c3e50;
        }

        /* Add some sparkle effect */
        .media_promote .card::before {
            content: '';
            /*position: absolute;*/
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .media_promote .card:hover::before {
            opacity: 1;
        }

        .media_promote .pmpro-card{
            position: relative;
            background: linear-gradient(135deg, #00CED1 0%, #40E0D0 25%, #98FB98 50%, #FFE135 75%, #FFD700 100%);
            border: 2px solid #1912501a;

        }
        .media_promote .select-media {
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);

        }

         @media (max-width: 768px) {
            .media_promote .header-title {
                font-size: 1.8rem;
                flex-direction: column;
                gap: 10px;
            }

            .media_promote .paw-icon {
                font-size: 2rem;
            }

            .media_promote .header-subtitle {
                font-size: 1.1rem;
            }

            .media_promote .header-section {
                padding: 20px;
            }
        }

        #spotlightCheckbox, #mediaCheckbox {
            display: none;
        }

        /* Label looks like a button */
        .custom-checkbox-button {
            margin-top: 10px;
            cursor: pointer;
            color: #375984;
            border-color: #ffc107;
            background-color:  #fff; /* your spotlight color */
            transition: background-color 0.3s, color 0.3s;
            white-space: nowrap;
        }
         .custom-checkbox-button:hover {
            cursor: pointer;


            color: #375984;
            border-color: #ffc107;
            background-color:  #fff; /* your spotlight color */
            transition: background-color 0.3s, color 0.3s;
            white-space: nowrap;
        }

        /* Active (checked) style */
        #spotlightCheckbox:checked + .custom-checkbox-button, #mediaCheckbox:checked + .custom-checkbox-button {

            background-color: #000; /* same as .btn default */
            color: #f8f9fa ;
        }