html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.chatSafetyBanner,
.chatSafetyFooter,
.blockedMessageWarning,
.quickReplyBox,
.chatSafetyActions,
.inlineChatAction {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
}

.chatSafetyBanner,
.chatSafetyFooter {
  padding: 12px 14px;
  border: 1px solid #c8d8f2;
  background: #f5f9ff;
  color: #12345f;
  line-height: 1.35;
}

.blockedMessageWarning {
  padding: 12px 14px;
  border: 1px solid #f0b7b7;
  background: #fff4f4;
  color: #8a1f1f;
  font-weight: bold;
}

.quickReplyTitle {
  margin-bottom: 8px;
  font-weight: bold;
}

.quickReplyButton {
  margin: 0 8px 8px 0;
  padding: 8px 10px;
  border: 1px solid #cbdcf7;
  border-radius: 4px;
  background: #ffffff;
  color: #0966d8;
  cursor: pointer;
}

.chatSafetyActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.chatSafetyActions form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.chatSafetyActions input[type="text"],
.chatSafetyActions select {
  min-height: 34px;
  border: 1px solid #cbdcf7;
  border-radius: 4px;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

body {
	margin: 0px
}

html, body {
	background: #F0F0F0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
}

/*
ul {
    font-family: Arial;
    color:#5257E3;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 0.95em;
    font-weight: bold; 
    margin-left:0.2em;
}

li {
    font-family: Arial;
    color:#5257E3;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 0.85em;
    font-weight: normal;
    margin-left:0.2em;
}
*/
.bxy_site {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.bxy_site__header {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	background-color: #3B5998
}

.bxy_site__body {
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.bxy_verticalDragBar {
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 480px;
	width: 5px;
	cursor: col-resize;
	background-color: #EFEFEF;
	border-width: 0px 1px 0px 1px;
	border-color: #B7ADAD;
	border-style: solid; padding : 0px;
	margin: 0px;
	padding: 0px;
}

.bxy_horizontalDragBar {
	overflow: hidden;
	position: absolute;
	bottom: 295px;
	height: 5px;
	left: 0px;
	right: 0px;
	cursor: row-resize;
	background-color: #EFEFEF;
	border-width: 1px 0px 1px 0px;
	border-color: #B7ADAD;
	border-style: solid;
}

.bxy_sidecontent {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 480px;
	background-color: #FFFFFF;
}

.bxy_compiler {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 486px; //was 401
}

.bxy_compiler__header {
	display:table-row;
	overflow: hidden;
	height:0px;
	background-color: #535353;
	padding: 4px;
}

.bxy_compiler__editor-container {
	display:table-row;
	overflow: hidden;
	height:100%;
}

.bxy_compiler__editor {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.bxy_compiler__console {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 295px;
}

.bxy_compiler__console-tabs {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: 2px;
}

.bxy_dropdown {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 4px 10px 7px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	width: 150px;
	border-radius: 3px;
	border-style: solid;
}

.bxy_navigation-links {
	position: absolute;
	right: 20px;
	top: 8px;
}

.bxy_navigation-links__item {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ecffe0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
}

.bxy_textfield--small {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 4px 10px 7px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	width: 50px;
	border-radius: 3px;
	border-style: solid;
}

.bxy_button {
	padding: 4px 10px 7px;
	margin-right: 1em;
	color: #5198F8;
	text-decoration: none;
	border-radius: 3px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	cursor: pointer;
	border: 1px solid #5198F8;
	outline: 0;
	background-color: #FFFFFF;
	background-image: none;
	filter: none;
	min-width: 67px;
	margin:5px;
}

.bxy_button:hover {
	background-color: #EBEBEB;
	border: 1px solid #5198F8;
}

.bxy_button:active {
	background-color: #FFFFFF;
	border: 1px solid #5198F8;
}

.bxy_button--blue {
	color: #FFFFFF;
	background-color: #5198F8;
	border: 1px solid #5198F8;
}

.bxy_button--blue:hover {
	background-color: #3C82E0;
	border: 1px solid #3C82E0;
}

.bxy_button--blue:active {
	border: 1px solid #5198F8;
	background-color: #5198F8;
}

.bxy_button--red {
	color: #FFFFFF;
	background-color: #CC3300;
	border: 1px solid #CC3300;
}

.bxy_button--red:hover {
	background-color: #993300;
	border: 1px solid #993300;
}

.bxy_button--red:active {
	border: 1px solid #CC3300;
	background-color: #CC3300;
}

.bxy_button--green {
	color: #FFFFFF;
	background-color: #527A00;
	border: 1px solid #527A00;
}

.bxy_button--green:hover {
	background-color: #005C00;
	border: 1px solid #005C00;
}

.bxy_button--green:active {
	border: 1px solid #527A00;
	background-color: #527A00;
}

.bxy_button--spaced {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.bxy_run-status {
	width: 180px;
	background-color: #72A4D2;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	text-align: center;
	color: white;
	padding: 5px 10px 8px;
	border-radius: 3px;
	margin:5px;
}

.bxy_compiler-editor {
	width: 100%;
	height: 100%;
}

.bxy_console {
	resize: none;
	width: 100%;
	height: 100%;
	background: black;
	font-family: monospace;
	color: white;
	font-size: 12px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

.bxy_appletholder {
	width: 100%;
    height: 100%;
}

.bxy_console--gray {
	background: gray;
}

.bxy_notification-message {
	width: 100px;
	height: 25px;
	line-height: 24px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: white;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-radius: 3px;
	margin: 5px;
	position: absolute;
	padding: 7px;
	background-color: #72A4D2;
	text-align: center;
	z-index: 1000;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.bxy_init_loading_message {
	position:absolute;
	left:45%;
	top:40%;
	widht:40px;
	height:40px;
 line-height: 24px;
 font-family: Arial;
 font-weight: bold;
 font-size: 15px;
 color: white;
 border-width: 0px;
 border-style: solid;
 border-color: gray;
 border-radius: 3px;
 margin: 5px;
 padding: 7px;
 background-color: #72A4D2;
 text-align: center;
 z-index: 20000;
 opacity: 100;
}

.initOverlay {
 background-color: #e9e9e9;
 position: absolute;
 top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 z-index:1000;
 opacity: 0.5;
}

.bxy_data-table {
 width:95%;
}

.bxy_data-table__header-cell {
 border-left: 0;
 font-size: 1.2em;
 font-family: Helvetica, Arial;
 font-weight: bold;
 text-align: middle;
 overflow: hidden;
 border-right: 1px solid #F0F0F0;
 border-top: none;
 padding: 6px 12px;
 color:#eff3ed;
 border-right: 1px solid #A3A8E0;
}

.bxy_data-table__header-cell ~ .bxy_data-table__header-cell {
 border-left: none;
 vertical-align: bottom;
}

.bxy_data-table__cell {
 overflow: hidden;
 border-bottom: none;
 padding: 6px 12px;
 border-left: none;
 text-align: left;
 color:#3b3b3b;
 font-family: Helvetica, Arial;
 font-weight: 400;
 font-size: 14px;
}

.bxy_data-table__row--odd .bxy_data-table__cell {
    background-color: #E9E9E9;
}

.colorTabla0 {
    background-color: #b9b9bc;
}

.colorTabla1 {
    background-color: #9c9fb3;
}

.colorTabla2 {
    background-color: #b0b8ed;
}

.colorTabla3 {
    background-color: #d6d6fe;
}

.bxy_text-logo {
	font-family: Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 35px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
}

.bxy_text-label--white {
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}

.bxy_text--small--white {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

.bxy_public-program-header {
	background-color: #3B5998;
	height: 35px;
}

.bxy_public-program-header__source-link {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin-left: 2px;
	margin-right: 4px;
}

.bxy_public-program-header__title {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	line-height:35px;
}

.bxy_side-content-header {
	font-family: Helvetica, Arial;
	height: 1.8em;
	padding: 0.4em;
	background-color: #5FA4D2;
}

.bxy_side-content-header__text {
	font-family: Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0.2em;
}

.bxy_home-text {
	font-family: Arial;
	color: #3D4094;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-left: 0.2em;
}

.bxy_form-validation-errors {
	font-family: Lato, Helvetica;
	color: red;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	margin: 10px;
}

/* Review this styles */

#ghostbar {
	width: 5px;
	background-color: #E0DCDC;
	opacity: 0.5;
	position: absolute;
	cursor: col-resize;
	z-index: 10000;
	border-width: 0px 1px 0px 1px;
    border-color: #B7ADAD;
    border-style: solid; padding : 0px;
    margin: 0px;
    padding: 0px;
}

#ghostbar2 {
	height: 5px;
	background-color: #E0DCDC;
	opacity: 0.5;
	position: absolute;
	cursor: row-resize;
	z-index: 10000;
	border-width: 1px 0px 1px 0px;
    border-color: #B7ADAD;
    border-style: solid; padding : 0px;
    margin: 0px;
    padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana",
		"sans-serif";
	font-size: 12px;
}

.ui-corner-all {
	border-radius: 0px;
	border: 0px;
}

.ui-tabs .ui-tabs-panel {
	display: table-row;
	border-width: 0px;
	padding: 0px;
	height: 100%;
}

.ui-widget-content {
	border: 0px solid #aaaaaa;
	background: #ffffff;
}

.ui-widget-header {
	min-height: 30px;
}

#compilerNew li .ui-icon-close {
	float: left;
	margin: 0.4em 0.2em 0 0;
	cursor: pointer;
}

#compilerContainer {
	margin: 50px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 0px solid black;
}

#compilerNew {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

.editorClass {
	width: 100%;
	height: 100%;
}

#bxy_compiler__top_container {
	position:absolute;
	top:0px;
	bottom:300px;
	right:1px;
	left:0px;
    margin: 0px;
    padding: 0px;
    background-color: red;
}

#bxy_compiler__top {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

#tarp {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.myDialogClass .ui-widget-header {
  background: #3B5998;
  color:white;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-left:5px;
  min-height:18px;
}

.myDialogClass .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
    border: 1px solid black;
    color: #222222;
}

.myDialogClass .ui-widget-content {
    background: #D3DDE6;
}

.ui-dialog {
    padding:0px;
    margin-top:0px;
    border: 1px solid #7f735f;
}

.ui-dialog .ui-dialog-buttonpane {
    padding:0px;
    margin-top:0px;
    font-size:16px;
}

.bxy_progress_bar .ui-widget-header {
  min-height:8px;
  height:10px;
  color:red;
}

.bxy_progress_bar {
  color:red;
  height:10px;
}

.bxy_home-container {
	 background-color:#FFF;
	 position:absolute; 
	 left:0px; 
	 top:0px; 
	 bottom:0px; 
	 right:0px;
}	

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

.bxy_link:active {
 text-decoration:none;
}

.bxy_link {
 color: #5198F8;
 text-decoration:none;
}


/* login */

.logmod__container {
  display: block;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width:500px;
}

.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 20px;
}
.logmod__form {
  border-top: 1px solid #e5e5e5;
}

.logmod__alter .connect:last-child {
  border-radius: 0 0 4px 4px;
}

.connect {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.connect:focus, .connect:hover, .connect:visited {
  color: #FFF;
  text-decoration: none;
}
.connect__icon {
  vertical-align: middle;
  float: left;
  width: 70px;
  text-align: center;
  font-size: 22px;
}
.connect__context {
  vertical-align: middle;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.connect.facebook {
  background: #3b5998;
  color: #FFF;
}
.connect.facebook .connect__icon {
  background: #283d68;
}
.simform {
  position: relative;
}
.simform__actions {
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
}
.simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .sumbit {
  height: 48px;
  float: right;
  color: #FFF;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  background: #4CAF50;
  margin-top: 7px;
}
.simform__actions .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
  box-sizing: border-box; 
}
.simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}

.sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 4px 10px;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sminputs .input.full {
  width: 100%;
  box-sizing: border-box; 
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.sminputs .input input {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 15px;
  line-height: 19.2px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}

.btn, .simform__actions .sumbit {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  outline-offset: 0;
  font-weight: 400;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 14px;
}

.special {
  color: #f44336;
  position: relative;
  text-decoration: none;
}
.special:hover {
  text-decoration: underline;
}

strong { font-weight: bold; }

.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  width: 70%;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify_header {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 6px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #678361;
}

.notify_header:before,
.notify_header:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}

.notify_header:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}

.notify_header:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}

.notify_body {
  display: block;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 22px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:13px;
  color: rgb(49, 49, 49)
}

.successbox .notify_header { color: #678361; }
.errorbox .notify_header { color: #6f423b; }

.successbox .notify_header:before, .successbox .notify_header:after { background: #cad8a9; }
.errorbox .notify_header:before, .errorbox .notify_header:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.greenbutton {
  height: 48px;
  color: #FFF;
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  background-color: #4CAF50;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 7px;
  display: inline-block;
}

.brownbutton {
  height: 48px;
  color: #FFF;
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  background-color: #cf942f;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

#addParameter {
  height: 30px;
  color: #FFF;
  width: 80px;
  font-weight: 700;
  font-size: 16px;
  background-color: #4CAF50;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 7px;
  display: inline-block;
}

#removeParameter {
  height: 30px;
  color: #FFF;
  width: 80px;
  font-weight: 700;
  font-size: 16px;
  background-color: #ec411c;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.waitEmailConfirmationButtons {
	  white-space: nowrap;
	  text-align:center;
}

.createProjectProperties tr {
	  height:30px;
	}
	
	.editProjectProperties tr {
   height:30px;
 }
 
.termsItem {
	  font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
	  text-decoration: none;
	  word-spacing: normal;
	  text-align: left;
	  line-height: 20px;
	  margin-left: 20px;
   display: list-item;
   overflow: display; 
   margin-bottom:3px; 
}

.menuLink {
	  font-family: Helvetica, Arial;
   color: #5257E3;
   font-size:15px;
   text-decoration: none;
   line-height:17px;
   margin:10px;
}

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

.menuLink2 {
   font-family: Helvetica, Arial;
   color: #5257E3;
   font-size:15px;
   text-decoration: none;
   line-height:14px;
   margin:2px;
}

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

.homeText1 {
	  widht:100%;
	  text-align:center;
   font-family: Helvetica, Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color:#1047b7;
   margin-top:10px;
}

.homeDescription {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:45px;
   margin-right:5px;
}

.homeDescription2 {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:15px;
   margin-right:5px;
}

.homeDescription2 li {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:15px;
   margin-right:5px;
   margin-top:5px;
}

.homeSuperTitle {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 17px;
   font-weight: bold;
   color:#1F5FA7;
   padding-top:17px;
   margin-bottom:10px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   display:block;
}

.homeSuperTitle2 {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 22px;
   font-weight: bold;
   color:#1F5FA7;
   margin-top:17px;
   margin-bottom:10px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   text-align:center;
   display:block;
}


.homeTitle {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-weight: bold;
   color:#3A6244;
   margin-top:5px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   display:block;
}

.horizontalLine {
    border: none;
    height: 1px;
    background-color: #77787D;
}

h2 { 
	color: white; 
	font-family:"proxima nova", Helvetica, Arial;
	font-size: 40px; 
	font-weight: bold; 
	padding-top:5px;
	margin-bottom: 8px; 
	text-align: center;
}

body {
    background-image: url("fondo2.png");
    height:100%;
    width:100%;
}

.validationError {
  display: block;
  color: red;
  font-weight: bold; 
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}


.registerButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #C8A81F;
 min-width:200px;
 min-height:50px;
 font-weight: bold;
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
}

.loginButtonHome {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #378913;
 min-width:200px;
 min-height:50px;
 font-weight: bold; 
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
}

.moreInfoButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #605422;
 min-width:200px;
 min-height:50px;
 font-weight: bold;
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
 }


.parent { 
  text-align: center;
}

.child { 
  display: inline-block;
  margin:0px;
  padding:0px;
  width:100%;
  max-width:800px;
}

 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

.datos th {
  background-color:#C5922A;
  color: white;
  padding:6px;
  width:40%;
  font-size:15px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
} 

.datos {
  background-color:#AA801E;
  padding:6px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  margin-top:10px;
} 

.datosTextArea {
	  width:90%;
}

.datosEvenRow {
	  background-color:#ddb76b;
	  padding:4px;
	  color:#514646;
	  vertical-align:middle;
}

.datosOddRow {
	  background-color:#eac67e;
	  padding:4px;
	  color:#514646;
	  vertical-align:middle;
}

.search {
  background-color:#AA801E;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  table-layout: fixed;
} 

.search th {
  background-color:#C5922A;
  color: white;
  padding:10px;
  font-size:15px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
  text-align:left;
} 

.search td {
  padding:10px;
  vertical-align:middle;
  word-break:break-word;
} 

.searchResults th,
.searchResults td {
  box-sizing:border-box;
}

.searchColAlias {
  width:32%;
}

.searchColDistance {
  width:24%;
}

.searchColChange {
  width:18%;
}

.searchColActions {
  width:26%;
}

.searchResults th:nth-child(3),
.searchResults td:nth-child(3),
.searchResults th:nth-child(4),
.searchResults td:nth-child(4) {
  text-align:center;
}

.searchEvenRow {
   background-color:#ddb76b;
   padding:4px;
   color:#514646;
   vertical-align:middle;
}

.searchOddRow {
   background-color:#eac67e;
   padding:4px;
   padding-top:8px;
   padding-bottom:8px;
   color:#514646;
   vertical-align:middle;
}

.guardarDatosButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:200px;
 min-height:38px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.buscarDatosButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:100px;
 min-height:30px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.buscarDatosButton.disabled {
 background-color: gray;
 visibility:hidden;
}

.searchOptions {
	margin-top:10px;
}

.searchOptions td {
  background-color:#6F6338;
  padding:10px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  margin-top:20px;
  padding:4px;
  color: white;
  font-size:15px;
  font-weight: bold;
} 

.contactInfo {
  background-color:#c19740;
  padding:5px;
  width:100%;
  font-size:12px;
  vertical-align:middle;
  margin-top:10px;
  margin-bottom:5px;
} 

.contactInfo th {
  background-color:#C5922A;
  color: white;
  padding:5px;
  width:40%;
  font-size:13px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
} 

.contactInfo td {
  padding:5px;
} 

.contactInfoEvenRow {
   background-color:#ddb76b;
   padding:2px;
   color:#514646;
   vertical-align:middle;
}

.contactInfoOddRow {
   background-color:#eac67e;
   padding:2px;
   color:#514646;
   vertical-align:middle;
}

.messageTextArea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}

.mandarMensajeButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:100px;
 min-height:30px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.contactMsg {
  font-size:16px;
  font-weight:bold;
  padding:2px;
  color:#dabf80;
}

.testScroll {
	 height: 228px;
  overflow-y: auto;
}

.alertMessage {
	 font-size:16px;
  font-weight:bold;
  padding:2px;
  color:#fffd41;
  width:95%;
  vertical-align:middle;
  padding-top:10px;
  margin-bottom:2px;
}

.contactList {
  background-color:#AA801E;
  padding:10px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
} 

.contactList th {
  background-color:#674d19;
  color: white;
  padding:10px;
  width:40%;
  font-size:13px;
  vertical-align:middle;
  font-weight: bold;
} 

.contactList td {
  padding:10px;
  font-size:12px;
} 

.contactListEvenRow {
   background-color:#ddb76b;
   padding:4px;
   color:#514646;
   vertical-align:middle;
}

.contactListOddRow {
   background-color:#eac67e;
   padding:4px;
   padding-top:8px;
   padding-bottom:8px;
   color:#514646;
   vertical-align:middle;
}

.sendMessageBox {
  background-color:#c19740;
  padding:2px;
  width:100%;
  font-size:12px;
  vertical-align:middle;
  margin-top:0px;
  margin-bottom:5px;
}

.sendMessageBox td {
  padding:3px;
  color:#5a330f;
  font-size:13px;
  font-weight:bold;
} 

.scrollChatMessages {
  max-height: 160px;
  overflow-y: auto;
}

.dataErrorMessage {
	 padding:4px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  background-color:#866a2a;
  color:#efcb0a;
}

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

.homeTable2 {
  width:100%;
}

.homeTable2 td {
  vertical-align:middle;
  padding:10px;
  width:50%;
}

.pruebita {
  align:right;
  text-align:right;
}
	
.testHome {
  color:#d7bc72;
  font-size:20px;
  font-weight:bold;
  vertical-align:middle;
}	

.ayuda {
	 margin-top:10px;
  background-color:#eac67e; 	 
  width:100%;
  height:80%;
  overflow:scroll;
  overflow-x:hidden
}

.textoAyuda {
	 padding-top:10px;
  margin: 15px;
  font-size: 16px;
  color: #675611;
  padding: 5px;
  text-align: left;
  padding-bottom:10px;	 
	}
	
	.textoLegal {
  padding-top:10px;
  margin: 15px;
  font-size: 16px;
  color: #675611;
  padding: 5px;
  text-align: left;
  padding-bottom:10px; 
  text-align: justify;
  text-justify: inter-word;
 }

 .recoverPasswordButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #CFA206;
 min-width:130px;
 min-height:4px;
 font-weight: bold;
 margin:5px;
 }

 .loginButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #4CAF50;
 min-width:130px;
 min-height:4px;
 font-weight: bold;
 margin:5px;
}

.loginActions {
  text-align:center;
}



 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ede7e7;
  border: 1px solid #625353;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

 .lastRegistered {
  padding:10px;
  font-size: 14px;
  color: #e4bb0d;
  text-align: center;
 }
 
 .lastRegistered .title {
  font-weight:bold;
 }
 
.map {
  height: 400px;
  width: 100%;
}

/* Modern home */
html.homePage {
  min-height:100%;
  background-image:url("fondo1.png");
  background-size:cover;
  background-position:center;
  background-repeat:repeat;
}

.homeBody {
  min-height:100vh;
  background-image:url("fondo1.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  color:#fff;
  font-family:"proxima nova", Helvetica, Arial;
  overflow-x:hidden;
}

.homeBody::before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
}

.homeShell {
  position:relative;
  z-index:1;
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  padding:22px 0 30px;
}

.homeHero {
  min-height:auto;
  display:block;
  padding:10px 0 14px;
  text-align:center;
}

.homeLanguage {
  position:absolute;
  top:24px;
  right:0;
  display:flex;
  justify-content:flex-end;
  z-index:2;
}

.homeLanguage a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border:1px solid rgba(178, 218, 255, 0.62);
  border-radius:9px;
  background:rgba(10, 40, 82, 0.62);
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 10px 28px rgba(0, 0, 0, 0.16);
}

.homeBrand {
  text-align:left;
  width:min(520px, 44%);
  margin:0 0 22px 0;
}

.homeWordmark {
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
  color:#fff;
  font-size:54px;
  line-height:0.95;
  font-weight:900;
  font-style:italic;
  letter-spacing:0;
  text-align:left;
  text-shadow:
    0 2px 0 rgba(10, 36, 75, 0.85),
    0 8px 20px rgba(0, 0, 0, 0.42);
}

.homeWordmark > span:last-child::first-letter {
  color:#ffffff;
}

.homeBadge {
  display:flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  border:3px solid #f4c945;
  border-radius:17px 17px 22px 22px;
  background:linear-gradient(180deg, rgba(13, 61, 122, 0.98), rgba(8, 34, 80, 0.98));
  box-shadow:0 10px 22px rgba(0, 0, 0, 0.34), inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  color:#fff;
  font-size:32px;
  font-style:normal;
  transform:skew(-4deg);
}

.homeBadge::before {
  content:"★ ★ ★";
  position:absolute;
  margin-top:-84px;
  color:#f4c945;
  font-size:10px;
  letter-spacing:4px;
  text-shadow:0 2px 6px rgba(0, 0, 0, 0.34);
}

.homeTagline {
  margin:7px 0 0 74px;
  color:rgba(255, 255, 255, 0.76);
  font-size:17px;
  font-style:italic;
  text-shadow:0 2px 10px rgba(0, 0, 0, 0.32);
}

.homeHeroText h2 {
  max-width:100%;
  margin:0 auto;
  padding:0;
  color:#fff;
  font-size:32px;
  line-height:1.04;
  font-weight:800;
  letter-spacing:0;
  text-align:center;
  white-space:normal;
  overflow-wrap:break-word;
  text-shadow:0 4px 18px rgba(0, 0, 0, 0.35);
}

.homeHeroText h2 span {
  display:block;
}

.homeHeroTitleFull {
  display:block !important;
}

.homeHeroTitleLine {
  display:none !important;
}

.homeLead span {
  display:block;
}

.homeLead {
  max-width:700px;
  margin:12px auto 0;
  color:rgba(255, 255, 255, 0.84);
  font-size:20px;
  line-height:1.32;
  font-weight:normal;
  white-space:normal !important;
  overflow-wrap:break-word;
  text-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
}

.homeActions {
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  width:min(560px, 60%);
  margin:18px auto 0;
}

.homeButton {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:46px;
  padding:0 22px;
  border:1px solid rgba(255, 255, 255, 0.24);
  border-radius:10px;
  color:#fff;
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  text-align:center;
  white-space:normal;
  overflow-wrap:break-word;
  min-width:0;
  box-sizing:border-box;
  box-shadow:0 18px 35px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.homeButtonPrimary {
  background:linear-gradient(180deg, rgba(84, 194, 67, 0.96), rgba(43, 148, 49, 0.96));
  border-color:#84df58;
}

.homeButtonSecondary {
  background:linear-gradient(180deg, rgba(235, 188, 45, 0.98), rgba(180, 139, 19, 0.98));
  border-color:#ffd05a;
}

.homeButtonGhost {
  background:rgba(3, 30, 61, 0.72);
  border-color:#5eb9ff;
}

.homeButton:hover {
  filter:brightness(1.08);
}

.homeLastRegistered {
  width:min(680px, 100%);
  margin:22px auto 0;
  color:rgba(255, 255, 255, 0.75);
  font-size:15px;
  text-align:center;
  white-space:normal !important;
  overflow-wrap:anywhere;
}

.homeLastRegistered span {
  font-weight:bold;
}

.homeSteps {
  display:block;
  width:min(760px, 68%);
  margin:10px auto 0;
}

.homeStepsTitle {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:0 0 10px;
  padding:0;
  color:#fff;
  font-size:17px;
  line-height:1.2;
  font-weight:800;
  text-align:center;
  text-shadow:0 2px 12px rgba(0, 0, 0, 0.35);
}

.homeStepsTitle::before,
.homeStepsTitle::after {
  content:"✦";
  color:#ffd34d;
  font-size:18px;
}

.homeStepsTitle span {
  flex:1;
  height:2px;
  max-width:120px;
  background:linear-gradient(90deg, transparent, rgba(80, 205, 178, 0.62), transparent);
}

.homeStep {
  display:grid;
  grid-template-columns:52px 32px 1fr 16px;
  gap:10px;
  align-items:center;
  min-height:68px;
  margin:7px 0;
  padding:8px 12px;
  border:1px solid rgba(143, 190, 232, 0.4);
  border-radius:14px;
  background:rgba(9, 44, 91, 0.66);
  color:#fff;
  text-decoration:none;
  box-sizing:border-box;
  box-shadow:0 16px 34px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.homeStepIcon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:2px solid rgba(83, 156, 232, 0.58);
  border-radius:12px;
  background:rgba(23, 78, 135, 0.58);
  color:#f5dc9a;
  font-size:22px;
}

.homeStep strong {
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#2d71d1;
  color:#fff;
  font-size:18px;
  font-weight:800;
}

.homeStepTwo strong {
  background:#28a463;
}

.homeStepThree strong {
  background:#d4a422;
}

.homeStep b {
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:14px;
  line-height:1.15;
  font-weight:800;
  white-space:normal;
  overflow-wrap:break-word;
}

.homeStep small {
  display:block;
  color:rgba(255, 255, 255, 0.78);
  font-size:12px;
  line-height:1.25;
  white-space:normal;
  overflow-wrap:break-word;
}

.homeStep i {
  color:#fff;
  font-size:30px;
  font-style:normal;
  line-height:1;
}

.homeBuilt {
  margin:14px 0 0;
  color:rgba(255, 255, 255, 0.72);
  font-size:15px;
  font-style:italic;
  text-align:center;
}

.homeBuilt span {
  color:#ffd34d;
  font-size:21px;
  vertical-align:middle;
}

.homeImport {
  width:min(560px, 60%);
  margin:10px auto 0;
  padding:12px 14px;
  border:1px solid rgba(94, 185, 255, 0.52);
  border-radius:14px;
  background:rgba(3, 30, 61, 0.66);
  color:#fff;
  text-align:center;
  box-shadow:0 14px 30px rgba(0, 0, 0, 0.18);
}

.homeImport h2 {
  margin:0 0 6px;
  font-size:17px;
  line-height:1.2;
}

.homeImport p {
  margin:0 0 10px;
  color:rgba(255, 255, 255, 0.8);
  font-size:13px;
  line-height:1.3;
}

.homeImport .homeButton {
  min-height:40px;
  width:100%;
}

@media (max-width: 760px) {
  .homeShell {
    width:100%;
    padding:18px 0 22px;
    overflow:hidden;
  }

  .homeLanguage {
    position:fixed !important;
    top:22px;
    right:18px;
    z-index:9999;
  }

  .homeLanguage a {
    min-height:34px;
    padding:0 10px;
    border-radius:9px;
    font-size:13px;
  }

  .homeHero {
    padding:4px 0 8px;
  }

  .homeBrand {
    width:min(90%, 420px);
    margin:0 0 16px 18px;
  }

  .homeWordmark {
    gap:8px;
    font-size:36px;
  }

  .homeBadge {
    width:42px;
    height:42px;
    border-width:3px;
    border-radius:12px 12px 15px 15px;
    font-size:23px;
  }

  .homeBadge::before {
    margin-top:-62px;
    font-size:8px;
    letter-spacing:3px;
  }

  .homeTagline {
    margin:5px 0 0 50px;
    font-size:13px;
  }

  .homeHeroText h2 {
    max-width:360px;
    font-size:21px;
    line-height:1.12;
    white-space:nowrap !important;
  }

  .homeHeroTitleFull {
    display:block !important;
  }

  .homeHeroTitleLine {
    display:none !important;
  }

  .homeLead {
    width:min(82%, 330px);
    margin-top:11px;
    font-size:16px;
    line-height:1.28;
    text-align:center;
  }

  .homeActions {
    position:relative;
    left:-18px;
    width:min(60%, 330px);
    gap:7px;
    margin-top:14px;
  }

  .homeButton {
    min-height:46px;
    gap:9px;
    padding:0 12px;
    border-radius:11px;
    border-width:1px;
    font-size:15px;
    line-height:1.12;
  }

  .homeSteps {
    position:relative;
    left:-14px;
    width:min(72%, 380px);
    margin-top:7px;
  }

  .homeStepsTitle {
    margin-bottom:10px;
    font-size:14px;
    gap:10px;
    white-space:nowrap !important;
  }

  .homeStepsTitle::before,
  .homeStepsTitle::after {
    font-size:13px;
  }

  .homeStep {
    grid-template-columns:44px 24px minmax(0, 1fr) 10px;
    gap:8px;
    min-height:63px;
    margin:6px 0;
    padding:8px 9px;
    border-radius:11px;
  }

  .homeStepIcon {
    width:34px;
    height:34px;
    font-size:18px;
    border-radius:11px;
  }

  .homeStep strong {
    width:24px;
    height:24px;
    font-size:15px;
  }

  .homeStep b {
    margin-bottom:3px;
    font-size:12px;
  }

  .homeStep small {
    font-size:10px;
    line-height:1.2;
  }

  .homeStep i {
    font-size:24px;
  }

  .homeBuilt {
    margin-top:10px;
    font-size:13px;
  }

  .homeBuilt span {
    font-size:18px;
  }

  .homeImport {
    position:relative;
    left:-18px;
    width:min(60%, 330px);
    margin-top:8px;
    padding:10px;
  }

  .homeImport h2 {
    font-size:13px;
  }

  .homeImport p {
    font-size:11px;
  }

  .homeLastRegistered {
    display:none;
  }
}

/* Modern app screens */
html.appPage {
  min-height:100%;
  background-image:url("fondo2.png");
  background-size:cover;
  background-position:center;
  background-repeat:repeat;
}

.appBody {
  min-height:100vh;
  background:
    url("fondo2.png") center/cover;
  background-repeat:repeat;
  color:#fff;
}

.appBody h2.figutin {
  margin:0;
  padding:18px 12px 14px;
  font-size:42px;
  line-height:1;
  text-shadow:0 3px 14px rgba(0, 0, 0, 0.35);
}

.appBody .topnav {
  width:min(960px, calc(100% - 24px));
  margin:0 auto 14px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:4px;
  background:#1877f2;
  border:1px solid rgba(255, 255, 255, 0.14);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0, 0, 0, 0.18);
}

.appBody .topnav a {
  float:none;
  flex:1 1 auto;
  min-width:82px;
  padding:12px 10px;
  font-size:15px;
  line-height:1;
  box-sizing:border-box;
}

.appBody .topnav a.active,
.appBody .topnav .active {
  background:#0f5fc7;
}

.appBody .parent {
  width:min(960px, calc(100% - 24px));
  margin:0 auto;
  text-align:initial;
}

.appBody .child {
  width:100%;
  max-width:none;
  display:block;
}

.appBody .logmod__container,
.appBody .notify {
  width:min(500px, calc(100% - 24px));
  margin:10px auto 28px;
  border-radius:8px;
  box-shadow:0 18px 42px rgba(0, 0, 0, 0.22);
  background:#fff;
}

.appBody .logmod__container {
  overflow:hidden;
}

.appBody .logmod__heading {
  background:#f5f8ff;
}

.appBody .logmod__heading-subtitle {
  color:#51606b;
}

.appBody .logmod__form {
  border-top:1px solid #dce5f5;
}

.appBody .sminputs {
  border-bottom:1px solid #dce5f5;
}

.appBody .sminputs .input {
  padding:12px 14px;
}

.appBody .sminputs .input label {
  color:#365899;
  letter-spacing:0;
}

.appBody .sminputs .input input {
  min-height:34px;
  padding:6px 0;
  color:#1f2f3a;
  cursor:text;
}

.appBody .sminputs .input input,
.appBody select,
.appBody textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
}

.appBody textarea,
.appBody select {
  border:1px solid #ccd9ee;
  border-radius:6px;
  box-sizing:border-box;
  background:#fff;
  color:#1f2f3a;
  padding:8px;
}

.appBody .datos,
.appBody .search,
.appBody .contactInfo,
.appBody .contactList,
.appBody .sendMessageBox,
.appBody .searchOptions,
.appBody .ayuda {
  border-radius:0;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0, 0, 0, 0.18);
  background:#fff;
}

.appBody a {
  color:#1877f2;
  font-weight:bold;
}

.appBody .topnav a {
  color:#f8faf7;
  font-weight:bold;
}

.appBody .datos,
.appBody .search,
.appBody .contactInfo,
.appBody .contactList {
  border-collapse:separate;
  border-spacing:0;
}

.appBody .datos th,
.appBody .search th,
.appBody .contactInfo th,
.appBody .contactList th {
  background:#4267b2;
  color:#fff;
  border-bottom:1px solid rgba(255, 255, 255, 0.12);
}

.appBody .datosEvenRow,
.appBody .searchEvenRow,
.appBody .contactInfoEvenRow,
.appBody .contactListEvenRow {
  background:#eef4ff;
  color:#1c1e21;
}

.appBody .datosOddRow,
.appBody .searchOddRow,
.appBody .contactInfoOddRow,
.appBody .contactListOddRow {
  background:#ffffff;
  color:#1c1e21;
}

.appBody .search tr:hover td,
.appBody .contactList tr:hover td {
  background:#dfeaff;
}

.appBody .datos td,
.appBody .search td,
.appBody .contactInfo td,
.appBody .contactList td {
  border-bottom:1px solid #dce5f5;
}

.appBody .searchOptions {
  width:100%;
  margin:0 0 10px;
  background:#4267b2;
}

.appBody .searchOptions td {
  width:auto;
  padding:8px;
  background:transparent;
  color:#f8faf7;
}

.appBody .searchOptions select {
  min-width:120px;
  padding:6px;
}

.appBody .sendMessageBox {
  background:#f5f8ff;
}

.appBody .sendMessageBox td {
  color:#1c1e21;
}

.appBody .contactInfo,
.appBody .contactList {
  margin-top:10px;
}

.appBody .scrollChatMessages,
.appBody .testScroll {
  background:#fff;
  border-radius:0;
}

.appBody .datosTextArea,
.appBody .messageTextArea {
  width:100%;
}

.appBody .guardarDatosButton,
.appBody .buscarDatosButton,
.appBody .mandarMensajeButton,
.appBody .loginButton,
.appBody .simform__actions .sumbit {
  border-radius:6px;
  background:#1877f2;
  color:#fff;
  transition:filter 0.15s ease, transform 0.15s ease;
  box-shadow:0 2px 8px rgba(24, 119, 242, 0.22);
}

.appBody .recoverPasswordButton {
  border-radius:6px;
  background:#4267b2;
  color:#fff;
}

.appBody .guardarDatosButton:hover,
.appBody .buscarDatosButton:hover,
.appBody .mandarMensajeButton:hover,
.appBody .loginButton:hover,
.appBody .recoverPasswordButton:hover,
.appBody .simform__actions .sumbit:hover {
  filter:brightness(1.06);
  transform:translateY(-1px);
}

.appBody .alertMessage,
.appBody .dataErrorMessage {
  border-radius:6px;
  margin:8px 0;
  background:#e7f3ff;
  color:#0f5fc7;
}

.appBody .dataActionButton {
  display:inline-block;
  border-radius:6px;
  background:#1877f2;
  color:#fff;
  padding:10px 12px;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(24, 119, 242, 0.22);
}

.appBody .albumSummary {
  display:inline-block;
  margin-left:12px;
  color:#51606b;
  line-height:1.4;
}

.appBody .stickerEntry {
  background:#fff;
  color:#1c1e21;
  box-shadow:0 14px 34px rgba(0, 0, 0, 0.18);
  margin-bottom:28px;
}

.appBody .stickerEntryHeader {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-bottom:1px solid #dce5f5;
  background:#f5f8ff;
}

.appBody .stickerEntryHeader h3 {
  margin:0 0 6px;
  font-size:22px;
  font-weight:bold;
  color:#1f2f3a;
}

.appBody .saveState {
  color:#51606b;
  font-size:13px;
}

.appBody .saveState.saving {
  color:#996a00;
}

.appBody .saveState.error {
  color:#b00020;
}

.appBody .stickerFilters {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr)) minmax(180px, 1.4fr);
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid #dce5f5;
}

.appBody .filterButton,
.appBody .quantityButton {
  border:1px solid #ccd9ee;
  border-radius:6px;
  background:#fff;
  color:#1877f2;
  font-weight:bold;
  cursor:pointer;
}

.appBody .filterButton {
  min-height:38px;
}

.appBody .filterButton.active {
  background:#1877f2;
  border-color:#1877f2;
  color:#fff;
}

.appBody .stickerFilters input {
  min-height:38px;
  border:1px solid #ccd9ee;
  border-radius:6px;
  padding:0 10px;
  box-sizing:border-box;
  color:#1f2f3a;
}

.appBody .stickerCategory {
  padding:14px;
  border-bottom:1px solid #dce5f5;
}

.appBody .stickerCategory h4 {
  margin:0 0 12px;
  font-size:20px;
  font-weight:bold;
  color:#1f2f3a;
}

.appBody .stickerGrid {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(118px, 1fr));
  gap:8px;
}

.appBody .stickerTile {
  border:1px solid #dce5f5;
  border-radius:6px;
  background:#f8fbff;
  padding:7px;
  display:grid;
  gap:6px;
  justify-items:center;
}

.appBody .stickerCode {
  min-height:18px;
  font-weight:bold;
  color:#1f2f3a;
  overflow-wrap:anywhere;
  text-align:center;
}

.appBody .quantityControl {
  display:grid;
  grid-template-columns:32px minmax(24px, 1fr) 32px;
  align-items:center;
  justify-self:stretch;
  gap:4px;
}

.appBody .quantityButton {
  width:32px;
  height:32px;
  font-size:20px;
  line-height:1;
}

.appBody .quantityValue {
  min-width:36px;
  text-align:center;
  font-weight:bold;
}

.appBody .ayuda {
  height:auto;
  max-height:none;
  margin-bottom:28px;
  background:#fff;
  padding:6px 0;
}

.appBody .textoAyuda,
.appBody .textoLegal {
  line-height:1.5;
  color:#1c1e21;
}

.appBody .map {
  min-height:360px;
}

@media (max-width: 680px) {
  .appBody h2.figutin {
    font-size:36px;
    padding-top:14px;
  }

  .appBody .topnav {
    width:calc(100% - 16px);
    margin-bottom:10px;
  }

  .appBody .topnav a {
    min-width:33.333%;
    font-size:14px;
    padding:11px 6px;
  }

  .appBody .parent {
    width:calc(100% - 16px);
  }

  .appBody .datos,
  .appBody .datos tbody,
  .appBody .datos tr,
  .appBody .datos th,
  .appBody .datos td {
    display:block;
    width:100%;
    box-sizing:border-box;
  }

  .appBody .datos th {
    padding:9px 10px 4px;
    border-bottom:0;
    text-align:left;
    background:#4267b2;
  }

  .appBody .datos td {
    padding:8px 10px 12px;
  }

  .appBody .search th,
  .appBody .search td,
  .appBody .contactList th,
  .appBody .contactList td {
    padding:8px 6px;
    font-size:12px;
  }

  .appBody .contactInfo,
  .appBody .contactInfo tbody,
  .appBody .contactInfo tr,
  .appBody .contactInfo th,
  .appBody .contactInfo td {
    display:block;
    width:100%;
    box-sizing:border-box;
  }

  .appBody .contactInfo th {
    padding:9px 10px 4px;
    text-align:left;
  }

  .appBody .contactInfo td {
    padding:8px 10px 12px;
  }

  .searchColAlias {
    width:30%;
  }

  .searchColDistance {
    width:24%;
  }

  .searchColChange {
    width:18%;
  }

  .searchColActions {
    width:28%;
  }

  .appBody .searchOptions tr,
  .appBody .searchOptions td {
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:left;
  }

  .appBody .buscarDatosButton {
    width:100%;
  }

  .appBody .simform__actions .sumbit,
  .appBody .simform__actions-sidetext {
    width:100%;
    float:none;
    display:block;
  }

  .appBody .loginActions {
    display:grid;
    gap:8px;
    padding:10px;
  }

  .appBody .loginButton,
  .appBody .recoverPasswordButton {
    width:100%;
    margin:0;
  }

  .appBody .albumSummary {
    display:block;
    margin:10px 0 0;
  }

  .appBody .stickerEntryHeader {
    align-items:flex-start;
  }

  .appBody .stickerFilters {
    grid-template-columns:1fr 1fr;
  }

  .appBody .stickerFilters input {
    grid-column:1 / -1;
  }

  .appBody .stickerGrid {
    grid-template-columns:repeat(auto-fill, minmax(112px, 1fr));
  }
}

/* Search app redesign */
.searchAppPage,
.searchAppBody {
  min-height:100%;
  background:#061d3c url("fondo2.png") center/cover fixed;
}

.searchAppBody {
  padding-bottom:96px;
  color:#fff;
  overflow-x:hidden;
}

.searchAppBody * {
  box-sizing:border-box;
}

.searchAppBody::before {
  content:none;
}

.searchAppShell {
  position:relative;
  z-index:1;
  width:min(760px, calc(100% - 28px));
  margin:0 auto;
  padding:28px 0 18px;
}

.searchAppHeader {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}

.searchAppBrand {
  display:flex;
  align-items:center;
  gap:14px;
}

.searchAppBadge {
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  border:3px solid #d7edff;
  border-radius:18px 18px 24px 24px;
  background:linear-gradient(180deg, rgba(12, 78, 166, 0.96), rgba(6, 35, 92, 0.96));
  box-shadow:0 12px 26px rgba(0, 0, 0, 0.34);
  font-size:34px;
}

.searchAppBrand h1 {
  margin:0;
  color:#fff;
  font-size:54px;
  line-height:0.95;
  font-weight:900;
  font-style:italic;
  letter-spacing:0;
  text-shadow:0 6px 18px rgba(0, 0, 0, 0.34);
}

.searchAppBrand p {
  margin:6px 0 0;
  color:rgba(255, 255, 255, 0.84);
  font-size:19px;
  font-style:italic;
}

.searchAppHeaderActions {
  display:flex;
  gap:12px;
}

.searchAppHeaderActions a {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:1px solid rgba(143, 190, 232, 0.38);
  border-radius:50%;
  background:rgba(6, 37, 87, 0.58);
  color:#fff;
  text-decoration:none;
  font-size:28px;
}

.searchAppHeaderActions a span {
  position:absolute;
  top:-6px;
  right:2px;
  min-width:22px;
  height:22px;
  border-radius:50%;
  background:#167dff;
  color:#fff;
  font-size:12px;
  line-height:22px;
  text-align:center;
}

.searchPanel,
.resultCard {
  border:1px solid rgba(62, 154, 255, 0.56);
  background:rgba(5, 35, 86, 0.78);
  box-shadow:0 18px 42px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter:blur(8px);
}

.searchPanel {
  padding:24px;
  border-radius:22px;
}

.searchPanel h2,
.searchResultsHeader h2 {
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
  color:#fff;
  font-size:27px;
  line-height:1.2;
  text-align:left;
  white-space:normal;
}

.searchPanel h2 span {
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:12px;
  background:#167dff;
}

.searchModernForm {
  display:grid;
  gap:14px;
  margin-top:22px;
}

.searchFieldLabel {
  color:#fff;
  font-size:19px;
  font-weight:normal;
}

.searchSelectWrap {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:0 16px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:16px;
  background:rgba(3, 28, 71, 0.72);
}

.searchSelectWrap span {
  font-size:29px;
}

.searchSelectWrap select {
  flex:1;
  min-width:0;
  border:0;
  background:transparent;
  color:#fff;
  font-size:21px;
  outline:0;
}

.searchSelectWrap select option {
  color:#1c1e21;
}

.radiusSegment {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:16px;
  overflow:hidden;
  background:rgba(3, 28, 71, 0.72);
}

.radiusSegment button {
  min-width:0;
  min-height:54px;
  border:0;
  border-right:1px solid rgba(143, 190, 232, 0.22);
  background:transparent;
  color:#fff;
  font-size:19px;
  font-weight:bold;
  cursor:pointer;
}

.radiusSegment button:last-child {
  border-right:0;
}

.radiusSegment button.active {
  background:linear-gradient(180deg, #17a7ff, #1674ff);
  box-shadow:0 10px 28px rgba(22, 125, 255, 0.34);
}

.searchNowButton {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:68px;
  border:1px solid rgba(79, 210, 255, 0.72);
  border-radius:17px;
  background:linear-gradient(90deg, #10c7ff, #136dff);
  color:#fff;
  font-size:24px;
  font-weight:800;
  box-shadow:0 12px 26px rgba(18, 118, 255, 0.35);
  cursor:pointer;
}

.searchNowButton span {
  font-size:36px;
}

.searchNowButton.disabled {
  opacity:0.58;
  cursor:not-allowed;
}

.searchNotice {
  position:relative;
  z-index:1;
  margin:14px 0;
  padding:12px 14px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:14px;
  background:rgba(231, 243, 255, 0.94);
  color:#0d4f9e;
  line-height:1.35;
}

.searchResultsModern {
  margin-top:24px;
}

.searchResultsHeader {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.searchResultsHeader h2 {
  font-size:25px;
}

.searchResultsHeader h2 span {
  color:#167dff;
  letter-spacing:-4px;
}

.searchResultsHeader > span {
  padding:8px 14px;
  border-radius:18px;
  background:rgba(22, 95, 190, 0.58);
  color:#cfe1ff;
  font-size:16px;
  white-space:nowrap;
}

.resultCards {
  display:grid;
  gap:13px;
}

.resultCard {
  display:grid;
  grid-template-columns:108px 1fr 176px;
  gap:16px;
  align-items:center;
  min-height:126px;
  padding:16px;
  border-radius:18px;
}

.resultAvatar {
  position:relative;
  width:92px;
  height:92px;
  border-radius:50%;
  background:linear-gradient(180deg, #f6f9ff, #cddcf0);
  color:#0d3b79;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:44px;
  font-weight:900;
}

.resultAvatar i {
  position:absolute;
  right:2px;
  bottom:4px;
  width:20px;
  height:20px;
  border:3px solid #fff;
  border-radius:50%;
  background:#32c857;
}

.resultInfo {
  min-width:0;
}

.resultTitleRow {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:4px;
}

.resultTitleRow h3 {
  margin:0;
  color:#fff;
  font-size:24px;
  font-weight:900;
  overflow-wrap:anywhere;
}

.matchBadge {
  padding:6px 12px;
  border-radius:16px;
  background:#28965d;
  color:#fff;
  font-weight:bold;
  white-space:nowrap;
}

.matchBadge.one {
  background:#d59f19;
}

.matchBadge.many {
  background:#7146d9;
}

.resultDistance {
  margin:0 0 8px;
  color:#a9c4eb;
  font-size:18px;
}

.resultInfo p {
  margin:3px 0;
  color:#fff;
  font-size:17px;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.resultInfo b {
  color:#51a7ff;
}

.resultInfo p:last-child b {
  color:#67e06b;
}

.resultActions {
  display:grid;
  gap:10px;
}

.matchesButton,
.contactButton {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  border-radius:13px;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  box-sizing:border-box;
  min-width:0;
}

.matchesButton {
  border:1px solid rgba(143, 190, 232, 0.5);
  background:rgba(5, 28, 66, 0.72);
  color:#fff;
  cursor:pointer;
}

.contactButton {
  border:1px solid rgba(79, 163, 255, 0.72);
  background:linear-gradient(180deg, #168dff, #126dff);
  color:#fff !important;
}

.albumStats,
.profileInfoGrid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}

.albumStats div,
.profileInfoGrid div {
  min-height:78px;
  padding:12px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:15px;
  background:rgba(3, 28, 71, 0.72);
}

.albumStats strong,
.profileInfoGrid strong {
  display:block;
  color:#fff;
  font-size:28px;
  font-weight:900;
  overflow-wrap:anywhere;
}

.albumStats span,
.profileInfoGrid span {
  display:block;
  margin-top:6px;
  color:#a9c4eb;
  font-size:14px;
}

.categoryStats,
.shareLists {
  display:grid;
  gap:9px;
}

.categoryStats h3,
.shareLists h3 {
  margin:0;
  color:#fff;
  font-size:17px;
}

.categoryStats div,
.shareLists section {
  padding:10px 12px;
  border:1px solid rgba(143, 190, 232, 0.32);
  border-radius:13px;
  background:rgba(3, 28, 71, 0.58);
}

.categoryStats div {
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 10px;
}

.categoryStats span,
.categoryStats b,
.categoryStats small,
.shareLists p {
  color:#d7e7ff;
}

.categoryStats small {
  grid-column:1 / -1;
}

.shareLists p {
  margin:6px 0 0;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.deleteRequestForm {
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(143, 190, 232, 0.24);
}

.deleteRequestButton {
  border-color:rgba(248, 113, 113, 0.7);
  background:rgba(153, 45, 55, 0.76);
}

.searchSortHint {
  margin:-6px 0 12px;
  color:#a9c4eb;
  font-size:14px;
}

.profileInfoGrid {
  grid-template-columns:1fr 1fr;
}

.profileInfoGrid strong {
  font-size:18px;
}

.albumLoadButton {
  color:#fff !important;
  text-decoration:none;
}

.albumSaveButton,
.profileLogoutButton {
  min-height:48px;
}

.albumShareButton,
.installAppButton {
  min-height:48px;
}

.albumShareText {
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}

.albumShareNotice {
  margin:0;
}

.installAppButton {
  width:100%;
  color:#fff !important;
  background:rgba(5, 28, 66, 0.72);
}

.searchAppBody .stickerEntry {
  border:1px solid rgba(62, 154, 255, 0.56);
  border-radius:22px;
  overflow:visible;
  background:rgba(5, 35, 86, 0.78);
  box-shadow:0 18px 42px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter:blur(8px);
}

.stickersBody {
  padding-bottom:150px;
}

.stickersBody .searchAppShell {
  padding-bottom:110px;
}

.stickersBody .stickerEntry {
  margin-bottom:130px;
}

.searchAppBody .stickerEntryHeader {
  background:rgba(3, 28, 71, 0.72);
  border-bottom:1px solid rgba(143, 190, 232, 0.3);
}

.stickerHeaderActions {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.searchAppBody .stickerEntryHeader h3 {
  color:#fff;
}

.searchAppBody .saveState {
  color:#a9c4eb;
}

.searchAppBody .saveState.saving {
  color:#ffd34d;
}

.searchAppBody .saveState.error {
  color:#ff9b9b;
}

.searchAppBody .dataActionButton {
  border:1px solid rgba(143, 190, 232, 0.5);
  border-radius:12px;
  background:rgba(5, 28, 66, 0.72);
  color:#fff;
}

.searchAppBody .stickerFilters {
  background:rgba(5, 35, 86, 0.72);
  border-bottom:1px solid rgba(143, 190, 232, 0.3);
}

.searchAppBody .filterButton {
  min-height:40px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:10px;
  background:rgba(3, 28, 71, 0.72);
  color:#d7e7ff;
}

.searchAppBody .filterButton.active {
  border-color:#4fd2ff;
  background:linear-gradient(180deg, #17a7ff, #1674ff);
  color:#fff;
}

.searchAppBody .stickerFilters input {
  background:rgba(3, 28, 71, 0.72);
  border-color:rgba(143, 190, 232, 0.42);
  color:#fff;
}

.searchAppBody .stickerFilters input::placeholder {
  color:#a9c4eb;
}

.quickImportPanel {
  display:grid;
  gap:12px;
  padding:14px 16px 16px;
  border-bottom:1px solid rgba(143, 190, 232, 0.3);
  background:rgba(2, 20, 52, 0.88);
}

.quickImportPanel[hidden] {
  display:none;
}

.quickImportPanel h4 {
  margin:0;
  color:#fff;
  font-size:18px;
}

.quickImportPanel p {
  margin:0;
  color:#cfe1ff;
  line-height:1.35;
}

.quickImportPanel textarea {
  width:100%;
  min-height:160px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:12px;
  background:rgba(3, 28, 71, 0.72);
  color:#fff;
  padding:12px;
  resize:vertical;
  font-size:14px;
  line-height:1.35;
}

.quickImportPanel textarea::placeholder {
  color:#a9c4eb;
}

.quickImportSummary {
  min-height:20px;
  color:#bdf2c6;
  font-weight:700;
  line-height:1.35;
}

.quickImportSummary.error {
  color:#ffb8b8;
}

.quickImportActions {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
}

.quickImportActions .filterButton:disabled {
  opacity:0.45;
  cursor:not-allowed;
}

.searchAppBody .stickerCategory {
  border-bottom:1px solid rgba(143, 190, 232, 0.22);
}

.searchAppBody .stickerCategory h4 {
  color:#fff;
}

.searchAppBody .stickerTile {
  border:1px solid rgba(143, 190, 232, 0.32);
  background:rgba(3, 28, 71, 0.72);
  transition:background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.searchAppBody .stickerTile.hasSticker {
  border-color:#69dc7a;
  background:linear-gradient(180deg, rgba(47, 174, 91, 0.95), rgba(20, 112, 63, 0.95));
  box-shadow:0 10px 22px rgba(43, 170, 87, 0.2);
}

.searchAppBody .stickerTile.hasDuplicate {
  border-color:#b78cff;
  background:linear-gradient(180deg, rgba(126, 85, 230, 0.96), rgba(69, 49, 151, 0.96));
  box-shadow:0 10px 22px rgba(126, 85, 230, 0.22);
}

.searchAppBody .stickerCode,
.searchAppBody .quantityValue {
  color:#fff;
}

.searchAppBody .quantityButton {
  border-color:rgba(214, 232, 255, 0.62);
  background:rgba(255, 255, 255, 0.12);
  color:#fff;
}

.searchAppBody .stickerTile.hasSticker .quantityButton,
.searchAppBody .stickerTile.hasDuplicate .quantityButton {
  background:rgba(255, 255, 255, 0.18);
  border-color:rgba(255, 255, 255, 0.44);
}

.appBottomNav {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:20;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  min-height:78px;
  padding:8px max(14px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-right));
  border-top:1px solid rgba(143, 190, 232, 0.22);
  background:rgba(3, 23, 55, 0.94);
  backdrop-filter:blur(10px);
  box-sizing:border-box;
}

.appBottomNav a {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  color:#aab9d4;
  text-decoration:none;
  font-size:14px;
}

.appBottomNav a span {
  font-size:28px;
  line-height:1;
}

.appBottomNav a.active {
  color:#fff;
  font-weight:bold;
}

@media (max-width: 680px) {
  html.searchAppPage,
  .searchAppBody { width:100vw !important; max-width:100vw !important; padding-bottom:84px; overflow-x:hidden !important; }
  .searchAppShell { width:calc(100vw - 68px) !important; max-width:420px !important; margin:0 0 0 14px !important; padding:20px 0 18px; overflow:hidden; box-sizing:border-box; }
  .searchPanel,
  .searchResultsModern { width:100%; }
  .searchAppHeader { margin-bottom:18px; }
  .searchAppBadge { width:46px; height:46px; border-radius:14px 14px 18px 18px; font-size:25px; }
  .searchAppBrand { gap:10px; }
  .searchAppBrand h1 { font-size:40px; }
  .searchAppBrand p { font-size:15px; }
  .searchAppHeaderActions { gap:8px; }
  .searchAppHeaderActions a { width:38px; height:38px; font-size:18px; }
  .searchPanel { padding:16px; border-radius:18px; }
  .searchPanel h2 { font-size:22px; }
  .searchPanel h2 span { width:36px; height:36px; }
  .searchFieldLabel { font-size:16px; }
  .searchSelectWrap { min-height:54px; border-radius:14px; }
  .searchSelectWrap select { font-size:18px; }
  .radiusSegment button { min-height:48px; padding:0 4px; font-size:15px; }
  .searchNowButton { min-height:58px; font-size:20px; }
  .searchResultsHeader h2 { font-size:21px; }
  .searchResultsHeader > span { font-size:14px; }
  .resultCard { grid-template-columns:72px 1fr; gap:12px; align-items:start; min-height:0; padding:14px; }
  .resultAvatar { width:66px; height:66px; font-size:32px; }
  .resultAvatar i { width:16px; height:16px; }
  .resultTitleRow { align-items:flex-start; flex-wrap:wrap; gap:6px; }
  .resultTitleRow h3 { font-size:21px; }
  .matchBadge { padding:5px 9px; font-size:13px; }
  .resultDistance { font-size:16px; }
  .resultInfo p { font-size:15px; }
  .resultActions { grid-column:1 / -1; grid-template-columns:1fr 1fr; margin-top:8px; }
  .matchesButton, .contactButton { min-height:44px; font-size:15px; }
  .albumStats { grid-template-columns:1fr 1fr 1fr; gap:8px; }
  .albumStats div { min-height:64px; padding:9px; }
  .albumStats strong { font-size:22px; }
  .albumStats span { font-size:12px; }
  .profileInfoGrid { grid-template-columns:1fr; }
  .profileInfoGrid div { min-height:62px; }
  .profileInfoGrid strong { font-size:16px; }
  .searchAppBody .stickerFilters { grid-template-columns:1fr 1fr; }
  .searchAppBody .stickerFilters input { grid-column:1 / -1; }
  .stickerHeaderActions { width:100%; justify-content:stretch; }
  .stickerHeaderActions .dataActionButton { flex:1; text-align:center; }
  .quickImportActions { grid-template-columns:1fr; }
  .searchAppBody .stickerGrid { grid-template-columns:repeat(3, minmax(0, 1fr)); gap:7px; }
  .searchAppBody .stickerTile { min-width:0; padding:6px; gap:5px; }
  .searchAppBody .stickerCode { font-size:13px; }
  .searchAppBody .quantityControl { grid-template-columns:26px minmax(18px, 1fr) 26px; gap:3px; }
  .searchAppBody .quantityButton { width:26px; height:28px; font-size:17px; }
  .searchAppBody .quantityValue { min-width:18px; font-size:13px; }
  .searchAppBody .stickerEntryHeader a.dataActionButton { display:none; }
  .stickersBody { padding-bottom:170px !important; }
  .stickersBody .searchAppShell { padding-bottom:130px !important; overflow:visible !important; }
  .stickersBody .stickerEntry { margin-bottom:150px; }
  .appBottomNav { width:100vw !important; max-width:100vw !important; min-height:70px; overflow:hidden; }
  .appBottomNav a { min-width:0; font-size:11px; }
  .appBottomNav a span { font-size:22px; }
}

.authAppShell {
  max-width:620px;
}

.authPanel .searchNowButton,
.authPanel .matchesButton {
  width:100%;
  border:0;
  text-decoration:none;
}

.panelLead {
  margin:0;
  color:#cfe1ff;
  line-height:1.45;
}

.modernTextInput,
.searchAppBody .chatSafetyActions input[type="text"],
.searchAppBody .chatSafetyActions select,
.searchAppBody .messageTextArea {
  width:100%;
  min-height:52px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:14px;
  background:rgba(3, 28, 71, 0.72);
  color:#fff;
  padding:12px 14px;
  font-size:17px;
  outline:0;
}

.modernTextInput::placeholder,
.searchAppBody .messageTextArea::placeholder {
  color:#a9c4eb;
}

.modernCheck {
  display:flex;
  align-items:center;
  gap:10px;
  color:#d7e7ff;
  line-height:1.3;
}

.modernCheck input {
  width:20px;
  height:20px;
}

.authActions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.authSecondaryButton,
.profileAdminButton {
  color:#fff !important;
  background:rgba(5, 28, 66, 0.72);
}

.legalActions,
.adminActionRow {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0;
}

.legalActions .matchesButton,
.adminActionRow .matchesButton {
  min-width:130px;
  padding:0 16px;
  color:#fff;
}

.adminSettingBox {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:14px 0 18px;
  padding:14px;
  border:1px solid rgba(84, 159, 255, 0.38);
  border-radius:14px;
  background:rgba(3, 28, 71, 0.68);
}

.adminSettingBox .modernCheck {
  flex:1;
  align-items:flex-start;
}

.adminSettingBox strong,
.adminSettingBox small {
  display:block;
}

.adminSettingBox small {
  margin-top:4px;
  color:#adc7ec;
}

.adminSettingBox .matchesButton {
  min-width:120px;
  width:auto;
  height:44px;
  min-height:44px;
}

.adminInlineForm {
  margin:0;
}

.adminLinkButton {
  min-height:32px;
  border:1px solid rgba(143, 190, 232, 0.5);
  border-radius:10px;
  background:rgba(8, 54, 119, 0.72);
  color:#dff0ff;
  padding:6px 10px;
  font:inherit;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}

.adminLinkButton:hover {
  background:rgba(22, 125, 255, 0.38);
  color:#ffffff;
}

.adminStatusButton.isActive {
  border-color:rgba(74, 222, 128, 0.68);
  background:rgba(22, 129, 78, 0.74);
  color:#eafff0;
}

.adminStatusButton.isActive:hover {
  background:rgba(34, 197, 94, 0.82);
}

.adminStatusButton.isBlocked {
  border-color:rgba(248, 113, 113, 0.7);
  background:rgba(153, 45, 55, 0.76);
  color:#fff0f0;
}

.adminStatusButton.isBlocked:hover {
  background:rgba(220, 65, 75, 0.86);
}

.adminTableActions {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.adminTableActions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 10px;
  border:1px solid rgba(143, 190, 232, 0.5);
  border-radius:10px;
  background:rgba(5, 28, 66, 0.72);
  color:#dff0ff !important;
  font-weight:800;
  text-decoration:none;
}

.adminTableActions a:hover {
  background:rgba(22, 125, 255, 0.38);
  color:#ffffff !important;
}

.adminFilterForm {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 180px 140px;
  gap:10px;
  margin:12px 0;
}

.adminMetricGrid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  margin:14px 0;
}

.adminMetricGrid div {
  min-height:82px;
  padding:14px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:15px;
  background:rgba(3, 28, 71, 0.72);
}

.adminMetricGrid strong {
  display:block;
  color:#fff;
  font-size:30px;
  font-weight:900;
}

.adminMetricGrid span {
  display:block;
  margin-top:6px;
  color:#a9c4eb;
  font-size:14px;
}

.searchAppBody .ayuda {
  width:100%;
  margin:18px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:#d7e7ff;
  box-shadow:none;
}

.searchAppBody .textoAyuda,
.searchAppBody .textoLegal {
  margin:0 0 13px;
  color:#d7e7ff;
  font-size:16px;
  line-height:1.48;
  text-align:left;
}

.searchAppBody .textoAyuda b,
.searchAppBody .textoLegal b,
.searchAppBody .legalStrong {
  color:#fff;
  font-weight:800;
}

.helpMapTitle {
  margin:20px 0 12px;
  color:#fff;
  font-size:18px;
  font-weight:800;
  text-align:center;
}

.searchAppBody .map {
  width:100%;
  height:360px;
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:16px;
  overflow:hidden;
}

.modernTableWrap {
  width:100%;
  overflow-x:auto;
  margin-top:16px;
  border:1px solid rgba(143, 190, 232, 0.28);
  border-radius:16px;
}

.modernTable {
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  color:#fff;
}

.modernTable th,
.modernTable td {
  padding:12px 13px;
  border-bottom:1px solid rgba(143, 190, 232, 0.18);
  text-align:left;
  vertical-align:top;
}

.modernTable th {
  color:#cfe1ff;
  background:rgba(3, 28, 71, 0.78);
  font-weight:800;
}

.modernTable td {
  background:rgba(5, 35, 86, 0.48);
  overflow-wrap:anywhere;
}

.modernTable a,
.adminPanel a {
  color:#7fc2ff;
}

.compactButton {
  min-height:38px;
  padding:0 12px;
  font-size:14px;
}

.chatListTable td:first-child {
  font-weight:800;
}

.chatListTable td:last-child {
  width:128px;
}

.chatPanel {
  display:grid;
  gap:14px;
}

.searchAppBody .chatSafetyBanner,
.searchAppBody .chatSafetyFooter,
.searchAppBody .blockedMessageWarning,
.searchAppBody .quickReplyBox,
.searchAppBody .chatSafetyActions,
.searchAppBody .contactInfo,
.searchAppBody .contactList,
.searchAppBody .sendMessageBox {
  width:100%;
  margin:0;
  border:1px solid rgba(143, 190, 232, 0.28);
  border-radius:16px;
  background:rgba(3, 28, 71, 0.68);
  color:#d7e7ff;
  overflow:hidden;
}

.searchAppBody .chatSafetyBanner,
.searchAppBody .chatSafetyFooter,
.searchAppBody .blockedMessageWarning {
  padding:13px 14px;
  line-height:1.35;
}

.searchAppBody .blockedMessageWarning {
  border-color:rgba(255, 185, 71, 0.6);
  color:#ffe1a3;
}

.searchAppBody .contactInfo,
.searchAppBody .contactList,
.searchAppBody .sendMessageBox {
  border-collapse:separate;
  border-spacing:0;
}

.searchAppBody .contactInfo th,
.searchAppBody .contactInfo td,
.searchAppBody .contactList th,
.searchAppBody .contactList td,
.searchAppBody .sendMessageBox td {
  padding:11px 12px;
  border-bottom:1px solid rgba(143, 190, 232, 0.18);
  background:transparent;
  color:#fff;
  overflow-wrap:anywhere;
}

.searchAppBody .contactInfo th,
.searchAppBody .contactList th {
  color:#cfe1ff;
  font-weight:800;
}

.chatPanel .contactList td {
  color:#f7fbff;
}

.chatPanel .contactListOddRow td {
  background:rgba(8, 54, 119, 0.88);
}

.chatPanel .contactListEvenRow td {
  background:rgba(4, 35, 84, 0.94);
}

.chatPanel .scrollChatMessages .contactList td:last-child {
  color:#ffffff;
  font-weight:600;
  line-height:1.35;
}

.chatPanel .scrollChatMessages .contactList td:first-child,
.chatPanel .scrollChatMessages .contactList td:nth-child(2) {
  color:#b9d8ff;
}

.searchAppBody .scrollChatMessages {
  max-height:310px;
  overflow:auto;
  border-radius:16px;
}

.searchAppBody .messageTextArea {
  resize:vertical;
}

.searchAppBody .mandarMensajeButton,
.searchAppBody .guardarDatosButton {
  min-height:42px;
  border:1px solid rgba(79, 210, 255, 0.72);
  border-radius:12px;
  background:linear-gradient(90deg, #10c7ff, #136dff);
  color:#fff;
  padding:0 14px;
  font-weight:800;
  cursor:pointer;
}

.searchAppBody .quickReplyBox,
.searchAppBody .chatSafetyActions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:13px;
}

.searchAppBody .quickReplyTitle {
  flex-basis:100%;
  color:#fff;
}

.searchAppBody .quickReplyButton {
  border:1px solid rgba(143, 190, 232, 0.42);
  border-radius:12px;
  background:rgba(5, 28, 66, 0.72);
  color:#fff;
  padding:10px 12px;
  cursor:pointer;
}

.adminShell {
  width:min(1100px, calc(100% - 28px));
}

.adminPanel .contactInfo,
.adminPanel .contactList {
  width:100%;
  margin-top:16px;
}

.adminPanel .contactInfo,
.adminPanel .contactList {
  background:rgba(2, 20, 52, 0.96);
  border-color:rgba(143, 190, 232, 0.46);
}

.adminPanel .contactInfo th,
.adminPanel .contactList th {
  background:rgba(8, 54, 119, 0.98);
  color:#ffffff;
}

.adminPanel .adminTableTitle {
  padding:14px 16px;
  background:linear-gradient(90deg, rgba(16, 90, 185, 0.98), rgba(8, 54, 119, 0.98));
  color:#ffffff;
  font-size:17px;
  letter-spacing:0;
  text-align:left;
}

.adminPanel .contactInfo td,
.adminPanel .contactList td {
  color:#f7fbff;
  background:rgba(4, 35, 84, 0.94);
}

.adminPanel .contactInfoOddRow,
.adminPanel .contactListOddRow,
.adminPanel tr.contactInfoOddRow td,
.adminPanel tr.contactListOddRow td {
  background:rgba(6, 45, 103, 0.96);
  color:#ffffff;
}

.adminPanel .contactInfoEvenRow,
.adminPanel .contactListEvenRow,
.adminPanel tr.contactInfoEvenRow td,
.adminPanel tr.contactListEvenRow td {
  background:rgba(3, 31, 76, 0.98);
  color:#ffffff;
}

.adminPanel .contactInfo td:last-child,
.adminPanel .contactList td:last-child {
  line-height:1.35;
}

.adminUserSummaryTable,
.adminUserAlbumsTable,
.adminUserStickersTable,
.adminUserModerationTable,
.adminUserReportsTable,
.adminUserChatsTable {
  table-layout:fixed;
}

.adminUserSummaryTable th {
  width:170px;
}

.adminUserAlbumsTable th:nth-child(1),
.adminUserAlbumsTable td:nth-child(1) {
  width:110px;
}

.adminUserAlbumsTable th:nth-child(2),
.adminUserAlbumsTable td:nth-child(2) {
  width:105px;
}

.adminUserAlbumsTable th:nth-child(3),
.adminUserAlbumsTable td:nth-child(3),
.adminUserAlbumsTable th:nth-child(4),
.adminUserAlbumsTable td:nth-child(4) {
  width:auto;
}

.adminUserAlbumsTable td:nth-child(3),
.adminUserAlbumsTable td:nth-child(4),
.adminUserModerationTable td:nth-child(4),
.adminUserReportsTable td:nth-child(3) {
  word-break:break-word;
}

.adminUserStickersTable th:nth-child(1),
.adminUserStickersTable td:nth-child(1) {
  width:110px;
}

.adminUserStickersTable th:nth-child(3),
.adminUserStickersTable td:nth-child(3) {
  width:70px;
  text-align:center;
}

.adminModerationTable {
  table-layout:fixed;
  min-width:980px;
}

.adminModerationTable th,
.adminModerationTable td,
.adminUserModerationTable th,
.adminUserModerationTable td,
.adminUserReportsTable th,
.adminUserReportsTable td {
  line-height:1.35;
}

.adminModerationTable th:nth-child(1),
.adminModerationTable td:nth-child(1) {
  width:54px;
}

.adminModerationTable th:nth-child(2),
.adminModerationTable td:nth-child(2) {
  width:128px;
  white-space:nowrap;
}

.adminModerationTable th:nth-child(3),
.adminModerationTable td:nth-child(3) {
  width:170px;
}

.adminBlockedMessagesTable th:nth-child(4),
.adminBlockedMessagesTable td:nth-child(4),
.adminBlockedMessagesTable th:nth-child(5),
.adminBlockedMessagesTable td:nth-child(5),
.adminReportsTable th:nth-child(4),
.adminReportsTable td:nth-child(4),
.adminReportsTable th:nth-child(6),
.adminReportsTable td:nth-child(6) {
  width:112px;
}

.adminBlockedMessagesTable th:nth-child(6),
.adminBlockedMessagesTable td:nth-child(6),
.adminReportsTable th:nth-child(5),
.adminReportsTable td:nth-child(5) {
  width:auto;
  min-width:280px;
}

.adminModerationTable th:last-child,
.adminModerationTable td:last-child {
  width:92px;
  text-align:center;
}

.adminUserModerationTable,
.adminUserReportsTable {
  table-layout:fixed;
  width:100%;
}

.adminUserModerationTable th:nth-child(1),
.adminUserModerationTable td:nth-child(1),
.adminUserReportsTable th:nth-child(1),
.adminUserReportsTable td:nth-child(1) {
  width:58px;
}

.adminUserModerationTable th:nth-child(2),
.adminUserModerationTable td:nth-child(2),
.adminUserModerationTable th:nth-child(3),
.adminUserModerationTable td:nth-child(3),
.adminUserReportsTable th:nth-child(2),
.adminUserReportsTable td:nth-child(2),
.adminUserReportsTable th:nth-child(4),
.adminUserReportsTable td:nth-child(4) {
  width:130px;
}

.adminUserModerationTable th:nth-child(4),
.adminUserModerationTable td:nth-child(4),
.adminUserReportsTable th:nth-child(3),
.adminUserReportsTable td:nth-child(3) {
  width:auto;
}

@media (max-width: 680px) {
  .searchAppShell {
    width:calc(100vw - 28px) !important;
    max-width:420px !important;
    margin:0 auto !important;
    overflow:visible !important;
  }
  .searchPanel,
  .searchResultsModern {
    width:calc(100vw - 68px) !important;
    max-width:100% !important;
  }
  .authActions { grid-template-columns:1fr; }
  .adminFilterForm,
  .adminMetricGrid { grid-template-columns:1fr; }
  .authPanel .searchNowButton,
  .authPanel .matchesButton { min-height:50px; font-size:16px; }
  .modernTextInput { min-height:48px; font-size:16px; }
  .searchAppBody .textoAyuda,
  .searchAppBody .textoLegal { font-size:14px; }
  .searchAppBody .map { height:260px; }
  .modernTable { min-width:520px; }
  .chatsPanel .modernTableWrap {
    overflow:visible;
    border:0;
    border-radius:0;
  }
  .chatsPanel .chatListTable {
    display:block;
    min-width:0;
    width:100%;
    border-collapse:separate;
  }
  .chatsPanel .chatListTable thead {
    display:none;
  }
  .chatsPanel .chatListTable tbody {
    display:grid;
    gap:12px;
  }
  .chatsPanel .chatListTable tr {
    display:grid;
    gap:8px;
    padding:13px;
    border:1px solid rgba(143, 190, 232, 0.32);
    border-radius:16px;
    background:rgba(5, 35, 86, 0.72);
  }
  .chatsPanel .chatListTable td {
    display:grid;
    grid-template-columns:88px minmax(0, 1fr);
    gap:10px;
    padding:0;
    border:0;
    background:transparent;
    align-items:center;
  }
  .chatsPanel .chatListTable td::before {
    content:attr(data-label);
    color:#a9c4eb;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
  }
  .chatsPanel .chatListTable td:last-child {
    display:block;
    width:100%;
    margin-top:4px;
  }
  .chatsPanel .chatListTable td:last-child::before {
    display:none;
  }
  .chatsPanel .chatListTable .contactButton {
    width:100%;
    min-height:44px;
    font-size:15px;
  }
  .chatPanel .contactInfo,
  .chatPanel .contactInfo tbody,
  .chatPanel .contactInfo tr,
  .chatPanel .contactInfo th,
  .chatPanel .contactInfo td {
    display:block;
    width:100%;
  }
  .searchAppBody .sendMessageBox,
  .searchAppBody .sendMessageBox tbody,
  .searchAppBody .sendMessageBox tr,
  .searchAppBody .sendMessageBox td {
    display:block;
    width:100%;
  }
  .searchAppBody .mandarMensajeButton { width:100%; margin-top:8px; }
  .searchAppBody .chatSafetyActions form { width:100%; }
  .searchAppBody .quickReplyButton { width:100%; text-align:left; }
  .adminShell { width:calc(100vw - 28px) !important; max-width:none !important; }
}

.searchAppBody.hasBottomNav,
.searchAppBody:has(> .appBottomNav) {
  padding-bottom:calc(176px + env(safe-area-inset-bottom)) !important;
  scroll-padding-bottom:calc(176px + env(safe-area-inset-bottom));
}

.searchAppBody.hasBottomNav .searchAppShell,
.searchAppBody:has(> .appBottomNav) .searchAppShell {
  padding-bottom:calc(136px + env(safe-area-inset-bottom)) !important;
}

.searchAppBody.hasBottomNav .searchPanel:last-of-type,
.searchAppBody.hasBottomNav .searchResultsModern:last-child,
.searchAppBody:has(> .appBottomNav) .searchPanel:last-of-type,
.searchAppBody:has(> .appBottomNav) .searchResultsModern:last-child {
  margin-bottom:34px;
}
