/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type,html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar,html.ios .modal-footer-moving ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: 0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}.ion-page.ion-page-overlay-passthrough{pointer-events:none}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none !important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports(padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports(padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));--ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));--ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));--ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right))}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate3d(0,  0,  0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0,0,0,.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:300ms transform cubic-bezier(0.25, 0.8, 0.5, 1)}@media(prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none !important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/normalize.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
html{font-family:var(--ion-font-family)}@supports(-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-hide{display:none !important}.ion-hide-up{display:none !important}.ion-hide-down{display:none !important}@media(min-width: 576px){.ion-hide-sm-up{display:none !important}}@media(max-width: 575.98px){.ion-hide-sm-down{display:none !important}}@media(min-width: 768px){.ion-hide-md-up{display:none !important}}@media(max-width: 767.98px){.ion-hide-md-down{display:none !important}}@media(min-width: 992px){.ion-hide-lg-up{display:none !important}}@media(max-width: 991.98px){.ion-hide-lg-down{display:none !important}}@media(min-width: 1200px){.ion-hide-xl-up{display:none !important}}@media(max-width: 1199.98px){.ion-hide-xl-down{display:none !important}}.ion-display-none{display:none !important}@media(min-width: 576px){.ion-display-sm-none{display:none !important}}@media(min-width: 768px){.ion-display-md-none{display:none !important}}@media(min-width: 992px){.ion-display-lg-none{display:none !important}}@media(min-width: 1200px){.ion-display-xl-none{display:none !important}}.ion-display-inline{display:inline !important}@media(min-width: 576px){.ion-display-sm-inline{display:inline !important}}@media(min-width: 768px){.ion-display-md-inline{display:inline !important}}@media(min-width: 992px){.ion-display-lg-inline{display:inline !important}}@media(min-width: 1200px){.ion-display-xl-inline{display:inline !important}}.ion-display-inline-block{display:inline-block !important}@media(min-width: 576px){.ion-display-sm-inline-block{display:inline-block !important}}@media(min-width: 768px){.ion-display-md-inline-block{display:inline-block !important}}@media(min-width: 992px){.ion-display-lg-inline-block{display:inline-block !important}}@media(min-width: 1200px){.ion-display-xl-inline-block{display:inline-block !important}}.ion-display-block{display:block !important}@media(min-width: 576px){.ion-display-sm-block{display:block !important}}@media(min-width: 768px){.ion-display-md-block{display:block !important}}@media(min-width: 992px){.ion-display-lg-block{display:block !important}}@media(min-width: 1200px){.ion-display-xl-block{display:block !important}}.ion-display-flex{display:flex !important}@media(min-width: 576px){.ion-display-sm-flex{display:flex !important}}@media(min-width: 768px){.ion-display-md-flex{display:flex !important}}@media(min-width: 992px){.ion-display-lg-flex{display:flex !important}}@media(min-width: 1200px){.ion-display-xl-flex{display:flex !important}}.ion-display-inline-flex{display:inline-flex !important}@media(min-width: 576px){.ion-display-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.ion-display-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.ion-display-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.ion-display-xl-inline-flex{display:inline-flex !important}}.ion-display-grid{display:grid !important}@media(min-width: 576px){.ion-display-sm-grid{display:grid !important}}@media(min-width: 768px){.ion-display-md-grid{display:grid !important}}@media(min-width: 992px){.ion-display-lg-grid{display:grid !important}}@media(min-width: 1200px){.ion-display-xl-grid{display:grid !important}}.ion-display-inline-grid{display:inline-grid !important}@media(min-width: 576px){.ion-display-sm-inline-grid{display:inline-grid !important}}@media(min-width: 768px){.ion-display-md-inline-grid{display:inline-grid !important}}@media(min-width: 992px){.ion-display-lg-inline-grid{display:inline-grid !important}}@media(min-width: 1200px){.ion-display-xl-inline-grid{display:inline-grid !important}}.ion-display-table{display:table !important}@media(min-width: 576px){.ion-display-sm-table{display:table !important}}@media(min-width: 768px){.ion-display-md-table{display:table !important}}@media(min-width: 992px){.ion-display-lg-table{display:table !important}}@media(min-width: 1200px){.ion-display-xl-table{display:table !important}}.ion-display-table-cell{display:table-cell !important}@media(min-width: 576px){.ion-display-sm-table-cell{display:table-cell !important}}@media(min-width: 768px){.ion-display-md-table-cell{display:table-cell !important}}@media(min-width: 992px){.ion-display-lg-table-cell{display:table-cell !important}}@media(min-width: 1200px){.ion-display-xl-table-cell{display:table-cell !important}}.ion-display-table-row{display:table-row !important}@media(min-width: 576px){.ion-display-sm-table-row{display:table-row !important}}@media(min-width: 768px){.ion-display-md-table-row{display:table-row !important}}@media(min-width: 992px){.ion-display-lg-table-row{display:table-row !important}}@media(min-width: 1200px){.ion-display-xl-table-row{display:table-row !important}}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-float-left{float:left !important}.ion-float-right{float:right !important}.ion-float-start{float:left !important}:host-context([dir=rtl]) .ion-float-start{float:right !important}[dir=rtl] .ion-float-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right !important}}.ion-float-end{float:right !important}:host-context([dir=rtl]) .ion-float-end{float:left !important}[dir=rtl] .ion-float-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left !important}}@media(min-width: 576px){.ion-float-sm-left{float:left !important}.ion-float-sm-right{float:right !important}.ion-float-sm-start{float:left !important}:host-context([dir=rtl]) .ion-float-sm-start{float:right !important}[dir=rtl] .ion-float-sm-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right !important}}.ion-float-sm-end{float:right !important}:host-context([dir=rtl]) .ion-float-sm-end{float:left !important}[dir=rtl] .ion-float-sm-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left !important}}}@media(min-width: 768px){.ion-float-md-left{float:left !important}.ion-float-md-right{float:right !important}.ion-float-md-start{float:left !important}:host-context([dir=rtl]) .ion-float-md-start{float:right !important}[dir=rtl] .ion-float-md-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right !important}}.ion-float-md-end{float:right !important}:host-context([dir=rtl]) .ion-float-md-end{float:left !important}[dir=rtl] .ion-float-md-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left !important}}}@media(min-width: 992px){.ion-float-lg-left{float:left !important}.ion-float-lg-right{float:right !important}.ion-float-lg-start{float:left !important}:host-context([dir=rtl]) .ion-float-lg-start{float:right !important}[dir=rtl] .ion-float-lg-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right !important}}.ion-float-lg-end{float:right !important}:host-context([dir=rtl]) .ion-float-lg-end{float:left !important}[dir=rtl] .ion-float-lg-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left !important}}}@media(min-width: 1200px){.ion-float-xl-left{float:left !important}.ion-float-xl-right{float:right !important}.ion-float-xl-start{float:left !important}:host-context([dir=rtl]) .ion-float-xl-start{float:right !important}[dir=rtl] .ion-float-xl-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right !important}}.ion-float-xl-end{float:right !important}:host-context([dir=rtl]) .ion-float-xl-end{float:left !important}[dir=rtl] .ion-float-xl-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left !important}}}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-text-center{text-align:center !important}.ion-text-justify{text-align:justify !important}.ion-text-start{text-align:start !important}.ion-text-end{text-align:end !important}.ion-text-left{text-align:left !important}.ion-text-right{text-align:right !important}.ion-text-nowrap{white-space:nowrap !important}.ion-text-wrap{white-space:normal !important}@media(min-width: 576px){.ion-text-sm-center{text-align:center !important}.ion-text-sm-justify{text-align:justify !important}.ion-text-sm-start{text-align:start !important}.ion-text-sm-end{text-align:end !important}.ion-text-sm-left{text-align:left !important}.ion-text-sm-right{text-align:right !important}.ion-text-sm-nowrap{white-space:nowrap !important}.ion-text-sm-wrap{white-space:normal !important}}@media(min-width: 768px){.ion-text-md-center{text-align:center !important}.ion-text-md-justify{text-align:justify !important}.ion-text-md-start{text-align:start !important}.ion-text-md-end{text-align:end !important}.ion-text-md-left{text-align:left !important}.ion-text-md-right{text-align:right !important}.ion-text-md-nowrap{white-space:nowrap !important}.ion-text-md-wrap{white-space:normal !important}}@media(min-width: 992px){.ion-text-lg-center{text-align:center !important}.ion-text-lg-justify{text-align:justify !important}.ion-text-lg-start{text-align:start !important}.ion-text-lg-end{text-align:end !important}.ion-text-lg-left{text-align:left !important}.ion-text-lg-right{text-align:right !important}.ion-text-lg-nowrap{white-space:nowrap !important}.ion-text-lg-wrap{white-space:normal !important}}@media(min-width: 1200px){.ion-text-xl-center{text-align:center !important}.ion-text-xl-justify{text-align:justify !important}.ion-text-xl-start{text-align:start !important}.ion-text-xl-end{text-align:end !important}.ion-text-xl-left{text-align:left !important}.ion-text-xl-right{text-align:right !important}.ion-text-xl-nowrap{white-space:nowrap !important}.ion-text-xl-wrap{white-space:normal !important}}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.ion-text-uppercase{text-transform:uppercase !important}.ion-text-lowercase{text-transform:lowercase !important}.ion-text-capitalize{text-transform:capitalize !important}@media(min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase !important}.ion-text-sm-lowercase{text-transform:lowercase !important}.ion-text-sm-capitalize{text-transform:capitalize !important}}@media(min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase !important}.ion-text-md-lowercase{text-transform:lowercase !important}.ion-text-md-capitalize{text-transform:capitalize !important}}@media(min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase !important}.ion-text-lg-lowercase{text-transform:lowercase !important}.ion-text-lg-capitalize{text-transform:capitalize !important}}@media(min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase !important}.ion-text-xl-lowercase{text-transform:lowercase !important}.ion-text-xl-capitalize{text-transform:capitalize !important}}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/flex-utils.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.ion-align-content-start{align-content:flex-start !important}.ion-align-content-end{align-content:flex-end !important}.ion-align-content-center{align-content:center !important}.ion-align-content-between{align-content:space-between !important}.ion-align-content-around{align-content:space-around !important}.ion-align-content-stretch{align-content:stretch !important}@media(min-width: 576px){.ion-align-content-sm-start{align-content:flex-start !important}.ion-align-content-sm-end{align-content:flex-end !important}.ion-align-content-sm-center{align-content:center !important}.ion-align-content-sm-between{align-content:space-between !important}.ion-align-content-sm-around{align-content:space-around !important}.ion-align-content-sm-stretch{align-content:stretch !important}}@media(min-width: 768px){.ion-align-content-md-start{align-content:flex-start !important}.ion-align-content-md-end{align-content:flex-end !important}.ion-align-content-md-center{align-content:center !important}.ion-align-content-md-between{align-content:space-between !important}.ion-align-content-md-around{align-content:space-around !important}.ion-align-content-md-stretch{align-content:stretch !important}}@media(min-width: 992px){.ion-align-content-lg-start{align-content:flex-start !important}.ion-align-content-lg-end{align-content:flex-end !important}.ion-align-content-lg-center{align-content:center !important}.ion-align-content-lg-between{align-content:space-between !important}.ion-align-content-lg-around{align-content:space-around !important}.ion-align-content-lg-stretch{align-content:stretch !important}}@media(min-width: 1200px){.ion-align-content-xl-start{align-content:flex-start !important}.ion-align-content-xl-end{align-content:flex-end !important}.ion-align-content-xl-center{align-content:center !important}.ion-align-content-xl-between{align-content:space-between !important}.ion-align-content-xl-around{align-content:space-around !important}.ion-align-content-xl-stretch{align-content:stretch !important}}.ion-align-items-start{align-items:start !important}.ion-align-items-end{align-items:end !important}.ion-align-items-center{align-items:center !important}.ion-align-items-stretch{align-items:stretch !important}.ion-align-items-baseline{align-items:baseline !important}@media(min-width: 576px){.ion-align-items-sm-start{align-items:start !important}.ion-align-items-sm-end{align-items:end !important}.ion-align-items-sm-center{align-items:center !important}.ion-align-items-sm-stretch{align-items:stretch !important}.ion-align-items-sm-baseline{align-items:baseline !important}}@media(min-width: 768px){.ion-align-items-md-start{align-items:start !important}.ion-align-items-md-end{align-items:end !important}.ion-align-items-md-center{align-items:center !important}.ion-align-items-md-stretch{align-items:stretch !important}.ion-align-items-md-baseline{align-items:baseline !important}}@media(min-width: 992px){.ion-align-items-lg-start{align-items:start !important}.ion-align-items-lg-end{align-items:end !important}.ion-align-items-lg-center{align-items:center !important}.ion-align-items-lg-stretch{align-items:stretch !important}.ion-align-items-lg-baseline{align-items:baseline !important}}@media(min-width: 1200px){.ion-align-items-xl-start{align-items:start !important}.ion-align-items-xl-end{align-items:end !important}.ion-align-items-xl-center{align-items:center !important}.ion-align-items-xl-stretch{align-items:stretch !important}.ion-align-items-xl-baseline{align-items:baseline !important}}.ion-align-self-start{align-self:start !important}.ion-align-self-end{align-self:end !important}.ion-align-self-center{align-self:center !important}.ion-align-self-stretch{align-self:stretch !important}.ion-align-self-baseline{align-self:baseline !important}.ion-align-self-auto{align-self:auto !important}@media(min-width: 576px){.ion-align-self-sm-start{align-self:start !important}.ion-align-self-sm-end{align-self:end !important}.ion-align-self-sm-center{align-self:center !important}.ion-align-self-sm-stretch{align-self:stretch !important}.ion-align-self-sm-baseline{align-self:baseline !important}.ion-align-self-sm-auto{align-self:auto !important}}@media(min-width: 768px){.ion-align-self-md-start{align-self:start !important}.ion-align-self-md-end{align-self:end !important}.ion-align-self-md-center{align-self:center !important}.ion-align-self-md-stretch{align-self:stretch !important}.ion-align-self-md-baseline{align-self:baseline !important}.ion-align-self-md-auto{align-self:auto !important}}@media(min-width: 992px){.ion-align-self-lg-start{align-self:start !important}.ion-align-self-lg-end{align-self:end !important}.ion-align-self-lg-center{align-self:center !important}.ion-align-self-lg-stretch{align-self:stretch !important}.ion-align-self-lg-baseline{align-self:baseline !important}.ion-align-self-lg-auto{align-self:auto !important}}@media(min-width: 1200px){.ion-align-self-xl-start{align-self:start !important}.ion-align-self-xl-end{align-self:end !important}.ion-align-self-xl-center{align-self:center !important}.ion-align-self-xl-stretch{align-self:stretch !important}.ion-align-self-xl-baseline{align-self:baseline !important}.ion-align-self-xl-auto{align-self:auto !important}}.ion-justify-content-start{justify-content:flex-start !important}.ion-justify-content-end{justify-content:flex-end !important}.ion-justify-content-center{justify-content:center !important}.ion-justify-content-between{justify-content:space-between !important}.ion-justify-content-around{justify-content:space-around !important}.ion-justify-content-evenly{justify-content:space-evenly !important}@media(min-width: 576px){.ion-justify-content-sm-start{justify-content:flex-start !important}.ion-justify-content-sm-end{justify-content:flex-end !important}.ion-justify-content-sm-center{justify-content:center !important}.ion-justify-content-sm-between{justify-content:space-between !important}.ion-justify-content-sm-around{justify-content:space-around !important}.ion-justify-content-sm-evenly{justify-content:space-evenly !important}}@media(min-width: 768px){.ion-justify-content-md-start{justify-content:flex-start !important}.ion-justify-content-md-end{justify-content:flex-end !important}.ion-justify-content-md-center{justify-content:center !important}.ion-justify-content-md-between{justify-content:space-between !important}.ion-justify-content-md-around{justify-content:space-around !important}.ion-justify-content-md-evenly{justify-content:space-evenly !important}}@media(min-width: 992px){.ion-justify-content-lg-start{justify-content:flex-start !important}.ion-justify-content-lg-end{justify-content:flex-end !important}.ion-justify-content-lg-center{justify-content:center !important}.ion-justify-content-lg-between{justify-content:space-between !important}.ion-justify-content-lg-around{justify-content:space-around !important}.ion-justify-content-lg-evenly{justify-content:space-evenly !important}}@media(min-width: 1200px){.ion-justify-content-xl-start{justify-content:flex-start !important}.ion-justify-content-xl-end{justify-content:flex-end !important}.ion-justify-content-xl-center{justify-content:center !important}.ion-justify-content-xl-between{justify-content:space-between !important}.ion-justify-content-xl-around{justify-content:space-around !important}.ion-justify-content-xl-evenly{justify-content:space-evenly !important}}.ion-flex-row{flex-direction:row !important}.ion-flex-row-reverse{flex-direction:row-reverse !important}.ion-flex-column{flex-direction:column !important}.ion-flex-column-reverse{flex-direction:column-reverse !important}@media(min-width: 576px){.ion-flex-sm-row{flex-direction:row !important}.ion-flex-sm-row-reverse{flex-direction:row-reverse !important}.ion-flex-sm-column{flex-direction:column !important}.ion-flex-sm-column-reverse{flex-direction:column-reverse !important}}@media(min-width: 768px){.ion-flex-md-row{flex-direction:row !important}.ion-flex-md-row-reverse{flex-direction:row-reverse !important}.ion-flex-md-column{flex-direction:column !important}.ion-flex-md-column-reverse{flex-direction:column-reverse !important}}@media(min-width: 992px){.ion-flex-lg-row{flex-direction:row !important}.ion-flex-lg-row-reverse{flex-direction:row-reverse !important}.ion-flex-lg-column{flex-direction:column !important}.ion-flex-lg-column-reverse{flex-direction:column-reverse !important}}@media(min-width: 1200px){.ion-flex-xl-row{flex-direction:row !important}.ion-flex-xl-row-reverse{flex-direction:row-reverse !important}.ion-flex-xl-column{flex-direction:column !important}.ion-flex-xl-column-reverse{flex-direction:column-reverse !important}}.ion-wrap{flex-wrap:wrap !important}.ion-nowrap{flex-wrap:nowrap !important}.ion-wrap-reverse{flex-wrap:wrap-reverse !important}.ion-flex-wrap{flex-wrap:wrap !important}.ion-flex-nowrap{flex-wrap:nowrap !important}.ion-flex-wrap-reverse{flex-wrap:wrap-reverse !important}@media(min-width: 576px){.ion-flex-sm-wrap{flex-wrap:wrap !important}.ion-flex-sm-nowrap{flex-wrap:nowrap !important}.ion-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}}@media(min-width: 768px){.ion-flex-md-wrap{flex-wrap:wrap !important}.ion-flex-md-nowrap{flex-wrap:nowrap !important}.ion-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}}@media(min-width: 992px){.ion-flex-lg-wrap{flex-wrap:wrap !important}.ion-flex-lg-nowrap{flex-wrap:nowrap !important}.ion-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}}@media(min-width: 1200px){.ion-flex-xl-wrap{flex-wrap:wrap !important}.ion-flex-xl-nowrap{flex-wrap:nowrap !important}.ion-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}}.ion-flex-1{flex:1 !important}.ion-flex-auto{flex:auto !important}.ion-flex-initial{flex:initial !important}.ion-flex-none{flex:none !important}@media(min-width: 576px){.ion-flex-sm-1{flex:1 !important}.ion-flex-sm-auto{flex:auto !important}.ion-flex-sm-initial{flex:initial !important}.ion-flex-sm-none{flex:none !important}}@media(min-width: 768px){.ion-flex-md-1{flex:1 !important}.ion-flex-md-auto{flex:auto !important}.ion-flex-md-initial{flex:initial !important}.ion-flex-md-none{flex:none !important}}@media(min-width: 992px){.ion-flex-lg-1{flex:1 !important}.ion-flex-lg-auto{flex:auto !important}.ion-flex-lg-initial{flex:initial !important}.ion-flex-lg-none{flex:none !important}}@media(min-width: 1200px){.ion-flex-xl-1{flex:1 !important}.ion-flex-xl-auto{flex:auto !important}.ion-flex-xl-initial{flex:initial !important}.ion-flex-xl-none{flex:none !important}}.ion-flex-grow-0{flex-grow:0 !important}.ion-flex-grow-1{flex-grow:1 !important}.ion-flex-shrink-0{flex-shrink:0 !important}.ion-flex-shrink-1{flex-shrink:1 !important}@media(min-width: 576px){.ion-flex-sm-grow-0{flex-grow:0 !important}.ion-flex-sm-grow-1{flex-grow:1 !important}.ion-flex-sm-shrink-0{flex-shrink:0 !important}.ion-flex-sm-shrink-1{flex-shrink:1 !important}}@media(min-width: 768px){.ion-flex-md-grow-0{flex-grow:0 !important}.ion-flex-md-grow-1{flex-grow:1 !important}.ion-flex-md-shrink-0{flex-shrink:0 !important}.ion-flex-md-shrink-1{flex-shrink:1 !important}}@media(min-width: 992px){.ion-flex-lg-grow-0{flex-grow:0 !important}.ion-flex-lg-grow-1{flex-grow:1 !important}.ion-flex-lg-shrink-0{flex-shrink:0 !important}.ion-flex-lg-shrink-1{flex-shrink:1 !important}}@media(min-width: 1200px){.ion-flex-xl-grow-0{flex-grow:0 !important}.ion-flex-xl-grow-1{flex-grow:1 !important}.ion-flex-xl-shrink-0{flex-shrink:0 !important}.ion-flex-xl-shrink-1{flex-shrink:1 !important}}.ion-order-first{order:-1 !important}.ion-order-0{order:0 !important}.ion-order-1{order:1 !important}.ion-order-2{order:2 !important}.ion-order-3{order:3 !important}.ion-order-4{order:4 !important}.ion-order-5{order:5 !important}.ion-order-6{order:6 !important}.ion-order-7{order:7 !important}.ion-order-8{order:8 !important}.ion-order-9{order:9 !important}.ion-order-10{order:10 !important}.ion-order-11{order:11 !important}.ion-order-12{order:12 !important}.ion-order-last{order:13 !important}@media(min-width: 576px){.ion-order-sm-first{order:-1 !important}.ion-order-sm-0{order:0 !important}.ion-order-sm-1{order:1 !important}.ion-order-sm-2{order:2 !important}.ion-order-sm-3{order:3 !important}.ion-order-sm-4{order:4 !important}.ion-order-sm-5{order:5 !important}.ion-order-sm-6{order:6 !important}.ion-order-sm-7{order:7 !important}.ion-order-sm-8{order:8 !important}.ion-order-sm-9{order:9 !important}.ion-order-sm-10{order:10 !important}.ion-order-sm-11{order:11 !important}.ion-order-sm-12{order:12 !important}.ion-order-sm-last{order:13 !important}}@media(min-width: 768px){.ion-order-md-first{order:-1 !important}.ion-order-md-0{order:0 !important}.ion-order-md-1{order:1 !important}.ion-order-md-2{order:2 !important}.ion-order-md-3{order:3 !important}.ion-order-md-4{order:4 !important}.ion-order-md-5{order:5 !important}.ion-order-md-6{order:6 !important}.ion-order-md-7{order:7 !important}.ion-order-md-8{order:8 !important}.ion-order-md-9{order:9 !important}.ion-order-md-10{order:10 !important}.ion-order-md-11{order:11 !important}.ion-order-md-12{order:12 !important}.ion-order-md-last{order:13 !important}}@media(min-width: 992px){.ion-order-lg-first{order:-1 !important}.ion-order-lg-0{order:0 !important}.ion-order-lg-1{order:1 !important}.ion-order-lg-2{order:2 !important}.ion-order-lg-3{order:3 !important}.ion-order-lg-4{order:4 !important}.ion-order-lg-5{order:5 !important}.ion-order-lg-6{order:6 !important}.ion-order-lg-7{order:7 !important}.ion-order-lg-8{order:8 !important}.ion-order-lg-9{order:9 !important}.ion-order-lg-10{order:10 !important}.ion-order-lg-11{order:11 !important}.ion-order-lg-12{order:12 !important}.ion-order-lg-last{order:13 !important}}@media(min-width: 1200px){.ion-order-xl-first{order:-1 !important}.ion-order-xl-0{order:0 !important}.ion-order-xl-1{order:1 !important}.ion-order-xl-2{order:2 !important}.ion-order-xl-3{order:3 !important}.ion-order-xl-4{order:4 !important}.ion-order-xl-5{order:5 !important}.ion-order-xl-6{order:6 !important}.ion-order-xl-7{order:7 !important}.ion-order-xl-8{order:8 !important}.ion-order-xl-9{order:9 !important}.ion-order-xl-10{order:10 !important}.ion-order-xl-11{order:11 !important}.ion-order-xl-12{order:12 !important}.ion-order-xl-last{order:13 !important}}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dropdown-bg: white;
  --iti-icon-color: #555;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-globe-height: 16px;
  --iti-search-clear-icon-height: 13px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: calc((var(--iti-arrow-height) / 2) * 3);
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-icon-color);
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-icon-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti--inline-dropdown:not(.iti--container) .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  left: 0;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}
[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}
.iti__search-input, .iti__country {
  padding-top: 8px;
  padding-bottom: 8px;
}
.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--iti-border-color);
}
.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}
[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}
.iti__search-icon-svg {
  width: var(--iti-globe-height);
  height: var(--iti-globe-height);
  display: block;
  stroke: var(--iti-icon-color);
  fill: none;
  stroke-width: 3;
}
.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-icon-color);
}
.iti__search-clear-svg {
  width: var(--iti-search-clear-icon-height);
  height: var(--iti-search-clear-icon-height);
  display: block;
}
[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}
.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}
.iti__no-results {
  text-align: center;
  padding: 30px 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding-left: var(--iti-spacer-horizontal);
  padding-right: var(--iti-spacer-horizontal);
  outline: none;
}
.iti__country-name {
  flex-grow: 1;
}
.iti__country-check {
  margin: 0 1px 0 var(--iti-spacer-horizontal);
  display: flex;
  align-items: center;
  color: var(--iti-icon-color);
}
.iti__country-check-svg {
  width: var(--iti-search-clear-icon-height);
  height: var(--iti-search-clear-icon-height);
  display: block;
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti__country-list .iti__flag {
  flex-shrink: 0;
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]) button.iti__selected-country,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]) button.iti__selected-country {
  cursor: not-allowed;
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]) button.iti__selected-country .iti__arrow,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]) button.iti__selected-country .iti__arrow {
  visibility: hidden;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
}
.iti--container:hover {
  cursor: pointer;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country,
.iti--fullscreen-popup .iti__search-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.iti--fullscreen-popup .iti__country {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: -webkit-image-set(var(--iti-path-flags-1x) 1x, var(--iti-path-flags-2x) 2x);
  background-image: image-set(var(--iti-path-flags-1x) 1x, var(--iti-path-flags-2x) 2x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__loading {
  position: relative;
  background: none;
  box-shadow: none;
}

.iti__loading::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--iti-flag-height);
  height: var(--iti-flag-height);
  box-sizing: border-box;
  border: 2px solid var(--iti-icon-color);
  border-right-color: transparent;
  border-radius: 50%;
  animation: iti-spinner 1s linear infinite;
}

@keyframes iti-spinner {
  to {
    transform: rotate(360deg);
  }
}
.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background: none;
  box-shadow: none;
  height: var(--iti-globe-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.iti__globe .iti__globe-svg {
  width: 100%;
  height: 100%;
  fill: var(--iti-icon-color);
}

/* Browsers normally add a coloured outline when you focus an input. Chrome adds a blue outline WITHIN the input. If you focus the input and then hover the selected country, it's bg color square overlaps the focus outline and looks bad. Here, @supports is used to target Chrome only, and move the default outline out by 1px so there's no overlap. */
@supports (-webkit-appearance: none) and (not (background: -webkit-canvas(foo))) {
  .iti__tel-input:focus {
    outline-offset: 1px;
  }
}
:root {
  --iti-path-flags-1x: url('flags.acc9b772008f9e31.webp');
  --iti-path-flags-2x: url('flags@2x.38991ad2e8a2b908.webp');
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.md body {
  --ion-background-color: var(--app-color-surface-base);
  --ion-text-color: var(--app-color-text-85);
}

.text-xxss, .text-xxs {
  line-height: normal;
}

ion-content {
  --overflow: hidden !important;
  --background: var(--app-background-fondo);
}

ion-item {
  --background: var(--app-background-fondo);
}

ion-header.header-with-shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}
ion-header.header-with-shadow ion-toolbar ion-title {
  text-align: center;
  color: var(--app-color-text-85);
  font-size: 1.125rem;
  font-weight: 500;
}
ion-header.header-with-shadow ion-toolbar ion-back-button {
  --color: var(--ion-color-primary);
  --icon-font-size: 1.25rem;
}

ion-footer ion-toolbar{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --border-width: 0;
  --box-shadow: none;
  border-top: none; /* A veces necesario */
}
ion-footer .botones-footer{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 0.5rem;
}

.contenedor-layout{
  display: flex;
  flex-direction: column;
  overflow: auto;
  min-height: 100dvh;
  padding-top: var(--app-safe-area-top);
  padding-right: var(--app-safe-area-right);
  padding-bottom: var(--app-safe-area-bottom);
  padding-left: var(--app-safe-area-left);
}

.fila-principal{
  display: flex;
  flex-grow: 1;
  overflow: auto;
}

.barra-lateral{
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-color: var(--app-background-fondo);
}

.contenido-principal{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  overflow: hidden;
  padding: 1rem;
  background-color: var(--app-color-light-10);
}

.contenido-enrutado{
  position: relative;
  flex: 1 1 0%;
  overflow: auto;
  border-radius: 1rem;
  --background: transparent !important;
}

.contenedor-reporte{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contenedor-reporte .contenedor-indicadores{
  display: flex;
  gap: 0.75rem;
}

.espacio-graficos{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 0.625rem;
}

.contenedor-grafico{
  display: flex;
  min-height: 20rem;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.75rem;
  border-color: var(--app-color-black-5-black);
  background-color: var(--app-color-white-black);
}

.vista-general{
  display: flex;
  height: 100%;
  gap: 0.5rem;
  overflow: auto;
}
.vista-general .encabezado-vista{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.vista-general .encabezado-vista .titulo-vista{
  flex: 1 1 0%;
}
.vista-general .encabezado-vista .boton-anadir-lista{
  flex-shrink: 0;
}

.contenido-vista{
  display: flex;
  flex-grow: 1;
  gap: 0.5rem;
  overflow: auto;
}
.contenido-vista .contenedor-izquierdo{
  display: flex;
  width: 560px;
  flex: none;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
}

.contenedor-items{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-color: var(--app-color-black-5-black-45);
}
.contenedor-items .contenedor-icono{
  display: flex;
  height: 28px;
  width: 28px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
}
.contenedor-items .contenedor-icono .icono{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(118 168 249 / var(--tw-text-opacity, 1));
}
.contenedor-items .contenido-descripcion{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2px;
}
.contenedor-items .contenido-descripcion .titulo{
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.contenedor-items .contenido-descripcion .subtitulo{
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.contenedor-registros{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.contenido-lista{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.contenedor-lista{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.contenedor-lista .apartado-lista{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.75rem;
  overflow: auto;
}

.item-detalles{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contenido-botones{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

.contenedor-panel-mensajes{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
}
.contenedor-panel-mensajes .contenido-panel-mensajes{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.75rem;
  overflow: auto;
}
.contenedor-panel-mensajes .contenido-panel-mensajes .fondo-notificacion{
  border-radius: 0.75rem;
  padding: 0.5rem;
  background-color: var(--ion-color-light);
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenedor-notificacion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background-color: var(--app-color-light-fijo);
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenedor-notificacion .contenido-notificacion{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(36 47 87 / var(--tw-text-opacity, 1));
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenedor-notificacion .contenido-notificacion fa-icon{
  padding-top: 0.125rem;
  font-size: 10px;
  line-height: normal;
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenido-mensaje-azul{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  text-align: right;
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenido-mensaje-azul .item-mensaje-enviado{
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenido-mensaje-azul .item-mensaje-enviado .hora-mensaje{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenido-mensaje-azul .item-mensaje-enviado .burbuja-mensaje{
  max-width: 319px;
  border-radius: 4px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(118 168 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
}
.contenedor-panel-mensajes .contenido-panel-mensajes .contenido-mensaje-azul .item-mensaje-enviado .burbuja-mensaje .texto-mensaje{
  width: 100%;
  white-space: pre-line;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contenedor-mensajes-acciones{
  position: relative;
}
.contenedor-mensajes-acciones .boton-expandir{
  position: absolute;
  left: 50%;
  top: -1rem;
  z-index: 40;
  display: flex;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: var(--app-color-light-10-black-45);
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--app-color-light-10-black-45);
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes ion-button.btn-redondo.boton-seleccionado {
  --background: var(--ion-color-transparent) !important;
  --color: var(--ion-color-text-25) !important;
  --border-color: var(--ion-color-text-10) !important;
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes ion-button.btn-redondo.boton-seleccionado::part(native) {
  background-color: var(--ion-color-transparent) !important;
  color: var(--ion-color-text-25) !important;
  border-color: var(--ion-color-text-10) !important;
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes .botones-primeros{
  display: flex;
  width: 100%;
  gap: 0.5rem;
  overflow-y: visible;
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes .botones-primeros ion-button{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: 0px;
  flex: 1 1 0%;
  flex-basis: 50%;
  overflow: visible;
  white-space: nowrap;
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes .botones-expandibles{
  display: flex;
  width: 100%;
  gap: 0.5rem;
  overflow-y: visible;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.contenedor-mensajes-acciones .contenedor-botones-mensajes .botones-expandibles ion-button{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: 0px;
  flex: 1 1 0%;
  flex-basis: 50%;
  overflow: visible;
  white-space: nowrap;
}

.contenedor-notificacion-mensajes{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
}

.grupo-botones{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}
.grupo-botones ion-button{
  margin: 0px;
  height: 2rem;
  min-height: 2rem;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  --border-width: 1px;
  --border-radius: 4px;
  --box-shadow: none !important;
}

.grupo-izquierdo{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}

.texto-notificacion{
  font-size: 0.75rem;
  line-height: 1rem;
}

.grupo-derecho{
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  --background: transparent !important;
  --border-color: transparent !important;
  background-color: transparent !important;
}

.fondo-gris{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  border-bottom-right-radius: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--app-color-black-5-black-85);
}
.fondo-gris .fondo-blanco{
  max-height: 130px;
  width: 100%;
  overflow: auto;
  border-radius: 12px;
  padding: 0.625rem;
  background-color: var(--app-color-white-black-65);
}
.fondo-gris .fondo-blanco .apartado-texto{
  min-height: 70px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--ion-color-text-85);
}
.fondo-gris .boton-enviar{
  margin-left: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mesa{
  position: relative;
  display: flex;
  min-height: 140px;
  width: 140px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  border-width: 1px;
  padding: 0.625rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mesa .insigna-derecha{
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mesa .check-seleccion-derecha{
  position: absolute;
  z-index: 20;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mesa .badge-estado-libre{
  position: absolute;
  display: inline-flex;
  height: 1rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.mesa .estado-arriba{
  position: absolute;
  display: inline-flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
.mesa .estado-arriba .estado-arriba-icono{
  font-size: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  line-height: normal;
}
.mesa .estado-arriba .estado-arriba-texto{
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  line-height: normal;
}
.mesa .codigo-mesa{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.mesa .subtitulo{
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.form-campos{
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 0.25rem;
}

.form-label{
  font-size: 0.75rem;
  line-height: 1rem;
}

.texto-medio-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--ion-color-black-85, var(--app-color-text-85));
}

.maximo-digitos{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.info-circle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.sugiere-permisos{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(36 47 87 / var(--tw-text-opacity, 1));
}

icono-subtitulo{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.cont-texto{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--ion-color-black-85, var(--app-color-black-85));
}

.titulo-tablas{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: var(--app-color-light-black-65);
}

.panel-subtitulo{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.panel-subtitulo .subtitulo{
  display: flex;
  gap: 0.5rem;
}

.contenido-formulario{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: auto;
}
.contenido-formulario .apartado-grid{
  display: grid;
  flex-grow: 1;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.625rem;
}
.contenido-formulario .apartado-grid .panel-grid{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contenido-formulario .apartado-grid .panel-grid .subtitulo{
  display: flex;
  gap: 0.5rem;
}
.contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.boton-indicador.boton-indicador--active-danger .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active-danger .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.card-indicador .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}
.card-indicador.card-indicador--active .contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.contenido-formulario .apartado-grid .panel-grid .subtitulo .sub-texto {
  color: var(--app-color-black-85-white);
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario .cont-sombreado{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 254 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario .cont-sombreado .div-toogle{
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario .parte-PIN{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario .parte-PIN .text-PIN{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.contenido-formulario .apartado-grid .panel-grid .contenido-estado-usuario .habilitar-PIN{
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.contenido-formulario .apartado-grid .panel-grid .form-row{
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.contenido-formulario .apartado-grid .contenido-linea{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.contenido-formulario .apartado-grid .contenido-linea .linea-divisora{
  height: 100%;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--app-color-black-5-black-45);
}

.mesa.mesa-disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.mesa.mesa-seleccionada{
  --tw-border-opacity: 1;
  border-color: rgb(151 160 195 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(147 186 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mesa.mesa-libre{
  --tw-border-opacity: 1;
  border-color: rgb(88 149 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 110 149 / var(--tw-text-opacity, 1));
}
.mesa.mesa-confirmada{
  --tw-border-opacity: 1;
  border-color: rgb(255 137 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 137 71 / var(--tw-text-opacity, 1));
}
.mesa.mesa-reservada{
  --tw-border-opacity: 1;
  border-color: rgb(242 166 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 166 38 / var(--tw-text-opacity, 1));
}
.mesa.mesa-ocupada{
  --tw-border-opacity: 1;
  border-color: rgb(255 137 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 137 71 / var(--tw-text-opacity, 1));
}
.mesa.mesa-no-disponible{
  --tw-border-opacity: 1;
  border-color: rgb(135 135 135 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mesa .reservante{
  width: 100%;
  align-self: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mesa .icono-asiento{
  font-size: 8px;
  font-weight: 900;
  line-height: normal;
}
.mesa .icono-asiento.icono-disabled{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.mesa .icono-asiento.icono-seleccionado{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mesa .icono-asiento.icono-libre{
  --tw-text-opacity: 1;
  color: rgb(151 160 195 / var(--tw-text-opacity, 1));
}
.mesa .icono-asiento.icono-estado{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mesa .texto-asientos{
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
}
.mesa .texto-asientos.texto-disabled{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.mesa .texto-asientos.texto-seleccionado{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mesa .texto-asientos.texto-libre{
  --tw-text-opacity: 1;
  color: rgb(151 160 195 / var(--tw-text-opacity, 1));
}
.mesa .texto-asientos.texto-estado{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mesa .precuenta-icono{
  position: absolute;
  right: 0.5rem;
  bottom: 2.5rem;
}
.mesa .footer-mesa{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.mesa .footer-mesa .footer-texto{
  white-space: pre-wrap;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  line-height: normal;
}
.mesa .footer-mesa.footer-libre .footer-texto{
  --tw-text-opacity: 1;
  color: rgb(36 47 87 / var(--tw-text-opacity, 1));
}
.mesa .footer-mesa.footer-reservada{
  --tw-bg-opacity: 1;
  background-color: rgb(242 166 38 / var(--tw-bg-opacity, 1));
}
.mesa .footer-mesa.footer-reservada .footer-texto{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mesa .footer-mesa.footer-confirmada, .mesa .footer-mesa.footer-ocupada{
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 71 / var(--tw-bg-opacity, 1));
}
.mesa .footer-mesa.footer-confirmada .footer-texto, .mesa .footer-mesa.footer-ocupada .footer-texto{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.auth-content {
  --background: #eef0fb;
  --overflow: hidden;
}

.auth-hero {
  background: linear-gradient(145deg, var(--app-color-primary-65) 0%, var(--app-color-primary) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 80px;
}
.auth-hero .hero-logo {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.auth-hero .hero-logo ion-icon {
  font-size: 36px;
  color: #ffffff;
}
.auth-hero .hero-brand {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin: 0;
}

.auth-card {
  background: #ffffff;
  border-radius: 28px 28px 0 0;
  margin-top: -28px;
  padding: 28px 24px 24px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
  flex-grow: 1;
}
.auth-card .card-subtitle {
  font-size: 14px;
  color: #9aa0b0;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 32px;
}

.back-btn {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.back-btn ion-icon {
  font-size: 26px;
  color: #1a1a2e;
}

.field-group {
  margin-bottom: 20px;
}

.field-label {
  font-size: 13px;
  color: #9aa0b0;
  margin: 0 0 8px;
  font-weight: 500;
}

.field-error {
  font-size: 12px;
  color: #e74c3c;
  margin: 6px 4px 0;
}

.bottom-action {
  background: #ffffff;
  padding: 12px 24px 36px;
}

.auth-action-btn {
  --border-radius: 32px;
  --background: var(--app-color-primary);
  --background-activated: var(--app-color-primary-85);
  --color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  height: 56px;
}
.auth-action-btn .btn-arrow {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 4px;
}

.toast{
  position: fixed;
  bottom: 1rem;
  right: 2.25rem;
  z-index: 9999;
  display: flex;
  height: auto;
  width: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .toast{
    bottom: 1rem;
    right: 1rem;
    width: 300px;
  }
}

.login-bg{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-login-light{
  background-image: url("/assets/img/fondo-login.webp");
}

.bg-login-dark{
  background-image: url("/assets/img/fondo-login-dark.webp");
}

.login-page{
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .login-page{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 840px){
  .login-page{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.login-card{
  left: 0px;
  top: 0px;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 840px){
  .login-card{
    position: fixed;
    left: 3rem;
    top: 50%;
    height: 648px;
    min-height: 0px;
    width: 457px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.75rem;
    background-color: transparent;
  }
}

.login-content{
  display: flex;
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 30px;
  padding-right: 30px;
}

.login-brand{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.login-logo{
  width: 35%;
}

.login-title-group{
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-title{
  font-size: 26px;
  font-weight: 700;
  color: var(--app-color-black-85-white);
}

.login-form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.field-group{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.content-check{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.field-label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.boton-indicador.boton-indicador--active-danger .field-label{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active .field-label{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active-danger .field-label{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover .field-label{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.card-indicador .field-label {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}

.card-indicador.card-indicador--active .field-label{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.field-label {
  color: var(--app-color-black-85-white);
}

.olv-contrasenia{
  display: flex;
  justify-content: flex-end;
}

.label-checkbox{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.password-toggle-icon{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.submit-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.pildora-version{
  position: absolute;
  right: 3rem;
  bottom: 1.25rem;
  width: fit-content;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.btn-reseleccionar{
  width: 2.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}

/* Elimina el fondo azul/amarillo del autofill del navegador */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--app-color-black-85-white) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  border-top: 1px solid var(--ion-color-text-10) !important;
  border-bottom: 1px solid var(--ion-color-text-10) !important;
  border-left: none !important;
  border-right: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.app-theme-dark .panel-derecho ion-input,
body.app-theme-dark .panel-derecho-desplegable ion-input {
  --background: var(--app-color-black-85) !important;
  --border-color: var(--app-color-black-10-black-85) !important;
}

ion-input {
  min-height: 40px !important;
  --background: var(--app-color-white-black) !important;
  height: 40px !important;
  --color: var(--app-color-black-85-white) !important;
  --padding-top: 5px;
  --padding-bottom: 5px;
  --border-radius: 4px;
  --border-color: var(--app-color-black-10-black) !important;
  --placeholder-color: var(--app-color-black-10-black-25) !important;
  --highlight-color-focused: transparent !important;
  font-size: 14px !important;
}
ion-input.input-fill-outline.has-focus.sc-ion-input-md-h {
  --border-width: 1px;
}
ion-input .input-wrapper.sc-ion-input-md {
  padding-inline-start: 8px !important;
  z-index: 1 !important;
}

ion-input.sin-padding .input-wrapper.sc-ion-input-md {
  padding-inline-start: 0px !important;
  z-index: 1 !important;
}

ion-input.input-disabled {
  --color: var(--app-color-white-black-10) !important;
}

ion-input.input-alergia-inline {
  flex: 1 1 100px;
  min-height: 32px !important;
  height: 32px !important;
  min-width: 80px;
  --padding-start: 4px;
  --padding-end: 4px;
  --padding-top: 0;
  --padding-bottom: 0;
  --background: transparent;
  --border-width: 0;
  --highlight-height: 0;
  font-size: 0.75rem;
}

ion-input.input-login {
  --background: var(--app-color-white-black-85) !important;
}

ion-input::part(native) {
  color: var(--app-color-black-85-white) !important;
  -webkit-text-fill-color: var(--app-color-black-85-white) !important;
  caret-color: var(--app-color-black-85-white) !important;
}

.sc-ion-input-md-h, .sc-ion-searchbar-md, .searchbar-input.sc-ion-searchbar-md, .sc-ion-textarea-md {
  font-size: 14px !important;
  color: var(--app-color-black-85-white);
}

.searchbar-search-icon.sc-ion-searchbar-md {
  color: var(--app-color-black-25-white) !important;
}

.searchbar-clear-icon.sc-ion-searchbar-md {
  color: var(--app-color-black-25-white) !important;
}

.searchbar-input.sc-ion-searchbar-md {
  padding-inline-start: 36px !important;
  padding-inline-end: 32px !important;
}

ion-textarea {
  --color: var(--app-color-black-85-white) !important;
  --padding-top: 5px;
  --padding-bottom: 5px;
  --background: var(--app-color-white-black) !important;
  --border-radius: 4px;
  --border-color: var(--app-color-black-10-black) !important;
  --placeholder-color: var(--app-color-black-10-black-25) !important;
  --highlight-color-focused: transparent !important;
}
ion-textarea.textarea-fill-outline.has-focus.sc-ion-textarea-md-h {
  --border-width: 1px;
  --min-height: 40px !important;
  --max-height: 130px !important;
}
ion-textarea .textarea-wrapper.sc-ion-textarea-md {
  padding-inline-start: 8px !important;
}

ion-textarea::part(native) {
  color: var(--app-color-black-85-white) !important;
  -webkit-text-fill-color: var(--app-color-black-85-white) !important;
  caret-color: var(--app-color-black-85-white) !important;
}

.native-input.sc-ion-input-md,
.native-input.sc-ion-input-ios,
.native-textarea.sc-ion-textarea-md,
.native-textarea.sc-ion-textarea-ios {
  color: var(--app-color-black-85-white) !important;
  -webkit-text-fill-color: var(--app-color-black-85-white) !important;
  caret-color: var(--app-color-black-85-white) !important;
  opacity: 1 !important;
}

input,
textarea {
  caret-color: var(--app-color-black-85-white) !important;
  outline: none !important;
}

.native-wrapper.sc-ion-textarea-md textarea.sc-ion-textarea-md{
  padding-top: 0.5rem;
}

ion-select {
  min-height: 40px !important;
  height: 40px !important;
  --highlight-color-focused: var(--app-color-black-10-black) !important;
  --highlight-color: var(--app-color-black-10-black) !important;
  --border-color: var(--app-color-black-10-black) !important;
  --border-width: 1px !important;
  --color: var(--app-color-black-10-black) !important;
  --placeholder-color: var(--app-color-black-10-black-25) !important;
  --placeholder-opacity: 1;
  --border-radius: 4px;
  --padding-start: 8px;
  --padding-end: 8px;
  --background: var(--app-color-white-black);
  position: relative;
  font-size: 14px !important;
  min-width: 100px;
}

ion-select.select-disabled {
  --color: var(--app-color-white-black-10) !important;
}

ion-select.select-panel-lateral{
  flex: none;
  --background: var(--app-color-white-black-85) !important;
}

ion-select.select-reportes {
  --background: var(--app-color-white-black-85) !important;
}

ion-textarea.textarea-panel-lateral {
  --background: var(--app-color-white-black-85) !important;
}

ion-datetime.datetime-panel-lateral {
  --background: var(--app-color-white-black-85) !important;
}

ion-radio{
  border-radius: 9999px;
}
ion-radio.redondeado-radio{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.app-theme-dark .panel-derecho .inputfecha,
body.app-theme-dark .panel-derecho-desplegable .inputfecha {
  background-color: var(--app-color-white-black-85);
}
body.app-theme-dark .panel-derecho .inputfecha span,
body.app-theme-dark .panel-derecho-desplegable .inputfecha span {
  color: var(--app-color-black-85-white);
}
body.app-theme-dark .panel-derecho .inputfecha fa-icon,
body.app-theme-dark .panel-derecho-desplegable .inputfecha fa-icon {
  color: var(--app-color-black-45-black-10);
}

ion-select-popover ion-radio {
  padding: 6px 12px !important;
}

ion-select::part(icon) {
  margin-left: auto !important;
  color: var(--app-color-black-85-white) !important;
  position: absolute;
  right: 10px;
}

.sc-ion-select-popover-md::part(label) {
  white-space: normal !important;
}

ion-radio {
  font-size: 14px !important;
}

ion-item {
  --padding-start: 8px !important;
  --min-height: 28px !important;
}
ion-item ion-radio {
  height: auto !important;
}

ion-checkbox {
  --border-color: var(--ion-color-text-10) !important;
}

body.app-theme-dark ion-checkbox:not(.checkbox-checked)::part(container) {
  background: var(--ion-color-white);
  border: 1px solid var(--ion-color-text-10);
}

.list-md {
  --padding-start: 0px !important;
  --padding-end: 0px !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  padding: 0 !important;
}
.list-md ion-item {
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-start: 0px !important;
  --min-height: auto !important;
  padding: 0 !important;
  --ripple-color: transparent !important;
}

.input-icono-derecha {
  z-index: 10;
  margin-left: 38px;
}
.input-icono-derecha .searchbar-input.sc-ion-searchbar-md {
  padding-inline-start: 20px !important;
}
.input-icono-derecha .input-wrapper.sc-ion-input-md {
  padding-inline-start: 28px !important;
}

.input-icono-lado-derecho {
  z-index: 10;
}
.input-icono-lado-derecho .input-wrapper.sc-ion-input-md {
  padding-inline-end: 48px !important;
}

ion-toggle {
  padding: 12px;
  overflow: hidden;
  --handle-width: 15px;
  --handle-height: 15px;
  --handle-max-height: auto;
  --handle-spacing: 2px;
  --handle-border-radius: 99px;
  --handle-box-shadow: none;
}

ion-toggle::part(track) {
  height: 19px;
  width: 38px;
  /* Required for iOS handle to overflow the height of the track */
  overflow: visible;
}

.inputfecha{
  position: relative;
  display: flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--app-color-white-black);
  border-color: var(--app-color-black-10-black);
}
.inputfecha span {
  color: var(--ion-text-color);
}
.inputfecha ion-datetime-button::part(native){
  position: absolute;
  inset: 0px;
  background-color: transparent;
  padding-left: 2rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  padding-left: 40px !important;
}

.inputfecha2 {
  position: relative;
}
.inputfecha2 ion-datetime-button::part(native){
  background-color: transparent;
  padding-left: 2rem;
  text-align: left;
  text-transform: capitalize;
  padding-left: 40px !important;
}

.contenedor-icono-derecha{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.disabled {
  opacity: 0.5 !important;
}

.contenedor-icono-border{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.alert-radio-group.sc-ion-alert-md, .alert-checkbox-group.sc-ion-alert-md {
  border: none !important;
}

.alert-head.sc-ion-alert-md {
  padding-bottom: 0px !important;
}

.alert-radio-label.sc-ion-alert-md {
  color: var(--app-color-black-85-white) !important;
}

.alert-button.sc-ion-alert-md {
  background: var(--app-color-primary);
  color: white;
  font-size: 14px !important;
  min-width: 100px !important;
  border-radius: 4px !important;
  text-transform: capitalize;
}

.dark-alterno {
  --background: var(--app-color-white-black-85) !important;
}

.alert-button-role-cancel {
  background: var(--app-color-white-black-85) !important;
  color: var(--ion-text-color) !important;
  font-size: 14px !important;
}

.alert-button-inner.sc-ion-alert-md {
  justify-content: center !important;
}

ion-select-popover ion-item {
  --background: var(--app-background-fondo);
}

.item-radio-checked.sc-ion-select-popover-md {
  --background: var(--app-color-primary) !important;
  color: white !important;
}

/* Color black-10 para ion-button color="black-10" */
.ion-color-black-10 {
  --ion-color-base: var(--app-color-black-10);
  --ion-color-base-rgb: 199, 199, 199;
  --ion-color-contrast: #000000;
  --ion-color-contrast-rgb: 0, 0, 0;
  --ion-color-shade: #afafaf;
  --ion-color-tint: #cdcdcd;
}

.btn-underline{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

ion-button.btn-distribucion-mesas{
  width: 2rem;
  --background: var(--app-color-light-fijo) !important;
  color: var(--app-color-primary);
}

.btn-pill {
  --border-radius: 9999px !important;
  --color: var(--app-color-text-85) !important;
  width: fit-content !important;
}

.btn-pill::part(native) {
  color: var(--app-color-text-85) !important;
}

/* Base controls ---------------------------------------------------------- */
ion-checkbox[disabled] {
  --border-color-checked: var(--ion-color-text-25) !important;
  --border-color: var(--ion-color-text-25) !important;
  opacity: 1 !important;
  color: var(--app-color-white) !important;
}

ion-button{
  margin: 0px;
  height: 2.5rem;
  min-height: 2.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  --border-width: 1px;
  --border-radius: 4px;
  --box-shadow: none !important;
}

ion-button::part(native) {
  transition: background-color 80ms linear, color 80ms linear, border-color 80ms linear;
  touch-action: manipulation;
}

ion-button:active::part(native) {
  transform: none;
  filter: none;
}

ion-button.ion-focused::part(native),
ion-button:focus-visible::part(native) {
  box-shadow: 0 0 0 3px rgba(var(--ion-color-primary-rgb, 59, 130, 246), 0.18);
}

ion-button[fill=clear] {
  --background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  ion-button:hover::part(native) {
    transform: none;
  }
}
.btn-lado-derecho{
  z-index: 10;
  width: 2rem;
  --border-radius: 0px 32px 32px 0px !important;
  --padding-start: 0px !important;
  --padding-end: 0px !important;
  padding: 0 !important;
}

.btn-lado-izquierdo{
  z-index: 10;
  width: 100%;
  height: 32px !important;
  max-height: 32px !important;
  --border-radius: 32px 0px 0px 32px !important;
  --padding-start: 0px !important;
  --padding-end: 0px !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  border-radius: 32px 0px 0px 32px !important;
  --background: var(--app-color-primary-5-fijo) !important;
  --border-color: var(--ion-color-primary) !important;
  --color: var(--ion-color-primary) !important;
}

ion-button.btn-lado-izquierdo[fill=outline]::part(native) {
  background-color: var(--app-color-primary-5-fijo) !important;
  border-color: var(--ion-color-primary) !important;
  color: var(--ion-color-primary) !important;
}

ion-toggle .native-wrapper .toggle-icon {
  height: 19px !important;
  width: 38px !important;
}

.btn-warning-outline::part(native) {
  background: var(--ion-color-warning-5) !important;
}

ion-button.btn-redondo[fill=outline]::part(native) {
  color: var(--ion-color-primary) !important;
  border-color: var(--ion-color-primary) !important;
}

ion-button[fill=outline] {
  color: var(--app-color-black-85-fijo) !important;
  background: var(--app-color-white);
  border-radius: 4px;
}

|ion-button[color=primary][fill=outline]::part(native) {
  color: var(--app-color-black-85-fijo) !important;
  border-radius: 4px;
}

:host(.button-outline.ion-color) .button-native {
  background-color: var(--ion-color-danger-5) !important;
}

ion-button[color=dark][fill=outline] {
  color: var(--app-color-black-85-fijo) !important;
  background-color: var(--app-color-white);
  border-radius: 4px;
}

ion-button[color=danger][fill=outline] {
  background: var(--app-color-danger-5);
}

ion-button[color=yellow][fill=outline] {
  background: var(--app-color-yellow-5);
}

ion-button[color=success][fill=outline] {
  background: var(--app-color-success-5);
}

ion-button[color=warning][fill=outline] {
  background: var(--app-color-warning-5);
}

/* Color tokens ----------------------------------------------------------- */
.ion-color-dark::part(native) {
  color: var(--ion-color-text-85-fijo) !important;
}

.ion-color-dark {
  --ion-color-dark: var(--ion-color-text-10) !important;
}

.ion-color-danger {
  background: var(--ion-color-danger-5);
}

.ion-color-success {
  background: var(--ion-color-success-5);
}

.ion-color-yellow {
  background: var(--ion-color-yellow-5);
  --color: var(--ion-color-yellow);
  --border-color: var(--ion-color-yellow);
}

.ion-color-yellow::part(native) {
  color: var(--ion-color-yellow) !important;
  border-color: var(--ion-color-yellow) !important;
}

.ion-color-primary {
  --background: var(--ion-color-transparent);
  --color: var(--ion-color-text-85);
}

/* Radio adjustments ------------------------------------------------------ */
ion-radio {
  width: 16px !important;
  height: 16px !important;
}
ion-radio .native-wrapper,
ion-radio .radio-icon {
  width: 16px !important;
  height: 16px !important;
}

ion-radio::part(container) {
  width: 16px;
  height: 16px;
  --border-width: 1px !important;
}

/* Segment styles --------------------------------------------------------- */
ion-segment {
  height: 40px;
}

ion-segment-button {
  text-transform: capitalize;
  min-height: 40px;
  min-width: 150px;
  --padding-top: 2px;
  --padding-bottom: 2px;
  --border-radius: 0 !important;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 3px solid;
  border-bottom-color: var(--app-color-white-black-65);
  --indicator-color: var(--ion-color-primary-black-65);
}
ion-segment-button.segment-button-checked {
  background: var(--app-color-white-black-65) !important;
}

.Cumstom-text-btn {
  color: var(--ion-text-color);
}

.company-tabs{
  display: flex;
  justify-content: flex-start;
  --indicator-color: transparent;
}

.company-tabs ion-segment-button {
  --color-checked: var(--ion-color-primary) !important;
}
.company-tabs ion-segment-button.boton-redondeado{
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  text-align: center;
  text-transform: none;
  --color: var(--ion-color-primary);
  --color-checked: var(--ion-color-primary);
  --border-radius: 0px;
  --padding-start: 4px;
  --padding-end: 4px;
}
.company-tabs ion-segment-button.boton-redondeado:first-child {
  --border-radius: 4px 0px 0px 4px;
}
.company-tabs ion-segment-button.boton-redondeado:last-child {
  --border-radius: 0px 4px 4px 0px;
}
@media (hover: hover) and (pointer: fine) {
  .company-tabs ion-segment-button.boton-redondeado:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.company-tabs ion-segment-button.boton-redondeado-pequenio{
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  text-align: center;
  text-transform: none;
  --color: var(--ion-color-primary);
  --color-checked: var(--ion-color-primary);
  --border-radius: 0px;
  --padding-start: 4px;
  --padding-end: 4px;
}
.company-tabs ion-segment-button.boton-redondeado-pequenio:first-child {
  --border-radius: 4px 0px 0px 4px;
}
.company-tabs ion-segment-button.boton-redondeado-pequenio:last-child {
  --border-radius: 0px 4px 4px 0px;
}
@media (hover: hover) and (pointer: fine) {
  .company-tabs ion-segment-button.boton-redondeado-pequenio:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.company-tabs ion-segment-button.boton-border{
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 170px;
  align-items: center;
  justify-content: center;
  border-bottom-width: 4px;
  text-align: center;
  text-transform: none;
  border-color: var(--ion-color-text-5);
  --color-checked: var(--ion-color-primary);
  --border-color-checked: var(--ion-color-primary);
  --border-radius: 0px;
  --padding-start: 30px;
  --padding-end: 30px;
  color: var(--ion-color-text-85-white);
}
@media (hover: hover) and (pointer: fine) {
  .company-tabs ion-segment-button.boton-border:hover {
    background-color: var(--ion-color-primary-5);
    border-color: var(--ion-color-primary);
    color: var(--ion-color-primary);
  }
}

ion-label{
  margin: 0px;
}

.boton-border.segment-button-checked {
  border-bottom: 2px solid var(--ion-color-primary) !important;
}
.boton-border.segment-button-checked ion-label {
  color: var(--ion-color-primary) !important;
}

/* Bordes entre botones (usa Shadow Parts) */
.company-tabs ion-segment-button::part(native) {
  border: none;
  box-shadow: none;
}

.company-tabs ion-segment-button:not(:first-child)::part(native) {
  border-left-width: 0;
}

/* Accordion tweaks ------------------------------------------------------- */
ion-accordion::part(expansion-icon) {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
}
ion-accordion .ion-accordion-toggle-icon {
  display: none !important;
}
ion-accordion ion-item[slot=header] {
  --background: #F4F5F6;
  --color: #333;
  --min-height: 20px;
  height: 20px;
  --inner-border-width: 0;
  --padding-start: 0;
  --padding-end: 0;
  --inner-padding-end: 0;
}
ion-accordion ion-item[slot=header]::part(native) {
  height: 20px;
  min-height: 20px;
  padding: 0;
}
ion-accordion ion-item[slot=content] {
  --background: #fff;
  --min-height: 20px;
  height: 20px;
  --inner-border-width: 0;
  --padding-start: 0;
  --padding-end: 0;
  --inner-padding-end: 0;
}

ion-accordion ion-label {
  margin: 0 !important;
  line-height: 1 !important;
  color: var(--ion-color-primary) !important;
  white-space: nowrap !important;
  font-size: 10px !important;
}

/* Icons ------------------------------------------------------------------ */
ion-button.boton-reserva {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  min-height: 24px;
  height: auto;
}

.boton-indicador{
  display: flex;
  width: fit-content;
  min-width: 11rem;
  align-items: center;
  border-radius: 0.25rem;
  --box-shadow: 0px 1px 2px 0px #0000001F !important;
  --background-focused: transparent !important;
  --background-activated: transparent !important;
  background: var(--app-color-white-black-65) !important;
  --ripple-color: transparent !important;
}
.boton-indicador .contenido-boton-indicador{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--app-color-black-85-white) !important;
}
.boton-indicador .texto-indicadores {
  color: var(--app-color-nulo-white) !important;
}
.boton-indicador .bg-icono{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transform-origin: center;
  will-change: auto;
  transition: none;
}
.boton-indicador .bg-icono.espera {
  background-color: var(--app-color-yellow-5-black-85);
}
.boton-indicador .bg-icono.espera fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(242 166 38 / var(--tw-text-opacity, 1));
}
.boton-indicador .bg-icono.sentados {
  background-color: var(--app-color-success-5-black-85);
}
.boton-indicador .bg-icono.sentados fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
}
.boton-indicador .bg-icono.anulados{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity, 1));
}
.boton-indicador .bg-icono.anulados fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador .bg-icono.personas-empresas {
  background-color: var(--app-color-light-10-black-85);
}
.boton-indicador .bg-icono.personas-empresas fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  background-color: var(--app-color-light-10-black) !important;
}
.boton-indicador.boton-indicador--active .bg-icono{
  background-color: transparent;
}
.boton-indicador.boton-indicador--active .bg-icono fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active-danger{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  background-color: var(--app-color-light-10-danger-5) !important;
}
.boton-indicador.boton-indicador--active-danger .bg-icono {
  background-color: var(--app-color-danger-5-black);
}
.boton-indicador.boton-indicador--active-danger .bg-icono fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active-danger .text-base{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active .text-base{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active-danger .text-base{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador .valor-danger {
  color: var(--ion-color-danger) !important;
}

@media (hover: hover) and (pointer: fine) {
  .boton-indicador:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
    background-color: var(--ion-color-light-5);
  }
  .boton-indicador.boton-indicador--last:hover {
    --background-hover: var(--ion-color-danger);
  }
  .boton-indicador.boton-indicador--last:hover .text-base{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
  .boton-indicador.boton-indicador--last:hover .bg-icono {
    background-color: var(--app-color-danger-5-transparent);
  }
  .boton-indicador.boton-indicador--last:hover .bg-icono fa-icon{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
ion-button[disabled],
ion-button[fill=solid].button-disabled {
  --background: var(--ion-color-text-5) !important;
  --color: var(--ion-color-text-10) !important;
  --border-color: var(--ion-color-text-5) !important;
  opacity: 1 !important;
}
ion-button[disabled]::part(native),
ion-button[fill=solid].button-disabled::part(native) {
  background-color: var(--ion-color-text-5) !important;
  color: var(--ion-color-text-10) !important;
  border-color: var(--ion-color-text-5) !important;
  opacity: 1 !important;
}

ion-button[disabled],
ion-button[fill=outline].button-disabled {
  --background: var(--ion-color-text-5) !important;
  --color: var(--ion-color-text-10) !important;
  --border-color: var(--ion-color-text-10) !important;
  opacity: 1 !important;
}
ion-button[disabled]::part(native),
ion-button[fill=outline].button-disabled::part(native) {
  background-color: var(--ion-color-text-5) !important;
  color: var(--ion-color-text-10) !important;
  border-color: var(--ion-color-text-10) !important;
  opacity: 1 !important;
}

ion-button[disabled],
ion-button[fill=clear].button-disabled {
  --background: transparent !important;
  --color: var(--ion-color-text-10) !important;
  --border-color: transparent !important;
  opacity: 1 !important;
}
ion-button[disabled]::part(native),
ion-button[fill=clear].button-disabled::part(native) {
  background-color: #c7c7c7 !important;
  color: var(--ion-color-white) !important;
  border-color: transparent !important;
  opacity: 1 !important;
}

/* Botones de pin-security ------------------------------------------------------------------ */
.btn-x{
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--ion-color-text-65) !important;
}

.contenedor-pin{
  display: flex;
  min-height: 552px;
  width: 452px;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background: var(--app-color-white-black);
}
.contenedor-pin .bloque-1{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
.contenedor-pin .contenido-bloque-1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contenedor-pin .titulo-1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.contenedor-pin .subtitulo{
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--app-color-black-65-white);
}
.contenedor-pin .contenedor-pin-contenido{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.contenedor-pin .ingresar-pin{
  height: 72px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contenedor-pin .ingresar-pin .pin-valor{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.35em;
  background: var(--app-color-light-black-85);
}
.contenedor-pin .contenido-grilla{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

/* Base de todas las teclas del keypad */
.btn-key {
  width: 100%;
  height: 77.6px;
  margin: 0;
  --padding-start: 0;
  --padding-end: 0;
  --border-radius: 10px !important;
  border-radius: 10px !important;
  /* Estilo real del botón nativo de Ionic */
  /* Teclas altas: ocupan 2 filas (Borrar y OK) */
  /* Ajuste tipográfico exclusivo de la tecla OK */
  /* Apariencia de OK: fondo primary y texto blanco */
  /* Apariencia de CANCELAR: outline danger */
}
.btn-key::part(native) {
  width: 100%;
  height: 77.6px;
  font-size: 16px;
  border-radius: 10px;
  background-color: var(--ion-color-light-5-white);
  --color: var(--app-color-black-85) !important;
  color: var(--app-color-black-85) !important;
}
.btn-key-tall {
  height: 165px;
}
.btn-key-tall::part(native) {
  height: 165px;
}
.btn-key-ok::part(native) {
  font-weight: 700;
  font-size: 18px;
}
.btn-key-action-ok {
  --background: var(--ion-color-primary) !important;
  --border-color: var(--ion-color-primary) !important;
  --color: var(--ion-color-white) !important;
}
.btn-key-action-ok::part(native) {
  background-color: var(--ion-color-primary) !important;
  border-color: var(--ion-color-primary) !important;
  color: var(--ion-color-white) !important;
}
.btn-key-action-cancel {
  border-radius: 10px;
  --background: var(--ion-color-white) !important;
  --border-color: var(--ion-color-danger) !important;
  --color: var(--ion-color-danger) !important;
}
.btn-key-action-cancel::part(native) {
  background-color: var(--ion-color-white) !important;
  border-color: var(--ion-color-danger) !important;
  color: var(--ion-color-danger) !important;
}

/* Apariencia del ion toggle */
ion-toggle{
  padding: 0px;
  --background: #e6e6e6;
  --handle-background: #ffffff;
  --handle-background-checked: #ffffff;
  --handle-box-shadow: none;
}

/* Nuevo Usuario Form - Ion Accordion Styles -------------------------------- */
ion-accordion-group {
  --background: transparent;
  --border-style: none;
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
  width: 100%;
  overflow-x: hidden;
}

ion-accordion {
  --background: var(--app-color-white-black-85) !important;
  --background-activated: transparent !important;
  --border-width: 0;
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
  width: 100%;
}
ion-accordion ion-item::part(native) {
  --background: transparent !important;
  --padding-top: 0;
  --padding-bottom: 0;
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
}

ion-accordion.permisos-accordion {
  background-color: var(--app-color-white-black-85) !important;
  --permisos-accordion-header-color: var(--app-color-text-85);
  --padding-bottom: 4px;
  --permisos-accordion-border-color: var(--app-color-black-5-black-45);
}
ion-accordion.permisos-accordion ion-item[slot=header] {
  --color: var(--permisos-accordion-header-color);
}
ion-accordion.permisos-accordion ion-item[slot=header]::part(native) {
  border-bottom: 1px solid var(--permisos-accordion-border-color);
}
ion-accordion.permisos-accordion .permisos-accordion__header {
  padding-left: 12px;
}
ion-accordion.permisos-accordion ion-label,
ion-accordion.permisos-accordion ion-label span,
ion-accordion.permisos-accordion .permisos-accordion__title {
  color: var(--permisos-accordion-header-color) !important;
}
ion-accordion.permisos-accordion .permisos-accordion__counter {
  color: var(--permisos-accordion-header-color) !important;
}
ion-accordion.permisos-accordion fa-icon {
  color: var(--permisos-accordion-header-color) !important;
}
ion-accordion.permisos-accordion .permisos-accordion__row {
  border-bottom: 1px solid var(--permisos-accordion-border-color);
  padding-left: 12px;
  padding-right: 12px;
}

/* Keep accordion headers legible on dark backgrounds */
:root.dark ion-accordion.permisos-accordion,
body.dark ion-accordion.permisos-accordion,
:root.app-theme-dark ion-accordion.permisos-accordion,
body.app-theme-dark ion-accordion.permisos-accordion {
  --permisos-accordion-header-color: var(--ion-color-white);
}

/* Header text stays legible on dark surfaces */
ion-accordion.permisos-accordion--contrast {
  --permisos-accordion-header-color: var(--ion-color-white);
}

ion-list.sucursales-list {
  background: transparent;
  --background: transparent;
  --sucursales-list-text-color: var(--app-color-text-85);
  --sucursales-list-border-color: var(--app-color-black-5-black-45);
}
ion-list.sucursales-list ion-item {
  --color: var(--sucursales-list-text-color);
  --background: transparent;
  --inner-border-width: 0;
}
ion-list.sucursales-list ion-item::part(native) {
  background: transparent;
  border-bottom: 1px solid var(--sucursales-list-border-color);
}
ion-list.sucursales-list ion-checkbox {
  --border-color: var(--sucursales-list-text-color);
  color: var(--sucursales-list-text-color) !important;
}
ion-list.sucursales-list .sucursales-list__label {
  color: var(--sucursales-list-text-color) !important;
}

/* Ensure branch labels stay legible on dark backgrounds */
:root.dark ion-list.sucursales-list,
body.dark ion-list.sucursales-list,
:root.app-theme-dark ion-list.sucursales-list,
body.app-theme-dark ion-list.sucursales-list {
  --sucursales-list-text-color: var(--ion-color-white);
}

ion-list.sucursales-list--contrast {
  --sucursales-list-text-color: var(--ion-color-white);
}

[slot=content] {
  width: 100%;
  overflow-x: hidden;
}

ion-item {
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 120ms linear;
}

.transition-transform {
  transition: transform 120ms linear;
}

ion-button.button-header {
  --box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
  --background: var(--app-color-light-10-black) !important;
  color: var(--app-color-darkblue-white);
  --border-radius: 8px;
}

ion-button.boton-reenviar {
  height: 32px !important;
  min-height: 32px !important;
}

.modal-container {
  --width:fit-content;
  --height:fit-content;
  --border-radius: 10px;
  --backdrop-opacity: 0.5 !important;
  --box-shadow: none;
  --min-whidth: 400px;
}

.modal-media {
  --width: 100%;
  --height: 550px;
  --border-radius: 10px;
  --backdrop-opacity: 0.5 !important;
  --box-shadow: none;
  --min-whidth: 400px;
}

.contenedor-modal-qr{
  display: flex;
  width: 345px;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.header-modal{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.titulo-modal{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--app-color-text-85);
}
.titulo-modal fa-icon{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.btn-x{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cont-qr{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
  text-align: center;
}

.qr{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr .cam{
  position: relative;
  height: 220px;
  width: 220px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
}
.qr video{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.qr .borde-t-l{
  position: absolute;
  top: -1rem;
  left: -1rem;
  height: 2.5rem;
  width: 2.5rem;
  border-top-left-radius: 1rem;
  border-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.qr .borde-t-r{
  position: absolute;
  top: -1rem;
  right: -1rem;
  height: 2.5rem;
  width: 2.5rem;
  border-top-right-radius: 1rem;
  border-width: 4px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.qr .borde-b-l{
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  height: 2.5rem;
  width: 2.5rem;
  border-bottom-left-radius: 1rem;
  border-width: 4px;
  border-right-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.qr .borde-b-r{
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  height: 2.5rem;
  width: 2.5rem;
  border-bottom-right-radius: 1rem;
  border-width: 4px;
  border-left-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.cont-btns{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  padding-bottom: 0px;
}

.cont-confirm{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.title-confirm{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.check{
  height: 158px;
  width: 158px;
}

.nombre{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.cont-descript{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cont-descript .separadores{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.cont-descript .descript{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.cont-descript .descript .cont{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

/* Estilos de componente modal salón  */
.contenido-modal-mesa{
  display: flex;
  height: 633px;
  width: 960px;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contenido-modal-mesa .contenido{
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  gap: 0.5rem;
  overflow: hidden;
}
.contenido-modal-mesa .contenido .lado-izquierdo{
  display: flex;
  width: 180px;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
}
.contenido-modal-mesa .contenido .lado-izquierdo .barra-boton{
  height: 46px;
  width: 100%;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.contenido-modal-mesa .contenido .lado-izquierdo .contenido-salon-items{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.contenido-modal-mesa .contenido .lado-izquierdo .imagen-salon{
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  overflow: hidden;
}
.contenido-modal-mesa .contenido .lado-izquierdo .imagen-salon .img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contenido-modal-mesa .contenido .lado-izquierdo .nombre-salon{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.contenido-modal-mesa .contenido .lado-izquierdo ion-button.btn-salon {
  --padding-start: 0px !important;
  --padding-end: 32px !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
}
.contenido-modal-mesa .contenido .separador{
  height: 100%;
  width: 1px;
}
.contenido-modal-mesa .contenido .lado-derecho{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
}
.contenido-modal-mesa .contenido .lado-derecho .subtitulo{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda{
  margin-left: auto;
  display: flex;
  gap: 0.75rem;
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda .leyenda-item{
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda .leyenda-item .leyenda-color-libre{
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda .leyenda-item .leyenda-color-reservada{
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 166 38 / var(--tw-bg-opacity, 1));
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda .leyenda-item .leyenda-color-confirmada{
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(109 197 96 / var(--tw-bg-opacity, 1));
}
.contenido-modal-mesa .contenido .lado-derecho .leyenda .leyenda-item .leyenda-texto{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.contenido-modal-mesa .contenido .lado-derecho .grilla-mesa{
  display: grid;
  max-width: 728px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.contenido-modal-mesa .salon-activo {
  --background: var(--app-color-primary-5);
  --border-color: var(--app-color-primary);
  --color: var(--app-color-primary);
}
.contenido-modal-mesa .salon-inactivo {
  --color: var(--app-color-text-45);
}
.contenido-modal-mesa .contenedor-botones{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}

.modal-fit {
  --width: fit-content;
  --min-width: 250px;
  --height: fit-content;
  --border-radius: 6px;
  --backdrop-opacity: 0.5 !important;
  --box-shadow: none;
}
.modal-fit ion-datetime {
  --background-rgb: var(--app-color-bgdatetime);
  color: var(--ion-text-color, var(--app-color-text-85));
}
.modal-fit ion-datetime::part(month-year-button), .modal-fit ion-datetime::part(prev-month-button), .modal-fit ion-datetime::part(next-month-button) {
  color: var(--ion-text-color, var(--app-color-text-85));
}
.modal-fit.modal90 {
  --width: 90%;
}

.datetime-action-buttons-container .sc-ion-buttons-md-s {
  --background: var(--app-color-primary) !important;
}

.modal-confirmar-qr{
  display: flex;
  min-height: 520px;
  width: 900px;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: var(--app-color-white-black);
}

.contenido-modal-qr{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 1rem;
  padding: 0.25rem;
}

.lado-izquierdo{
  display: flex;
  width: 400px;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lado-derecho{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.contenedor-det-general{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.reserva-confirmada{
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  color: var(--app-color-primary-white);
}

.reserva-nombre{
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: var(--app-color-black-85-white);
}

.contenedor-filas{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fila-contenedor{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fila-contenido{
  display: flex;
  width: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fila-titulo{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--app-color-black-85-white);
}

.fila-subtitulo{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--app-color-black-85-white);
}

.contenedor-detalle{
  display: flex;
  width: 400px;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--app-color-success-5-black-85);
}

.detalle-cant-llegada{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.llegada{
  font-size: 1rem;
  line-height: 1.5rem;
}

.boton-indicador.boton-indicador--active-danger .llegada{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active .llegada{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active-danger .llegada{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover .llegada{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.card-indicador .llegada {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}

.card-indicador.card-indicador--active .llegada{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.llegada {
  color: var(--app-color-black-85-white);
}

.cantidad-llegada{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.boton-indicador.boton-indicador--active-danger .cantidad-llegada{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active .cantidad-llegada{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active-danger .cantidad-llegada{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover .cantidad-llegada{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.card-indicador .cantidad-llegada {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}

.card-indicador.card-indicador--active .cantidad-llegada{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.cantidad-llegada {
  color: var(--app-color-black-85-white);
}

.contenedor-linea-det{
  display: flex;
  height: 11px;
  width: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(31 31 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 31 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 80%;
}

.linea-detalle{
  height: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(109 197 96 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(31 31 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 31 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 80%;
}

.detale-faltantes{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--app-color-black-85-white);
}

ion-modal {
  --background: var(--app-background-fondo);
}

.alert-wrapper.sc-ion-alert-md {
  --background: var(--app-background-fondo);
}

.no-scroll {
  overflow-y: auto;
}
.no-scroll::-webkit-scrollbar {
  display: none;
}

.popover-select-horas {
  --max-height: 200px;
}

ion-toolbar {
  --background: transparent !important;
}

body.app-theme-dark .panel-derecho,
body.app-theme-dark .panel-derecho-desplegable {
  background-color: var(--app-color-black);
}
body.app-theme-dark .panel-derecho ion-footer,
body.app-theme-dark .panel-derecho-desplegable ion-footer {
  background-color: var(--app-color-black);
}
body.app-theme-dark .panel-derecho ion-footer ion-toolbar,
body.app-theme-dark .panel-derecho-desplegable ion-footer ion-toolbar {
  --background: transparent;
  background-color: var(--app-color-black);
  border-top-color: var(--app-color-black-10-black-45);
}
body.app-theme-dark .panel-derecho ion-footer .botones-footer ion-button,
body.app-theme-dark .panel-derecho-desplegable ion-footer .botones-footer ion-button {
  --background: var(--app-color-black-85);
  --color: var(--app-color-white);
}
body.app-theme-dark .panel-derecho ion-footer .botones-footer ion-button.button-outline, body.app-theme-dark .panel-derecho ion-footer .botones-footer ion-button[fill=outline],
body.app-theme-dark .panel-derecho-desplegable ion-footer .botones-footer ion-button.button-outline,
body.app-theme-dark .panel-derecho-desplegable ion-footer .botones-footer ion-button[fill=outline] {
  --background: transparent;
  --border-color: var(--app-color-black-85);
}

.contenedor{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
  border-radius: 1rem;
  padding: 1rem;
  background-color: var(--app-background-fondo);
}

.contenedor-primary-5{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 254 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.panel-derecho-preview{
  display: flex;
  width: 600px;
  flex-direction: column;
  overflow: auto;
}

.contenedor-tabla-primary-5{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: var(--ion-color-light-10);
}

body.app-theme-dark .contenedor-tabla-primary-5 {
  background-color: var(--ion-color-black-65);
}

.panel-derecho{
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 377px;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--ion-background-color);
}

.panel-izquierdo-preview{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
  border-right-width: 1px;
  padding-right: 1rem;
}

.panel-derecho-desplegable{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: var(--ion-background-color);
}

.panel-header{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.panel-cuerpo{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}

.panel-scroll{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: auto;
}

.panel-campos{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.card-mesa{
  position: relative;
  display: flex;
  height: 140px;
  width: 140px;
  flex: none;
  flex-direction: column;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}
.card-mesa .title-mesa{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}
.card-mesa .contenedor-boton-editar{
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
}
.card-mesa .button-editar{
  display: flex;
  height: 32px;
  width: 81px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 10px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
  line-height: normal;
}
.card-mesa .button-eliminar{
  position: absolute;
  right: 0.25rem;
  top: -0.375rem;
  display: flex;
  height: 24px;
  width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.card-general{
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: var(--app-color-background-light);
}

.card-general,
.card-configuracion,
.cardsalones,
.card-mesa,
.contenedor,
.panel-derecho {
  transition: background-color 80ms linear, border-color 80ms linear;
}

.cont-tabs{
  display: flex;
  flex: none;
  flex-direction: row;
  overflow: hidden;
}
.cont-tabs .btn-scroll{
  display: flex;
  width: 40px;
  flex: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.conjunt-boton{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
}

.contenedor-salones{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  gap: 1rem;
}

.mensaje-horario {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ion-color-medium, #6b7280);
}

.mensaje-horario-error {
  color: var(--ion-color-danger, #d64045);
}

.contenedor-eventos{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  gap: 1rem;
}

app-reserva-card{
  width: 100%;
}

.label-segment{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--app-color-black-85-white);
}

.centrar-empty{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.contenedor-preventa{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-color: var(--app-color-black-5-black-45);
}
.contenedor-preventa.modo-dark {
  background-color: var(--app-color-white-black);
  border-color: var(--ion-color-black-10-black) !important;
}

.fondo-contenedor-dinamico {
  background-color: var(--app-color-white-black-65);
  border-color: var(--app-color-black-5-black-65);
}

.cardsalones{
  display: flex;
  width: max-content;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
}
.cardsalones.modo-dark {
  background-color: var(--app-color-white-black);
  border-color: var(--ion-color-black-10-black) !important;
}
.cardsalones.border-gris {
  border-color: var(--app-color-black-5-black-45);
}
.cardsalones .contenedor-title-evento{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cardsalones .contenedor-title-evento .info-evento-fecha{
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
.cardsalones .contenedor-title-evento .info-evento-fecha .text-info{
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--app-color-darkblue-white);
}
.cardsalones .contenedor-title-evento .title-evento{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--app-color-darkblue-white);
}
.cardsalones .contenedor-imagen{
  height: 180px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: dashed;
  padding-bottom: 0.5rem;
  border-color: var(--app-color-black-10-black-65);
}
.cardsalones .detalle-salon{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cardsalones .detalle-salon .descripcion{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cardsalones .detalle-salon .descripcion .info{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.cardsalones .botones-accion-contenedor{
  display: flex;
  flex-direction: row;
  border-top-width: 1px;
  padding-top: 0.5rem;
  border-color: var(--app-color-black-5-black-45);
}
.cardsalones .botones-accion-contenedor .botones{
  display: flex;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine) {
  .card-general:hover,
  .card-configuracion:hover,
  .cardsalones:hover,
  .card-mesa:hover {
    transform: none;
    box-shadow: none;
  }
}
.card-general:active,
.card-configuracion:active,
.cardsalones:active,
.card-mesa:active {
  transform: none;
}

.descripcion-card-reserva{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--ion-color-text-85);
}

.contenedor-input{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contenedor-input .label{
  font-size: 0.75rem;
  line-height: 1rem;
}

.contenedor-informativo-primary{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 254 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.contenedor-formulario{
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.input-text-informativo{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--ion-color-text-45-white);
}

.card-indicador{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.card-indicador .text-base {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}
.card-indicador .bg-icono{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transform-origin: center;
  will-change: auto;
  transition: none;
}
.card-indicador .bg-icono.espera{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 231 / var(--tw-bg-opacity, 1));
}
.card-indicador .bg-icono.espera fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(242 166 38 / var(--tw-text-opacity, 1));
}
.card-indicador .bg-icono.sentados{
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 244 / var(--tw-bg-opacity, 1));
}
.card-indicador .bg-icono.sentados fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
}
.card-indicador .bg-icono.anulados{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity, 1));
}
.card-indicador .bg-icono.anulados fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.card-indicador .bg-icono.personas-empresas {
  background-color: var(--app-color-light-10-black-85);
}
.card-indicador .bg-icono.personas-empresas fa-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}
.card-indicador:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
}
.card-indicador.card-indicador--active{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
}
.card-indicador.card-indicador--active .text-base{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.card-indicador:hover .bg-icono {
  transform: none;
}

.solo-icono{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
  --background: transparent;
}

.card-configuracion{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-color: var(--app-color-black-5-black-45);
}
.card-configuracion fa-icon{
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.card-configuracion .contenedor-info{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card-configuracion .contenedor-info .titulo{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.boton-indicador.boton-indicador--active-danger .card-configuracion .contenedor-info .titulo{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active .card-configuracion .contenedor-info .titulo{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.boton-indicador.boton-indicador--active-danger .card-configuracion .contenedor-info .titulo{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover .card-configuracion .contenedor-info .titulo{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.card-indicador .card-configuracion .contenedor-info .titulo {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}
.card-indicador.card-indicador--active .card-configuracion .contenedor-info .titulo{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.card-configuracion .contenedor-info .descripcion{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--app-color-black-45-black-10);
}

.cont-info{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cont-caja-seleccionada{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.cont-caja{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.contenedor-info-contacto{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  padding: 0.625rem;
  border-color: var(--app-color-black-5-black-45);
}

.card-caja{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.caja-seleccionada{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.375rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.conexion{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.conexion fa-icon{
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
  line-height: normal;
}
.conexion span{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.cont-venta{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 28px;
}

.cont-titulo-red{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.cont-titulo-red .titulo-red{
  font-weight: 700;
  color: var(--app-color-black-85-white);
}

.subtitulo-caja{
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--app-color-black-65-black-10);
}

.icon-bg{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 253 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.icon-bg fa-icon{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.cont-cajas{
  display: flex;
  height: 100%;
  max-height: 230px;
  min-height: 180px;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
}

.cont-gif{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cont-buttons{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.submit-button{
  width: 214px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-con-boton{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}
.input-con-boton .input-recto-derecha{
  z-index: 0;
  margin-right: -0.125rem;
  --border-radius: 4px 0px 0px 4px;
}
.input-con-boton .input-recto-derecha .input-outline-start {
  border-radius: 4px 0 0 4px !important;
  min-width: 12px !important;
}
.input-con-boton .input-recto-derecha .input-outline-notch {
  border-radius: 0 !important;
}
.input-con-boton .input-recto-derecha .input-outline-end {
  border-radius: 0 !important;
}
.input-con-boton .btn-recto-izquierda{
  z-index: 10;
  --border-radius: 0px 4px 4px 0px !important;
}

.campos-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.separador-vertical{
  position: relative;
  flex-grow: 1;
  overflow: auto;
  padding-left: 0.5rem;
}

.separador-vertical::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--app-color-black-5-black-45);
}

.titulo-wizard{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.tarjeta-info{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.contenedor-radio{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

.contenedor-wizard{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.wizard-campos{
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.subtitle-paso{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--app-color-black-45-white);
}

.cambio-color-subtitle {
  color: var(--app-color-black-85-black-10);
}

.color-fijo {
  color: var(--app-color-black-85-fijo) !important;
}

table{
  min-height: 100%;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

table tr {
  height: 32px !important;
}

table thead{
  border-style: none;
  text-align: left;
  background-color: var(--app-color-light-5-black-85);
  color: var(--app-color-black-25-white);
}

table tbody tr td{
  width: 100%;
  padding: 0.5rem;
  text-align: center;
}

table thead tr th{
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.tiene-reserva{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}

table tbody tr td.col-hora{
  text-align: left;
  vertical-align: middle;
  border: none !important;
}

.celda-reserva{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.25rem;
}

.icono-estado{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 244 / var(--tw-bg-opacity, 1));
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
  line-height: normal;
}

.texto-reserva{
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}

.border-tabla-celda{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--app-color-black-5-black-45);
}

.table-wizard-dark thead tr th {
  background-color: var(--app-color-light-black-65) !important;
}

ion-searchbar{
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0px !important;
  border-color: var(--ion-color-black-10-black);
  --box-shadow: none !important;
  --placeholder-color: var(--app-color-black-85-white) !important;
  --placeholder-opacity: 1;
  --icon-color: var(--app-color-black-85-white) !important;
  --color: var(--app-color-black-85-white);
  --background: var(--app-color-white-black) !important;
  min-height: 40px !important;
  height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ion-searchbar.buscador-boton{
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0;
}
ion-searchbar.buscador-boton .searchbar-input.sc-ion-searchbar-md {
  padding-inline-start: 12px !important;
}

ion-searchbar.buscador-reportes {
  --background: var(--app-color-white-black-85) !important;
}

ion-searchbar::part(input) {
  color: var(--app-color-black-85-white) !important;
  -webkit-text-fill-color: var(--app-color-black-85-white) !important;
  caret-color: var(--app-color-black-85-white) !important;
}

.searchbar-input.sc-ion-searchbar-md {
  padding-inline-start: 44px;
}

.searchbar-search-icon.sc-ion-searchbar-md {
  width: 14px !important;
}

.searchbar-input.sc-ion-searchbar-md,
.searchbar-input.sc-ion-searchbar-ios {
  min-height: 40px !important;
  height: 43px !important;
  line-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.buscador-container{
  display: flex;
  width: 100%;
  align-items: center;
}

.btn-buscar{
  z-index: 10;
  margin-left: -0.625rem;
  height: 100%;
}

.btn-buscar::part(native){
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.badge{
  display: flex;
  height: 18px;
  width: max-content;
  min-width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  line-height: 0;
}

.badge-insuccess{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 244 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
}

.badge-light{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.entrada-telefono{
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.entrada-telefono .sc-ion-input-md {
  height: 38px;
  min-height: 38px;
  border-radius: 3px;
}

.entrada-telefono ion-input{
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
}

.entrada-telefono-error{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.texto-error-campo{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

:host ::ng-deep .entrada-telefono .iti{
  display: block;
  height: 100%;
  width: 100%;
}

:host ::ng-deep .entrada-telefono .iti__country-container{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:host ::ng-deep .entrada-telefono .iti__selected-country{
  height: 100%;
  padding-left: 0px;
  padding-right: 0.5rem;
}

:host ::ng-deep .entrada-telefono .iti__selected-dial-code{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}

:host ::ng-deep .entrada-telefono .iti__arrow{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

:host ::ng-deep .entrada-telefono .iti__tel-input{
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.boton-indicador.boton-indicador--active-danger :host ::ng-deep .entrada-telefono .iti__tel-input{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active :host ::ng-deep .entrada-telefono .iti__tel-input{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.boton-indicador.boton-indicador--active-danger :host ::ng-deep .entrada-telefono .iti__tel-input{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine) {
  .boton-indicador.boton-indicador--last:hover :host ::ng-deep .entrada-telefono .iti__tel-input{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.card-indicador :host ::ng-deep .entrada-telefono .iti__tel-input {
  transform-origin: left center;
  will-change: auto;
  transition: none;
}

.card-indicador.card-indicador--active :host ::ng-deep .entrada-telefono .iti__tel-input{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

:host ::ng-deep .entrada-telefono .iti__tel-input {
  caret-color: var(--ion-color-text-85);
}

:host ::ng-deep .entrada-telefono .iti__tel-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

ion-toast.ionic-toast-base {
  z-index: 50000 !important;
  --background: transparent;
  --color: var(--ion-color-black-85);
  --border-radius: 8px;
  --border-style: none;
  --border-width: 0;
  --border-color: var(--ion-color-black-10);
  --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
  --button-color: var(--ion-color-black-65);
  --toast-icon-bg: var(--ion-color-light-10);
  --max-width: 500px;
  --min-height: 60px;
  --start: auto;
  --end: 16px;
  --offset-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-start: 0;
  --padding-end: 0;
  --button-margin-start: 0;
  --toast-close-size: 10px;
}

ion-toast.ionic-toast-base.ionic-toast-compact {
  --min-height: 44px;
}

ion-toast.ionic-toast-base.ionic-toast-spacious {
  --min-height: 60px;
}

ion-toast.ionic-toast-base.ionic-toast-spacious::part(content-layout) {
  height: auto;
  min-height: 60px;
  align-items: stretch;
}

ion-toast.ionic-toast-base.ionic-toast-spacious::part(content-left) {
  height: auto;
  align-items: stretch;
}

ion-toast.ionic-toast-base.ionic-toast-success {
  --border-color: var(--ion-color-success);
  --toast-icon-bg: var(--ion-color-success-5);
}

ion-toast.ionic-toast-base.ionic-toast-warning {
  --border-color: var(--ion-color-warning);
  --toast-icon-bg: var(--ion-color-warning-5);
}

ion-toast.ionic-toast-base.ionic-toast-danger {
  --border-color: var(--ion-color-danger);
  --toast-icon-bg: var(--ion-color-danger-5);
}

ion-toast.ionic-toast-base.ionic-toast-default {
  --border-color: var(--ion-color-black-10);
  --toast-icon-bg: var(--ion-color-light-10);
}

ion-toast.ionic-toast-base::part(container) {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 8px !important;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  min-height: var(--min-height);
  min-width: var(--min-width);
  max-width: var(--max-width);
  overflow: hidden;
}

ion-toast.ionic-toast-base::part(content) {
  flex: 1;
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: inherit;
}

ion-toast.ionic-toast-base::part(message){
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  flex: 1;
  padding: 0 !important;
  margin: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ion-toast.ionic-toast-base::part(content-layout){
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

ion-toast.ionic-toast-base::part(content-left){
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

ion-toast.ionic-toast-base::part(content-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

ion-toast.ionic-toast-base.ionic-toast-compact::part(content-icon){
  height: 100%;
  width: 3rem;
  flex: none;
}

ion-toast.ionic-toast-base.ionic-toast-spacious::part(content-icon){
  height: 100%;
  width: 3rem;
  flex: none;
  align-self: stretch;
}

ion-toast.ionic-toast-base.ionic-toast-spacious::part(content-subtitle) {
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  line-clamp: 2;
}

ion-toast.ionic-toast-base::part(content-text) {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--app-color-text-85);
  justify-content: center;
}

ion-toast.ionic-toast-base::part(content-title) {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #363636;
}

ion-toast.ionic-toast-base::part(content-subtitle) {
  font-size: 12px;
  line-height: 1.4;
  color: var(--app-color-text-65);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #363636;
}

ion-toast.ionic-toast-base::part(content-close){
  display: flex;
  height: 100%;
  appearance: none;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  cursor: pointer;
  color: var(--app-color-text-85);
}

ion-toast.ionic-toast-base.ionic-toast-spacious::part(content-close) {
  padding-top: 8px;
  align-self: stretch;
  align-items: center;
  color: var(--app-color-text-85);
}

.history-loader {
  --background: #ffffff;
  --spinner-color: #3b82f8;
}
.history-loader .loading-wrapper {
  border-radius: 16px;
  padding: 24px 32px;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}
.history-loader .loading-content {
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}
.history-loader ion-spinner {
  width: 40px;
  height: 40px;
}

/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/* Call banner — cuando está activo empuja los headers 28px hacia abajo */
ion-app.call-active ion-header {
  padding-top: 28px;
}

ion-app.call-active ion-header ion-toolbar {
  --padding-top: 0;
}

/* Optional CSS utils that can be commented out */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Montserrat", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 840px){
  .\!container{
    max-width: 840px !important;
  }
  .container{
    max-width: 840px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .\!container{
    max-width: 1920px !important;
  }
  .container{
    max-width: 1920px;
  }
}
@media (min-width: 2500px){
  .\!container{
    max-width: 2500px !important;
  }
  .container{
    max-width: 2500px;
  }
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-4{
  bottom: -1rem;
}
.-left-4{
  left: -1rem;
}
.-right-4{
  right: -1rem;
}
.-top-1\.5{
  top: -0.375rem;
}
.-top-4{
  top: -1rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-12{
  right: 3rem;
}
.right-2{
  right: 0.5rem;
}
.right-9{
  right: 2.25rem;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mr-0\.5{
  margin-right: -0.125rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[158px\]{
  height: 158px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[633px\]{
  height: 633px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[72px\]{
  height: 72px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[130px\]{
  max-height: 130px;
}
.max-h-\[230px\]{
  max-height: 230px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[140px\]{
  min-height: 140px;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[520px\]{
  min-height: 520px;
}
.min-h-\[552px\]{
  min-height: 552px;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[158px\]{
  width: 158px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[214px\]{
  width: 214px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[345px\]{
  width: 345px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[452px\]{
  width: 452px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[81px\]{
  width: 81px;
}
.w-\[900px\]{
  width: 900px;
}
.w-\[960px\]{
  width: 960px;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-44{
  min-width: 11rem;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.max-w-\[319px\]{
  max-width: 319px;
}
.max-w-\[377px\]{
  max-width: 377px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[69px\]{
  max-width: 69px;
}
.max-w-\[728px\]{
  max-width: 728px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.basis-1\/2{
  flex-basis: 50%;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.appearance-none{
  appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto_1fr\]{
  grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(350px\2c 1fr\)\)\]{
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[30px\]{
  gap: 30px;
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-\[6px\]{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-black-10{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}
.border-black-25{
  --tw-border-opacity: 1;
  border-color: rgb(135 135 135 / var(--tw-border-opacity, 1));
}
.border-black-5{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-danger{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-darkblue-10{
  --tw-border-opacity: 1;
  border-color: rgb(151 160 195 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-primary-85{
  --tw-border-opacity: 1;
  border-color: rgb(88 149 247 / var(--tw-border-opacity, 1));
}
.border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(255 137 71 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(242 166 38 / var(--tw-border-opacity, 1));
}
.bg-black-10{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
}
.bg-black-5{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(31 31 31 / 0);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-danger-5{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
}
.bg-light-10{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 254 / var(--tw-bg-opacity, 1));
}
.bg-light-5{
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 253 / var(--tw-bg-opacity, 1));
}
.bg-primary-45{
  --tw-bg-opacity: 1;
  background-color: rgb(147 186 250 / var(--tw-bg-opacity, 1));
}
.bg-primary-5{
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-65{
  --tw-bg-opacity: 1;
  background-color: rgb(118 168 249 / var(--tw-bg-opacity, 1));
}
.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(104 99 251 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(109 197 96 / var(--tw-bg-opacity, 1));
}
.bg-success-5{
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 244 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 71 / var(--tw-bg-opacity, 1));
}
.bg-warning-5{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 236 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(242 166 38 / var(--tw-bg-opacity, 1));
}
.bg-yellow-5{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 231 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\/assets\/img\/fondo-login-dark\.webp\'\)\]{
  background-image: url('/assets/img/fondo-login-dark.webp');
}
.bg-\[url\(\'\/assets\/img\/fondo-login\.webp\'\)\]{
  background-image: url('/assets/img/fondo-login.webp');
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/10{
  --tw-gradient-from: rgb(31 31 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 31 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/20{
  --tw-gradient-from: rgb(31 31 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 31 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[80\%\]{
  --tw-gradient-via-position: 80%;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 28px;
  line-height: 36px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs{
  font-size: 10px;
}
.text-xxss{
  font-size: 8px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.35em\]{
  letter-spacing: 0.35em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-black-10{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}
.text-black-25{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.text-black-45{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.text-black-65{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.text-black-85{
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.text-danger{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-danger-65{
  --tw-text-opacity: 1;
  color: rgb(244 124 124 / var(--tw-text-opacity, 1));
}
.text-danger-85{
  --tw-text-opacity: 1;
  color: rgb(241 96 96 / var(--tw-text-opacity, 1));
}
.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(36 47 87 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(109 197 96 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(242 166 38 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
* {
  font-family: "Montserrat", sans-serif !important;
}

:root,
html {
  --ion-dynamic-font: 16px "Montserrat", sans-serif;
  font-size: 16px !important;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

body,
ion-app {
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

button,
a,
[role=button],
[routerLink],
ion-button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  *:hover {
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body.barcode-scanner-preview-active,
body.barcode-scanner-preview-active ion-app,
body.barcode-scanner-preview-active app-root,
body.barcode-scanner-preview-active ion-content,
body.barcode-scanner-preview-active .ion-page,
body.barcode-scanner-preview-active .modal-wrapper,
body.barcode-scanner-preview-active ion-modal {
  background: transparent !important;
  --background: transparent !important;
  --ion-background-color: transparent !important;
}

/* ── User admin modals ───────────────────────────────────── */
.user-modal-wrapper {
  --width: 540px;
  --max-width: 96vw;
  --height: auto;
  --max-height: 92vh;
  --border-radius: 16px;
  --box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  --overflow: hidden;
}

.user-modal {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.user-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.user-modal .modal-header .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.user-modal .modal-header .modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  font-size: 1.1rem;
  padding: 4px;
  border-radius: 6px;
  line-height: 1;
  transition: color 0.15s;
}
.user-modal .modal-header .modal-close-btn:hover {
  color: #475569;
}
.user-modal .modal-body {
  padding: 20px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.user-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 24px 20px;
  border-top: 1px solid #f1f5f9;
}

/* Form layout */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-group.form-group--sm {
  max-width: 110px;
}

.form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
}

.input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s;
}
.input-wrap:focus-within {
  border-color: #3B82F6;
}
.input-wrap.has-error {
  border-color: #ef4444;
}
.input-wrap.input-wrap--readonly {
  background: #f8fafc;
}
.input-wrap.input-wrap--readonly .readonly-value {
  padding: 9px 12px;
  font-size: 0.875rem;
  color: #64748b;
}
.input-wrap .input-icon {
  padding: 0 10px;
  color: #9ca3af;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.modal-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 9px 12px 9px 0;
  font-size: 0.875rem;
  color: #0f172a;
  background: transparent;
  font-family: "Montserrat", sans-serif;
}
.modal-input::placeholder {
  color: #9ca3af;
}
.modal-input.modal-select {
  cursor: pointer;
  padding-right: 8px;
  appearance: none;
}

.toggle-pass-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1;
  color: #9ca3af;
}

/* Toggle switch */
.toggle-wrap {
  padding: 4px 0;
}
.toggle-wrap .toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.toggle-wrap .toggle-checkbox {
  display: none;
}
.toggle-wrap .toggle-track {
  width: 40px;
  height: 22px;
  background: #cbd5e1;
  border-radius: 999px;
  position: relative;
  transition: background 0.2s;
}
.toggle-wrap .toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.toggle-wrap .toggle-checkbox:checked ~ .toggle-track {
  background: #3B82F6;
}
.toggle-wrap .toggle-checkbox:checked ~ .toggle-track .toggle-thumb {
  left: 21px;
}

.toggle-text {
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
}

/* Errors */
.field-error {
  font-size: 0.72rem;
  color: #ef4444;
  font-weight: 500;
}

.save-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #dc2626;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.82rem;
}

/* Buttons */
.btn-cancel {
  background: #f1f5f9;
  color: #475569;
  border: none;
  border-radius: 9px;
  padding: 9px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  transition: background 0.15s;
}
.btn-cancel:hover {
  background: #e2e8f0;
}
.btn-cancel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-save {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #3B82F6;
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 9px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  transition: background 0.15s;
}
.btn-save:hover {
  background: #2563eb;
}
.btn-save:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 640px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:bottom-4{
    bottom: 1rem;
  }
  .md\:right-4{
    right: 1rem;
  }
  .md\:w-\[300px\]{
    width: 300px;
  }
}
@media (min-width: 840px){
  .lg\:fixed{
    position: fixed;
  }
  .lg\:left-12{
    left: 3rem;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:h-\[648px\]{
    height: 648px;
  }
  .lg\:min-h-0{
    min-height: 0px;
  }
  .lg\:w-\[457px\]{
    width: 457px;
  }
  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/themes/variables.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  --app-safe-area-top: env(safe-area-inset-top, 0px);
  --app-safe-area-right: env(safe-area-inset-right, 0px);
  --app-safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --app-safe-area-left: env(safe-area-inset-left, 0px);
  --app-color-darkblue: var(--app-color-darkblue);
  --ion-font-family: '"Montserrat"', sans-serif !important;
  --ion-default-font: var(--ion-font-family) !important;
  --background: var(--app-color-surface-base) !important;
  --ion-background-color: var(--app-color-surface-base);
  --app-background-fondo: var(--app-color-white);
  --app-color-primary-black: var(--app-color-primary);
  --app-color-primary-white: var(--app-color-primary);
  --app-color-primary-5-black: var(--app-color-primary-5);
  --app-color-primary-5-fijo: var(--app-color-primary-5);
  --app-color-black-10-black: var(--app-color-black-10);
  --ion-color-black-10-black: var(--app-color-black-10);
  --app-color-white-black: var(--app-color-white);
  --app-color-light-black: var(--app-color-light);
  --app-color-white-black-10: var(--app-color-white);
  --app-color-white-black-25: var(--app-color-white);
  --app-color-black-10-black-65: var(--app-color-black-10);
  --app-color-white-primary-5: var(--app-color-white);
  --app-color-white-black-65: var(--app-color-white);
  --app-color-black-5-black-45: var(--app-color-black-5);
  --app-color-black-5-black-65: var(--app-color-black-5);
  --app-color-primary-5-black-45: var(--app-color-primary-5);
  --app-color-light-black-25: var(--app-color-light);
  --app-color-black-black-10: var(--app-color-black);
  --app-color-black-85-white: var(--app-color-black-85);
  --app-color-black-10-black-25: var(--app-color-black-10);
  --app-color-black-85-fijo: var(--app-color-black-85);
  --app-color-black-85-black-5: var(--app-color-black-85);
  --ion-color-primary-black-65: var(--app-color-primary);
  --app-color-black-85-black-10: var(--app-color-black-85);
  --app-color-light-10-black: var(--app-color-light-10);
  --app-color-black-45-white: var(--app-color-black-45);
  --app-color-black-5-black-10: var(--app-color-black-5);
  --app-color-black-10-black-45: var(--app-color-black-10);
  --app-color-black-10-black-85: var(--app-color-black-10);
  --app-color-primary-black-65: var(--app-color-primary);
  --app-color-darkblue-primary: var(--app-color-darkblue);
  --app-color-light-black-65: var(--app-color-light);
  --app-color-primary-black-85: var(--app-color-primary);
  --app-color-danger-white: var(--app-color-danger);
  --app-color-light-black-85: var(--app-color-light);
  --app-color-danger: var(--app-color-danger);
  --app-color-darkblue-45-white: var(--app-color-darkblue);
  --app-color-black-45-black-10: var(--app-color-black-45);
  --app-color-black-65-white: var(--app-color-black-65);
  --app-color-black-65-black-10: var(--app-color-black-65);
  --app-color-black-5-black-25: var(--app-color-black-5);
  --app-color-black-85-primary: var(--app-color-black-85);
  --app-color-light-5-white: var(--app-color-light-5);
  --app-color-darkblue-black-10: var(--app-color-darkblue);
  --app-color-white-black-85:var(--app-color-white);
  --app-color-danger-5-black: var(--app-color-danger-5);
  --app-color-danger-5-transparent: var(--app-color-danger-5);
  --app-color-light-fijo: var(--app-color-light);
  --app-color-light-10-danger-5: var(--app-color-danger-5);
  --app-color-yellow-5-black-85: var(--app-color-yellow-5);
  --app-color-success-5-black-85: var(--app-color-success-5);
  --app-color-light-10-black-85: var(--app-color-light-10);
  --app-color-black-5-black: var(--app-color-black-5);
  --app-color-light-5-black-85: var(--app-color-light-5);
  --app-color-light-5-black-65: var(--app-color-light-5);
  --app-color-black-25-white: var(--app-color-black-25);
  --app-color-black-5-black-85: var(--app-color-black-5);
  --app-color-light-5-black: var(--app-color-light-5);
  --app-color-light-black-45: var(--app-color-light);
  --app-color-light-10-black-45: var(--app-color-light-10);
  /*
   * App tokens (mirrored from tailwind.config.js)
   * Keep Ionic defaults below untouched; use these tokens for app-wide styles.
   */
  --app-color-transparent: transparent;
  --app-color-warning-5: #FFF3EC;
  --app-color-warning-10: #FFDECC;
  --app-color-warning-25: #FFCDB1;
  --app-color-warning-45: #FFBC97;
  --app-color-warning-65: #FFAB7C;
  --app-color-warning-85: #FF9A62;
  --app-color-warning: #FF8947;
  --app-color-danger-5: #FFF5F5;
  --app-color-danger-10: #FBD0D0;
  --app-color-danger-25: #F9B4B4;
  --app-color-danger-45: #F69898;
  --app-color-danger-65: #F47C7C;
  --app-color-danger-85: #F16060;
  --app-color-danger: #EF4444;
  --app-color-yellow-5: #FFF9E7;
  --app-color-yellow-10: #FFEBAD;
  --app-color-yellow-25: #FFE287;
  --app-color-yellow-45: #FFD85B;
  --app-color-yellow-65: #FFD334;
  --app-color-yellow-85: #FFC800;
  --app-color-yellow: #F2A626;
  --app-color-primary-5: #ECF4FF;
  --app-color-primary-10: #CEE0FD;
  --app-color-primary-25: #B1CDFB;
  --app-color-primary-45: #93BAFA;
  --app-color-primary-65: #76A8F9;
  --app-color-primary-85: #5895F7;
  --app-color-primary: #3B82F6;
  --app-color-success-5: #F5FBF4;
  --app-color-success-10: #DDF1DA;
  --app-color-success-25: #C6E8C1;
  --app-color-success-45: #B0E0A9;
  --app-color-success-65: #9AD791;
  --app-color-success-85: #83CE78;
  --app-color-success: #6DC560;
  --app-color-white: #FFFFFF;
  --app-color-light-5: #FAFCFE;
  --app-color-light-10: #F5FAFE;
  --app-color-light: #F5F7FC;
  --app-color-darkblue-10: #97A0C3;
  --app-color-darkblue-25: #7C88B1;
  --app-color-darkblue-45: #636E95;
  --app-color-darkblue: #242F57;
  --app-color-aqua-10: #CDFEF2;
  --app-color-aqua-25: #98FDE3;
  --app-color-aqua-45: #63FCD5;
  --app-color-aqua-65: #2DFAC7;
  --app-color-aqua-85: #05ECB2;
  --app-color-aqua: #1FD0A3;
  --app-color-magenta-10: #FFCCDD;
  --app-color-magenta-25: #FFB0CA;
  --app-color-magenta-45: #FF93B6;
  --app-color-magenta-65: #FF77A3;
  --app-color-magenta-85: #FF5A90;
  --app-color-magenta: #FF3E7D;
  --app-color-purple-5: #F1F1FF;
  --app-color-purple-10: #CFCDFE;
  --app-color-purple-25: #BAB8FD;
  --app-color-purple-45: #A6A3FD;
  --app-color-purple-65: #918EFC;
  --app-color-purple-85: #7D78FC;
  --app-color-purple: #6863FB;
  --app-color-black-5: #E4E4E4;
  --app-color-black-10: #C7C7C7;
  --app-color-black-25: #878787;
  --app-color-black-45: #646464;
  --app-color-black-65: #4F4F4F;
  --app-color-black-85: #363636;
  --app-color-black: #1F1F1F;
  --app-color-background-light: var(--app-color-light);
  --app-color-surface-base: var(--app-color-white);
  --app-color-surface-muted: var(--app-color-light);
  --app-color-surface-soft: var(--app-color-light-5);
  --app-color-surface-subtle: var(--app-color-light-10);
  --app-color-border-soft: var(--app-color-black-5);
  --app-color-border-subtle: var(--app-color-black-10);
  --app-color-border-strong: var(--app-color-black-25);
  --app-color-heading: var(--app-color-darkblue);
  --app-color-heading-muted: var(--app-color-darkblue-45);
  --app-color-overlay: rgba(0, 0, 0, 0.55);
  --app-color-body-base: #636E95;
  --app-color-body-dark: #454E5A;
  --app-color-control: #E1E3E5;
  --app-color-text-5: var(--app-color-black-5);
  --app-color-text-10: var(--app-color-black-10);
  --app-color-text-15: #B3B3B3;
  --app-color-text-25: var(--app-color-black-25);
  --app-color-text-45: var(--app-color-black-45);
  --app-color-text-65: var(--app-color-black-65);
  --app-color-text-85: var(--app-color-black-85);
  --app-color-text: var(--app-color-black);
  --app-color-link: #3B82F6;
  --app-color-separator: #E5E7EB;
  /* Aliases for direct use in Ionic component vars */
  --ion-color-black-5: var(--app-color-black-5);
  --ion-color-black-10: var(--app-color-black-10);
  --ion-color-black-25: var(--app-color-black-25);
  --ion-color-black-45: var(--app-color-black-45);
  --ion-color-black-65: var(--app-color-black-65);
  --ion-color-black-85: var(--app-color-black-85);
  --ion-color-black: var(--app-color-black);
  --ion-color-white: var(--app-color-white);
  --ion-color-text-5: var(--app-color-black-5);
  --ion-color-text-10: var(--app-color-black-10);
  --ion-color-text-25: var(--app-color-black-25);
  --ion-color-text-45: var(--app-color-black-45);
  --ion-color-text-65: var(--app-color-black-65);
  --ion-color-text-85: var(--app-color-black-85);
  --ion-color-text: var(--app-color-black);
  --ion-color-light-5: var(--app-color-light-5);
  --ion-color-light-10: var(--app-color-light-10);
  --ion-color-background-light: var(--app-color-background-light);
  --ion-color-darkblue-10: var(--app-color-darkblue-10);
  --ion-color-darkblue-25: var(--app-color-darkblue-25);
  --ion-color-darkblue-45: var(--app-color-darkblue-45);
  --ion-color-darkblue: var(--app-color-darkblue);
  --ion-color-aqua-10: var(--app-color-aqua-10);
  --ion-color-aqua-25: var(--app-color-aqua-25);
  --ion-color-aqua-45: var(--app-color-aqua-45);
  --ion-color-aqua-65: var(--app-color-aqua-65);
  --ion-color-aqua-85: var(--app-color-aqua-85);
  --ion-color-aqua: var(--app-color-aqua);
  --ion-color-magenta-10: var(--app-color-magenta-10);
  --ion-color-magenta-25: var(--app-color-magenta-25);
  --ion-color-magenta-45: var(--app-color-magenta-45);
  --ion-color-magenta-65: var(--app-color-magenta-65);
  --ion-color-magenta-85: var(--app-color-magenta-85);
  --ion-color-magenta: var(--app-color-magenta);
  --ion-color-purple-5: var(--app-color-purple-5);
  --ion-color-purple-10: var(--app-color-purple-10);
  --ion-color-purple-25: var(--app-color-purple-25);
  --ion-color-purple-45: var(--app-color-purple-45);
  --ion-color-purple-65: var(--app-color-purple-65);
  --ion-color-purple-85: var(--app-color-purple-85);
  --ion-color-purple: var(--app-color-purple);
  --ion-color-primary-5: var(--app-color-primary-5);
  --ion-color-primary-10: var(--app-color-primary-10);
  --ion-color-primary-25: var(--app-color-primary-25);
  --ion-color-primary-45: var(--app-color-primary-45);
  --ion-color-primary-65: var(--app-color-primary-65);
  --ion-color-primary-85: var(--app-color-primary-85);
  --ion-color-warning-5: var(--app-color-warning-5);
  --ion-color-warning-10: var(--app-color-warning-10);
  --ion-color-warning-25: var(--app-color-warning-25);
  --ion-color-warning-45: var(--app-color-warning-45);
  --ion-color-warning-65: var(--app-color-warning-65);
  --ion-color-warning-85: var(--app-color-warning-85);
  --ion-color-danger-5: var(--app-color-danger-5);
  --ion-color-danger-10: var(--app-color-danger-10);
  --ion-color-danger-25: var(--app-color-danger-25);
  --ion-color-danger-45: var(--app-color-danger-45);
  --ion-color-danger-65: var(--app-color-danger-65);
  --ion-color-danger-85: var(--app-color-danger-85);
  --ion-color-success-5: var(--app-color-success-5);
  --ion-color-success-10: var(--app-color-success-10);
  --ion-color-success-25: var(--app-color-success-25);
  --ion-color-success-45: var(--app-color-success-45);
  --ion-color-success-65: var(--app-color-success-65);
  --ion-color-success-85: var(--app-color-success-85);
  --ion-color-yellow-5: var(--app-color-yellow-5);
  --ion-color-yellow-10: var(--app-color-yellow-10);
  --ion-color-yellow-25: var(--app-color-yellow-25);
  --ion-color-yellow-45: var(--app-color-yellow-45);
  --ion-color-yellow-65: var(--app-color-yellow-65);
  --ion-color-yellow-85: var(--app-color-yellow-85);
  --ion-color-body-base: var(--app-color-body-base);
  --ion-color-body-dark: var(--app-color-body-dark);
  --ion-color-control: var(--app-color-control);
  --ion-color-link: var(--app-color-link);
  --ion-color-separator: var(--app-color-separator);
  /** primary **/
  --ion-color-primary: var(--app-color-primary);
  --ion-color-primary-rgb: 59, 130, 246;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #2f68c5;
  --ion-color-primary-tint: var(--app-color-primary-85);
  /** secondary **/
  --ion-color-secondary: var(--app-color-darkblue);
  --ion-color-secondary-rgb: 36, 47, 87;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 0, 0, 0;
  --ion-color-secondary-shade: #1f294a;
  --ion-color-secondary-tint: var(--app-color-darkblue-10);
  /** tertiary **/
  --ion-color-tertiary: var(--app-color-purple);
  --ion-color-tertiary-rgb: 104, 99, 251;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #5d58e0;
  --ion-color-tertiary-tint: var(--app-color-purple-85);
  /** success **/
  --ion-color-success: var(--app-color-success);
  --ion-color-success-rgb: 109, 197, 96;
  --ion-color-success-contrast: #000000;
  --ion-color-success-contrast-rgb: 0, 0, 0;
  --ion-color-success-shade: #4D9A66;
  --ion-color-success-tint: var(--app-color-success-85);
  /** warning **/
  --ion-color-warning: var(--app-color-warning);
  --ion-color-warning-rgb: 255, 137, 71;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #D3873F;
  --ion-color-warning-tint: var(--app-color-warning-85);
  /** yellow **/
  --ion-color-yellow: var(--app-color-yellow);
  --ion-color-yellow-rgb: 242, 166, 38;
  --ion-color-yellow-contrast: #000000;
  --ion-color-yellow-contrast-rgb: 0, 0, 0;
  --ion-color-yellow-shade: #DDB650;
  --ion-color-yellow-tint: var(--app-color-yellow-85);
  /** danger **/
  --ion-color-danger: var(--app-color-danger);
  --ion-color-danger-rgb: 239, 68, 68;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #BD5656;
  --ion-color-danger-tint: var(--app-color-danger-85);
  /** dark **/
  --ion-color-dark: var(--app-color-black-85);
  --ion-color-darkblue-rgb: 54, 54, 54;
  --ion-color-darkblue-contrast: #ffffff;
  --ion-color-darkblue-contrast-rgb: 255, 255, 255;
  --ion-color-darkblue-shade: var(--app-color-black);
  --ion-color-darkblue-tint: var(--app-color-black-65);
  /** medium **/
  --ion-color-medium: var(--app-color-black-25);
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: var(--app-color-black-45);
  --ion-color-medium-tint: var(--app-color-black-10);
  /** light **/
  --ion-color-light: var(--app-color-light);
  --ion-color-light-rgb: 245, 247, 252;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: var(--app-color-light-10);
  --ion-color-light-tint: var(--app-color-light-5);
  color-scheme: light;
}

body.app-theme-dark {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  --ion-text-color: #ffffff;
  --app-color-primary-5-fijo: #ECF4FF;
  --app-color-light-fijo: #F5F7FC;
  --ion-color-primary-5:var(--app-color-black-65);
  --app-background-fondo: var(--app-color-black-85);
  --app-color-bgdatetime: 17,24,29;
  /*
   * App tokens for dark mode (contrast-friendly)
   * These mirror tailwind token names but with dark-safe values.
   */
  --app-color-primary-5: var(--app-color-black-65);
  --app-color-primary-10: var(--app-color-black-65);
  --app-color-light: var(--app-color-black);
  --app-color-primary-black: var(--app-color-black);
  --app-color-primary-white: var(--app-color-white);
  --app-color-primary-5-black: var(--app-color-black);
  --app-color-black-10-black: var(--app-color-black);
  --ion-color-black-10-black: var(--app-color-black);
  --app-color-white-black: var(--app-color-black);
  --app-color-light-black: var(--app-color-black);
  --app-color-white-black-10: var(--app-color-black-10);
  --app-color-white-black-25: var(--app-color-black-25);
  --app-color-white-primary-5: var(--app-color-primary-5-fijo);
  --app-color-black-10-black-65: var(--app-color-black-65);
  --app-color-black-10-black-85: var(--app-color-black-85);
  --app-color-white-black-65: var(--app-color-black-65);
  --app-color-black-5-black-45: var(--app-color-black-45);
  --app-color-black-5-black-65: var(--app-color-black-65);
  --app-color-primary-5-black-45: var(--app-color-black-45);
  --app-color-light-black-25: var(--app-color-black-25);
  --app-color-black-black-10: var(--app-color-black-10);
  --app-color-black-85-white: var(--app-color-white);
  --app-color-black-10-black-25: var(--app-color-black-25);
  --app-color-black-85-black-5: var(--app-color-black-5);
  --ion-color-primary-black-65: var(--app-color-black-10-black-65);
  --app-color-black-85-black-10: var(--app-color-black-10);
  --app-color-darkblue-white: var(--app-color-white);
  --app-color-black-10-black-45: var(--app-color-black-45);
  --app-color-darkblue-primary: var(--app-color-primary);
  --app-color-light-black-65: var(--app-color-black-65);
  --app-color-primary-black-85: var(--app-color-black-85);
  --app-color-danger-white: var(--app-color-white);
  --app-color-black-45-white: var(--app-color-white);
  --app-color-black-65-white: var(--app-color-white);
  --app-color-black-65-black-10: var(--app-color-black-10);
  --app-color-light-5-white: var(--app-color-white);
  --app-color-primary-black-65: var(--app-color-black-65);
  --app-color-black-85-primary: var(--app-color-primary);
  --app-color-black-5-black-25: var(--app-color-black-25);
  --app-color-light-black-85: var(--app-color-black-85);
  --app-color-danger: var(--app-color-black-10);
  --app-color-yellow-5-black-85: var(--app-color-black-85);
  --app-color-success-5-black-85: var(--app-color-black-85);
  --app-color-light-10-black-85: var(--app-color-black-85);
  --app-color-darkblue-45-white: var(--app-color-white);
  --app-color-light-5-black: var(--app-color-black);
  --app-color-light-5-black-65: var(--app-color-black-65);
  --app-color-black-5-black: var(--app-color-black);
  --app-color-black-25-white: var(--app-color-white);
  --app-color-light-5-black-85: va r(--app-color-black-85);
  --app-color-darkblue-black-10: var(--app-color-black-10);
  --app-color-white-black-85:var(--app-color-black-85);
  --app-color-danger-5-black: var(--app-color-black);
  --app-color-danger-5-transparent: var(--app-color-transparent);
  --app-color-light-10-danger-5: var(--app-color-black);
  --app-color-light-10-black: var(--app-color-black);
  --app-color-black-45-black-10: var(--app-color-black-10);
  --app-color-black-5-black-10: var(--app-color-black-10);
  --app-color-black-5-black-85: var(--app-color-black-85);
  --app-color-light-black-45: var(--app-color-black-45);
  --app-color-light-10-black-45: var(--app-color-light-black-45);
  --app-color-black-85-fijo: var(--app-color-black-85);
  --app-color-nulo-white: var(--app-color-white);
  --app-color-light-5: #1E293B;
  --app-color-light-10: #1f1f1f;
  --app-color-light: #1f1f1f;
  --app-color-background-light: var(--app-color-black-85);
  --app-color-surface-base: var(--app-color-black-85);
  --app-color-surface-muted: var(--app-color-black-65);
  --app-color-surface-soft: #1E293B;
  --app-color-surface-subtle: #243244;
  --app-color-border-soft: #334155;
  --app-color-border-subtle: #475569;
  --app-color-border-strong: #64748B;
  --app-color-darkblue-10: #C7D1F2;
  --app-color-darkblue-25: #AAB7E3;
  --app-color-darkblue-45: #ffffff;
  --app-color-darkblue: #D6E0FF;
  --app-color-heading: #D6E0FF;
  --app-color-heading-muted: #AAB7E3;
  --app-color-aqua-10: #0C2F27;
  --app-color-aqua-25: #12453A;
  --app-color-aqua-45: #1A6A55;
  --app-color-aqua-65: #23A384;
  --app-color-aqua-85: #2FD6AE;
  --app-color-aqua: #37EAC0;
  --app-color-magenta-10: #3B1A2A;
  --app-color-magenta-25: #55243C;
  --app-color-magenta-45: #7D3458;
  --app-color-magenta-65: #B34B7F;
  --app-color-magenta-85: #E465A5;
  --app-color-magenta: #FF82BC;
  --app-color-purple-5: #F1F1FF;
  --app-color-purple-10: #252342;
  --app-color-purple-25: #343162;
  --app-color-purple-45: #4C4690;
  --app-color-purple-65: #6E63C9;
  --app-color-purple-85: #958AF0;
  --app-color-purple: #B3AAFF;
  --app-color-body-base: #CBD5E1;
  --app-color-body-dark: #F8FAFC;
  --app-color-control: #334155;
  --app-color-link: #93C5FD;
  --app-color-separator: #334155;
  --app-color-overlay: rgba(2, 6, 23, 0.7);
  --ion-color-background-light: var(--app-color-black-85);
  --ion-color-light-5: var(--app-color-light-5);
  --ion-color-light-10: var(--app-color-light-10);
  --ion-color-primary: var(--app-color-primary);
  --ion-color-primary-rgb: 124, 182, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3A79CD;
  --ion-color-primary-tint: var(--app-color-primary-85);
  --ion-color-secondary: var(--app-color-darkblue);
  --ion-color-secondary-rgb: 214, 224, 255;
  --ion-color-secondary-contrast: #000000;
  --ion-color-secondary-contrast-rgb: 0, 0, 0;
  --ion-color-secondary-shade: #8EA0D1;
  --ion-color-secondary-tint: #C7D1F2;
  --ion-color-tertiary: var(--app-color-purple);
  --ion-color-tertiary-rgb: 179, 170, 255;
  --ion-color-tertiary-contrast: #000000;
  --ion-color-tertiary-contrast-rgb: 0, 0, 0;
  --ion-color-tertiary-shade: #6E63C9;
  --ion-color-tertiary-tint: #958AF0;
  --ion-color-success: var(--app-color-success);
  --ion-color-success-rgb: 143, 215, 162;
  --ion-color-success-contrast: #000000;
  --ion-color-success-contrast-rgb: 0, 0, 0;
  --ion-color-success-shade: #4D9A66;
  --ion-color-success-tint: var(--app-color-success-85);
  --ion-color-warning: var(--app-color-warning);
  --ion-color-warning-rgb: 255, 184, 106;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #D3873F;
  --ion-color-warning-tint: var(--app-color-warning-85);
  --ion-color-yellow: var(--app-color-yellow);
  --ion-color-yellow-rgb: 242, 199, 103;
  --ion-color-yellow-contrast: #000000;
  --ion-color-yellow-contrast-rgb: 0, 0, 0;
  --ion-color-yellow-shade: #B8963E;
  --ion-color-yellow-tint: var(--app-color-yellow-85);
  --ion-color-dark: var(--app-color-black-85);
  --ion-color-darkblue-rgb: 241, 245, 249;
  --ion-color-darkblue-contrast: #000000;
  --ion-color-darkblue-contrast-rgb: 0, 0, 0;
  --ion-color-darkblue-shade: var(--app-color-black-65);
  --ion-color-darkblue-tint: var(--app-color-white);
  --ion-color-medium: var(--app-color-black-25);
  --ion-color-medium-rgb: 143, 150, 163;
  --ion-color-medium-contrast: #000000;
  --ion-color-medium-contrast-rgb: 0, 0, 0;
  --ion-color-medium-shade: var(--app-color-black-45);
  --ion-color-medium-tint: var(--app-color-black-10);
  --ion-color-light: var(--app-color-light);
  --ion-color-light-rgb: 17, 24, 39;
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: 255, 255, 255;
  --ion-color-light-shade: var(--app-color-light-10);
  --ion-color-light-tint: var(--app-color-light-5);
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
}
