
html {
  box-sizing: border-box;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
}

div.pac-container {
	z-index: 99999999999 !important;
}
.suport_pg {
	position: relative;
	width: 100%;
	min-height: 85vh; 
	color: #fff !important;
	padding: 50px 20px;
}
.suport_pg p { 
	color: #fff !important; 
}

.support_search  {
	position: relative;
	border: 1px solid #333;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.support_search .form-control {
	border: 0px !important;
	text-align: left !important;
}
.support_search .input-group {
	background: #1a272d;
	-webkit-border-radius: 5em;
}
.support_search .input-group-addon {
	display: inline-block;
	width: 35px;
	line-height: 38px;
	color: #fff;
}
.names-searchs h4 {
	font-weight: 800;
	text-transform: uppercase;
}
.names-searchs {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
 
.names-searchs ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #333;
	left: -14px;
	top: 15px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.names-searchs ul li:nth-of-type(1):before {
	display: none;
}

.names-searchs ul li {
	display: inline-block;
	list-style-type: disc !important;
	margin-right: 15px;
	position: relative;
	color: #fff !important;
}
.names-searchs li a {
	font-size: 22px;
	color: #fff !important;
}
.names-searchs li a:hover,
.names-searchs li a:focus,
.names-searchs li a:active {
	text-decoration: underline !important;
}
.ask-questions-table ul {
	display: block;
	padding: 0px;
}
.ask-questions-table li {
	display: inline-block;
	list-style-type: none;
	width: 50%;
	line-height: 55px;
	font-size: 18px;
	float: left;
}

.ask-questions-table li a {
	position: relative;
	display: block;
	color: #fff !important;
}
.ask-questions-table li a span {
	display: inline-block;
	float: right;
	margin-right: 40px;
	font-size: 22px;
	position: relative;
}
.ask-questions-table li a:hover span:after {
	display: block;
	content: '';
	width: 45px;
	height: 45px;
	top: 0px;
	left: -15px;
	bottom: -15px;
	position: absolute;
	background: rgba(0,0,0,0.1);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.block-menu-supports {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	text-align: center;
}
.block-menu-supports a {
	display: inline-block;
	background: #243239;
	width: 100%;
	height: 60px;
	padding: 20px 20px;
	font-size: 25px;
	color: #fff !important;
	margin-bottom: 20px;
}
.block-menu-supports a:hover {
	background: gold;
	color: #000 !important;
}
.breadcrumbs {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 20px;
	display: inline-block;
	padding-left: 30px;
}
.breadcrumbs li {
	float: left;
	list-style-type: none;
}

.breadcrumbs li a {
	color: #fff !important;
}

.breadcrumbs li a:hover {
	text-decoration: none !important;
}

.breadcrumbs li i {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.supports_linst {
	position: relative;
	width: 100%;
	display: inline-block;
}

.supports_linst li {
	list-style: none;
	display: block;
}
.supports_linst li a {
	display: inline-block;
	width: 90%;
	line-height: 55px;
	font-size: 18px;
	color: #fff !important;
	padding-right: 20px;
	border-bottom: 1px solid #fff;
}
.supports_linst li a:hover,
.supports_linst li a:focus,
.supports_linst li a:active {
	color: #ffcd05 !important;
}
.supports_linst li a i {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	font-size: 25px;
}

.active_articles {
	font-weight: bolder;
	color: #ffcd05 !important;
}
.active_articles:hover {
	text-decoration: underline !important;
}

.active_articles i {
	display: none !important;
}
#show-list {
	position: absolute;
	width: 100%;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border: 1px solid #333;
	z-index: 5;
}

.short_modals .modal-body {
	min-height: 100px !important;
}


 
.forget_password input {
	border: 0px !important; 
}
.alert_home_errors {
	position: fixed;
	bottom: -20px; 
	left: 0px;
	right: 0px;
	z-index: 99;
	color: #ff0000 !important;
	-webkit-border-radius: 0px !important;
	text-align: center;      
}
.information_invoice {  
	position: relative;
	padding: 40px 0px;  
	min-height: 65vh;   
} 
.wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
    background-color: lighten(cyan, 40%);
} 
 
@media (max-width: 768px) { 
	.table-layout {
		max-width: 100% !important;
	}
	.ask-questions-table li {
		line-height: normal !important;
		width: 100%;
	}
}
 

thead {
  background: #ddd;
}

.table td:nth-child(2) { 
  overflow: hidden;
  xwhite-space: nowrap;
  text-overflow: ellipsis;
}

.highlight {
  background: lighten(yellow,30%);
}

@media only screen and (max-width: 767px) {
  
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 1% !important;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
/*   
  .table td:nth-child(1) {
      background: #ccc;
      height: 100%;
      top: 0;
      left: 0;
      font-weight: bold;
  } */
  /*
	Label the data
	*/
   /* td:nth-of-type(1):before {
    content: "#Invoice No";
  } 
  td:nth-of-type(2):before {
    content: "Duration";
  }
  td:nth-of-type(3):before {
    content: "Amount";
  } */
  /* td:nth-of-type(4):before {
    content: "Start-date";
  }
  td:nth-of-type(5):before {
    content: "End-date"; 
  }
  td:nth-of-type(6):before {
    content: "#Action";
  }
  
  .dataTables_length {
    display: none;
  } */
}

.table caption,
.information_invoice label, 
.information_invoice span,
.information_invoice .dataTables_info,
.table td {
	color: #fff !important; 
} 
table caption {
	padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}
 

#removeMatches .modal-header,
#removeMatches  .modal-footer {
	border: 0px !important;
}

button.hidden_link_btn {
	background: transparent !important;
	border: 0px;
	color: #839096;
	padding: 0px;
}
.hidden { 
	display: none;
	color: #fff !important;
}
.modal-blocks .ion-trash-a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	margin-left: -5px;
	margin-right: 5px;
	font-size: 22px;
	color: #ff0000 !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 
.profile_wrapped .progress {
	margin-top: -10px;
}
.btn-xs {
	line-height: 25px;
	font-size: 12px;
}
.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.progress-bar .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s; 
} 

@keyframes progress {
  from {
    width: 0;
  }
  to {
     
  }
} 
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profile-img-loader {
	background: linear-gradient(-45deg, #1b1b1b, #121212, #1c1c1c, #151515);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0 auto;
	z-index: 50; 
}
.circle-btm {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 30px;
	height: 30px;
	background: #363636;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.line-btm {
	position: relative;
	width: 130px; 
	min-height: 13px;
	margin-top: 8px;
	background: #363636;
	z-index: 4px;
	margin-left: 40px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} 
.search_form_top .form-control {
	padding: 0px !important;
	border: 0px !important;
	margin-top: 10px;
	background: transparent !important;
}

.search_form_top {
	margin-top: 5px; 
	margin-bottom: -15px;
	border: 1px solid #666;
}
.search_form_top .input-group-addon {
	padding-left: 20px;
	padding-top: 10px; 
}
.block-prof {
	position: absolute;
	right: -0px;
	bottom: -20px;
}
.nav-menu-home a {
	display: inline-block;
	min-width: 20px;
	padding: 0px 16px;
	line-height: 38px;
	background: #1a272d;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

/*
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}*/

.other-menus .navbar-collapse {
  text-align: center;
}

.active, a.active {
    color: red;
}
.notify_posts i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	color: #25547e !important;
}

.paymentMethod {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
}
.paymentMethod label {
  user-select: none;
  background: #fff;
  display: inline-block;
  width: 50%;
  height: 70px;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  font-size: 32px; 
}
.paymentMethod label img {
	display: block;
	width: 100%;  
	filter: grayscale(1);
    -webkit-filter: grayscale(1);  
} 
@supports (object-fit: cover) {
  .paymentMethod label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-position: center;
  }
} 
.paymentMethod input[type="radio"] {
  display: none;
}

.paymentMethod input[type="radio"] + label:nth-of-type(1), .paymentMethod input[type="radio"]+label:nth-of-type(2) { 
  margin-right: 10px;
}
.paymentMethod input[type="radio"] + label {
  z-index: 4; 
  position: relative;
  color: #bebebe;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold; 
  cursor: pointer;
  transition: all 200ms ease;
}
 
.paymentMethod input[type="radio"]:checked + label img { 
  	color: #ff1c5a; 
  	filter: grayscale(0);
    -webkit-filter: grayscale(0); 
}


.paymentMethod input[type="radio"] + label { 
  border-radius: 3px;
}
.paymentMethod input[type="radio"]+label[for="peach"] {
	padding: 5px;
}

.cart-header-titles h1 {
	display: block;
}

.cart-header-titles h1 span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	float: right;
	line-height: 35px;
}
.information_buyer {
	position: relative;
	width: 100%;
	min-height: 55vh;
	padding: 5px;
}
.information_buyer .card {
	padding: 20px;
	position: relative;
	background: #1a272d;
	margin-bottom: 12px;
}
.information_buyer form fieldset {
	border-color: #6a9096;
	-webkit-border-radius: 0.2em;
	margin-bottom: 10px;
}
.information_buyer form input[type="text"]:disabled {
	background: transparent !important;
}
.information_buyer form fieldset input::-moz-placeholder {
	color: #3d5a67;
	text-transform: capitalize;
}
.information_buyer form label {
	color: #6a9096 !important;
	display: inline-block;
	line-height: 38px;
	text-transform: uppercase;
}
.information_buyer form fieldset i {
	color: gold;
	font-size: 23px;
	line-height: 48px;
}
@media(max-width: 768px ){
	.paymentMethod label i,
	.paymentMethod label {
		line-height: 24px;
	} 
	.cart-header-titles h1 span {
		float: none;
	}
	.information_buyer form .input-group-addon {
		display: none;
	}
	.paymentMethod label {
		padding: 15px;
	}
} 


.messages_row {
	position: relative;
	display: inline-block;
	width: 100%; 
	min-height: 20px; 
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 12px;
}

.messages_row strong {
	color: #fff;
}

.messages_row a.btn {
	display: inline-block;
	line-height: 45px;
	padding: 0px 25px;
	background: #3f3f3f;
	margin-top: 10px;
}

.messages_alerts .modal-body,
.messages_alerts .btn-close {
	color: #fff !important;
}






























.btn.btn-warning {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.iconsImgDisplay {
	position: absolute;
	z-index: 3;
	min-width: 50px;
	top: 10px;
	height: 35px;
	right: 10px; 
	font-size: 22px;
	text-align: center;
}
.iconsImgDisplay a {
	background: rgba(0,0,0,0.5);
	line-height: 35px;
	padding: 0px 6px; 
	color: #cfcfcf !important;
	display: inline-block;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
	-o-border-radius: 0.4em;
}

.body-chats {
	position: relative;
}
 
 

.pop-up{
	width: 600px;
	height: 130px;
	border-radius: 20px;
	background: rgba(223, 232, 221, 0.19);
	box-shadow: 0px 1px 6px #aeaeae;
}     
.glass{
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	transition: all 400ms ease-in;
}
.time{
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.time::before{
	border-radius: 20px;
	box-shadow: 0 0 1rem 0 rgba(45, 45, 45, 0.2);
	content: '';
	height: 35px;
	position: absolute;
	width: 66px;
	left: 0px;
	top: 0px;
}

.logo-payment {
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
}

.logo-payment a {
	width: 100px;
	background: #fff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	overflow: hidden;
	margin: 4px;
	display: inline-block;
}
.logo-payment img {
	width: 100%;
	display: block;
}
.loader {
	display: none;
}
.btn-modal-link i {
	position: relative;
	z-index: 99; 
	top: -15px; 
}
.menuList-items {
	position: absolute;
	z-index: 99;
	width: 100%;
	min-height: 40px;
}
.menuList-items a {
	 display: inline-block;
	 width: 19%;
	 text-align: center;
	 line-height:60px;	
}
.bottom-fixed-mobile {
	width: 100%;
	position: fixed;
	z-index: 14;
	bottom: 0px;
	left: 0px;
	right: 0px; 
	text-align: center;
	display: none;
}
.cls_mobile_menu {
	min-height: 80px;
	width: 100%;
	background: #24333a; 
}
.img_small i {
	font-size: 12px; 
	top: 35%;
	left: 30%;
	display: inline-block;
	position: absolute;
	color: #fff;
	z-index: 34;
}
.middle_btm_menu {
	position: absolute;
	z-index: 12; 
	min-height: 10px;
	width: 100%;
	text-align: center;
}
.menuList-items a {
	font-size: 39px;
	line-height: 60px;
	margin-top: 5px;
	position: relative;
} 
.menu-mask {
	width: 100%;
	height: 65px;    
	
	-webkit-mask-image: url(../../assets/img/background-mask.svg);
	-webkit-mask-size: 100vmin;
    -webkit-mask-repeat: no-repeat; 
	-webkit-mask-position: top;
	
	mask-image: url('../../assets/img/background-mask.svg');
	mask-size: 100vmin;
	mask-repeat: no-repeat;
	mask-position: top;
}

.cls_mobile_menu .img_small_2 {
	border: 3px solid #0b1517;
	width:45px;
	height: 45px; 
	position: relative;
	margin-bottom: -5px;
}
.notices_icon {
	position: relative;
	width: 20px;
	height: 20px;
	background: #ff0000;
	border: 2px solid #24333a;
	color: #fff !important;
	font-size: 12px;
	z-index: 66;
	display: block;
	line-height: 17px;
	margin-bottom: -23px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	left: 48px; 
}


 

#remove_post_pending {
	border: 0px;
	background: #ff0000;
	color: #fff;
	font-size: 15px;
	padding: 0px 10px;
	margin-top: 10px;
	line-height: 25px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}

.btn:focus {
	-webkit-box-shadow: none;
}


@media(max-width: 768px){
	.bottom-fixed-mobile {
		display: block;
	}
}
 
.filter-5 span {
	position: relative;
	display: inline-block;
	margin-top: -15px;
	font-size: 22px;
}
.filter-5 i {
	margin-right: -10px;
	display: inline-block;
	font-size: 22px;
	margin-bottom: -5px;
}
.wrap_btn_notify a {
	position: relative;
	display: inline-block;
	padding: 0px 12px;
	background: #0b1517;
	text-transform: capitalize;
	margin-top: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.empty_visitor {
	width: 100%;
	text-align: center;
	min-height: 100px;
	padding: 30px;
	border: 2px solid #24333a;
}
.empty_visitor i {
	display: block;
	width: 50px;
	height: 50px;
	background: #24333a;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrap_btn_notify a:nth-of-type(1) i{
	color: green;
}
.wrap_btn_notify a:nth-of-type(2) i {
	color: red;
	margin-right: 6px;
}

.notification_mobile {
	position: relative;
	display: inline-block;
	margin-top: 12px;
	margin-right: 10px;
}
 


#my_camera {
	display: block;
	margin: 0 auto; 
	overflow: hidden;
	border: 4px solid #0b1517; 
	background: #0b1517; 
	
}

.wrapped_selfie_pictures {
	position: relative;
	width: 400px;
	max-width: 100%;
	min-height: 300px;
	padding: 20px;
	margin: 0 auto;
	background: #1f2d33;
	margin: 40px 0px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius:  0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.wrapped_selfie_pictures small {
	color: #fff !important;
}

.wrapped_selfie_pictures button.btn-dark i {
	display: inline-block;
	margin-left: 8px;
	font-size: 16px;
}
.img_selfies  {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-top: 21px;
	border: 8px solid #0b1517;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	position: relative;
}
.icon_selfie {
	position: absolute;
	z-index: 43;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	border: 0px;
	left: 42%;
	color: white;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.img_selfies img  {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
@supports (object-fit: cover) {
  .img_selfies img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
#myModalPreference .form-control:focus {
	color: #000 !important;
}


.camera_captures {
	position: relative;
	width: 100%;
	height: auto;
}
.displayNone {
	display: none;
}
.camera_captures canvas {
	display: block;
	width: 100%;
	height: 340px;
}
.camera_captures #capture {
	position: relative; 
	margin-top: 12px;
}

#snapshot {
	position: absolute;
	top: 0px;
	
}
@media(max-width: 768px ){
	.btn-modal-link i { 
		top: -15px; 
	} 
}

.help_center_content {
	position:  relative;
	width: 100%;
	min-height: 300px;
	padding: 20px 20px;
}
.help_center_content h4 {
	color: #fff !important;
}
.help_center_content a {
	text-decoration: underline;
}
.help_center_content a i {
	color: #fff !important;
	font-size: 18px;
	margin-left: 10px;
}
/*.modal-open {
    overflow: scroll;
}*/
.remove-text-dec a {
	text-decoration: none !important;
	margin-left: 8px;
	display: inline-block;
}
.block-settings-field ol li{
	color: #fff !important; 
	list-style-type: none;
}
.remove-text-dec .ion-navicon {
	color: #7a8c96;
	font-size: 28px;
	display: block;
	width: 30px;
	border: thin solid #fff;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.remove-text-dec a:hover, 
.remove-text-dec a:active, 
.remove-text-dec a:focus {
	text-decoration: underline !important;
}
 
 
.matches_profile_mini2 {
	position: relative;
	height: 390px;
	width: 400px;
	max-width: 100%;
	 margin: 0 auto;
	background: #243239;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.matches_profile_mini2 img {
	max-width: 400px;
	max-height: 100%; 
	vertical-align: middle; 
}
@supports (object-fit: cover) {
  .matches_profile_mini2 img {
    width: 400px;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
@media (max-width: 768px ){
	.matches_profile_mini2 {
		min-height: 250px;
	}
}
.premium_lock i {
	position: absolute;
	left: 50%;
	top: 50%; 
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chatlistLock i {
	font-size: 9px;  
	position: absolute;
	left: 50%;
	top: 50%; 
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	color: #fff !important;
}
.modal_load {
	color: #fff !important;
}
.modal_load label {
	color: #fff !important;
}
#account_information,
#company_information,
#personal_information {
	border: 0px !important;
}
#account_information .btn-dark,
#company_information .btn-dark,
#personal_information .btn-dark {
	background: #0b1517 !important;
	color: #fff !important;
}
.overy_explore_profile {
	position: absolute;
	z-index: 12;
	width: 100%;
	height: 100%; 
}
/* .overy_explore_profile .top_left_star {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 30px;
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 0px;
	color: #839096 !important;
	background: rgba(11,21,23,0.8);
	text-align: center;
	xline-height: 45px;
	-webkit-border-radius: 50em;
} */
.wink-btn {
	background: rgba(11, 21, 23, 0.8);
	color: #839096;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-left: 8px;
	cursor: pointer;
	padding: 0;
  }
  .wink-btn i {
	pointer-events: none;
  }
  
.top_left_star {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 22px;
	width: 45px;
	height: 45px;
	border: none;
	color: #839096 !important;
	background: rgba(11, 21, 23, 0.8);
	text-align: center;
	line-height: 45px;
	border-radius: 50em;
	display: inline-block;
	cursor: pointer;
	padding: 0;
}

.overy_explore_profile .top_left_star:hover {  
	color: #fff !important; 
}
 
.overy_explore_profile .top_right_x {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: rgba(11,21,23,0.8);
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.wrapped_feedBack {
	position: relative;
	width: 100%;
	min-height: 30px;
	background: #0d2133;
	margin: 21px 0px;
	padding: 10px;
	border: 1px solid #2e69ff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.response_p {
	position: absolute;
	right: 30px;
	top: -15px;
	background: #0d2133;
	padding: 3px 12px;
	color: #2e69ff;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.response_p i {
	font-size: 18px;
	margin-right: 5px;
}
.wrapped_feedBack form {
	min-width: 100px;
	max-width: 400px;
}
.wrapped_feedBack p,
.wrapped_feedBack small {
	margin-top: 5px;
	margin-bottom: -8px;
	color: #839096 !important;
}
.wrapped_feedBack button {
	border: 0px;
	background: transparent;
	color: #2e69ff;
	margin-right: 12px;
}
.wrapped_feedBack button:hover, 
.wrapped_feedBack button:focus, 
.wrapped_feedBack button:active {
	color: #839096 !important;
}
 
.star-rating { 
	margin-top: 8px;
	display:flex;
	flex-direction: row-reverse;
	font-size: 32px;
	justify-content:space-around;
	padding:2px;
	text-align:center;
	width:8em;
	max-width: 100%;
	margin-right: 30px;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#839096;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

.premium_offers {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
	min-height: 380px;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	  background: rgb(215,143,24);
background: linear-gradient(24deg, rgba(215,143,24,1) 34%, rgba(255,210,60,1) 73%); 
}
.premium_offers h4 {
	font-weight: 700;
	margin-top: 50px;
	color: #000 !important;
}
.minddle_offer {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	border: 2px solid #000;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-border-radius: 1.9em;
	-moz-border-radius: 1.9em;
	-ms-border-radius: 1.9em;
	-o-border-radius: 1.9em;
}
.minddle_offer small,
.minddle_offer h3 { 
	color: #000 !important;
}
 
.minddle_offer span {
	background: #1a272d;
	position: relative;
	display: block;
	width: 120px;
	min-height: 50px;
	margin: 0 auto;
	margin-top: -34px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.minddle_offer span small {
	color: #fff !important;
	font-size: 12px;
	position: absolute;
	margin-bottom: 11px;
	right: 12px;
	display: inline-block;
}
.premium_offers small {
	color: #000 !important;
}
.premium_offers .bottom-offer {
	display: block;
	width: 180px;
	margin: 0 auto;
	color: #fff !important;
	background: #1a272d;
	line-height: 55px;
	margin-top: 21px; 
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.block-bg-contact {
	position: relative;     
	width: 100%;
	max-width: 100%;
	padding: 30px;
	min-height: 200px;
	margin: 0 auto;
	margin-bottom: 54px;
}
.block-bg-contact .form-control {
	background: transparent;
	-webkit-border-radius: 0px;
	border: 1px solid  #274750;
}

.block-bg-contact select option { 
  color: #000;
}

.block-bg-contact select:invalid {
  color: #24333a;
}

.btn-warning {
	background: gold !important;
	color: #000 !important;
	font-weight: bolder;
}

@media(max-width: 768px ){
	.star-rating {
		margin: 0 auto;
	} 
	.wrapped_feedBack p {
		margin-bottom: 10px;
		text-align: center;
	}
	.wrapped_feedBack button {  
		text-align: center; 
		margin-right: 30px;
	}
}
.wrapped_text_mini {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	padding: 20px;
}
.wrapped_text_mini h3 {
	font-weight: 600; 
	color: #fff !important;
}
.wrapped_text_mini h3 span {
	font-weight: 200 !important; 
}

.wrapped_text_mini small span:nth-of-type(1){
	color: #000 !important;
	padding: 0px 10px;
	background: rgb(255,197,4);
	display: inline-block;
	background: linear-gradient(45deg, rgba(255,197,4,1) 29%, rgba(227,135,5,1) 63%); 
}
.wrapped_text_mini p {
	color: #fff !important;
}
.wrapped_text_mini p span {
	font-size: 12px;
}
.wrapped_text_mini small span:nth-of-type(2){
	color: #fff !important;
	display: inline-block;
	padding: 0px 10px; 
	background: rgba(11,21,23,0.8);
}

.like_love_icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	bottom: 20px;
	right: 10px;  
	z-index: 99;
}

.like_love_icon button {  
	border: 0px;
	font-size: 26px;
	color: #fff; 
	background: rgba(11,21,23,0.8);
	padding: 8px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
   
.content___middle2 h2 {
	margin-left: 27px;
}  
.content___middle2 h4,  
.content___middle2 h5,  
.content___middle2 p,  
.content___middle2 li,  
.content___middle2 span,  
.content___middle2 blockquote, 
.content___middle2 strong, 
.content___middle2 i {
	color: #fff !important;
}

.favourites_profile_mini {
	position:  relative;
	width: 100%;
	min-height: 200px; 
	background: #1a272d;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.favourites_profile_mini .profile_image_sized {
	position: relative;
	width: 100%;
	height: 200px;  
	background: #000000;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.profile_image_sized .online_tags {
	right: 10px;
	bottom: 10px;
}
.profile_image_sized .top_right_x {
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 10px;
	border: 0px !important;
	color: #fff !important;
	display: inline-block;
	xwidth: 25px;
	xheight: 25px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile_image_sized img {
	max-width: 100%;
	max-height: 100%; 
	vertical-align: middle;
	text-align: center; 
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.profile_image_sized:hover img {
	-webkit-transform: scale(1.1);
	opacity: 0.5;
}
@supports (object-fit: cover) {
  .profile_image_sized img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: top;
  }
}

.donwload-links-app {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0 auto;
}
.donwload-links-app a {
	display: inline-block;
	width: 50%; 
	float: left;
}
.donwload-links-app a img {
	max-width: 100%;
	max-height: 100%; 
}
.button-right-post{
	position: relative; 
	
}
.button-right-post .mini_del_btn {
	display: inline-block;  
}
.button-right-post button.mini_del_btn {
	background: transparent;
	position: relative;
	border:0px;  
	color: #fff;
	font-size: 22px;
	margin-right: 10px;
}
.content_favourites {
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 10px 0px 10px 0px ;
}
.content_favourites h4 {
	color: #fff !important;
	font-size: 18px;
}
.content_favourites a {
	display: inline-block;
}
.content_favourites .emoji-icons span {
	font-size: 20px;
	display: inline-block;
	margin-right: 8px;
}
.content_favourites .emoji-icons {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
}
.content_favourites .emoji-icons .fa-heart {
	color: #ff0000 !important;
}
.content_favourites .emoji-icons .ion-ios-camera-outline {
	font-size: 27px;
	position: relative;
	bottom: -3px;
}
 

.loader-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
}
.loader-wrapper  svg {
    position: relative;
    width: 150px;
    height: 150px;
    animation: rotate 2s linear infinite;
}
.loader-wrapper  circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-width: 10;
      stroke: #e7c03d;
      stroke-linecap: round;
      transform: translate(5px, 5px);
      stroke-dasharray: 440;
      stroke-dashoffset: 440;
      animation: animate 4s linear infinite;
   
}

@keyframes animate {
  0%,
  100% {
    stroke-dashoffset: 440;
  }

  50% {
    stroke-dashoffset: 0;
  }

  50.1% {
    stroke-dashoffset: 880;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#reportMatches .modal-header,
#reportMatches .modal-footer {
	border: 0px !important;
} 

.profile_contents {
	position: relative;
	width: 100%;
	min-height: 20px; 
	padding: 10px;
	background: #213138;
	margin-top: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.profile_contents h5 {
	font-size: 16px;
}
.btm-favor-btn a {
	position: relative;
	display: inline-block;
	padding: 0px 16px;
	background: #213138;
	line-height: 35px; 
	font-size: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.btm-favor-btn i {
	font-size: 22px;
}
.btm-favor-btn a span {
	display: inline-block;
	position: relative;
	top: -4px;
}
.wrapped_all_small_contents {
	position: relative;
	width: 100%;
	height: auto;
}
.profile_button_percents { 
	position: absolute;
	left: 50%;
	top: 50%; 
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topheader {
	position: relative;
	width: 100%;
	min-height: 30px;
	margin-top: 21px;
}
.topheader .ion-chevron-right {
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	color: #2c414b !important;
}
.wrapped_notifications {
	position: relative;
	width: 100%;
	background: #1a272d; 
	color: #fff;
	margin-bottom: 12px;
	padding: 10px;
}
.name_notify b {
	color: gold !important;
}
.wrapped_notifications .img_smallWrapped {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 10px auto; 
	margin-left: 30px;
}

.notify_empty {
	position: relative;
	width: 100%;
	min-height: 20px;
	padding: 20px;
	text-align: center;
	margin-top: 32px;
}
.notify_empty h1 {
	font-size: 20px;
}
.notify_empty i {
	display: inline-block;
	color: #243239;
	border: 1px solid #243239;
	font-size: 65px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50em;
	line-height: 95px;
}
.profile_button_percents span {  
	display: block;
	width: 150px;
	padding: 0px 12px;
	font-size: 14px !important;
	line-height: 33px;
	margin-bottom: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile_button_percents span:nth-of-type(1) {
	background: #01212e;
	color: #06ad6a; 
} 
.profile_button_percents span:nth-of-type(2) {
	background: #011c39;
	color: #007292;
} 
.profile_button_percents span:nth-of-type(3) {
	background: #1c142c;
	color: #fa3c3e;
	margin-bottom: 0px;
}
.option_prof {
	position: relative !important;
	background: #213138;
	border: 0px;
	padding: 0px 8px;
	display: inline-block;
	line-height: 18px;
	color: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #213138;
}
.wrapped-camera .menuList {
	right: 35px;
	top: 60px !important;
		z-index: 99999999;
}
.menuList {
	top: 40px !important;
	background: rgba(11,21,23,0.9);
	width: 50px !important;
}
.dropdown-menu .dropdown-item {
	 
} 
.modal .dropdown-menu-right {
	background: #1a272d; 
	right: 5px;
	top: 10px;
	z-index: 9;
}

.list____features a span  {
	display: inline-block;
	float: right;
	margin-right: 20px;
	position: relative;
}

.modal-preference-tags .modal-body {
	color: #fff;
}
.modal-preference-tags .modal-header i {
	color: gold !important;
}

.notify-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	bottom: -3px;
	background: #33464c; 
	text-align: center; 
	line-height: 30px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.notify-icon span {
	position: absolute;
	z-index: 87;
	display: inline-block;
	font-size: 12px;
	color: #fff !important;
	background: #ff0000;
	line-height: 17px;
	text-align: center;
	height: 18px;
	min-width: 18px;
	right: -5px;
	top: -4px;
	
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

#exampleModal_details label {
	color: #fff !important;
} 
#exampleModal_details .form-control:focus {
	color: #000 !important;
}
.modal-header button {
	color: #fff !important;
}

#success_tic .close {
	padding: 0px;
	text-align: center;
	right: 10px;
}
@media(max-width: 900px){
	.nav-menu-home {
		display: none;
	}
	.profile_button_percents {
		display: none;
	}
}
@media(max-width: 768px){
	.profile_button_percents {
		display: none;
	}
}
.page__header {
	position: relative;
	padding: 20px 0px;
}
.page__header ul {
	display: table;
	width: 100%;
	text-align: center;
}

.page__header ul li {
	display:inline-block;
	*display:inline; /*IE7*/
	*zoom:1; /*IE7*/ 
	list-style-type: none;
}
.page__header ul li a{
	display: inline-block;
	padding-right: 6px;
}
.page__header ul li span{
	display: inline-block;
	padding: 0px 12px;
	color: #243239;
}

.page_contents {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 0px 30px;
}
.img-contents {
	position: relative;
	padding: 0px;
	overflow: hidden;
	min-height: 200px;
	width: 100%;
	background: #1a272d;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.refresh-search {
	position: relative;
	margin-left: -14px;
	z-index: 999;
	display: inline-block; 
	 background: rgb(255,235,0);
background: linear-gradient(21deg, rgba(255,235,0,1) 43%, rgba(242,187,5,1) 55%); 
	-webkit-border-radius: 5em;
	-moz-border-radius:5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.refresh-search i {
	font-size: 22px;
	padding: 0px;
	line-height: 38px;
	color: #000 !important;
	width: 38px;
	margin: 0px;
	text-align: center;
}
.img-contents img {
	max-width: 100%;
	max-height: 100%; 
	vertical-align: middle;
	text-align: center; 
}
@supports (object-fit: cover) {
  .img-contents img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page_contents p { 
	padding-left: 30px;
	position: absolute;
  left: 30%;
  top: 50%;
  color: #fff !important;
  text-align: left;
  border-left: 3px solid #ffd700;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

@media (max-width: 768px ){
	.page_contents p {
		margin: 30px 0px;
		position: relative;
	  	top: 0%; 
	  	left: 0%;
	  -webkit-transform: translate(0%, 0%);
	  transform: translate(0%, 0%);
	}
}
@media (max-width: 900px ){
	.page_contents p {
		margin: 30px 0px;
		position: relative;
	  	top: 0%; 
	  	left: 0%;
	  -webkit-transform: translate(0%, 0%);
	  transform: translate(0%, 0%);
	}
}
.logo-expand {
	width: 120px;
}

.content-last-page {
	position: relative;
	width: 100%;
	min-height: 100px;
}
.content-last-page blockquote {
	background: gold;
	padding: 20px;
	margin-top: 21px;
	font-weight: bold;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}


.footer-pages {
	position: relative;
	width: 100%;
	min-height: 50px;
	background: #1a272d;
	padding: 20px 20px;
}

.menu-bottom-pages {
	position: relative;
	width: 700px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.social_medias {
	position: relative;
	text-align: center;
	width: 100%;
	min-height: 30px;
}

.social_medias a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #111a1e !important;
	font-size: 22px;
	text-align: center;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.menu-bottom-pages ul {
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 21px;
}
.menu-bottom-pages ul li {
	list-style-type: none; 
	 display:inline-block;
        *display:inline; /*IE7*/
    	*zoom:1; /*IE7*/ 
    margin-right:15px;
	position: relative;
}
.menu-bottom-pages ul li a {
	position: relative;
}
.menu-bottom-pages ul li:after {
	content: '|';
	display: block; 
	color: #838b8d;
	position: absolute;
	top: 0px;
	right: -10px;
}
.menu-bottom-pages ul li:last-child::after { 
	display: none; 
}

.footer-pages small {
	display: block;
	width: 100%;
	text-align: center;
}

.btn-default {
	background: #0b1517 !important;
	color: #7a8c96 !important;
}

.footer-chats .input-group-addon button:nth-of-type(1),
.footer-chats .input-group-addon button:nth-of-type(2) {
	margin-right: -4px !important;
}

.helpcenter {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #243239;
}

.fieldset {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  column-gap: 12px;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
  /* make shadows of inner elements visible */
  padding: 6px;
  margin: -6px;
}
.fieldset::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
}
.modal .close {
	color: #fff !important;
	background: #0b1517;
	width: 35px;
	height: 35px;
	position: relative;
	padding: 0px;
	top: 10px;
	right: 10px;
	line-height: 35px !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.modal .modal-content {
	background: #243239;
}
.modal .modal-header, 
.modal .modal-footer {
	border-color: #0b1517;
}
.modal .modal-user-profile {
	background: #0b1517;
	max-width: 65%;
	border: 3px solid #1a272d;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.modal .name_users b {
	color: #fff !important;
}
 
.modal .comment_prof a {
	color: #0b1517 !important;
}
 
.modal .btn { 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.modal .wrappwedTextModal p { 
	color: #b1b1b1 !important;
}
 
.box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 6px 1px var(--shadow-color);
  overflow: hidden;
  will-change: transform;
}
.box:focus-within {
  box-shadow: 0 0 6px 1px var(--shadow-color), 0 0 0 2px var(--focus-color);
}
.box::before,
.box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.box::before {
  background: var(--bg-color);
  z-index: var(--z-index-xs);
  transition: background-color var(--transition-step-1);
}
.box::after {
  transform: translateY(100%);
  background-color: var(--success-color-desaturated);
  opacity: 0;
  z-index: var(--z-index-sm);
  transition: transform var(--transition-step-1),
    opacity var(--transition-step-1), background-color var(--transition-step-1);
}

.menu-home-bottom {
	position: relative;
	width: 100%;
	text-align: center;
	height: auto;
}
.menu-home-bottom a {
	display: inline-block;
	border: 1px solid #243239;
	padding: 0px 12px;
	line-height: 38px;
	margin-bottom: 6px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.bottom-lass {
	position: relative;
	width: 100%;
	min-height: 20px;
	background: #000 !important;
	padding: 20px;
	text-align: center;
}

.field {
  position: relative;
  border: 0;
  outline: 0;
  font-size: 25.21px;
  line-height: 42px;
  color: var(--text-color);
  background-color: transparent;
  text-align: center;
  z-index: var(--z-index-md);
}
.field::placeholder {
  color: var(--placeholder-color);
}
/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


#success_tic .page-body {
	background: transparent !important;
}

#image_capture {
	position: relative;
	width: 250px;
	height: 250px;
	overflow: hidden;
	background: #f1f1f1 url('../../assets/img/camera-capture.svg')no-repeat center 100%;
	background-position: center;
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 21px;
	border: 1px solid #333;
}

#image_capture img {
	max-width: 250px;
	max-height: 250px; 
	vertical-align: middle;
	text-align: center; 
}
@supports (object-fit: cover) {
  #image_capture img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
}

.disp-none{
  display:none;
}
.mark_preference a {
	color: gold !important;
}
.chat_history_empty { 
	width: 100%;
	min-height: 564px;
	background: #1a272d;
	text-align: center; 
}

.chat_history_empty .inner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;  
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chat_history_empty .inner-text i {
	font-size: 84px;
	color: #436474;
}

.alert-info {
	width: 100%; 
	background: #011e3e !important;
	color: #0083b2 !important;
	border-color: #004d74;
}

.alert-info i {
	display: inline-block;
	width: 25px;
	height: 25px; 
	margin-right: 12px;
	line-height: 25px;
}
.search_right_bar {
	width: 95%;
	margin: 0 auto;
	background: #1a272d;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.search_right_bar #serachBtn {
	border: 0px;
	color: #000;
	width: 35px;
	height: 35px;
	margin-top: 2px;
	background: gold !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.wrapped-camera {
	text-align: right;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}
.wrapped-camera button {
	display: inline-block;
	line-height: 35px;
	padding: 0px 15px;
	margin-right: 6px; 
	background: transparent;
	border: 0px;
	color: #abb7c7;
	border: 2px solid #243239;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-o-border-radius: 0.5em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.wrapped-camera button:hover,
.wrapped-camera button:focus,
.wrapped-camera button:active {
	background: #243239;
}
.wrapped-camera button:nth-of-type(3){
	background: transparent;
}
.comment_prof {
	position: relative;
	margin-top: -18px;
}

.careers_blk {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #24333a;
	padding: 20px;
	text-align: center;
	margin-bottom: 12px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.careers_blk h2 {
	margin-bottom: 20px;
	position: relative;
	display: block; 
	z-index: 99;
}
 
.careers_blk i {
	display: inline-block;
	font-size: 85px;
	margin-bottom: 21px;
	color: #141e23 !important;
}
 
.menu-department {
	position: relative;
	width: 100%;
	height: auto;
	background: #24333a;
	padding: 20px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}

.menu-department a {
	display: inline-block;
	line-height: 38px;
	color: #000 !important;
	background: #f9c83d;
	padding: 0px 16px;
	margin-bottom: 12px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.menu-department a:hover,
.menu-department a:focus,
.menu-department a:active {
	background: #0b1517;
}
.menu-department a span {
	display: inline-block;
	margin-left: 8px;
}
.form-regs input:focus,
.form-regs input:active {
	color: #222 !important;
	background: #f1f1f1 !important; 
}

.error_1 {
	position: absolute;
	top: 12px;
	display: inline-block;
	padding: 3px 6px;
	background:#cdf8e2;
	color:#1bc06d !important;
}
.error_2 {
	position: absolute;
	top: 12px;
	display: inline-block;
	padding: 3px 6px;
	background:#ffe1e2;
	color:#ff0006 !important;
}
 
.img_slider_users {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-top: 12px; 
	padding-bottom: 21px;
	overflow: hidden !important;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius:0.5em;
	-o-border-radius: 0.5em;
}
.img_slider_users img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
.img_slider_users .premium_lock {
	padding-top: 30%; 
}
.carousel-control.left {
    background-image: none!important;
}
.carousel-control.right {
    background-image: none!important;
}
.min_wrapped_prom {
	padding: 0px !important;
	display: block !important;
	width: 100%;
	line-height: 0px !important;
}
.min_profile_premium {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 6px; 
	padding: 6px;
	 background: rgb(248,145,58);
	background: linear-gradient(337deg, rgba(248,145,58,1) 50%, rgba(240,101,82,1) 66%); 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius:5em;
	-o-border-radius: 5em;
}
.min_profile_premium small.blk-first {
	float: left;
	width: 40%;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	margin-top: 4px;
	font-size: 15px;
	color: #fff !important; 
}
.min_profile_premium .right-text-blk {
	display: inline-block;
	float: right;
	width: 60%;
	padding: 5px;  
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius:5em;
	-o-border-radius: 5em;
	background: rgba(255,255,255,0.3);
	text-align: center;
	line-height: 12px;
}
.min_profile_premium .right-text-blk span {
	display: block; 
	text-align: center;
	color: #fff !important; 
	font-weight: bolder;
	width: 100%; 
}
.min_profile_premium .right-text-blk small {
	font-size: 8px;
	padding: 0px;
	color: #fff !important; 
}
.img_slider_profile {
	background: #101d20; 
	min-height: 55px;
	width: 100%;
	-webkit-border-radius: 5em;
	-moz-border-radius:5em;
	-ms-border-radius:5em;
	-o-border-radius: 5em;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	z-index: 1009 !important;  
}
.img_slider_profile .arrows_min {
	display: block;
	text-align: center;
	line-height: 50px;
	padding: 6px;
	font-size: 22px;
}
.modal_profile_explore .modal-content{
	background: transparent !important;
}
.modal_profile_explore .modal-body {
	background: #1c272b;
	padding-bottom: 0px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius:0.5em;
	-o-border-radius: 0.5em;
}
.posts__pages {
	background: #1a272d; 
	padding: 6px;
	height: 45px;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.posts__pages .input-group-addon {
	margin: 0px;
	margin-left: 10px;
	margin-top: -3px;
	padding: 0px;
}
.img_uploads i { 
	font-size: 24px !important;
	line-height: 40px;
	margin-right: 12px;
} 
.profile_wrapped {
	background: #101d20;
	padding: 10px;
	margin-bottom: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.profile_wrapped .dropdown-menu {
	background: #0b1517; 
}

.count_likes {
	position: relative;
	font-size: 18px;
	color: #839ead;
	line-height: 30px;
	top: -5px;
	margin-right: 3px;
}
.cropper-btn {
	display: block;
	width: 100%;
	text-align: center;
}
.cropper-btn .btn-default {
	border: 1px solid #333;
}
.cropper-btn .btn {
	width: 40%;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

@media(max-width: 768px){
	 .remove-blk {
	 	display: none;
	 }
	 .count_likes {
	 	display: none;
	 }
	 .img_slider_profile .img_small {
	 	display: none;
	 }  
	 
	 .search_right_bar {
	 	margin-top: 21px;
	 }
	 .display_block_m {
	 	display: table !important;
	 }
}
 





 

.popover__wrapper {
  position: relative;  
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 5%; 
  bottom: 20px;
  transform: translate(0, 10px);
  /*background-color: #0d2133;*/
  background-color: rgba(13,33,51,0.9);
  padding: 1.0rem;
  border: thin solid #263335;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0px;
  bottom: -14px;
  width: 0; 
  height: 0;   
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 15px solid #0d2133;
  
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: left;
  color: #fff !important; 
  font-size: 12px;
}

/* feed list profile short details for users ===/*/

.profile_wrapped .popover__wrapper {
  position: relative;  
}
.profile_wrapped .popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 1%; 
  bottom: 30px; 
  /*background-color: #0d2133;*/
  background-color: rgba(13,33,51);
  padding: 0.5rem;
  border: thin solid #263335;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 400px; 
  min-height: 50px;
}
.profile_wrapped .popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0px;
  bottom: -14px;
  width: 0; 
  height: 0;   
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 15px solid #0d2133;
  
  transition-duration: 0.3s;
  transition-property: transform;
}
.profile_wrapped .popover__content a {
	color: #fff !important;
}
  
.profile_wrapped .popover__content .col-3,
.profile_wrapped .popover__content .col-5 {
	border-left: thin solid #263335;
}
.profile_wrapped .popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
} 
/* feed list profile short details for users ===/*/

@media(max-width: 768px){
	.profile_wrapped .popover__content {
		width: 380px !important;
	}
}
.like_counts_comments .addCom {
	font-weight: lighter !important;
	font-size: 14px;
}
.premium_members {
	width:900px;
	max-width: 100%;
	min-height: 200px;
	/*-webkit-border-radius: 0.5em;
	background: #1a272d;*/
	margin: 0 auto;
	margin-top: 20px;
}
 
.menu-choose-premium h4 {
	text-align: center;
	display: block;
	min-height: 30px;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	position: relative;
	border-bottom: 4px solid #1a272d; 
}
.menu-choose-premium h4:after {
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	z-index: 1;
	left: 50%;
	bottom: -8px;
	background: #33464c;
	border: 2px solid #1a272d;;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrapped_payment_header {
	position: relative;
	width: 100%;
	min-height: 300px; 
}
.wrapped_payment_widget {
	position: relative;
	z-index: -1;
	width: 100%;
	min-height: 250px;
	margin-top: 30px;
	background: #000000 url('../../assets/img/background-img-1.jpg') center 100%;
	background-size: cover;
	background-position: top;
	margin-bottom: -65px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.wrapped_payment_plan {
	position: relative;
	width: 100%;
	min-height: 100px; 
	padding: 20px;
}
.plans_table {
	background: #1a272d;
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 2px solid #17a482; 
	margin-bottom: 41px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.plans_table h4 {
	display: block;
	line-height:55px; 
	background: #17a482;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	margin-top: -5px;
}
.plans_table h4 span { 
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	text-transform: capitalize;
}
.table_classic {
	border: 2px solid #12c99b; 
	transform: scale(1.08);
	z-index: 9;
	min-height: 330px;
} 
.table_classic h4  {
	line-height: 85px;
	background: #12c99b;
	position: relative;
	margin-top: -2px;
}
.table_classic h4:after {
	width: 0;
  	height: 0;
  	display: block;
  	content: '';
  	left: 35%;
  	position: absolute;
  	border-left: 40px solid transparent;
  	border-right: 40px solid transparent;
  	border-top: 20px solid #12c99b;
} 
.table_classic h4 span {
	font-style: italic;
}
.table_classic ul {
	margin-top: 21px; 
}
.plans_table ul {
	display: table;
}
.table_comfort {
	border: 2px solid #33464c;    
} 
.table_comfort h4  {
	line-height: 85px;
	 background: rgb(26,39,45);
background: linear-gradient(318deg, rgba(26,39,45,1) 0%, rgba(51,70,76,1) 100%); 
} 
.table_comfort h4 span {
	font-style: italic;
}

.plans_table ul li { 
	color: #799ba6;
	font-size: 12px;
	line-height: 35px;
	margin-left: 21px;
	list-style: inherit;
	list-style-image: url('../../assets/img/like-payee.svg'); 
} 
.wrapped_content_pay ul li:first-child {
	border-bottom: thin solid #33464c;
}
.plans_table h2 {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	color: #fff !important;
	background: #33464c;
	text-align: center;
	margin-bottom: 12px;
	-webkit-border-radius: 0.1em;
	-moz-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	-o-border-radius: 0.1em;
}
.plans_table h2 small {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff !important;
}
.plans_table h2 small span { 
	display: block;
	text-align: left;
	font-size: 16px;
}

.table_classic h2 {
	background: #fff;
	color: red !important;
}
.table_classic h2 small {
	color: red !important;
}
.plans_table .btn-payment {
	display: block;
	text-align: center;
	background: #12c99b;
	line-height: 45px;
	width: 70%;
	color: #fff !important;
	margin: 0 auto;
	margin-bottom: 12px;
	border: 0px;
	-webkit-border-radius: 0.1em;
	-moz-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	-o-border-radius: 0.1em;
}
.btn-favourite {
	text-align: center;
	display: block;
	font-size: 10px;
}

.table_comfort h4 span {
	color: gold !important;
	font-style: italic;
}
.table_comfort .btn-payment {
	background: gold !important; 
	color: #000 !important;
}

.nopaddings
 { padding: 6px !important; } 

.users_rows {
	position: relative;
	padding: 10px;
	width: 100%;
}

button.like-btn {
	background: transparent;
	border: 0px;
	font-size: 28px;
	margin-top: 4px;
	color: #fff; 
}
 
button.like-btn2 { 
	background: transparent;
	border: 0px;
	font-size: 28px;
	margin-top: 4px;
	color: #ff4448;
	margin-right: 8px;
}


.img_small_2 { 
	width: 30px;
	height: 30px;
	overflow: hidden;  
	 bottom: -0px; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
 
.img_small_2 img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}

.log_small {  
	position: absolute;
	padding: 0px 0px !important;    
}

.right-menu-blocks {
	border-left: 2px solid #1a272d !important;
}


.block_users_profile {
	position: absolute;
	width: 56%;
	margin: 0 auto;
	min-height: 80px;
	z-index: 2;
	left: 0px;
	right: 0px; 
	background: #ffeeee;
	bottom: 98px;
	padding: 20px;
	text-align: center;
	font-size: 100%;
}
.block_users_profile p {
	color: #ff0000 !important;
}
.block_users_profile small {
	color: #404040 !important;
}
.hide-block-content {
	display: none !important;
	position: relative;
}

.product_empty {
	position: relative;
	width: 400px;
	max-width: 100%;
	min-height: 230px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	padding: 30px;
	border: 2px solid #1a272d;
}
.product_empty i {
	font-size: 98px;
	margin-bottom: 21px;
	color: #1a272d !important;
	display: inline-block;
}
.chatbox-users .col-sm-8 canvas { 
	min-height: 120px;
	width: 150px; 
	position: absolute;
	bottom: 100px;
	left: 64px;
	z-index: 99;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}


.footer-chats .btn {
	margin: 0px;
	position: relative;
	top: -3px;
	line-height: 45px;
	color: #fff !important;
	z-index: -0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.image-upload-chat {
	 position: relative;
	 height: 38px;
}
.image_previewChat {
	position: relative;
	width: 100%;
	display: inline-block;
	height: auto;
}

.emoji-picker__preview { 
	overflow: hidden !important;
}

.image_previewChat .wrapped-showImg { 
	position: absolute;
	z-index: 3;
	margin: 0 auto;     
}
.show-img {
	width: 100.5%; 
	padding: 10px; 
	background: #1a272f;
	padding: 10px;  
	bottom: -50px;
}
.comment-img {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}
 
.btn_upload {
	line-height: 40px; 
	background: #1a272d !important;
	border: 0px !important;
}
.wrapped-showImg img {
	display: inline-block; 
	-webkit-border-radius: 0.5em;
}
.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #2a72d4;
  border: 1px solid #166b8a;
  padding: 5px 10px;
}
.drapImg {
	position: relative;
	width: 300px;
}
.wrappImgDisplay {
	position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden; 
    background: #24333a;
    border: 5px solid #24333a;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
 
.wrappImgChat {  
   	position: relative;
   	width:100%;
   	display: table;
   	min-height: 10px;
   	margin-bottom: 12px;
   	clear: both !important; 
}


.wrappImgDisplay { 
    border: 5px solid #025c4c;
    background: #025c4c;  
}

.imgChat-1 .wrappImgDisplay{
   	position: relative; 
   	float: right;
}
.wrappImgDisplay img  {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
@supports (object-fit: cover) {
  .wrappImgDisplay img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}

.btn_upload:hover,
.btn_upload:focus {
  background-color: #7ca9e6;
}

.yes {
	display: flex;
	align-items: flex-start;
	margin-top: 0px !important; 
}

.btn_upload input {
	cursor: pointer;
	height: 100%;
	position: absolute;
	filter: alpha(opacity=1);
	-moz-opacity: 0;
	opacity: 0;
}
 
.itImg2 {
	position: relative;
	height: auto; 
	width: inherit;  
}
.itImg { 
	height: 300px; 
	width: 300px; 
	display: none;
	overflow: hidden;
	margin-left: 10px;
}
.itImg img  {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
@supports (object-fit: cover) {
  .itImg img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
.image_previewChat .send-chat {
	background: #04ad8f !important;
}
.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
	position: absolute;
	z-index: 110;
	cursor: pointer;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 20px;
	border-radius: 50px;
	border: 1px solid #fff;
	font-size: 22px;
	display: inline-block;
	background: rgba(255, 0, 0, 1);
	
	right: -25px;
	top: -10px;
}

.rmv:hover {
  background: rgba(255, 0, 0, 0.5);
}
.form-filter-match {
	position: relative;
	margin-top: 6px;
	margin-bottom: -6px;
}
.form-filter-match .form-control:focus {
	color: #000 !important;
}
.form-filter-match .form-control {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.form-filter-match button.form-control {
	background: rgb(255,235,0);
	background: linear-gradient(21deg, rgba(255,235,0,1) 43%, rgba(255,196,0,1) 55%); 	
	color: #000;
	border: 0px;
	
}
/*Range style*/
#range-slider__range {
  appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf; 
  outline: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
#range-age {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 28px;
	display: inline-block;
	width: 120px;
	max-width: 100%;
}
@media(max-width: 900px ){
	#range-age {
		font-size: 11px;
	}
	#comment_message_success {
		display: none;
	}
	.notify_posts {
		 
	}
	.hide_chat {
		display: none;
	}
}
#range-slider__value {
	margin-right: 10px;
}
/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
} 
 

/*On hover change colour of black thumb into green ���� and scale size*/
#range-slider__range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: #ffd303;
}

#range-slider__range:active::-webkit-slider-thumb {
  transform: scale(1.1);
  background: #ffd303;
}

/*Range current value*/
#range-slider__value {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}

#range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

.security-btn .btn-group {
	position: relative; 
	margin: 0px 10px;
}
.security-btn .btn-group .btn:active,
.security-btn .btn-group .btn:hover,
.security-btn .btn-group .btn:focus {
	-webkit-box-shadow: none !important;
	border: 0px !important;
}
.security-btn .btn-group .btn {
	position: relative; 
	padding: 0px 8px !important; 
	font-size: 12px;
} 
.btn-primary,
.btn-danger,
.btn-default {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-ms-border-radius: 5em;
}
 
.calling-icon i {
	font-size: 24px;
}

.calling-icon .fa-close {
	font-size: 28px;
	display: inline-block;
	margin-top: 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.calling-icon .fa-close:hover {
	transform: scale(1.1);
}

.calling-text {
	left: 70px;
	position: absolute;
	color:#828c90 !important;
	-webkit-animation:colorchange 2s linear infinite;
	-webkit-animation:colorchange 2s linear infinite;
}
@-webkit-keyframes colorchange {
  0% { 
  	transform: scale(1.0);
    color: #828c90 !important;
  }
  
  50% {
    transform: scale(1.05);
    color: #e80d3e !important;
  }
  
  100% { 
  	transform: scale(1.0);
    color: #828c90 !important;
  }
   
}
 
.modal-comments.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
}  
.modal-comments .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important; 
  right: 0% !important; 
  margin-bottom: 0 !important; 
      
}  
.modal-comments.show .modal-dialog {
    transform: none;
} 


.modal-btn {
    color: #fff !important;
}
.modal-btm.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
} 
.modal-btm .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
      
}
.modal-btm h1 {
	font-size: 54px; 
}
.modal-btm.show .modal-dialog {
    transform: none;
}
.modal-btm .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  
}
 
.modal-btm .modal-footer,
.modal-btm .modal-header {
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.btn {
	position: relative;
}
 
.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 8px; 
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.loading2 {
	padding-left: 30px;  
	position: relative;
	width: 100px;
	height: auto;
	color: #fff; 
	margin: 0 auto; 
	margin-top: 24%;
	vertical-align: middle; 
	text-align: center; 
}

.loading-body {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 1091;
	display: none; 
	background: rgba(26,39,45,0.8);
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.modalFeedReports .modal-body {
	min-height: 200px;
	max-height: 540px;
	overflow-y: auto;
}
.modalFeedReports .modal-body .radio {
	display: block;
	border-top: thin solid #444;
	padding-top: 8px;
	line-height: 25px;
} 
.first_report2 {
	display: none;
}
.first_report4 {
	display: none;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}
.checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}
.checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; 
  color: #fff;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}



@media(max-width: 768px ){
	.loading-body {
		padding-top: 50%;
	}
}

/* new css */

.hero-section {
    background: url('../../assets/img/ABOUT.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}

.hero-section-guidelines {
    background: url('../../assets/img/GUIDELINES\ PAGE.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}

.hero-section-term {
    background: url('../../assets/img/TERMS\ OF\ USE\ PAGE.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}


.hero-section-policy {
    background: url('../../assets/img/PAYMENT\ POLICY\ PAGE.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}




.hero-section-faq {
    background: url('../../assets/img/FAQ.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}
.hero-section-events {
    background: url('../../assets/img/Events.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}
.hero-section-contact {
    background: url('../../assets/img/Contact\ Us.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}

.hero-section-career {
    background: url('../../assets/img/CAREERS\ PAGE.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}


.hero-section-advertise {
    background: url('../../assets/img/ADVERTISE\ PAGE.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}

.hero-section-rules {
    background: url('../../assets/img/Rules.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
}


.hero-content span {
    font-weight: bold;
	color:white;
}

.about-content {
    font-family: "Poppins", sans-serif;  /* Poppins font with fallback */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
    background: #FFD400;
	
	
}

.text-container {
    font-family: "Poppins", sans-serif;  /* Poppins font with fallback */
    width: 50%;
	padding: 80px 170px;
	color:black !important;
}

.text-container h1 {
    font-family: "Poppins", sans-serif;  /* Poppins font with fallback */
    font-size: 43px;
    font-weight: bold;
	color:black !important;
}

.text-container p {
    
	font-size: 16px;
    margin-top: 10px;
	color:black !important;

}

button {
    background: black;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.image-container {
    width: 80%;
}

.image-container img {
    width: 100%;
    border-radius: 40px;
}

.btn2{
	border-radius: 40px;
}

/* Mobile and Tablet Responsive Styles */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;  /* Stack the content vertically */
        align-items: center;
        padding: 30px 20px;  /* Reduce padding on mobile */
    }

    .text-container {
        width: 90%;  /* Increase width for smaller screens */
        padding: 20px;
        text-align: center;  /* Center text */
    }

    .text-container h1 {
        font-size: 28px;  /* Smaller font size for mobile */
        text-align: center;  /* Center the heading */
    }

    .text-container p {
        font-size: 14px;  /* Smaller font size for mobile */
        text-align: center;  /* Center the paragraph text */
    }

	.image-container {
		width: 100%;
	}
	
	.image-container img {
		width: 100%;
		border-radius: 40px;
	}
    button {
        padding: 12px 24px;  /* Larger padding for easier tap */
        width: 100%;  /* Make button full width on small screens */
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .text-container {
        width: 100%;  /* Ensure full width for very small screens */
        padding: 10px;
    }

    .text-container h1 {
        font-size: 24px;  /* Further reduce font size for smaller devices */
    }

    .text-container p {
        font-size: 12px;  /* Further reduce font size */
    }

    button {
        padding: 15px 30px;  /* Adjust padding for small screens */
    }
}
/* 3 image section */

 

.dating-section {
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
	color: white !important;
	font-family: "Poppins", sans-serif; 
}

.custom-card {
    background-color: #1a1f23;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: white;
    padding-bottom: 15px;
}

.custom-card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.custom-card .card-body {
    padding: 15px;
}

.custom-card .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	color: white !important;
	font-family: "Poppins", sans-serif; 
}

.custom-card .card-text {
    font-size: 14px;
	color: white !important;
	font-family: "Poppins", sans-serif; 
	 
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .custom-card {
        margin-bottom: 20px;
    }
}


/* section 4,5 */

/* First Section */
.first-move-section {
    background-color: #FFC107;
    padding: 60px 0px;
}

.first-move-section .text-content {
    text-align: left;
	padding: 100px 0px 0px 0px;
}

.first-move-section h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
	color: black !important;
	font-family: "Poppins", sans-serif; 
}

.first-move-section p {
    font-size: 16px;
    margin-bottom: 20px;
	color: black !important;
	font-family: "Poppins", sans-serif; 
	margin-top: 0px;
}

.first-move-section .btn {
    border-radius: 25px;
    padding: 10px 20px;
	color: white !important;
	font-family: "Poppins", sans-serif; 
}

/* Second Section */

.lucky-guy-section {
    background-color: #0e1317;
    color: white;
    padding: 60px 0;
}

.lucky-guy-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
	color: white !important;
	font-family: "Poppins", sans-serif; 
}

/* Flexbox Layout */
/* Section Styling */
.lucky-guy-section {
    background-color: #0e1317;
    color: white;
    padding: 60px 0;
}

/* Title Styling */
.lucky-guy-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
	
}
.image-container2 img {
	width: 90%;
	border-radius: 40px;
}

/* Centered Card */
.lucky-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    max-width: 80%;
    margin: auto;
}

/* Image Styling */
.lucky-card img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

/* Text Box Styling */
.text-box {
    padding: 40px;
    text-align: left;
    color: black;
}

/* Heading Styling */
.text-box h3 {
    font-size: 24px;
	color: black !important;
    font-weight: bold;
}

/* Paragraph Styling */
.text-box p {
    font-size: 16px;
	color: black !important;
}

/* Responsive Styling */
 
/* Mobile Responsive */
 
/* Responsive Adjustments */
@media (max-width: 768px) {
    .first-move-section .text-content {
        text-align: center;
        margin-top: 20px;
    }

	.lucky-card {
        flex-direction: column;
        text-align: center;
        max-width: 100%;
    }

    .lucky-card img {
        border-radius: 15px 15px 0 0;
    }

    .text-box {
        padding: 20px;
        text-align: center;
    }


	.image-container2 img {
		width: 100%;
		border-radius: 40px;
	}
	.first-move-section .text-content {
		text-align: left;
		padding: 10px 10px 10px 10px;
	}
	.first-move-section .btn {
		width: 98%;
		border-radius: 25px;
		padding: 10px 20px;
		color: white !important;
		font-family: "Poppins", sans-serif; 
	}
}
