@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&family=VT323&display=swap');

@font-face {
    font-family: 'RocketPop';
    src: url(fontes/rocketpoplaser.otf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("assets/wallpaper.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 120vh;
    font-family: 'RocketPop';
}

.wallpaper {
    width: 100vw;
    height: 110vh;
}

.cabecalho {
    width: 450px;
    height: 600px;
    margin: 100px 0 0 140px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10;
    background: linear-gradient(to right, #ffffff66, #0000001a, #ffffff33), #4580c4;
    background-color: #4580c4;
    border: 1px solid #000000b3;
    box-shadow: inset 0 1px 0 #fffd, inset 1px 0 0 #fffd, inset -1px 0 0 #fffd;
    border-radius: 6px 6px 6px 6px;
}

.titulo1 {
    color: #10eb8f;
    display: flex;
    font-size: 100px;
    justify-content: center;
}

.titulo2 {
    margin: 7px 0 0 0;
}

.title {
    display: flex;
    width: 100%;
    height: 7%;
    justify-content: center;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0 0 0 7px;
}

.tabela {
    margin: 0 auto;
}

.tabela, th, td {
    border: 1px solid #000;
    width: 300px;
}

.table__heads {
    padding: 5px 5px 5px 5px;
}

td {
    text-align: center;
}

.list__images {
    width: 70px;
    height: 60px;
}

.cabecalho__win {
    display: flex;
    justify-content: right;
    width: 100%;
    height: 20px;
    border: 1px solid #fffa;
    
}

.cabecalho__div__nome {
    font-family:Arial, Helvetica, sans-serif;
    display: flex;
    width: 100%;
    justify-content: left;
    margin-left: 7px;
    align-items: center;
}

.cabecalho__nome {
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.);
}

.cabecalho__botao{
    font-family: "Special Gothic Expanded One", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    width: 40px;
    height: 15px;
    background: linear-gradient(180deg, #ffffffbb, #0000002a, #ffffff33), #ce330c;
    border: var(--window-border) var(--control-border-color);
    border-radius: 0 0 var(--control-border-radius) var(--control-border-radius);
    border-top: 0;
    box-shadow: 0 1px 0 #fffa, 1px 0 0 #fffa, -1px 0 0 #fffa;
    display: flex;
}

.cabecalho__botao:hover {
    background-color: #9e280b;
    cursor: pointer;
}

.cabecalho__botao:active {
    background-color: #741d07;
    cursor: pointer;
}

.link__wiki {
    display: flex;
    justify-content: right;
    margin-top: 10px;
    margin-right: 30px;
    color: #000;
}

.sdsd {
    display: flex;
    width: 100%;
}

.div__pfp {
    display: flex;
    width: 100%;
    height: 30%;
    justify-content: center;
}

.img__pfp {
    width: 80px;
    height: 80px;
    background-color: azure;
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #1b4758;
}

.cabecalho__login {
    width: 450px;
    height: 350px;
    margin: 150px 0 0 40%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    flex-wrap: wrap;
    z-index: 10;
    background: linear-gradient(to right, #ffffff66, #0000001a, #ffffff33), #4580c4;
    background-color: #4580c4;
    border: 1px solid #000000b3;
    box-shadow: inset 0 1px 0 #fffd, inset 1px 0 0 #fffd, inset -1px 0 0 #fffd;
    border-radius: 6px 6px 6px 6px;
}

.cabecalho__logo__msn {
    width: 40px;
    height: 30px;
}

.cabecalho__nome__msn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 5px;
}

.div__login {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__login {
    margin-top: 13%;
    height: 100%;
}

.login__confirmar {
    margin-top: 5%;
    width: 45%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #000;
}

.login__confirmar:hover {
    cursor: pointer;
    border: 1px solid #0971b6;
    background: linear-gradient(180deg, #ffffffaa, #ffffffee), #eeeeeeaa;
}

.botao__confirmar {
    height: 2.5vh;
}

:root {
    --window-background: linear-gradient(to right, #ffffff66, #0000001a, #ffffff33), var(--window-background-color);
    --control-border-color: #0000004d;
    --control-border-radius: 5px;
    --window-background-glass-stripes: linear-gradient(135deg, #fff5 70px, transparent 100px), linear-gradient(225deg, #fff5 70px, transparent 100px), linear-gradient(54deg, #0002 0 4%, #6661 6% 6%, #0002 8% 10%, #0002 15% 16%, #aaa1 17% 18%, #0002 23% 24%, #bbb2 25% 26%, #0002 31% 33%, #0002 34% 34.5%, #bbb2 36% 40%, #0002 41% 41.5%, #bbb2 44% 45%, #bbb2 46% 47%, #0002 48% 49%, #0002 50% 50.5%, #0002 56% 56.5%, #bbb2 57% 63%, #0002 67% 69%, #bbb2 69.5% 70%, #0002 73.5% 74%, #bbb2 74.5% 79%, #0002 80% 84%, #aaa2 85% 86%, #0002 87%, #bbb1 90%) left center / 100vw 100vh no-repeat fixed;
}
