@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=League+Spartan:wght@100..900&display=swap');

* {
    font-family: "Baloo Bhai 2";
}

#pop-up {
    display: block;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

body {
    background-color: #fff;
    position: relative;
    background-image: url('../imgs/mbg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-container {
    position: absolute;
    left: 0;
    right: 150vh;
    min-width: 400px;
    border: none;
    top: 40%;
    z-index: 10;
}

.reporter img {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 2;
    height: 634px;
    pointer-events: none;
}

.logo {
    position: absolute;
    left: 120px;
    top: 84px;
}

.logo img {
    width: 380px;
    height: auto;
    display: block;
}

.btn-container button {
    display: block;
    width: 100%;
    margin: 16px 0;
    padding: 18px 36px 18px 24px;
    font-size: 46px;
    background: rgba(4, 50, 96, 0.85);
    border: none;
    font-family: "Baloo Bhai 2", sans-serif;
    color: #ffffff;
    font-weight: 800;
    text-align: right;
    border-radius: 0 5px 5px 0;
}

.btn-container button:hover {
    cursor: pointer;
    background: rgba(255, 0, 0, 0.95);
}

.rank {
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 110px;
}

.footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
}

.footer-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: 700;
    font-size: 19px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-logo img {
    height: 70px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 99;
}

.footer-socials a img {
    height: 22px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.footer-socials a:hover img {
    opacity: 0.75;
}

#page_login * {
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: bold;
}

#page_login {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000b3;
    position: absolute;
    color: white;
    z-index: 999;
}

#page_login .page_login {
    width: 50%;
    max-width: 600px;
    height: 693px;
    background-color: #1A326C;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 15px;
    position: relative;


}

#page_login .exit_buttom {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 17px;
    right: 7px;
    background-image: url(../imgs/exit_button.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

#page_login form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#page_login .login-header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 65px;

}

#page_login input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 2px solid #555;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

#page_login input[type="radio"]:checked {
    background-color: #FF0404;
    border-color: #6b6b6b;

}

#page_login select option:hover {
    background-color: grey;
    color: #FFF;
}

#page_login .page_login select {
    appearance: none;
    -webkit-appearance: none;
    height: 40px;
    width: 362.8px;
    border-radius: 5px;
    border: solid;
    border-color: #000000;
    background-image: url(../imgs/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 18px);
    padding: 0px 5px;

}

#page_login input[type="text"] {
    height: 34px;
    width: 348px;
    border: solid;
    border-radius: 5px;
    border-color: #000000;
    padding: 0px 5px;

}

#page_login input[type="submit"] {
    height: 45px;
    width: 185px;
    font-size: 37px;
    border: 0px;
    background-color: #FF0404;
    color: #FFF;
    line-height: 0px;
    margin-left: 140px;
    margin-top: 266px;
    border-radius: 5px;
    cursor: pointer;
}


#page_login input[type="submit"].login_turma {
    margin-top: 68px;
}

#page_login .page_login label {
    font-size: 36px;
    display: flex;
    align-items: center;
    gap: 7.5px;

}

#page_login .turma_position {
    margin-top: 40px;
}

#page_login #gap_user {
    gap: 35px;
}

#page_login .Turma {
    position: absolute;
    top: 300px;
    display: none;
    flex-direction: column;
    left: 61px;
    width: 100%;
    position: relative;
    top: 23px;
}

#page_login .Aluno {
    position: absolute;
    top: 300px;
    display: flex;
    flex-direction: column;
    left: 61px;
    width: 100%;
    position: relative;
    top: 23px;

}

#page_login .email_img {
    background-image: url(../imgs/email.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 20px);
    padding-right: 64px !important;
    width: calc(349px - 60px) !important;

}

#page_login .email_turma {
    margin-top: 20px;
}

#page_login .page_login select:focus-visible,
#page_login .page_login input:focus-visible {
    outline: 2px solid #FF0404;
}

.disable {
    opacity: 0.5;
    pointer-events: none;
}