@@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
	font-family: Roboto;
}

a {
	text-decoration: none;
}

/* Layout configuration */
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

/* Wrapper for page content to ensure full height */
.content-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Cards border */

.border-shadow {
	/* border: 1px solid #33BEFF; */
	box-shadow: rgba(19, 128, 245, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* Añadido: Custom shadow-lg */
.shadow-lg {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Añadido: Custom border-blue-500 */
.border-blue-500 {
    border-color: #33BEFF;
}

/* Header Button */

.imgButton {
	width: 25px;
	float: left;
}

.right {
	float: right;
}

.blueButton {
	float: right;
	border: none;
	color: white;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	/* margin-top: 3%;
	margin-right: 3%; */
}

Button:focus {
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
	outline: none;
}

.inverted-color {
        filter: invert(100%);
        -webkit-filter: invert(100%);
}

/* Layout for action controls */
.header-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}

.header-actions .actions {
        margin-left: auto;
}

@media (max-width: 640px) {
        .blueButton {
                padding: 6px 14px;
        }
        .buttonText {
                display: none;
        }

        .right {
                float: none;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                width: 100%;
        }

        .right label {
                margin-top: 0.5rem;
        }

        .right .blueButton {
                margin-left: 0;
                margin-top: 0.5rem;
                width: 100%;
                justify-content: center;
        }

        .header-actions .filters,
        .header-actions .actions {
                width: 100%;
                margin-left: 0;
                margin-top: 0.5rem;
        }
}

@media (min-width: 480px) and (max-width: 640px) {
        .blueButton .buttonText {
                display: inline;
        }
}

/* Footer estilos */

.footer-distributed {
        background-color: #292c2f;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        padding: 45px 50px;
        margin-top: auto;
        /* position: fixed; */
}

.footer-distributed .footer-left p {
	color: #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 0;
	transition: ease .25s;
}

.footer-distributed p.footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
	transition: ease .25s;
}

.footer-distributed .footer-links a:before {
	content: "·";
	font-size: 20px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
	content: none;
}

.footer-distributed .footer-right {
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a {
	display: inline-block;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	transition: all .25s;
}

.footer-distributed .footer-right a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
	text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right {
		text-align: center;
	}

	.footer-distributed .footer-right {
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links {
		line-height: 1.8;
	}

	.button-64 {
		font-size: 24px;
		min-width: 196px;
	}
}

/* COLORES del botton premiumn Morado-Azul */
.button-64-recarga {
	--button-gradient: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

/* COLORES del botton premiumn Verde */
.button-64-envio {
	--button-gradient: linear-gradient(120deg, #00FF00, #2f9673);
}

/* COLORES del botton premiumn red */
.button-64-tickets {
	--button-gradient: linear-gradient(120deg, #FF0000, #FFFF00);
}

/* Button premium */

.button-64 {
	align-items: center;
	/* background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB); */
	background-image: var(--button-gradient);
	background-color: rgb(24, 28, 28);
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	/*font-family: Phantomsans, sans-serif;*/
	font-size: 20px;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 140px;
	padding: 3px;
	text-decoration: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
}

.button-64:active,
.button-64:hover {
	outline: 0;
}

.button-64 span {


	background-color: rgb(45, 45, 45);
	padding: 16px 24px;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.button-64:hover span {
	background: none;
}

/* SELECTOR DE IMPORTES */

.box2 {
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

.box2 select {
	background-color: rgb(255, 252, 252);
	color: rgb(0, 0, 0);
	padding: 4px;
	width: 125px;
	border: none;
	font-size: 23px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.963);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
	border-radius: 4px;
	border-color: #AF40FF;
	border-width: 2px;
	border: 2px rgb(0, 0, 0);
}

.box2::before {
	content: "\f13a";
	font-family: FontAwesome;
	position: flex;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	font-size: 28px;
	line-height: 45px;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px groove linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
	pointer-events: none;
}

.box2:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

.box2 select option {
	padding: 30px;
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

/* Estilos para los inputs del modal envio a un amigo*/
.modal-content label,
.form-content label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content input[type="number"],
.form-content input[type="password"],
.form-content input[type="date"],
.form-content input[type="datetime-local"],
.form-content textarea,
.form-content select,
.modal-content select,
.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="number"],
.modal-content input[type="password"],
.modal-content input[type="date"],
.modal-content input[type="datetime-local"],
.modal-content textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 16px;
}

.form-content input[type="text"]:read-only,
.form-content input[type="email"]:read-only,
.form-content input[type="number"]:read-only,
.form-content input[type="password"]:read-only,
.form-content input[type="date"]:read-only,
.form-content input[type="datetime-local"]:read-only,
.form-content textarea:read-only,
.form-content select:disabled,
.modal-content input[type="text"]:read-only,
.modal-content input[type="email"]:read-only,
.modal-content input[type="number"]:read-only,
.modal-content input[type="password"]:read-only,
.modal-content input[type="date"]:read-only,
.modal-content input[type="datetime-local"]:read-only,
.modal-content textarea:read-only,
.modal-content select:disabled {
	background-color: #f0f0f0; /* Color de fondo gris */
	color: #808080; /* Color del texto gris */
	border-color: #d3d3d3; /* Color del borde gris más claro */
	cursor: not-allowed; /* Cursor para indicar que no se puede editar */
}

.input-error {
	border-color: red !important;
}

/* Estilos para el botón de enviar en el modal */

.form-content button[type="submit"]:hover,
.modal-content button[type="submit"]:hover {
	background-color: #07059bc2;
}

/* Estilos para el fondo y el contenido del modal */
.modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 10vh auto;
	padding: 20px;
	border-radius: 8px;
	max-width: 640px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

@media (max-width: 500px) {
    .modal-content {
        width: calc(100% - 20px); /* Se deja un margen de 10px a cada lado */
        margin: 10vh 10px; /* Ajusta el margen horizontal */
    }
}

.login-image {
        background-image: linear-gradient(to bottom,
                        rgba(255, 255, 255, 0.95),
                        rgba(128, 193, 231, 0.7),
                        #33beffa8,
                        rgba(0, 0, 255, 0.5)), url('../images/login.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100%;
        /* border-radius: 0 10px 10px 0; */
        backdrop-filter: blur(100px);
}

.form-control, .form-select {
    border: 2px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.triangle-desc:before {
    content: "\25BC";  /* Black down-pointing triangle */
}
.triangle-asc:before {
    content: "\25B2";  /* Black up-pointing triangle */
}

.fill-content {
	min-width: -webkit-fill-available;
}

/* Añadido: Clase list-disc */
.list-disc {
    list-style-type: disc;
}

/* ——— Agrupación “Usuarios” ——— */
.fieldset-users {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #f9fafb;
}

/* ——— Form-check inline ——— */
.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;         /* espaciado interno */
  margin-bottom: 0.75rem;
}
.form-check input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  accent-color: #2563eb; /* azul vivo */
  cursor: pointer;
}
.form-check label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  user-select: none;
}
.form-check:hover label {
  color: #1f2937;
}

/* ——— Ajuste input buscar ——— */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Footer responsive container */
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer-container .footer-left,
.footer-container .footer-right {
    float: none;
}

@media (min-width: 640px) {
    .footer-container {
        flex-direction: row;
    }
}

