* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

h2, h3, p, a, li, span, tr, .twitch-status {
	font-family: 'd_regular';
	line-height: 150%;
}

p {
	color: #222;
}

a {
	text-decoration: none;
}

.active {
	color: #16bb83;
	font-family: 'd_bold';
}

.btn, .cancel {
	width: 200px;
	border-radius: 18px;
	color: white;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twitch-status{
	background: url(/css/icons/heart_green.png) left center no-repeat;
    padding-left: 25px;
	color: #0D9B30;
}


.twitch-status code{
    font-family: inherit;
    color: #1C588B;
    font-weight: bold;
}

.twitch-status .revoke{
    display: inline-block;
    padding: 2px 13px;
    font-size: 0.9em;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
    background: #AA2E2E;
    color: white;
}

.twitch-status .revoke:hover{
    background: #BF3434;
}

.twitch-status.not-connected,
.twitch-status.warning{
    padding-left: 0;
}

.twitch-status.not-connected a{
	background: url(/css/icons/heart_red.png) left center no-repeat;
	padding-left: 25px;
	color: #9C1F00;
}

.twitch-status.warning a{
	background: url(/css/icons/heart_yellow.png) left center no-repeat;
	padding-left: 25px;
	color: #D8AC00;
}

.btn {
	background: #16BB83;
}

.sin-disenio{
	font-family: 'd_regular';
	width: auto !important;
}

.sin-disenio a{
	color: #16bb83;
}


input.btn, input.cancel {
	border: none;
}

.btn:hover {
	background: #06AB60;
}

.cancel {
	background: #BFBFBF;
}

.bold-text {
	font-family: 'd_bold';
}

header h1 {
	color: #16BB83;
	font-size: 26px;
	font-family: 'd_bold';
}

footer {
	padding: 10px 0;
	width: 100%;
	background: #053245;
	text-align: center;
	font-size: 14px;
}

footer div div{
	margin-top: 20px;
}

footer div div form{
	margin-top: 20px;
}
	
footer p {
	color: white;
}


#guardado.error{
	background: #BC1A1C;
}

#guardado {
	background: #16BB83;
	padding: 12px 0;
	border-radius: 5px;
	position: absolute;
	top: 53px;
	margin: auto;
	right: calc(50% - 170px);
	width: 340px;
	text-align: center;
	transition: opacity 0.3s;
}

#guardado p {
	color: white;
}


#guardado.faded{
	opacity: 0;
}

#prev_keys li{
	font-family: 'Cousine', monospace;
	font-size: 0.9em;
}

.hide{ display: none; }
.warning{ padding: 0.5em 1em; color: darkred; background: #F5E3E3; margin: 1em 0; }

/* TABLET */
@media ( min-width: 481px ) {
	header h1 {
		font-size: 28px;
	}
	#guardado {
		top: 56px;
	}
	footer > div{
		margin: 10px auto;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer > div .donations{
		display: flex;
		gap: 30px;
	}

	footer div div form{
		margin-top: 0;
	}
}

/* DESKTOP */
@media ( min-width: 1024px ) {
	.btn {
		width: 220px;
	}
	
	footer {
		padding: 12px 0;
	}
}