.text-warning {
	color: #df9403 !important;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-20-force{
	margin-bottom: 20px !important;
}
.mb-15 {
	margin-bottom: 15px;
}
.cursor-pointer{
	cursor: pointer;
}


.page-login .text-with-link,.page-register .have-a-account {
	margin: 0 !important;
}
.notification-page .news-card .nc-top {
	padding: 0px 0px 0px 40px;
}
.notification-page .news-card .nc-top .nc-left {
	border-radius: 0;
	width: auto;
	height: auto;
	font-size: 25px;
}
.notification-page .news-card .nc-top {
	min-height: auto;
	padding-bottom: 15px !important;
}


.device-list .page-car-list .car-card .cc-left {
	width: 100px;
}
.device-list .page-car-list .car-card {
	padding: 10px 10px 10px 110px;
	min-height: auto;
}

.map-main {
	position: fixed !important;
	left: 0;
	width: 100%;
	right: 0;
	bottom: 50px;
	top: 115px;
}
.manitor-content {
	position: fixed;
	width: 100%;
	bottom: 70px;
}
.monitor-page .page-cart .chart-box {
	background-color: #2450a6;
}
.monitor-page .page-cart .chart-box ul li:nth-child(2n+1) {
	background: #204692;
}
.btn-prnt {
	position: absolute;
	top: 15px;
	right: 15px;
}
.btn-prnt .theme-button {
	background-color: #fff;
	color: #2450a6;
}
.select-subscripitons-page .destination-card .dc-right .dcr-row-b {
	-webkit-line-clamp: 2;
}
.select-subscripitons-page .ccr-row-b {
	width: 100%;
	color: #b5b5b5;
	margin-bottom: 5px;
	font-weight: 600;
}
.select-subscripitons-page .dcb-right .theme-button {
	padding: 2px 15px 5px;
	line-height: 12px;
	font-size: 12px;
}
.custom-select:focus {
	border-color: #2450a6;
	box-shadow: none;
}
.page-cart .chart-box {
	margin-bottom: 15px;
}
.page-cart .subsite-heading {
	margin-bottom: 15px;
}
.subsite {
	padding: 15px 15px 20px;
}
.page-profile .probox {
	margin: 15px -15px;
}
.splash-login#content {
	min-height: 100vh;
	padding: 0;
}
.splash-login .content-wrap {
	min-height: 100vh;
}
.subsite {
	height: calc(100vh - 100px) !important;
	margin: 0;
	border-radius: 0;
	padding: 0px 15px;
}
.splsBg .logo {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50% , -50%);
	max-width: 145px;
}
.getStrt {
	position: fixed;
	bottom: 45px;
}
.text-gredient {
	/*background: linear-gradient(to right, #F64A69 30%, #8169DE 60%);*/
	background: linear-gradient(to right, var(--danger) 30%, var(--danger) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.getstrtTxt {
	font-size: 20px;
	border: 0;
}
.getstrtTxt:focus {
	outline: none;
}
.dt-info h6 {
	font-size: 14px;
	color: #F64A69;
}
.dt-info h4 {
	font-size: 40px;
	color: #33196B;
	margin: 0;
	font-weight: 600;
}
.splash-login-2 .getStrt {
	bottom: 15px;
}
.splash-login-2 .getstrtTxt {
	font-size: 14px;
	background: linear-gradient(to right, #F64A69 30%, #8169DE 60%);
	border: 0;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color: #fff;
	padding: 15px 30px;
	border-radius: 25px;
}
.splash-login-2 .sec1, .sec2 {
	margin-top: 25px;
}

/** HEADER **/
.bg-header{
	z-index: 10;
	position: fixed !important;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 100%;
	/*background: transparent;*/
	background: #fff;
	border-bottom: 0px solid #ddd;
	font-size:16px;
}


.video-profile-star{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	color: #F64A69;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	font-size: 20px;
}


/*****************************/

/*#container {
  width: 500px;
  margin: auto !important;
  display: block;
  height: 500px;
  position: relative;
  list-style-type: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.buddy {
  display: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  width: 360px;
  height: 360px;
  top: 50px;
  left: 0px;
  position: absolute;
  cursor: hand;
}

.rotate-left {
  transform: rotate(30deg) scale(0.8);
  transition: 1s;
  margin-left: 400px;
  cursor: e-resize;
  opacity: 0;
  z-index: 10;
}

.rotate-right {
  transform: rotate(-30deg) scale(0.8);
  transition: 1s;
  opacity: 0;
  margin-left: -400px;
  cursor: w-resize;
  z-index: 10;
}

.avatar {
  background: #222;
  width: 340px;
  height: 340px;
  display: block;
  margin-top: 0;
  margin-left: 0;
  background-size: auto 160% !important;
  background-position: center;
  background-repeat: no-repeat;
}

.like {
  border-radius: 5px;
  padding: 5px 10px;
  border: 2px solid green;
  color: green;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  top: 50px;
  right: 40px;
  text-shadow: none;
}

.dislike {
  border-radius: 5px;
  padding: 5px 10px;
  border: 2px solid red;
  color: red;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  top: 50px;
  left: 40px;
  text-shadow: none;
}

*/
#container {
	width: 330px;
	margin: auto !important;
	display: block;
	position: relative;
	list-style-type: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	height: 630px;
}
.buddy {
	width: 313px;
	display: none;
	margin-left: 7.5px;
}

.rotate-left {
	transform: rotate(30deg) scale(0.8);
	transition: 1s;
	margin-left: 400px;
	cursor: e-resize;
	opacity: 0;
	z-index: 10;
}

.rotate-right {
	transform: rotate(-30deg) scale(0.8);
	transition: 1s;
	opacity: 0;
	margin-left: -400px;
	cursor: w-resize;
	z-index: 10;
}

/**************************/

.nitifi .notiBell {
	display: block;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 14px;
	height: 14px;
	background: var(--danger);
	border-radius: 50%;
	border: none;
	color: var(--white);
	font-size: 9px;
	text-align: center;
	line-height: 14px;
	font-weight: normal;
}



/*sreyasi*/
.cust_loginpage .loginsection .card{
  border-radius: 18px;
/*  top: 60px;*/
	top: 20px;
  width: 330px;
  display: block;
  margin: auto;
}
#content.cust_loginpage::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
/*  background: rgba(43, 47, 81, 0.735);*/
	background: rgba(255,255,255,0.01);
}
.cust_loginpage .content-wrap {

  overflow: scroll;
}
.cust_loginpage .subsite .logDvdr{
  z-index: 1;
}
.cust_loginpage .subsite .logsocil{
  z-index: 1;
  margin-bottom: 10px;
}
.cust_loginpage .logDvdr {
  margin-top: 75px !important;
  margin-bottom: 18px;
}
.cust_loginpage .logDvdr span {
  
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  
}
.cust_loginpage .socils {
  
/*  margin-top: 18px;*/
	margin-top: -8px;
}
/*#content.cust_loginpage{
	background-image: url('../../assets/images/rfm_contact.png') !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}*/
.logsocil h5 {
  color: #fff;
}
.socils li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  
}
.cust_loginpage .forgot_pass .card{
  border-radius: 18px !important;
  top: 35px;
  width: 330px;
display: block;
margin: auto;
}
.cust_loginpage .sign_up_section .card{
  border-radius: 18px;
/*  top: 150px;*/
	top: 60px;
  width: 330px;
display: block;
margin: auto;
}

.cust_loginpage .profilesection2 .card{
border-radius: 18px;
top: 15px;
}


.mt-35 {
	margin-top: 32px !important;
}

.cust_loginpage .otpsection .card{
border-radius: 18px;
  top: 35px;
  width: 330px;
display: block;
margin: auto;
}
.field-group .iti {
  z-index: 2;
}
.cust_loginpage .subsite {
	height: calc(100vh - 68px) !important;

}
/*.mb-cs{
	margin-bottom: 60px;
}*/
/*end*/

.log-top-logo {
	width: 300px;
}

.fixed-pf-dtl-btn-rw {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	left: 0;
	right: 0;
}

.intrst-sec {
	padding-bottom: 60px;
}

.alert-danger {
	color: var(--white);
	background-color: var(--danger);
	border-color: var(--danger);
}

.user-like-pg .usercard .lktp {
  position: absolute;
  top: 9px;
  color:#f64a69;
}

.user-details-pg .change-pass-dv .change-pass{
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.user-details-pg .edit-cont{
	position: relative;
}
.user-details-pg .edit-icons-dv {
  	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 50%;
	position: absolute;
	right: 16px;
	top: -32px;
}

.user-details-pg .edit-icons-dv .fa{
	font-size: 18px;
	top: 11px;
	position: absolute;
	right: 14px;
	color:#f64a69;
}

.user-details-pg .edit-icons-dv p{
	position: absolute;
	bottom: -20px;
	margin-bottom: 0;
	width: 100px;
	left: -30px;
	height: 20px;
	color: #f64a69;
	font-weight:500;
}
.user-details-pg .InterestsItmsNew{
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
}
.user-details-pg .InterestsItmsNew li{
	margin-right: 13px;
	font-size: 12px;
	flex: 0 0 auto;
	font-weight: 300;
}

/*PRELOGIN PAGES FIXES START BY ANONEON*/
.prelogin-fix-content-dv .subsite {
  height: 100% !important;
}

.mt-45 {
	margin-top: 45px;
}

.tacbox {
	padding: 10px 5px;
	border: 1px solid var(--gray-light);
	background-color: var(--gray-light);
	border-radius: 25px;
}
.tacbox label {
	display: inline !important;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
/*PRELOGIN PAGES FIXES END BY ANONEON*/

/*POSTLOGIN FIXES START*/
.postlogin-fix-content-dv .privacy-pg,
.postlogin-fix-content-dv .safety-pg,
.postlogin-fix-content-dv .terms-pg,
.postlogin-fix-content-dv .notification-pg,
.postlogin-fix-content-dv .settings-pg,
.postlogin-fix-content-dv .subscriptionplan-pg,
.postlogin-fix-content-dv .mysubscription-pg,
.postlogin-fix-content-dv .editbiodetail-pg,
.postlogin-fix-content-dv .editvideodetail-pg,
.postlogin-fix-content-dv .editprefdetail-pg,
.postlogin-fix-content-dv .editinterestdetail-pg,
.postlogin-fix-content-dv .editphotodetails-pg,
.postlogin-fix-content-dv .chatting-list-pg,
.postlogin-fix-content-dv .userlike-list-pg,
.postlogin-fix-content-dv .contactus-pg,
.postlogin-fix-content-dv .deletion-pg {
	height: 100% !important;
}

.notification-pg .notif-container .item-left {
	max-width: 50px;	
}
.notification-pg .notif-container .item-left .notif-img-dv {
  height: 40px;
  width: 40px;
  margin-top: 4px;
}
.notification-pg .expand-i{
	display:none;
	color:#F64A69;
}
.notification-pg .expand-actv{
	display:inline-block;
}

#show-addstory-btn{
	width:25px;
	height:25px;
}

#show-addstory-btn img{
	border-radius:50%;
	width:100%;
	height:100%;
}

.settings-container .setting-item-list {
	overflow: unset;
	height: 100%;
}

.mysubscription-pg .notif-container {
  height: unset;
}
.mysubscription-pg .sub-holder{
	border: 1px solid rgba(255, 51, 150, 0.09);
	border-radius: 10px;
	padding: 5px 10px;
}
.mysubscription-pg .sub-holder .sub-pkg{
	color: #F64A69;
}
.mysubscription-pg .sub-holder .sub-p{
	color: #33196B;
}

.subscriptionplan-pg .feature-container{
	height:auto;
	overflow:unset;
}
.subscriptionplan-pg .feature-img-dv{
	background:rgba(118, 116, 170, 0.07);
	border-radius: 50%;
	padding: 10px;
}
.subscriptionplan-pg .sub-hd{
	color: #F64A69;
}
.subscriptionplan-pg .sub-p{
	color: #33196B;
}

.message-preview {
	color: var(--dark);
}

.signup-normalform-pg .date-dropdowns .inpfld, .date-fld .grdnt, .editbiodetail-pg .date-dropdowns .inpfld{
	display: none;
}	
.signup-normalform-pg .date-dropdowns select, .editbiodetail-pg .date-dropdowns select{
	display: inline-block;
	width: 33.33%;
	height: 40px;
	padding: .375rem .75rem;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #C39F43;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #d1d0e2;
	border-radius: 25px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	z-index: 1;
	position: relative;
}	

/*custom verified badge*/
.verified-badge-container{
	position: absolute;
	left: 13px;
	top: 13px;
}
.verified {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	font-size: 5px;
}

.verified .content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.verified .content-wrapper .content {
  font-size: inherit;
}
.local {
  color: #fff;
}
.local .badge-layer {
  background-color: #00C9FF;
}
.global {
  color: #fff;
}
.global .badge-layer {
  background-color: #00C9FF;
}
.badge-wrapper {
  position: relative;
}
.badge-layer {
  border-radius: 21%;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 3;
}
.badge-layer::before {
	border-radius: 21%;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: inherit;
	transform: rotate(135deg);
}
.badge-layer.grow {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1.1);
	z-index: 2;
}
.badge-layer.shadow {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1.1);
	z-index: 1;
}
.badge-layer.shadow:before {

  box-shadow: 0.12em 0 0.5em rgba(0, 0, 0, 0.23), 0 -0.12em 0.5em rgba(0, 0, 0, 0.23);
}
.badge-layer.outline {
  background-color: rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.113);
  z-index: 1;
}
.check {
	display: flex;
	align-items: center;
	justify-content: center;
}
.check:after {
  /*Add another block-level blank space*/
  content: '';
  display: block;
  margin-top: -0.5em;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 1.6em;
  height: 2.8em;
  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #fff;
  border-width: 0 0.7em 0.7em 0;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}

.text-underline{
	text-decoration: underline;
}

.contactus-pg .sp-map .img-fluid{
	height:240px;
}
.contactus-pg .spprt-cnt-bx{
	display: table;
	width: 100%;
}
.contactus-pg .spprt-cnt-bx .ldv, .spprt-cnt-bx .rdv{
	display: table-cell;
	vertical-align: middle;
}

.contactus-pg .spprt-cnt-bx .ldv{
	width: 60px;
}
.contactus-pg .spprt-cnt-bx .ldv img {
  width: 45px;
  vertical-align: middle;
}

.contactus-pg .spprt-cnt-bx .rdv .rdv-hd{
	color: #F64A69;
}

.editinterestdetail-pg .intrstBtn, .profiledetails-pg .intrstBtn {
  width: auto;
  margin-right: 10px;
  min-width:80px;
}




.profiledetails-pg .slider-wrapper2 .ui-slider-handle .value,
.editbiodetail-pg .slider-wrapper2 .ui-slider-handle .value {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 80px;
  background: #000;
  color: #fff;
  text-align: center;
}
.profiledetails-pg .slider-wrapper2 .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus,
.editbiodetail-pg .slider-wrapper2 .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus {
  outline: none;
}

.userImg-lg {
	height: 300px;
	width: 100%;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: unset;
}

.show-hide-pass {
	position: absolute;
	right: 8px;
	top: -5px;
	z-index: 2;
	font-size: 14px;
	padding: 20px;
}