/*----------- Starting data ----------------------------------------------------*/

.Partner {
	background: var(--color1);
	border-radius: 8px;
	padding: 0 0 40px 24px;
	margin-top: 24px;
}
.SovmestType {
	background: var(--color1);
	border-radius: 8px;
	padding: 0 0 40px 24px;
	margin-top: 24px;
}
.SovmestType label {
	display: inline-block;
}



@media screen and (min-width:769px) {
	.form #daf {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	p.Submit-button-wrapper {
		grid-row: 3;
		text-align: right;
    	}

}


@media screen and (max-width:768px) {

	.form #daf {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	p.Submit-button-wrapper {
		text-align: right;
    	}

}



.GenderSelection-wrapper {
    display: flex;
    gap: 24px;
	
}

.GenderSelection-wrapper label{
	cursor: pointer;
}

.FormTile {
	padding: 4px 0 24px 0;
}


/*----------- Answer Page ---------------------------------------------------*/
@media screen and (min-width:769px) {

	.content ul,
	.Relationship-description-wrapper ul {
		padding: 0 0 0 0;
		list-style: none;
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr;
	}

	.content ul li,
	.content p {
		padding: 0 0 0 0;
		line-height: 1.7;
	}


}


@media screen and (max-width:768px) {

	.content ul li,
	.content p {
		padding: 0 0 24px 0;
		line-height: 1.7;
	}

}

p.caption {}

p.title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

body.PC p.caption {
	text-align: center;
	font-size: 24px;
}

input[type=submit] {
	cursor: pointer;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=submit],
select,
textarea {
	min-width: 24%;
    box-sizing: border-box;
    padding: 8px 8px 8px 14px;
    border: 1px solid var(--color3);
    border-radius: 2px;
    background: var(--color2);
    color: var(--textLight);
    text-align: left;
    font-size: medium;
}

textarea {
	width: 300px;
	text-align: left;
}

input[type=number] {
	width: 35px;
}

select {
	width: 80px;
}

div.time_place select {
	width: 100px;
}

div.babe_list p {
	display: inline-block;
	float: left;
	text-align: center;
	width: 40%;
	margin: 0 5%;
	position: relative;
}

body.PC div.babe_list p {
	width: 20%;
	cursor: pointer;
}

div.babe_list p img.main {
	width: 100%;
	border: 3px solid transparent;
}

div.babe_list p:hover img.main,
div.babe_list p:active img.main {
	border: 3px solid #fc4a3c;
}

div.babe_list p:hover img.icon,
div.babe_list p:active img.icon {
	display: block;
}

div.babe_list p img.icon {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 50%;
	height: 50%;
	top: 10%;
	left: 25%;
	pointer-events: none;
}

div.babe_list p span {
	display: inline-block;
	height: 2.5em;
}

/* div.content {
	margin: 0 25px;
}

div.form {
	margin: 0 10px;
	font-size: 1.5em;
} */

/* body.PC div.form {	
	margin: 0 auto;
	width: 40%;
	border: 3px solid #fc4a3c;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-size: 1em;
} */
/* h1.title {
	width: 100%;
	text-align: center;
	color: white;
	background: linear-gradient(to bottom, #fc4a3c, #ff887f);
	border-bottom: 5px solid #ffdac0;
	padding: 7px 5px;
	font-size: 20px;
	margin-bottom: 12px;
	box-sizing: border-box;
	margin-top: 0;
	text-shadow: none;
} */
input[type=checkbox] {
	color: #fc4a3c;
}

/* form label {
	margin: 10px;
	color: #fc4a3c;
	font-weight: bold;
} */

label.right {
	margin-left: 35px;
}

div.date-dropdowns select {
	min-width: 94px;
	padding: 8px 8px 8px 14px;
    margin: 8px 14px 14px 0;
    border: 1px solid var(--color3);
    border-radius: 2px;
    background: var(--color2);
    color: var(--textLight);
	cursor: pointer;
}

button.lbutton {
	cursor: pointer;
	font-weight: bold;
	border: 3px solid #fc4a3c;
	color: #fc4a3c;
	padding: 10px;
	margin: 10px;
	background: #ffedd5;
	border-radius: 10px;
}

button.lbutton.pay {
	width: 200px;
}

div#hidescreen {
	position: fixed;
	background-color: white;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

div.popup {
	position: fixed;
	z-index: 99999;
    width: 100vw;
    height: 100vh;
    display: flex;
    top: 0;
	justify-content: center;
    align-items: center;
	background: #0d16601a;
}

div.type {
    background: var(--color1);
    color: var(--textLight);
    width: auto;
    height: auto;
    margin: 0 16px;
    padding: 24px;
    font-size: x-large;
    border-radius: 4px;
}

div.type table {
	border-collapse: separate;
	border-spacing: 10px;
}

div.type td {
	text-align: left;
}

span.red {
	color: red;
}

span.green {
	color: green;
}

div#qrcode {
	margin: 0 auto;
	width: 256px;
}

div#RBKpopup {
	display: none;
	position: absolute;
	border: 3px solid #F15500;
	border-radius: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 180px;
	margin: auto auto;
	z-index: 10;
}

div#RBKform {
	width: 250px;
	border: 3px solid #F15500;
	border-radius: 10px;
	text-align: center;
	margin: 50px auto;
}

img.closecross {
	display: block;
	float: right;
	width: 25px;
	margin: 5px;
	cursor: pointer;
}

a.back {
	text-decoration: none;
	color: #eb590f;
}

a.lang_link {
	color: #eb590f;
	font-weight: bold;
	text-decoration: none;
}

div.menu {
	text-align: center;
	margin-bottom: 32px;
}

#fb-share-button {
	background: #3b5998;
	border-radius: 3px;
	font-weight: 600;
	padding: 10px 12px;
	display: inline-block;
	position: static;
	margin: 0 15px;
}

#fb-share-button:hover {
	cursor: pointer;
	background: #213A6F
}

#fb-share-button svg {
	width: 18px;
	fill: white;
	vertical-align: middle;
	border-radius: 2px
}

#whatsapp_btn {
	display: inline-block;
	cursor: pointer;
	background-color: #65bc54;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin: 0 15px;
}

#whatsapp_btn img {
	height: 40px;
	width: 40px;
}

#copy_to_clipboard {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	margin: 0 15px;
}

select#hours,
select#minutes {
	width: 75px;
}

select#fhours,
select#fminutes {
	width: 75px;
}

body.PC div#legend {
	display: none;
}

td.text {
	padding: 5px;
}

div.result_item {
	width: 200px;
	height: 260px;
	display: block;
	float: left;
	margin: 10px;
}

div#loader {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	border-radius: 10px;
	position: absolute;
	padding: 20px;
	border: 3px solid #fc4a3c;
	height: 25px;
	top: 30%;
	left: 5%;
	width: 90%;
	background-color: white;
	display: none;
}

body.PC div#loader {
	left: 40%;
	width: 20%;
}

div#language {
	margin: 0 auto;
	text-align: center;
	width: 100px;
}

body.PC div#chart_div {
	width: 40%;
}

body.PC p.back_container {
	margin: 0 auto;
	width: 500px;
}

p#iphone_link {
	padding: 5px;
	border: 2px solid #F15500;
	border-radius: 10px;
	width: 300px;
	margin: 0 auto;
}

a.buttonred {
	width: 200px;
	background: #fc4a3c;
	color: #fff !important;
	text-transform: none;
	text-decoration: none;
	line-height: 48px;
	padding: 12px 24px 12px 24px;
	font-size: 18px;
	display: inline-block;
	border-radius: 6px;
	font-weight: 500;
	text-align: center;
}

a.title {
	text-decoration: none;
	color: white;
}

footer {
	font-family: 'Roboto', sans-serif;
	margin-top: 25px;
}

a.bottom_link {
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: inline-block;
	float: left;
}

body.PC a.bottom_link {
	width: 30%;
}

p.bottom_str {
	text-align: center;
	font-size: 14px;
	clear: both;
}

.Page-Container {
	margin: 0 auto;
	max-width: 1152px;
	padding: 0 16px;
}

/* .Copyright {
	padding: 30px 0;
	font-size: 18px;
	background: #fc4a3c;
	color: #fff;
} */

.mobile-link {
	text-align: center;
	font-size: 1.6em;
	padding: 5px;
	background-color: #ffedd5;
}

.button {
	cursor: pointer;

	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

	border: 1px solid #F15500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	background: #ffedd5;
	color: #eb590f;

	width: 250px;
	display: inline-block;

	margin: 10px 0;
	padding: 7px 10px;
}

.button.tiny {
	width: 50px;
}

img.lang_flag {
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
}