@font-face {
	font-family: 'Inter1';
	src: url(/assets/css/fonts/Inter_18pt-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Dopio';
	src: url(/assets/css/fonts/DoppioOne-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Convergence';
	src: url(/assets/css/fonts/Convergence-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Strait';
	src: url(/assets/css/fonts/Strait-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Orienta';
	src: url(/assets/css/fonts/Orienta-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Delius';
	src: url(/assets/css/fonts/DeliusSwashCaps-Regular.ttf) format('truetype');
}





*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

/*html, body {width:100%;overflow-x:hidden;}*/
body {
	color: #1e1e1e;;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 17px;
}

.facesdiv {}

.greyedout {
	color: #666666;
}

/* .grabbatable {border-spacing:12px 0px;} */
.grabbatable {
	border-spacing: 4px 0px;
}

/* .grabbacell {vertical-align:top;background-color:#FFFFFF;border-radius:12px;padding:12px;border:solid #CCCCCC 4px;} */
/*.grabbacell {vertical-align:top;background-color:#FFFFFF;padding:12px;border-radius:12px;}*/
.grabbacell {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 12px;
}

/*.loggylinks a {text-decoration:underline;}*/


body,
p,
table,
td,
th,
ul,
ol,
textarea,
input {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Inter1';
}

a,
button,
input[type=button],
input[type=submit] {
	font-family: 'Orienta';
}

h1,
h2,
h3 {
	font-family: 'Strait';
}

input[type=submit],
input[type=button],
button {
	padding: 2px 6px;
	margin: 6px;
}

.searchrezu_bg2 {
	background-color: #F7F7F7;
	/*border-radius:12px;*/
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

.searchrezu_bg1 {
	background-color: #FFFFFF;
	/*border-radius:12px;*/
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

/*I reversed the 2 and the 1..*/

.color1bg {
	background-color: #FFFFFF;
}

.color2bg {
	background-color: #F1F1F1;
}



#leftDiv h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	opacity: 0.4;
	font-family: 'Dopio';
}

#leftDiv h5 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	opacity: 0.4;
	font-family: 'Dopio';
}

/* make sure these links are good for big fingers! */
.paramlist a {
	display: inline-block;
	width: 100%;
	padding: 6px;
	font-size: 16px;

}

#advanced_search_parameters {
	padding: 4px;
}

a {
	color: #444444;
	text-decoration: underline;
}

/*a:hover {color:#808000;}*/
/*a:visited {color:#8B40AB;}*/
/*a:active  {color:#4682B4;}*/
/*a:hover {text-decoration:underline;}*/

.bottomlinks {
	margin-top: 12px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.makersigna {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.other_instances_footer .show_other_instances {
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-bottom: 60px;
}
.other_instances_footer_title {
	font-size: 12px;
	text-align: center;
}
.other_instances_footer a {
	text-align: center;
	margin: 0 12px;
	display: inline-block;
}


#option_icons {
	width: 100%;
	text-align: center;
	border-radius: 4px;
	height: 41px;
	/*box-shadow: -1px -1px 2px #666666;*/
}

.option_icon {
	display: inline-block;
	font-size: 18px;
	width: 39px;
	height: 27px;
	vertical-align: middle;
	cursor: pointer;
	top: 8px;
	position: relative;
}

.option_icon i {
	vertical-align: middle;
}

.soundcontrol {
	width: 20px;
	height: 16px;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	/*background-color:#FFFFFF;
background-repeat:no-repeat;
box-shadow:
   -0px -0px 3px -1px #000,  
    0px -0px 3px -1px #000,
    -0px 0px 3px -1px #000,
     0px 0px 3px -1px #000;*/

	font-size: 32px;
	color: #FFFFFF;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.soundon {
	/*background-image:url(/new_pics/speakericon_on_black.png);*/
	color: green;
}

.soundoff {
	/*background-image:url(/new_pics/speakericon_off_red.png);*/
	color: gray;
}

.hidden_public {
	color: green;
}

.hidden_search {
	color: orange;
}

.hidden_completely {
	color: red;
}

.play_pause_button {
	position: absolute;
	top: 6px;
	right: 10px;
	cursor: pointer;
	z-index: 1000;
	font-size: 32px;
	color: #FFFFFF;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.newmess {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 16px;
	height: 16px;
}

#respNewMess {
	position: absolute;
	top: 0;
	left: 0;
}

#respMenuNotif {
	position: absolute;
	top: 0;
	right: 15px;
}

#respYNMNotif {
	position: relative;
	margin-left: 8px;
}

.pm_message {
	border: 1px solid;
	margin: 7px 0;
	padding: 0;
	width: 100%;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	vertical-align: top;
}

.system_message_header {
	color: rgb(44, 39, 39);
	background-color: #afafaf;
	font-size: 11px;
	font-style: italic;
	padding: 0 4px;
}

.system_message {
	font-size: 12px;
	color: rgb(39, 38, 38);
	background-color: #c7c7c7;
	padding: 0 4px;
}

.your_messages_header {
	color: white;
	background-color: blue;
	font-size: 11px;
	font-style: italic;
	padding: 0 4px;
}

.your_messages {
	font-size: 15px;
	padding: 0 4px;
}

.otherguys_messages_header {
	color: white;
	background-color: red;
	font-size: 11px;
	font-style: italic;
	padding: 0 4px;
}

.otherguys_messages {
	font-size: 18px;
	padding: 0 4px;
}

.pm_seen {
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding: 0 4px;
}

.pm_message_img {
	width: 33px;
	height: auto;
}

.pm_col {
	display: inline-block;
	vertical-align: top;
}

.pm_col_left {
	width: 33px;
}

.pm_right {
	width: calc(100% - 33px);
}


.convooverview {
	width: 240px;
}

.convooverview_chat_bubble_and_pic_td {
	vertical-align: top;
	width: 40px;
}

.convooverview_main_td {
	vertical-align: top;
	width: 200px;
	overflow: hidden;
}

.searchresult {}

.new_messages_username {
	width: 165px;
	overflow: hidden;
}

#room_totals {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}










acronym {
	text-decoration: none;
	border: none;
}


table,
div,
ul {
	font-size: inherit;
}



a.inboxsections {
	font-weight: bold;
	height: 25px;
	font-size: 16px;
	vertical-align: middle;
}

a.inboxsections:hover {}

a.inboxsections {
	display: block;
	width: 160px;
}

span.infoininboxsections {
	font-weight: normal;
}


td.inbox {}

td.inboxnew {}

input.transpo {
	background-color: transparent;
	border: none;
}



a.whitener {
	color: #FFFFFF;
}

a.whitener:hover {
	color: #FFFFFF;
}

a.whitener:visited {
	color: #FFFFFF;
}

a.whitener:active {
	color: #FFFFFF;
}







td.inbox {
	background-color: #FFFFFF;
}

td.inboxnew {
	background-color: #F7FF00;
}

a.inboxsections {
	display: block;
	width: 160px;
}

a.inboxsections:hover {
	display: block;
	width: 160px;
	background-color: #F7FF00;
}

span.infoininboxsections {
	color: #000000;
}



/*input {color:#000000;background-color:#EEEEE0;}*/
/*select {color:#000000;background-color:#EEEEE0;}*/
/*textarea {color:#000000;background-color:#EEEEE0;}*/

.dabody {
	position: relative;
	width: 100%;
}

.headerzzz {
	background-color: #DDDDDD;
	position: relative;
}

.headerpic {
	position: absolute;
	top: 0px;
	left: 0px;
}

.containo {
	padding: 16px;
}

.headerpic {
	border: none;
}

.bigtable {
	width: 940px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	text-align: left
}

.headerzz {
	width: 980px;
	height: 240px;
}

.footerzz {
	width: 980px;
	height: 240px;
}

.teaserz {
	width: 980px;
	height: 120px;
	background: url('/graphics/bg1.png') repeat-y top left
}

.rabbadiv {
	width: 980px;
	background: url('/graphics/bg2.png') repeat-y 0 0
}

.loglinksdiv {
	text-align: right;
	padding-right: 24px;
}

.yougotmessz {
	position: absolute;
	top: 240px;
	right: 100px;
	z-index: 3000;
}

.badorgood {
	width: 16px;
	height: 16px;
}

.actionbuttons {
	border: none;
}

.message_overview {
	font-size: 12px;
	width: 165px;
	overflow: hidden;
}

.message_time {
	font-size: 11px;
}


html body .xpandbuttz {
	/*border:0px #000000 none;
	display:inline-block;
	width:16px;
	height:16px;
	text-align:center;
	vertical-align:middle;*/
	/*font-size:16px;*/
	/*line-height:12px;*/
	/*background-color:#FFFFFF;*/
	/*border-radius:4px;*/
	border: none;
	background-color: transparent;
}

.loose_nav_link {
	margin-left: 12px;
}

.primer {
	font-size: 24px;
	padding: 12px;
	/*border-radius:12px;*/
}

/*.shadow1 {box-shadow: 6px 6px 3px #888888;}*/
.statstable {
	border-collapse: collapse;
	margin: auto;
	text-align: left;
}

.statstable td {
	padding: 4px 8px;
}

.logocontainer {
	position: relative;
	top: 0;
	left: 0;
	height: 0px;
}

.logo {
	position: absolute;
	z-index: 99;
	top: 4px;
	left: 4px;
	pointer-events: none;
}


/*responsive layout*/
#rowDiv {
	margin: 0 auto;
	width: 100%;
	position: relative;
	margin-top: 0px;
	/*min-height:1600px;*/
	/*overflow-x:hidden;overflow-y:hidden;*/
	/*overflow:hidden;*/
}

#leftDiv_container {
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	/*position: absolute;*/
	height: 100%;
	z-index: 2;
}

#leftDiv {
	position: absolute;
	/*box-shadow: 2px 2px 6px #888888;*/
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border-right: 1px solid rgba(128, 128, 128, 0.432);
	border-bottom: 1px solid rgba(128, 128, 128, 0.432);
	background-color: #EEEEEE;
	padding: 12px;
	padding-top: 60px;
	width: 240px;
	display: block;
	min-height: 600px;
	z-index: 2;
	top: 0;
	left: -240px;
	border-bottom-right-radius: 41px;
}

#centerDiv {
	background-color: #FFFFFF;
	/*padding:12px;*/
	width: 100%;
	/*min-height:600px;*/
	top: 0;
	max-width: 1200px;
	margin: auto;
}

#rightDiv_container {
	top: 0;
	right: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	height: 100%;
	z-index: 2;
}

#rightDiv {
	position: absolute;
	/*box-shadow: -2px 2px 6px #888888;*/
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border-left: 1px solid rgba(128, 128, 128, 0.432);
	border-bottom: 1px solid rgba(128, 128, 128, 0.432);
	background-color: #EEEEEE;
	padding: 12px;
	padding-top: 40px;
	width: 240px;
	display: block;
	min-height: 600px;
	z-index: 2;
	top: 0;
	right: -240px;
	border-bottom-left-radius: 41px;
}

#toggleLeftDiv {
	display: block;
	position: absolute;
	/*box-shadow: 2px 2px 6px #888888;*/
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border-right: 1px solid rgba(128, 128, 128, 0.432);
	border-bottom: 1px solid rgba(128, 128, 128, 0.432);
	top: 0;
	left: 0;
	font-size: 30px;
	background-color: #EEEEEE;
	color: #000000;
	/*border-top-right-radius:12px;*/
	border-bottom-right-radius: 14px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	cursor: pointer;
	z-index: 3;

	/* Add transition for smooth color and background-color changes */
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#toggleRightDiv {
	display: block;
	position: absolute;
	/*box-shadow: -2px 2px 6px #888888;*/
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border-left: 1px solid rgba(128, 128, 128, 0.432);
	border-bottom: 1px solid rgba(128, 128, 128, 0.432);
	top: 0;
	right: 0;
	font-size: 30px;
	background-color: #EEEEEE;
	color: #000000;
	/*border-top-left-radius:12px;*/
	border-bottom-left-radius: 14px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	cursor: pointer;
	z-index: 3;

	/* Add transition for smooth color and background-color changes */
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.toggleActive {
	background-color: #000000 !important;
	color: #EEEEEE !important;
}

#leftDiv {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

#rightDiv {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

.responsiveDiv {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.selector {
	max-width: 100% !important;
}

#showpicimg {
	max-width: 100%;
}

table {
	max-width: 100%;
}

/*determines when sites are already opened... now we want them always closed.. 
@media (min-width:850px) {
	#rowDiv{}
	#leftDiv{box-shadow:none;padding-top:4px;width:240px !important;display:block !important;visibility: visible !important;left:0 !important;}
	#centerDiv{margin-left:240px;margin-right:240px;width:auto;}
	#rightDiv{box-shadow:none;padding-top:4px;width:240px !important;display:block !important;visibility: visible !important;right:0 !important;}
	#toggleLeftDiv{display:none;}
	#toggleRightDiv{display:none;}
}*/

.homepage_featured_faces {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}

.homepage_featured_faces tr {
	display: inline;
}

.homepage_featured_faces td {
	display: inline-block;
}

.featured_faces_big_td {
	display: block !important;
	width: auto !important;
}

/*.featured_faces_big{display:block;}*/

form {
	/*display:inline-block;*/
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}


.classification_questions_label {}

.classification_questions_select {
	width: 100%;
	text-overflow: ellipsis;
}

.looking_for_container {}

.looking_for_column {}

.optional_info {
	border: 2px dotted grey;
	border-radius: 4px;
	padding: 10px;
	margin: 10px
}

.basic_info {
	border: 1px solid grey;
	padding: 2px;
}

#toggleSidesDiv {
	width: 100%;
	height: 50px;
}

.centered_form {
	text-align: center;
}

.centered_form form {
	display: inline-block;
	margin: auto;
	text-align: left;
}

/* some columns for bigger size */
@media (min-width:500px) {
	.classification_questions_label {
		display: inline-block;
		width: 400px;
		max-width: 49%;
	}

	.classification_questions_select {
		width: 400px;
		max-width: 49%;
	}
}

@media (min-width:720px) {
	.responsiveDiv {
		display: inline-block;
		width: 50%;
		padding: 2%;
		vertical-align: top;
	}

	.homepage_featured_faces {
		display: table;
	}

	.homepage_featured_faces tr {
		display: table-row;
	}

	.homepage_featured_faces td {
		display: table-cell;
	}

	.featured_faces_big_td {
		display: table-cell !important;
	}

	.looking_for_column {
		display: inline-block;
		width: 49%;
		padding: 2%;
		vertical-align: top;
	}
}

/*@media (min-width:900px) {
	#toggleSidesDiv {height:0px;}
	#toggleLeftDiv{position:fixed;top:120px;}
	#toggleRightDiv{position:fixed;top:120px;}
}*/

.show_other_instances {
	text-align: left;
	font-size: 14px;
}

.moving_head_text {
	position: absolute;
	top: 80px;
	left: 4px;
	width: 92px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	white-space: nowrap;
}



.action_links_container {
	display: inline-block;
	text-align: center;
}

.action_links_container i.fa {
	width: 32px;
	display: inline-block;
	text-align: center;
}

.blockwarning {
	color: red;
}

.note_info {
	font-style: italic;
	font-size: 12px;
}

.spacer {
	display: block;
	height: 64px;
}

.infobanner {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	position: relative;
	width: calc(100% - 126px);
	margin: auto;
	font-family: 'Strait';
}

#ask_for_gender {
	background-color: white;
	border: 1px solid black;
	position: absolute;
	margin: auto;
	width: 80%;
	/*height: 70%;*/
	top: 10%;
	z-index: 99999;
	left: 10%;
	text-align: center;
	padding-bottom: 60px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#popup_hello_text {
	margin: 10px 40px;
	font-family: 'Strait';
}

#popup_i_am_a {
	font-size: 36px;
	margin: 20px;
}

#popup_i_am_interested_in {
	font-size: 24px;
	margin: 20px;
}

#popup_upload_a_picture {
	font-size: 28px;
	margin: 20px;
}

#popup_link_email {
	font-size: 32px;
	margin: 20px;
}

#base_gender_choices_container {}

.base_gender_choice {
	width: 49%;
	display: inline-block;
	margin-top: 5%;
}

.base_gender_choice a {
	font-size: 44px;
}

.base_gender_choice_image {
	width: 100%;
}

.base_gender_choice_image img {
	max-width: 100%;
	height: auto;
}




.gender_symbol_100 {
	font-size: 6em;
}

.clouds-bg {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.cloud {
	position: absolute;
	background: rgba(46, 45, 46, 0.301);
	border-radius: 50%;
	filter: blur(8px);
	opacity: 0.7;
	animation: moveClouds 60s linear infinite;
}
.cloud.c1 { width: 220px; height: 80px; top: 10%; left: -250px; animation-delay: 0s; }
.cloud.c2 { width: 180px; height: 60px; top: 40%; left: -200px; animation-delay: 20s; }
.cloud.c3 { width: 260px; height: 90px; top: 70%; left: -300px; animation-delay: 40s; }
.cloud.c4 { width: 140px; height: 50px; top: 80%; left: -150px; animation-delay: 10s; }
@keyframes moveClouds {
	from { left: -300px; }
	to { left: 110vw; }
}

.spinning-letter {
	animation: spin3d 6s linear infinite;
	display: inline-block;
	transform-style: preserve-3d;
}
@keyframes spin3d {
	from { transform: rotateY(0deg); }
	to { transform: rotateY(360deg); }
}

@media (max-width:720px) {

	/*.base_gender_choice_image img {
		width: 49%;
	}*/
	.base_gender_choice a {
		font-size: 24px;
	}
}

.base_gender_choice_woman a {
	color: pink;
}

.base_gender_choice_man a {
	color: blue;
}

#popup_show_other_genres_toggle {
	font-size: 18px;
	color: grey;
	margin: 5%;
}

#popup_other_genres {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

#popup_page_messages,
.popup_page_messages {
	border: 1px solid black;
	font-size: 16px;
	margin: 40px;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #60e84c, -2px 2px 4px #f4eeee, -1px -1px 1px #ccbd44, 3px -3px 7px #1fec35, -3px -3px 10px #CCC, 0px 2px 2px #76AC41, 2px 2px 2px #b2ee46;
}

.popup_page_messages_bad {
	background-color: red;
	color: black;
}

.popup_page_messages_good {
	background-color: #12db12;
	color: black;
}

#want_choices_container {}

.want_choice {
	display: inline-block;
	width: 140px;
	height: 180px;
	vertical-align: top;
}

.want_choice_img_container {
	height: 120px;
	width: 100px;
	margin-left: 20px;
}

.want_choice_img {
	height: 98px;
	width: 76px;
	margin-top: 10px;
}

.want_choice_input_container {
	height: 50px;
}

.ask_for_info_close {
	position: absolute;
	right: 0;
	font-size: 20px;
	display: inline-block;
	padding: 10px;
}

.ask_for_info_choice {
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 2px;
	margin: 2px 0;
}

.ask_for_info_choice:hover,
.ask_for_info_choice:active {
	border: 2px solid black;
	background-color: #f6ff0018;
}

#save_want_choices {
	margin-top: 20px;
}

.already_account {
	margin-top: 40px;
	font-size: 12px;
}

html body .action_button {
	display: block;
	padding: 10px;
	margin: 20px auto;
	cursor: pointer;
	border-style: none;
	border-width: 0;
	border-radius: 5px;
}

.webrtc-streamer-button {
	display: block;
	padding: 20px;
	margin: 4px auto;
	cursor: pointer;
	border-style: none;
	border-width: 0;
}

html body #file.action_button {
	max-width: 240px;
}

html body .action_link {
	display: inline-block;
	padding: 4px;
	margin: 10px auto;
	cursor: pointer;
	border-style: none;
	border-width: 0;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	width: 320px;
	max-width: 100%;
	/*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border: solid 1px;*/
	border-radius: 5px;
}

.askforinfo_action_button {}

.please_tell {
	margin: 0 30px;
	font-family: 'Strait';
}

.main_container {
	/*text-align: center;*/
}

.search_rezu_about_me {
	font-size: 13px;
	display: inline-block;
}

.email_input {
	width: 280px;
}

.comments_form {
	padding: 10px;
}

.comments_form input {
	width: 100%;
}

.comments_form input.action_button {
	width: auto;
}

.comments_form input[name=numba] {
	width: 300px;
	max-width: 75%;
}

.comments_form textarea {
	width: 100%;
	height: 400px;
}


.responsive_stackable {
	max-width: 356px;
	width: 100%;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
}

@media (max-width:740px) {
	.responsive_stackable {
		max-width: 96%;
	}
}

.login_forms input,
.login_forms select,
.login_forms table {
	width: 100%;
}

.login_forms input[type=radio] {
	width: auto;
}

.login_forms select[name=bd_d],
.login_forms select[name=bd_m],
.login_forms input[name=bd_y] {
	width: 80%;
}

.login_forms input[type=checkbox],
.login_forms input[type=submit] {
	width: auto;
}

.captcha_explain {
	font-style: italic;
	font-size: 12px;
}

.tab_content {
	display: none;
	border: 1px solid;
	border-top-right-radius: 10px;
	padding: 10px;
}

.tab_content_active {
	display: block;
}

.tab {
	display: inline-block;
	border-top-right-radius: 10px;
	border: 1px solid transparent;
	top: 1px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	padding: 10px 10px;
	margin: 0 4px 0 0;
}

.tab_active {}

a.tab {
	text-decoration: none;
}


.dev_banner {
	width: 100%;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

.hidden_options_table_left {}

.hidden_options_table_right {
	padding: 4px;
	margin: 4px;
	font-size: 13px;
}

#image-preview {
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}

.image_visibility_details_container {
	font-size: 12px;
}

.picdetailsmessage {
	padding: 0;
	margin: 4px 0;
	border-top-right-radius: 10px;
}

.nudity-filter {
	filter: blur(3px);
}

.image-thumb-container {
	position: relative;
	display: inline-block;
	border: black 1px solid;
	width: 100px;
	height: 100px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	margin: 10px;
}

.image-thumb-container-mini {
	width: 50px;
	height: 50px;
}

.image-container {
	position: relative;
	display: inline-block;
	border: black 1px solid;

	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	margin: 10px;
	display: block;
}

.reverse_image_search_container {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.image-container .nudity-filter {
	filter: blur(9px);
}

.image-thumb-container-mini .nudity-filter {
	filter: blur(2px);
}

.nudity-filter-container {
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px, inset 3px 3px 13px #000000;
}

.nudity-filter-message,
.private-image-message {
	background-color: #008b8b12;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	color: white;
	font-weight: bold;
	display: block;
	font-size: 13px;

}

.image-container .nudity-filter-message,
.image-container .private-image-message {
	font-size: 16px;
}

.image-thumb-container-mini .nudity-filter-message,
.image-thumb-container-mini .private-image-message {
	font-weight: normal;
	font-size: 11px;
}

.private-image-message {
	background-color: #444444;
}

.nudity-filter-message a,
.private-image-message abbr {
	color: inherit;
	cursor: pointer;
	top: 30%;
	position: relative;
}

.image-thumb-container-mini .nudity-filter-message a,
.image-thumb-container-mini .private-image-message abbr {
	top: 0;
}

.favorite_status_container {
	position: relative;
	text-align: center;
}

.favorite_status_container_withegg {
	height: 160px;
	margin-top: 40px;
}

.favorite_status {
	z-index: 1;
	position: relative;
	border: 1px solid black;
	font-size: 16px;
	margin: 20px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #60e84c, -2px 2px 4px #f4eeee, -1px -1px 1px #ccbd44, 3px -3px 7px #1fec35, -3px -3px 10px #CCC, 0px 2px 2px #76AC41, 2px 2px 2px #b2ee46;
}

.favorite_match_egg {
	position: absolute;
	font-size: 185px;
	z-index: 0;
	top: -79px;
	width: 100%;
}


.blur-page {
	filter: blur(3px);
}

#mature_popup_container {
	width: 100%;
	text-align: center;
	position: fixed;
	height: 800px;
	top: 0;
	left: 0;
}

#mature_popup {
	height: 300px;
	z-index: 99999;
	top: 200px;
	text-align: center;
	border-radius: 10px;
	width: 600px;
	max-width: 96%;
	margin: auto;
	display: inline-block;
	position: relative;
	padding-top: 80px;
}

#mature_popup form {
	display: inline-block;
	margin: auto;
	font-size: 24px;
	padding: 20px;
}

.mature_form_buttons_container {
	text-align: center;
}

.mature_form_buttons_container .action_button {
	width: 120px;
}

.webrtc_section {
	text-align: center;
	vertical-align: top;
}

.webrtc_section_title {
	margin: 10px;
	text-align: center;
}


.webrtc_container {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	margin-bottom: 20px;
}




#pm_streamer,
#pm_watcher {
	display: inline-block;
	text-align: left;
}

/* start of webrtc streamer CSS*/
.webrtc_video {
	display: inline-block;
	margin: auto;
}

.webrtc_video video {
	padding: 0;
	border: 0;
}

.whos_cam_title {
	font-size: 14px;
	font-family: 'Strait';
	padding: 0;
	margin: 4px;
	text-align: left;
}

.pm_write_title {
	font-size: 14px;
	font-family: 'Strait';
	padding: 0;
	margin: 4px;
	text-align: left;
}


/* styling the writing box area in pm page */
.pm_write_container {}

.pm_write_box {
	width: calc(100% - 75px);
	height: 60px;
	vertical-align: top;
}

.action_button.pm_write_button {
	width: 71px;
	display: inline-block;
	margin: 0 0 0 4px;
	height: 60px;
	vertical-align: top;
}



.pvsignalingid {
	font-size: 24px;
	font-weight: bold;
}

.pvsignalinginfo {
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	border: 1px solid black;
	height: 220px;
	overflow: auto;
}



.rtc_captcha_popup {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	min-height: 300px;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	z-index: 99999;
}

.webrtc_log_message {
	width: 100%;
	max-height: 30px;
	overflow: auto;
	font-size: 12px;
}

.webrtc-debugger {
	display: none;
	text-align: left;
	background-color: black;
	color: orange;
	z-index: 3;
	position: relative;
	border: 1px solid grey;
	padding: 4px;
}

.webrtc-debugger-header {
	background-color: grey;
	height: 10px;
	padding: 0;
	margin: 0;
	line-height: 3px;
	text-align: right;
	position: relative;
	top: -5px;
}

.webrtc-debugger-header a {
	font-size: 8px;
	padding: 0;
	margin: 0;
	line-height: 0px;
	cursor: pointer;
}

/* end of webrtc streamer CSS*/


#chatroom_webrtc_streamer,
.chatroom_webrtc_watcher {
	/*width: 240px;*/
	margin: auto;
	display: inline-block;
}

#chatroom_webrtc_streamer video,
.chatroom_webrtc_watcher video {
	max-width: 100%;
}




/* new responsive webcam chatroom design 2024 */
._2meet4free_webcam_chatroom {
	border: black 1px solid;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	/* ombre générique, c'est lui */
}

._2meet4free_webcam_chatroom_row {}

._2meet4free_webcam_chatroom_cell {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, 0.39);
	text-align: center;
	height: 100%;
	padding: 4px;
	margin: auto;
}

._2meet4free_webcam_chatroom_cell_inner {
	display: inline-block;
	margin: auto;
	text-align: left;
	width: 100%;
	text-align: center;
}

._2meet4free_webcam_chatroom_cell_inner h4 {
	text-align: left;
	padding: 0 1em;
}

.center {
	display: block;
	text-align: center;
}

.align_right {
	display: block;
	text-align: right;
}

._2meet4free_webcam_chatroom_row_top {
	height: 280px;
}

._2meet4free_webcam_chatroom_row_bottom {
	height: 420px;
}

#chatroom_webrtc_streamer {
	text-align: center;
}

#chatroom_webrtc_streamer video {
	height: 150px;
	width: auto;
}

.chatroom_webrtc_watcher video {
	height: 260px;
	width: auto;
}

#chatroom_rooms_table {
	text-align: left;
}

#chatroom_rooms_table tbody {}

#chatroom_rooms_table tbody tr {}

#chatroom_rooms_tablewrap {
	height: 165px;
	overflow: auto;
}

#chatroom_rooms_table thead tr th {
	position: sticky;
	top: 0;
}

._2meet4free_webcam_chatroom #users {
	height: 333px;
	overflow: auto;
}

._2meet4free_webcam_chatroom #users {
	text-align: left;
}

._2meet4free_webcam_chatroom #chat {
	text-align: left;
}

@media (max-width:650px) {
	._2meet4free_webcam_chatroom_cell {
		width: 100%;
		display: block;
	}

	._2meet4free_webcam_chatroom_row_top {
		height: auto;
	}

	._2meet4free_webcam_chatroom_row_bottom {
		height: auto;
	}

	/* reverse chatroom rows and cols on mobile */
	._2meet4free_webcam_chatroom,
	._2meet4free_webcam_chatroom_row {
		display: flex;
		flex-direction: column-reverse;
	}
}


.debug_uspr {
	text-align: right;
	font-family: monospace;
	font-size: 12px;
	padding: 0 4px;
	color: rgba(29, 10, 10, 0.589);
	background-color: rgba(170, 146, 146, 0.349);
	margin: 1px;
}



.floating_save_container {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.floating_save_container .floating_save_bar {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	border: none;
}

.floating_save_container .floating_save_bar.floating_save_bar_floating {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 60px;
	z-index: 99;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.floating_save_container .floating_save_bar .floating_save_button {
	display: inline-block;
	margin: 0;
}



.generic_elem_floater {
	position: fixed !important;
	top: 0 !important;
	z-index: 9999 !important;
}




.embchatrooheader_container {
	width: 100%;
	display: block;
}

.embchatrooheader_left {
	width: 50%;
	text-align: left;
	display: inline-block;
	padding: 0 10px;
}

.embchatrooheader_right {
	width: 50%;
	text-align: right;
	display: inline-block;
	padding: 0 10px;
}


#emchrouser_messages_container {
	display: inline-block;
	position: relative;
	z-index: 99;
}

#emchrouser_messages_button {}

#emchrouser_messages_list {
	display: inline-block;
	position: absolute;
	border: 1px solid;
}

.validate_phone_form {
	width: 100%;
	text-align: center;
}

.validate_phone_inner {
	display: inline-block;
	width: 540px;
	max-width: 100%;
	text-align: left;
}

.position_anchor {
	position: relative;
	top: -100px;
}

.iti {
	--iti-path-flags-1x: url('/assets/lib/intlTelInput/img/flags.webp');
	--iti-path-flags-2x: url('/assets/lib/intlTelInput/img/flags@2x.webp');
	--iti-path-globe-1x: url('/assets/lib/intlTelInput/img/globe.webp');
	--iti-path-globe-2x: url('/assets/lib/intlTelInput/img/globe@2x.webp');
}



.candidate_screen_name {
	margin: 0;
}


.userstatus_badge {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	font-family: 'Arial';
	vertical-align: middle;
}

.userstatus_badge_big {
	font-size: 18px;
	padding: 6px;
}

.userstatus_badge_mini {
	font-size: 10px;
	padding: 2px 3px;
}

.userstatus_badge_icon {
	vertical-align: middle;
}

.userstatus_badge_verified_user {
	background-color: blue;
	color: white;
}

.userstatus_badge_user {
	background-color: #18c100;
	color: white;
}

.userstatus_badge_guest {
	background-color: rgb(77, 77, 77);
	color: white;
}

.userstatus_badge_embed_chatroom_user {
	background-color: rgb(165, 151, 26);
	color: rgb(255, 255, 255);
}

.userstatus_badge_deleted_user,
.userstatus_badge_deleted_guest,
.userstatus_badge_deleted_embed_chatroom_user {
	background-color: rgb(50, 53, 42);
	color: white;
}


.search_results_left_col {
	width: 100px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}

.search_results_right_col {
	width: calc(100% - 120px);
	text-align: left;
	vertical-align: top;
	display: inline-block;
}


#search_results_table {
	display: block;
	margin: auto;
	text-align: center;
}

.searchresultrow {
	display: inline-block;
	width: 360px;
	max-width: 100%;
	margin: 4px;
	text-align: left;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 12px;
	box-shadow: rgb(34, 41, 48) 0px 3px 6px -1px;
}

.search_results_minipics {
	float: right;
}

.location_changes_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	font-family: monospace;
}

.location_changes_table th,
.location_changes_table td {
	border: 1px solid;
	padding: 2px 5px;
	text-align: left;
}

.location_changes_table th {
	font-weight: bold;
}

.user_on_map_details {}

.user_on_map_details_image {
	width: 50px;
}

.user_on_map_details_name {
	font-size: 13px;
}

.cinema_letters {
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.map_user_pin {
	position: relative;
	padding: 0;
	margin: 0;
	/*z-index: 1;*/
	border-radius: 50%;
	/* Make it round */
}

.map_user_pin_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map_user_pin_stack {
	position: absolute;
	left: -2px;
	top: -3px;
	/*background-color: #FFFFFF33;
    border: 1px solid rgba(0, 0, 0, 0.507);*/
	background-color: #FFFFFF33;
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	/* Make it round */
}

.map_user_pin_img {
	padding: 0;
	margin: 0;
}

.map_cluster_user_miniface .badge_mini img {
	transform: scale(0.5);
}

.map_cluster_user_miniface .mappin_ison img {
	top: -4px;
	left: -4px;
	position: relative;
	transform: scale(0.666);
}


.map_user_pin .badge_mini {
	position: absolute;
	bottom: 0;
	right: 0;
}

.map_user_pin .mappin_ison,
.map_cluster_user_miniface .mappin_ison {
	position: absolute;
	left: 0;
	top: 0;
}


.map_cluster_user_miniface .badge_mini .userstatus_badge_mini {
	width: 7px;
	height: 8px;
	right: 0;
	position: absolute;
	bottom: 0;
}

.map_cluster_user_miniface .badge_mini .userstatus_badge_mini img {
	top: -5px;
	left: -5px;
	position: relative;
}

.map_user_pin .mappin_cluster_quantity {
	position: absolute;
	right: 0;
	top: 0;
}

.map_user_pin .mappin_cluster_quantity .cluster_quantity_badge {
	background-color: red;
	color: #000000;
	border-radius: 100%;
	width: 12px;
	height: 12px;
}

.map_user_pin_name_container {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 150px;
	/*background-color: #ffff0063;*/
	left: -50px;
}

.map_user_pin_name {
	position: relative;
	padding: 0 2px;
	margin: 0;
	max-width: 100%;
	display: inline-block;
	border: 1px solid transparent;
}

.custom-marker {
	position: absolute;
	/*background-color: #FFFFFF33;
    border: 1px solid rgba(0, 0, 0, 0.507);*/
	background-color: #FFFFFF33;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	/* Make it round */
}

.custom-marker-hover {
	z-index: 5000 !important;
}

.custom-marker-hover .map_user_pin_name {
	background-color: black;
	border-color: black;
	background-color: white;
	border-radius: 5px;
}


.custom-marker-myself {
	border: none;
	/* Set border */
}

#search_map_container {
	position: relative;
}

#over_limit_popup,
#flattener_over_limit_popup,
#no_results_popup,
#no_results_atall_popup {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 0, 0, 0.8);
	color: white;
	text-align: center;
	padding: 10px;
	z-index: 1000;
}

.map_user_pin_myself {}

.map_user_pin_others {}

.map_user_pin_info_content_pagination .pagination_container {
	font-size: 16px;
	margin-bottom: 20px;
}

.map_cluster_page_button {
	cursor: pointer;
	width: 40px;
	border-radius: 4px;
	display: inline-block;
	background-color: #b9b9b9;
	color: #444444;
}

.faceshtml_page_button {
	width: 30px;
	font-size: 12px;
}

.map_cluster_page_button:hover {
	background-color: #444444;
	color: #b9b9b9;
}

.page_button_disabled,
.page_button_disabled:hover {
	background-color: #d9d9d9;
	color: #bbb;
	cursor: initial;
}

.map_cluster_user_miniface {
	display: inline-block;
	position: relative;
}

.map_cluster_user_miniface_facearea {
	position: relative;
	margin: auto;
}

.cluster_user_face_name {
	font-size: 10px;
	width: 40px;
	overflow: hidden;
	white-space: nowrap;
}



.search_title {
	font-size: 16px;
	text-align: left;
}


/* on smaller screens, hide search_user_badge_normal and show search_user_badge_mini */
@media (max-width: 500px) {
	.map_page .map_user_pin_info_content .search_results_left_col .search_result_image {
		width: 50px;
		height: auto;
	}

	.map_page .search_results_left_col {
		width: 50px;
	}

	.map_page .search_results_right_col {
		width: calc(100% - 60px);
		font-size: 12px;
	}

	.search_user_badge_normal {
		display: none;
	}

	.search_user_badge_mini {
		display: inline-block !important;
	}

	.map_page .search_rezu_about_me {
		display: none;
	}

	.map_page .search_results_minipics {
		display: none;
	}

	.map_page .map_user_pin_info_content_pagination .pagination_container {
		font-size: 12px;
	}

	.map_page .map_cluster_page_button {
		width: 30px;
		font-size: 12px;
		display: inline-block;
		vertical-align: top;
	}

	.map_page .cluster_pagination_user_name {
		width: 120px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}

	.map_page .faceshtml_page_button {
		width: 20px;
		font-size: 10px;
	}

	.map_page .faceshtml_pagination_container .cluster_pagination_user_name {
		width: 60px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
		font-size: 10px;
	}

	.map_page .search_desktop_chatlink {
		display: none;
	}

	.map_page .search_mobile_chatlink {
		display: inline-block !important;
		height: 10px;
		position: relative;
		width: 100px;
	}

	.map_page .chat_link {
		white-space: nowrap;
		position: absolute;
		display: inline-block;
		top: -28px;
	}
}


/* webcam chatroom design v3 */
._2meet4free_webcam_chatroom_v3 {
	background-color: skyblue;
	position: relative;
}

._2meet4free_webcam_chatroom_v3 h4 {
	margin: 0;
}

._2meet4free_webcam_chatroom_col_left {
	width: 240px;
	display: inline-block;
	background-color: crimson;
	vertical-align: top;
	overflow-y: auto;
}

._2meet4free_webcam_chatroom_col_right {
	width: calc(100% - 250px);
	display: inline-block;
	background-color: darkcyan;
	vertical-align: top;
	/*height: 100%;*/
}

.cv3_you4_cam {
	background-color: darkorchid;
}

.cv3_rooms_list {
	background-color: rgb(92, 151, 102);
}

.cv3_users_list {
	background-color: aquamarine;
}

.cv3_chat {
	background-color: rgb(187, 187, 33);
	/*height: 100%;*/
}

.chat_scroller {
	background-color: olivedrab;
}

.what_im_saying {
	background-color: sienna;
}

@media (max-width: 768px) {
	._2meet4free_webcam_chatroom_col_left {
		display: none;
		position: absolute;
		width: 240px;
		left: 0;
		background-color: rgba(255, 255, 255, 0.9);
		/* Optional: Add a background color */
		z-index: 10;
	}

	._2meet4free_webcam_chatroom_col_right {
		width: 100%;
	}

	._2meet4free_webcam_chatroom_col_left.open {
		display: block;
	}

	/*     .toggle-button {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 20;
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
    } */

	/* ._2meet4free_webcam_chatroom_v3_mobinav {
		display: block !important;
		background-color: deeppink;
		cursor: pointer;
	} */


	._2meet4free_webcam_chatroom_v3_mobinav {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		background-color: #333;
		color: white;
		padding: 5px;
	}

	._2meet4free_webcam_chatroom_v3_mobinav .icon {
		cursor: pointer;
		font-size: 15px;
	}

	._2meet4free_webcam_chatroom_v3_mobinav .icon i {
		transition: transform 0.3s ease;
	}

	._2meet4free_webcam_chatroom_v3_mobinav .icon#menu-icon.open i {
		transform: rotate(90deg);
	}

	.ech_desktop {
		display: none;
	}

	.ech_mobile {
		display: inline-block !important;
	}

	.embchatrooheader_left,
	embchatrooheader_right {
		display: inline-block;
	}
}


.yesnomaybe_container {
	text-align: center;
}

.yesnomaybe_button {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	border-style: none;
	border-width: 0;
	text-decoration: none;
	font-size: 20px;
	width: 80px;
	text-align: center;
}

.yesnomaybe_button_theirs {
	cursor: auto;
}

.yesnomaybe_answer_buttons_container .yesnomaybe_button {
	padding: 7px;
	margin: 7px;
	font-size: 15px;
	width: 60px;
}

.yesnomaybe_answer_system_comment {
	font-size: 16px;
}

.yesnomaybe_container .candidate_topinfo_container {
	margin: 20px;
	font-size: 30px;
}

/* smaller screens... */
@media (max-width: 360px) {
	.yesnomaybe_button {
		font-size: 16px;
		padding: 10px;
		margin: 10px;
		width: 70px;
	}

	.yesnomaybe_answer_buttons_container .yesnomaybe_button {
		font-size: 12px;
		padding: 4px;
		margin: 4px;
		width: 50px;
	}

	.ynm_youthem_answer_label {
		width: 55px;
		font-size: 16px;
	}

	.yesnomaybe_answer_system_comment {
		font-size: 14px;
	}

	.yesnomaybe_container .candidate_topinfo_container {
		font-size: 24px;
	}
}

@media (max-width: 320px) {
	.yesnomaybe_button {
		font-size: 14px;
		padding: 5px;
		margin: 5px;
		width: 60px;
	}

	.yesnomaybe_answer_buttons_container .yesnomaybe_button {
		font-size: 12px;
		padding: 2px;
		margin: 2px;
		width: 50px;
	}

	.ynm_youthem_answer_label {
		width: 45px;
		font-size: 14px;
	}

	.yesnomaybe_answer_system_comment {
		font-size: 13px;
	}

	.yesnomaybe_container .candidate_topinfo_container {
		font-size: 20px;
	}
}

/*bigger screens... */
@media (min-width: 600px) {
	.yesnomaybe_button {
		padding: 15px;
		margin: 15px;
		font-size: 25px;
		width: 100px;
	}

	.yesnomaybe_container .candidate_topinfo_container {
		font-size: 40px;
	}

	.yesnomaybe_container .user_type_badge_container {
		display: inline !important;
	}

	.yesnomaybe_container .user_type_badge_container_small {
		display: none;
	}
}

@media (min-width: 1000px) {
	.yesnomaybe_button {
		padding: 20px;
		margin: 20px;
		font-size: 30px;
		width: 140px;
	}

	.yesnomaybe_container .candidate_topinfo_container {
		font-size: 50px;
	}
}

.ynm_title_smaller {
	font-size: 75%;
}

#yesnomaybe_buttons_container {
	padding: 20px 0;
}

.yes_button {
	background-color: green;
	color: white;
}

.no_button {
	background-color: red;
	color: white;
}

.maybe_button {
	background-color: orange;
	color: white;
}

.yesnomaybe_answer_unselected {
	background-color: #5c5c5c;
}
.yesnomaybe_answer_unselected:hover.no_button:not(.yesnomaybe_button_theirs) {
	background-color: red;
}
.yesnomaybe_answer_unselected:hover.maybe_button:not(.yesnomaybe_button_theirs) {
	background-color: orange;
}
.yesnomaybe_answer_unselected:hover.yes_button:not(.yesnomaybe_button_theirs) {
	background-color: green;
}

.ynm_youthem_answer_label {
	display: inline-block;
	width: 55px;
	text-align: right;
}


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

.yesnomaybecategorycontainer_left {
	position: relative;
	left: 0;
}

.yesnomaybecategorycontainer_right {
	position: absolute;
	right: 0;
}


.yesnomaybecategorylink {}

.yesnomaybecategorylink_selected {
	font-weight: bold;
}



.yesnomaybe-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.yesnomaybe-modal-content {
	margin: 15% auto;
	padding: 20px;
	border: 1px solid;
	width: 80%;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.yesnomaybe-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.yesnomaybe-close:hover,
.yesnomaybe-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.yesnomaybe_container {
	transition: opacity 0.5s ease-in-out;
}

.yesnomaybe-fade-out {
	opacity: 0;
}

.yesnomaybe-fade-in {
	opacity: 1;
}

.yesnomaybe_answers_container {
	margin-top: 20px;
}

.yesnomaybe-answer {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 10px;
}

.yesnomaybe-pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.yesnomaybe-pagination button {
	padding: 5px 10px;
	cursor: pointer;
}

.yesnomaybe-pagination button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.yesnomaybe_answer_user {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.yesnomaybe_answer_buttons_container {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 10px 0;
}

.yesnomaybe_answer_userpic {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.yesnomaybe_answer_username {
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 768px) {
	.yesnomaybe_answer_user {
		width: 50%;
	}

	.yesnomaybe_answer_buttons_container {
		width: 49%;
		text-align: right;
	}
}

.yesnomaybe_answers_categories_line {
	font-size: 15px;
}

/*.yesnomaybe_answers_categories_container {
	border: 1px solid black;
}
.yesnomaybe_answers_categories_filters_header {
	background-color: grey;
	font-size: 12px;
}*/
.yesnomaybe_answers_categories_filters_header h4 {
	margin: 0;
}

.yesnomaybeanswerscategoryactive {
	font-weight: bold;
}

.unseen_about_you {
	background-color: #ff0000;
	color: white;
	border-radius: 100%;
	min-width: 18px;
	display: inline-block;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	margin-left: 4px;
	padding: 3px;
	transition: box-shadow 4.0s linear;
	box-shadow: 1px -1px 5px #8f9c14, -1px 1px 10px #66dbb8;
}

.unseen_about_you_flash1 {
	box-shadow: -1px -1px 10px #ff6464, -1px -1px 15px #ffafaf;
}

.unseen_about_you_flash2 {
	box-shadow: 1px 1px 5px #8c6b5b, -1px -1px 10px #d29649;
}

.unseen_about_you_flash3 {
	box-shadow: 1px -1px 10px #f00, -1px 1px 10px #e31bc4;
}

#yesnomaybe_candidate_container {
	display: inline-block;
	margin: auto;
	margin-bottom: 10px;
}

#yesnomaybe_candidate_container .yesnomaybe_answer_buttons_container {
	width: 100%;
}

.ynm_yes_bg_class {
	background-color: green !important;
}

.ynm_maybe_bg_class {
	background-color: orange !important;
}

.ynm_no_bg_class {
	background-color: red !important;
}

.yesnomaybe_answer_both_yes {
	background-color: #00ff00;
}

.yesnomaybe_answer_yes_and_maybe {
	background-color: rgb(200, 255, 0);
}

.yesnomaybe_answer_yes_and_no {
	background-color: rgb(255, 0, 0);
}

.yesnomaybe_answer_maybe_and_yes {
	background-color: rgb(145, 255, 0);
}

.yesnomaybe_candidate_title {
	margin: 40px auto 0;
	font-weight: bold;
	font-size: 20px;
}


/* Define the transition effect */
.transition-bg {
	transition: background-color 1s ease;
	/* Adjust the duration as needed */
}

.email_pref_form,
.email_pref_error_message,
.val_message,
.del_user_message {
	padding: 20px;
	font-size: 16px;
}

.email_pref_field,
.delete_profile_field {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
}

.set_info_popup_my_email_field {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.email_pref_field {
		font-size: 14px;
		width: 100%;
	}
}

.email_pref_email_label_outer {
	width: 100%;
	text-align: center;
}

.email_pref_email_label {
	font-size: 16px;
	font-weight: normal;
	text-decoration: solid underline;
	padding: 4px 20px;
	display: inline-block;
}

.setinfo_pop_email_prefs_fields_container {
	text-align: left;
	margin: auto;
	max-width: 800px;
}


/* Modal styles */
.email-pref-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.email-pref-modal-content {
	margin: 15% auto;
	padding: 20px;
	border: 1px solid;
	width: 80%;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.email-pref-close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.email-pref-close:hover,
.email-pref-close:focus {
	text-decoration: none;
	cursor: pointer;
}

.validation_message {
	font-size: 14px;
	margin-top: 5px;
}

#email_validity_status_image {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

#set_info_popup_my_email_label {}

#email_validity_status_image_mobile {
	display: none;
}

#set_info_popup_my_email {}

#email_validity_status_image {}

@media screen and (max-width: 768px) {
	#email_validity_status_image {
		display: none;
	}

	#email_validity_status_image_mobile {
		display: inline-block;
	}

	#set_info_popup_my_email_label {
		width: 100%;
		text-align: left;
		display: inline-block;
	}

	#set_info_popup_my_email {
		width: 100%;
	}
}


.no_answers {
	margin: 20px 0 0;
	border: 2px solid;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.fake_status_container {
	text-align: center;
	background-color: grey;
	width: 240px;
	margin: 10px auto;
	padding: 10px;
	max-width: 100%;
}

.fake_status {
	display: inline-block;
	padding: 4px;
	border: 2px outset;
	border-radius: 10px;
	margin: 10px;
	font-weight: bold;
}

.fake_status .fake_status_text {
	font-size: 16px;
}

.fake_reason_header {
	font-size: 12px;
	font-weight: bold;
}

.fake_status_text {

	font-family: monospace;
	width: 240px;
	max-width: 100%;
	display: inline-block;
	margin: auto;
	border: 2px inset;
	border-color: grey;
}



#push-notifications-popup {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	position: fixed;
	top: 10px;
	left: 5%;
	width: 500px;
	border: 1px solid;
	padding: 20px;
	z-index: 1000;
}

#push-notifications-popup h3 {
	margin-top: 0;
}

#push-notifications-popup button {
	margin-top: 10px;
}

#push-notifications-popup p {
	font-size: 14px;
}

#push-notifications-popup p#push-status-message {
	font-size: 16px;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	#push-notifications-popup {
		width: 90%;
	}

	#push-notifications-popup h3 {
		font-size: 18px;
	}

	#push-notifications-popup p {
		font-size: 12px;
	}

}


/* Toggle Switch Container */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

/* Hide the default checkbox */
.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 24px;
}

/* The circle inside the slider */
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

/* When the checkbox is checked */
input:checked+.slider {
	background-color: #4caf50;
}

input:checked+.slider:before {
	transform: translateX(26px);
}

input:disabled+.slider {
	background-color: #bdbdbd;
	/* Grey background for disabled state */
	cursor: not-allowed;
	/* Optional: Change cursor to indicate it's disabled */
}

input:disabled+.slider:before {
	background-color: #e0e0e0;
	/* Optional: Change the circle color for disabled state */
}


/* Mini popup styling */
.mini-chatsounds-popup {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	pointer-events: none;
	/* Prevent interaction */
	animation: fadeInOut 2s ease-in-out;
}

/* Fade-in and fade-out animation */
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#search_options_toggle {
	text-align: left;
}


.privacy-policy {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

.privacy-policy h1 {
	font-size: 2em;
	margin-bottom: 20px;
	text-align: center;
}

.privacy-policy h2 {
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.privacy-policy p {
	margin-bottom: 15px;
}

.privacy-policy ul {
	margin-left: 20px;
	list-style-type: disc;
}

.privacy-policy ul li {
	margin-bottom: 10px;
}


/* Contact Form Container */
.contact-form-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	font-family: Arial, sans-serif;
	border: 1px solid;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Form Headings */
.contact-form-container h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
	text-align: center;
}

/* Form Labels */
.contact-form-container label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Form Inputs */
.contact-form-container input[type="text"],
.contact-form-container textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 1em;
	box-sizing: border-box;
}

/* Placeholder Styling */
.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {}

/* Small Text */
.contact-form-container small {
	display: block;
	margin-bottom: 15px;
	font-size: 0.9em;
}

/* Textarea */
.contact-form-container textarea {
	height: 120px;
	resize: vertical;
}

/* Captcha Container */
.captcha-container {
	display: flex;
	align-items: center;
	/* Ensures vertical alignment */
	justify-content: flex-start;
	/* Keeps elements aligned to the left */
	gap: 10px;
	/* Adds spacing between the elements */
	margin-bottom: 15px;
}

.captcha-container img {
	height: 50px;
	border: 1px solid;
	border-radius: 4px;
	display: block;
	/* Ensures the image behaves as a block element */
}

.contact-form-container .captcha-container input {
	flex: 1;
	/* Allows the input to take up the remaining space */
	height: auto;
	/* Ensures the input height adjusts naturally */
	padding: 10px;
	/* Adds padding for better usability */
	margin-bottom: 0;
}

/* Form Actions */
.form-actions {
	text-align: center;
}

.form-actions .action_button {
	border: none;
	padding: 10px 20px;
	font-size: 1em;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.form-actions .action_button:hover {}



/* Report User Container */
.report-user-container {
	max-width: 600px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
}

/* Heading */
.report-user-container h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
	text-align: center;
}

/* Paragraph */
.report-user-container p {
	font-size: 1em;
	margin-bottom: 20px;
	text-align: center;
}

.report-user-form {
	padding: 10px;
}

/* Form Labels */
.report-user-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Textarea */
.report-user-form textarea {
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 1em;
	resize: vertical;
}



.captcha-container input {
	flex: 1;
	padding: 10px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 1em;
	width: 100%;
}

/* Form Actions */
.form-actions {
	text-align: center;
}

.form-actions .action_button {
	border: none;
	padding: 10px 20px;
	font-size: 1em;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.form-actions .action_button:hover {}

.preref_looking_for_type {
	font-size: 12px;
}

.want_input {
	display: inline-block;
	margin: 4px;
	padding: 4px;
	border-radius: 4px;
}
label.want_input {
	cursor: pointer;
}
.want_input_small {
	font-size: 12px;
}
.search_user_wants {
	font-size: 12px;
}

#photoedit-container {
	position: relative;
}

.photoedit #editor-container {
	width: 100%;
	text-align: center;
}

#editable-image-container {
	margin: 0 auto;
	position: relative;
	background-color: black;
	text-align: center;
}

#editable-image {
	height: auto;
	position: relative;
}

#image-canvas {
	display: block;
	/* Ensure the canvas behaves like a block element */
	max-width: 100%;
	/* Prevent the canvas from exceeding the container width */
	height: auto;
	/* Maintain the aspect ratio */
	position: relative;
}

.photoedit .toolbar {
	width: 100%;
	background-color: #333;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	/* Space between buttons */
}

.photoedit .options-bar {
	width: 100%;
	/* Slightly lighter than the toolbar */
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.photoedit .options-bar .options-left {
	display: flex;
	flex-direction: column;
	/* Stack items vertically */
	gap: 10px;
	/* Add space between the two options */
	align-items: flex-start;
	/* Align items to the left */
}

.photoedit .options-bar input[type="checkbox"] {
	margin-right: 5px;
	cursor: pointer;
}

.photoedit .options-bar label {
	cursor: pointer;
}

.photoedit .options-bar .options-right {
	display: flex;
	flex-direction: column;
	/* Stack buttons vertically */
	gap: 10px;
	/* Add space between the buttons */
}

.photoedit .options-bar .options-right button {
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.photoedit .options-bar .options-right button:hover {}





#crop-box {
	position: absolute;
	border: 2px dashed #00ff00;
	/* Green dashed border */
	/*background: rgba(0, 255, 0, 0.2); /* Semi-transparent background */
	cursor: move;
	/* Cursor for dragging */
	z-index: 10;
	/* Ensure it sits above the image */
	box-shadow: 0 0 10px 2px green;

	touch-action: none;
	/* Prevent touch gestures from triggering scrolling */
}

.thumbnail-area-text {
	position: absolute;
	color: #00ff00;
	z-index: 10;
	text-shadow: 0 0 10px 2px green;
}


/* Full-screen loading overlay */
#loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black background */
	z-index: 9999;
	/* Ensure it appears above all other elements */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Loading spinner container */
.loading-spinner {
	text-align: center;
	color: white;
	top: 33%;
	position: relative;
}

/* Spinner animation */
.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-top: 5px solid white;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: inline-block;
}

/* Spinner animation keyframes */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

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

/* Loading text */
.loading-spinner p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}




.pics_container {
	width: 100%;
	text-align: center;
}

.pics_pic {
	display: inline-block;
	width: 280px;
	vertical-align: top;
	padding: 4px;
}

.pics_pic_actions {
	width: 280px;
}

.pics_pic_actions a {
	text-decoration: none;
	cursor: pointer;
}

.pics_pic_actions .fas {
	font-size: 24px;
	/* Adjust the size of the icons */
	margin: 10px;
	/* Add spacing between icons */
}

.pics_pic_actions .fas.fa-trash-alt {
	color: red;
	/* Highlight the trash icon in red */
}


.chat-reminder {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	border: 1px solid;
	border-radius: 5px;
}

.chat-reminder p {
	margin: 0;
	font-weight: normal;
}




/* GLFX Stuff */
.nub {
	position: absolute;
	width: 18px;
	height: 18px;
	margin: -5px;
	background: #3F9FFF;
	background: -moz-linear-gradient(#7FBFFF, #007FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#7FBFFF), to(#007FFF));
	border: 2px solid white;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	cursor: move;
}

#nubs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#glfx_filter_properties {
	width: 100%;
}

.effects-panel {
	background-color: #333;
	padding: 4px;
}

.effects-panel .ui-slider {
	position: relative;
	width: 100%;
	height: 3px;
	background: #3F3F3F;
	margin-top: 8px;
}

.effects-panel .ui-slider-handle {
	margin: -5px 0 0 -7px;
	border-radius: 7px;
	/*
	cursor: default;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #DFDFDF;
	background: -moz-linear-gradient(#EFEFEF, #BFBFBF);
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#BFBFBF));
	border: 1px solid #3F3F3F;
	margin: -5px 0 0 -7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
*/
}

.ui-state-active {
	background: white;
}

.ui-state-focus {
	outline: none;
}

/* end of GLFX Stuff */



/* yes no maybe animatyions */

.burn {
	animation: burnAway 2s forwards;
}

@keyframes burnAway {
	0% {
		filter: brightness(1) blur(0);
		opacity: 1;
		transform: scale(1);
	}

	50% {
		filter: brightness(1.5) blur(2px);
	}

	100% {
		filter: brightness(0) blur(5px);
		opacity: 0;
		transform: scale(0.8);
	}
}

/* end of yes no maybe animations */