@font-face {
	font-family: 'monospace';
	src: url(/font/monospace.ttf) format('truetype');
}
:root {
    --markerGrey: rgb(224, 224, 224);
    --markerBlue: rgb(32, 180, 238);
    --buttonHover: rgb(224, 224, 224);
	--buttonActive: rgb(148, 148, 148);
}
#bodyI {
	width: auto;
	height: auto;
	display: grid;
	font-family: monospace;
	background-color: #dbca9c;
    justify-content: center;
    align-items: center;
    overflow: auto;
    background-image: url(/img/galobg.png);
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 9.375rem;
	height: 9.375rem;
	margin: -4.688rem 0 0 -4.688rem;
	border: 1rem solid #f3f3f3;
	border-radius: 50%;
	border-top: 1rem solid #3498db;
	width: 7.5rem;
	height: 7.5rem;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#titgaelgames {
    font-weight: 600;
    color: #000;
    font-size: 4rem;
    width: 100%;
    text-align: center;
    height: fit-content;
    border-bottom: solid 0.063rem;
    border-bottom-color: rgb(0 0 0 / 10%);
    padding: 0.25rem 0;
	cursor: default;
    transition: all 200ms ease-in-out;
}
#titgaelgames:hover {
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.index-div {
    width: 13.125rem;
    padding: 0.375rem;
    margin: 1rem auto;
    border-style: outset;
    display: flex;
    border: solid 0.063rem;
    border-color: rgb(0 0 0 / 10%);
    border-radius: 0.438rem;
    box-sizing: border-box;
    height: fit-content;
    flex-direction: column;
    backdrop-filter: blur(0.25rem);
}
.log {
	color: inherit;
    font-weight: 600;
    width: 100%;
    font-size: 1rem;
    margin: 0.125rem 0 0.125rem 0;
    text-align: center;
    float: left;
    cursor: default;
}
.sub-tit-log {
	font-size: 0.75rem;
    font-weight: 500;
    color: #746016;
    margin: 0.25rem 0;
}
.bloco-index {
    width: 12.25rem;
    margin: 0.25rem 0;
    height: 1.625rem;
    font-size: 0.875rem;
    border: solid 0.063rem #c3c3c373;
    border-radius: 0.313rem;
    text-align: center;
    float: left;
	background-color: rgb(255 255 255 / 30%);
    font-family: monospace;
}
.bloco-index:focus-visible {
    background-color: #fff;
    outline-color: #3498db;
    outline-offset: 0.25rem;
}
.botao {
    width: 8rem;
    height: 2rem;
    border-radius: inherit;
    display: flex;
    padding: inherit;
    box-sizing: border-box;
    border: solid 0.063rem;
    border-color: inherit;
    line-height: 1.5rem;
    cursor: default;
    transition: 200ms;
    margin: 0.125rem 0;
    color: inherit;
    flex-direction: row;
    align-items: center;
    text-align: center;
}
.botao:hover {
	background-color: var(--buttonHover);
	color: #000;
	font-weight: 600;
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
	cursor: pointer;
}
.botao:active {
	background-color: var(--buttonActive);
	font-weight: 600;
}
#div-alert {
    border: 0.063rem solid transparent;
    color: #d9eb42;
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0.125rem;
    height: fit-content;
	width: 100%;
}
.marker {
	width: 3%;
	height: 100%;
	background-color: var(--markerGrey);
	border-radius: 0.188rem;
}
.botao-in1 {
	width: 17%;
	height: fit-content;
	padding: 0 0.25rem;
}
.botao-in2 {
	width: 80%;
	height: fit-content;
	color: inherit;
}
#version {
	margin: auto;
    display: table;
    color: #746016;
	cursor: default;
}