button.menu {
	align-items: center;
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "JetBrains Mono",monospace;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
}

button.menu:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

button.menu:hover {
	box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
	transform: translateY(-2px);
}

button.menu:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}

button.menu.current {
  background-image: radial-gradient(100% 100% at 100% 0, #6adaff 0, #0e175f 100%);
}

.button-91 {
	color: #fff;
	padding: 8px 20px;
	background-color: #38D2D2;
	background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	font-weight: bold;
	font-size: 16px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
}

.button-91.filtro {
	font-size: 10px;
	width: 172px;
}

.button-91.submenu {
	width: 172px;
}

.button-91.all {
	font-size: 10px;
	width: 105px;
}

div.chatGPT button {
	display: inline-flex;
	align-items: center;
	background-color: #01A67E;
	color: white;
	border: none;
	padding-right: 15px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none; /* Elimina el subrayado si es un enlace */
}

div.chatGPT button img {
	margin-right: 10px; /* Espacio entre la imagen y el texto */
}