@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}

body {
	height: 100vh;
	padding-bottom: 20px;
}

h1 {
	text-align: center;
}

.input_container {
	display: flex;
	justify-content: center;
}

input {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: none;
	outline: none;
	margin-right: 10px;
	/* background-image: linear-gradient(to right, #434343 0%, black 100%); */
}

button {
	text-align: center;
	border: 1px solid black;
	padding: 0.5rem;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	width: 50px;
	background: url(../img/top-red.png);
	height: 50px;
	outline: none;
}

button:active {
	background: url(../img/bot-red.png);
}

.image {
	width: 275px;
	height: 275px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.type {
	color: white;
	font-weight: bold;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 10px;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: black;
}

.type li {
	margin-left: 5px;
}

.stats_container {
	font-size: 19px;
	display: flex;
	justify-content: space-evenly;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	background-color: white;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.power_container {
	display: flex;
	justify-content: space-evenly;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-blend-mode: multiply;
}

.power1 li,
.power2 li {
	padding: 5px;
	list-style: none;
	font-size: 21px;
}

.ability_head {
	color: white;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	background-color: black;

	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
}

.abilities {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	background-color: white;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.moves_list {
	font-size: 14px;
	overflow: scroll;
	overflow-x: hidden;
	height: 280px;
	width: 400px;
	z-index: 1;
}

.moves_container {
	border: 1px solid black;
	display: flex;
	justify-content: center;
	background-color: white;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;

	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.moves_head {
	color: white;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	background-color: black;

	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
}

.species {
	font-size: 20px;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.output {
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}

.description {
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	color: white;
	border: 1px solid white;
}

.legend {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 5px;
}

.generation {
	border: 1px solid white;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.error {
	position: relative;
	top: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}

.error a {
	text-decoration: none;
	font-size: 22px;
	border: 1px solid red;
	background-color: black;
	color: white;
	padding: 10px;
}

.error a:active {
	color: black;
	background-color: white;
}

#sprites_container {
	padding: 10px;
	display: flex;
	justify-content: space-evenly;
	max-width: max-content;
	margin: 0 auto;
}

#sprite_head {
	color: white;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	background-color: black;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.shiny_front {
	background-color: white;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	border-right: 2px solid black;
}
.shiny_back {
	background-color: white;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.norm_front {
	background-color: white;
	border-left: 2px solid black;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
}
.norm_back {
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	background-color: white;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
}
.shiny_front strong,
.shiny_back strong,
.norm_front strong,
.norm_back strong {
	font-size: 13px;
}

.container {
	display: flex;
	justify-content: space-around;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.capture,
.color {
	text-align: center;
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
