/*
 * Globals
 */

 /* oranz #f5821e; */
 /* cerna #130c0e; */
 /* seda #191919; */
 /* svetle seda #4f4d54; */
 
/* Links */
a,
a:focus,
a:hover {
  color: #f5821e;
}

/* Custom default button */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	box-shadow: none;
	border:none;
}

.btn-link, .btn-link:focus, .btn-link:hover {
	color: white;
}

.btn-outline-secondary  {
	color: #f5821e !important;
	border: 2px solid #f5821e !important;
	background-color: transparent !important;
}


.footer .row *{ 
padding-left: 0 !important;
padding-right: 0 !important;
}
#btn_rules {width: 100%; margin-left: 0 !important; border: 2px solid #f5821e;}

.footer {
	height: 3rem;
	max-width: 40rem;
	padding: 0 1.5rem;
	margin-left: auto; margin-right: auto;
	 /* background-color: rgba(128,128,128,0.5);  */
}

.footer .btn-outline-secondary,
.footer .btn-link {
		position: relative;
}
.footer .btn-outline-secondary{
    width: 8em;
}
.footer .btn-outline-secondary span,
.footer .btn-link span,
.btn span {
	margin: 0;
  position: absolute;
  top: 50%;
	width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	padding: 0 2px;
}

.btn_accept_invitation {width: 9rem !important;}	
.s1 { 
max-width: 9rem;  
width:100%; margin-left:auto; 
margin-right: auto; 
margin-bottom: 0.37rem 
!important; margin-top: 0.37rem !important; 
/* border: 1px solid yellow; */
}
#chatbox_input { max-width: unset;}
input, .s2 { max-width: 20rem; width:100%; margin: 0.37rem auto !important; 
 /* border: 1px solid red;  */
 
}
#question {font-weight: bold;}
#question_row img {width: 20rem;}
#question_row .btn span {line-height: 1rem; text-transform: none !important;}
#img_logo { max-width: 85%; width: 12rem; border:0;margin:0; padding-bottom: 2rem; padding-right: 15px;}
#img_logo.logo_start {padding: 1rem 20px 2.5rem 0;}
#img_logo.logo_start_cz, #img_logo.logo_start_sk {padding: 1rem 0 5rem 0;}
@media all and (max-width: 767px) {
	#img_logo.logo_start_cz, #img_logo.logo_start_sk { padding: 1rem 0 7rem 0;}
	html.dalsi div.logo_bottom_right_pl { text-align: right;}
	html.dalsi div.logo_bottom_left_pl { text-align: left;}

}

#img_logo.logo_with_menu {padding-bottom: 0;}
#img_logo2 { max-width: 95%; border:0;margin:0; padding-bottom: 2rem;}
#img_logo2.logo_start {padding: 1rem 0 2.5rem 0;}
#img_logo2b { max-width: 95%; border:0;margin:0; padding-bottom: 2rem;}
#img_logo2b.logo_start {padding: 1rem 0 2.5rem 0;}

.s2pass { max-width: 20rem; width:100%; margin: 0 auto !important; 
text-align: right;
font-size: 70%;
/* border: 1px solid red; */
}
.s2pass a { color: white;}


.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: black;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #f5821e;
  border:none;
	/* border: 0.05rem solid black; */
	box-shadow: none;
}
.btn_frame_question, .chat {
	cursor: pointer;
}

.dropdown-menu {
	cursor: pointer;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #f5821e;
	border:none;
  /* border: 0.05rem solid black; */
	box-shadow: none;
}
.dropdown-menu>li {
	white-space: nowrap;
	padding: .375rem .75rem;
}
.dropdown-toggle::after {
	float: right;
	margin: 0.5rem;
}
/*
 * Base structure
 */
 .btn {
		text-transform: uppercase; 
		font-weight: normal !important;
		font-size: 0.85rem !important;
		height: 2em;
		position: relative;
		/* line-height: 1rem; */
		}
 /*input, #div_chatbox_body * {text-transform: none !important;}*/
@media all and (max-width: 512px) {
	/*#btn_rules {font-size: 0.7rem !important;}*/
	
}
.footer .btn { max-width: 7rem;}
@media all and (max-width: 420px) {
	/*#btn_rules {font-size: 0.6rem !important;}*/
	.footer .btn {font-size: 0.87rem !important;}
}
@media all and (max-width: 360px) {
	.footer .btn {font-size: 0.8rem !important;}
}
@media all and (max-width: 330px) {
	.footer .btn {font-size: 0.75rem !important;}
}
@media all and (max-width: 310px) {
	.footer .btn {font-size: 0.7rem !important;}
}
@media all and (max-width: 290px) {
	.footer .btn {font-size: 0.65rem !important;}
}

h2 {font-size: 1.26rem;}



 
html,
body {
  height: 100%;
  background-color: black;
  font-size: 17px;
}
html {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: top center;
	background-attachment: fixed;
    background-size: 755px;	
}

@media all and (max-width: 767px) {
	html, body { font-size: 15px ;}
	html {background-size: cover !important;}
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  text-shadow: 0 .05rem .1rem black;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background: none;
  box-shadow: none;
}

.cover-container {
	 /* border: 1px solid red;  */
	max-width: 55em;
	width: 100%;
	
	overflow-y: auto;		/* to co pretece se nezobrazi, ale bude scroll */
	overflow-x: hidden;
	margin-bottom: 3rem; /*  misto pro paticku s tlacitky */
}

.cover-container_pl {max-width: 788px;}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
	/* border: 1px solid blue; */
	text-align: center;
}

.nav-masthead {
	/* border: 1px solid blue; */
	/*float: right;*/
	
}
.nav-masthead .nav-link {
  padding: .25rem 0.7rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

.nav-masthead .nav-link:focus,  
.nav-masthead .nav-link:hover {
  border-bottom-color: #fff;
}

/* .nav-masthead .nav-link + .nav-link { */
  /* margin-left: 1rem; */
/* } */

.nav-masthead .active {
  color: #f5821e !important;
  border-bottom-color: #f5821e !important;
}

/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
	/* border: 1px solid red; */
}



@media all and (max-width: 500px) {
	.cover {
		padding: 0;
	}
	.p-3 {
		padding: 0.5rem !important;
	}
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  /*font-weight: 700;*/
}

#answer_2_img_next, #answer_1_img_next,
#btn_matches,
#btn_chats,
#btn_invitations,
#btn_date,
#frame_question, 
#frame_registration, 
#frame_registration2, 
#frame_dashboard, 
#frame_recover, 
#frame_recover2,
#frame_matches,
#frame_chats,
#frame_chatbox,
#frame_invitations,
#frame_continue_game,
#frame_date,
#frame_date_date,
#frame_couple_invitation,
#frame_need_consent,
#btn_back, #btn_mma, #btn_logout,
#div_vizitka_0,#div_vizitka_1,#div_vizitka_2,#div_vizitka_3,#div_vizitka_4{
	display: none;
	
}
#frame_registration, #frame_continue_game {
	padding-top: 20vh;
}

#frame_registration2 div.custom-checkbox label, #frame_need_consent div.custom-checkbox label, #frame_continue_game div.custom-checkbox label {font-size: 11px;}
#frame_registration2 div.custom-checkbox, #frame_need_consent div.custom-checkbox, #frame_continue_game div.custom-checkbox {text-align: left;}
img.dve_loga {max-width: 100%; max-height: 36px;}
img.dve_loga_start {max-height: 60px !important;}

.i_fb {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url('/assets/images/facebook.png');
  background-size: contain;
  position: relative;
  top: 4px;
}

#frame_dashboard {
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 33rem;
    background-position: center center;
    height: 23rem;
}

.b1 {border: 1px solid red;}
.b2 {border: 1px solid lightblue;}
.b3 {border: 1px solid white;}
 /* td {border: 1px solid yellow;}     */

table.vizitka {
	width: 100%;
	margin-bottom: 5px;
/*	background-color: rgba(25, 25, 25, 0.4);*/
	background-color: rgba(150, 150, 150, 0.2);	

/* border: 1px solid white;	 */
	
}
table.vizitka td img, .pozvani_profil {
		max-width: 100px;
		max-height: 100px;
    padding: 5px;
}
#rande_vyhra, #rande_profil_1, #rande_profil_2 {
		max-width: 200px;
		max-height: 200px;
		margin: 1em 0;
}
.scrollable-menu {
    height: auto;
    max-height: 20em;
    overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar       {background-color:#191919;width:4px}
.scrollable-menu::-webkit-scrollbar-track {background-color:#191919}
.scrollable-menu::-webkit-scrollbar-thumb {background-color:#4f4d54;border-radius:16px;border:0}

	
#tchatbox {
	width: 100%;
/*	background-color: rgba(25, 25, 25, 0.4);	*/
	background-color: rgba(150, 150, 150, 0.2);	

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

}
#tchatbox .td_first_col{
    width: 2em;
    /* padding: 0px 1em; */
}
#btn_chatbox_date, #btn_chatbox_block {
	white-space:nowrap;
	width: 9rem;
}
#tchatbox .td_second_col {
	width: 90px;
}
#tchatbox .td_second_col img{
		max-width: 80px;
		max-height: 80px;
    padding: 5px;
}

#div_chatbox_body,#td_chatbox_input {
	padding: 0.5em 1em;
}

#div_chatbox_body div.u2 {
	text-align: right;
	color: white;
}
#div_chatbox_body div.u1, #div_chatbox_body div.u3 {
	text-align:left;
	/*color: #f5821e;*/
	color: white;
}
div.nu1, div.nu3 {
	display:none;
}

table.rande {
	width: 100%;
	background-color: rgba(150, 150, 150, 0.2);	

/*	background-color: rgba(25, 25, 25, 0.4);	*/
	margin-bottom: 1rem;
	/* filter: blur(8px); */
  /* -webkit-filter: blur(8px);	 */
	
}

table.rande .td_last_col {
	padding-right: 30px;
}
table.rande .td_first_col {
	padding-left: 30px;
}


table.pozvani, table.chat {
	margin-bottom: 5px;
	width: 100%;
	/*background-color: rgba(25, 25, 25, 0.4);	*/
	background-color: rgba(150, 150, 150, 0.2);	
	/* filter: blur(8px); */
  /* -webkit-filter: blur(8px);	 */
	
}
.div_pozvani_sablona, .div_chat_sablona {
	display: none;
}
table.pozvani .last_col {width: 11rem;}
table.chat .td_last_col {
	padding-right: 20px;
}
.chat_profil {
	max-width: 80px;
	max-height: 80px;
}

.span_matches_name, #span_rande_name_1 {
	    font-weight: 700;
}

#div_chatbox_body {
    overflow-y: auto;
    max-height: calc(100vh - 400px);
}

table.chat .td_rtext {
    text-align: right;
    padding-right: 0.5em;		
}
table.chat span.span_chats_time {
	padding-bottom: 28px;
}

table.chat span.span_new_message {
	background: transparent url('../images/62888-envelope-icon32.png') no-repeat right bottom;
}
.bullet {
	background: transparent url('../images/bullet-green-icon.png') no-repeat right bottom;
}

.pozvani_profil, #rande_profil_1, #rande_profil_2, .chat_profil {
	margin: 5px;
}

/* .btn_accept_invitation, .span_invitations_harmony { */
	/* white-space: nowrap; */
/* } */


/* td {border: 1px solid white;} */

table.vizitka .td_last_row {
	padding-bottom: 20px;
}
table.vizitka .td_last_col {
	padding-right: 30px;
}
table.vizitka .td_first_col {
	padding-left: 30px;
}
table.vizitka .td_first_row {
	padding-top: 20px;
}
.col-md img {display: block; width: 100%;}

/* div.row div {border: 1px solid red;} */

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

h1 {
  overflow: hidden;
  text-align: center;
}

h4:before,
h4:after {
  background-color: #f5821e;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 33%;
}


.input-group {
	width: 100%;
	padding: 0.5em;
	text-align: center;
}
.input-group a {
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
	
}
input {
		background-color: #191919 !important;
		color: white !important;
		border: 1px solid #4f4d54 !important;
		height: 2rem !important;
		
}
.input-group input, p.lead input{
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
}
input[type="text"]:focus, input[type="password"]:focus{
	background-color: #191919;
	color: white;
}

div.g-recaptcha div {width: unset !important;}

.btn-facebook {
	  background: #0866FF;
	  color: #fff;
		border: none;
	  /* border-width: 1px; */
	  /* border-style: solid; */
	  /* border-color: #263961;  */
}
.btn-facebook:link, .btn-facebook:visited {
	color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
	background-color: #263961;
	color: #fff;
}
	
#btnPreviewCancel:focus, #btnPreviewCancel:hover {
	text-decoration: none;
}
	
#btnPreviewCancel {
  position: relative;
	display: inline-block;
	padding: 5px;
	/* border: 1px solid red; */
	float: right;
	z-index: 100;
}	
#image-preview {
	position: absolute;
	height: 100%;
	width: 100%;
}
#image-preview2 {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #4f4d54;
	border-radius: .25rem;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: transparent;	
  color: black;
}

#image-preview2 input {
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview2 label {
  position: absolute;
  border:none;
	z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #f5821e;
  width: 90%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
	text-shadow: none;
}	
	
	
/* Mask for background, by default is not display */
#mask {
    display: none;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.popup {
	display: none;
	background: #191919;
	padding: 10px;
	border: 1px solid #4f4d54;
	min-width: 22rem;
   position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	
	z-index: 99999;
	text-align: center;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);		
	border-radius: 0.3rem;
}

.cover-container::-webkit-scrollbar       {background-color:#191919;width:4px}
.cover-container::-webkit-scrollbar-track {background-color:#191919}
.cover-container::-webkit-scrollbar-thumb {background-color:#4f4d54;border-radius:16px;border:0}

a.btn.process {
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-size: 4rem;
	background-position: -0.8rem center;
}

body.rtl {
	direction: rtl;
}

label.custom-control-label {
	display: inline;
}

.fb_row {
	display: none;
}

html.prvni div.logo_bottom_left_pl {
    background: url('/assets/pl/images/logo_bottom_left.png?v=2');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;	
}
html.prvni div.logo_bottom_right_pl {
    background: url('/assets/pl/images/logo_bottom_right.png?v=1');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;	
}

.popupx {
  display: inline-block; /* stays inline with the label text */
  position: relative;
  vertical-align: middle;
}

.popuptextx {
  visibility: hidden;
  width: 200px;
  max-width: 75vw;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  top: 50%;
  right: 125%; 
  transform: translateY(-50%); 

  opacity: 0;
  transition: opacity 0.3s;
}

.popuptextx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;  /* Arrow points to the right side of the bubble (toward the button) */
  transform: translateY(-50%);
  
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555; /* Arrow pointing left */
}

.popupx.showx .popuptextx {
  visibility: visible;
  opacity: 1;
}

div.custom-control.custom-checkbox.s2 {
	line-height: 14px;
}