:root {
    --primaria: #00754A;
    --secundaria: #EF8943;
    --fundo: #353535;
}

html,
body {
    height: 100%;
    background-color: var(--fundo);
}

@font-face {
    font-family: "BankGothic Md BT";
    src: url(../fonts/bankgothiccmdbt.otf);
}

.login-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #222; */
    color: #FFF;
}

.form-signin {
    width: fit-content;
    padding: 15px;
    margin: 0 auto;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);

    button {
        margin-top: 1rem;
    }

    input {
        border-radius: .5rem !important;
    }

    div.rodape {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-flow: column nowrap;
        padding-top: 2rem;

        p.text-muted {
            font-size: 0.8rem;
        }

        img.logo-rodape {
            width: 8.5rem;
        }
    }

    label {
        color: var(--fundo);
        text-align: start;
        width: 100%;
        font-size: 0.8rem;

        span {
            color: var(--primaria);
        }
    }
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.brand-text {
    font-family: "BankGothic Md BT";
    color: #fff
}

.btn-theme {
    color: #fff;
    background-color: var(--primaria);
    border-color: var(--primaria);
    box-shadow: none;
    border-radius: .5rem;
    font-size: 1rem;
    padding: .5rem;
}

.btn-theme:hover {
    transition: 0.4s all linear;
    color: #fff;
    background-color: color-mix(in srgb, var(--primaria) 5%, var(--secundaria));
    border-color: color-mix(in srgb, var(--primaria) 5%, var(--secundaria));
}

.brand-link .brand-image {
    margin-top: 0px;
}

.main-footer {
    color: var(--fundo);
}

.form-group label {
    color: #777;
    margin-bottom: 0;
}

.navbar-dark,
.footer-dark,
.bg-dark {
    background-color: #f5f5f5;
}

.sidebar-dark-primary {
    background-color: var(--fundo);
}

.img-user {
    width: 70%;
    overflow: hidden;
}

.img-user-small {
    width: 33px !important;
    height: 33px !important;
    overflow: hidden;
}

.img-container-wrap {
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
}

.img-container-wrap img {
    width: auto !important;
    height: 210px;
    vertical-align: middle;
}

.custom-card {
    min-height: 100%;
}

.logo {
    width: 240px !important;
}

.login-title {
    color: #000;
}

#filtros {
    margin-left: 20px !important;
}

.btn-aplicar {
    color: #fff;
    background-color: #064c4c;
    border-color: #064c4c;
    box-shadow: none;
    border-radius: 3px;
}

.filtro_select {
    height: 40px;
}

.div_filtro {
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

#topo_palavra {
    text-align: center;
}


.titulo-interacao {
    float: left;
    text-align: center;
    overflow: auto;
    height: 40px;
    border: solid #ccc 1px;
    padding-top: 5px;

}

.titulo {
    overflow: auto;
    font-weight: 900;
}

table {
    table-layout: fixed !important;
}

td {
    word-wrap: break-word !important;
}

.destaque {
    color: red;
}

.interacao {
    background-color: #a8a8a826;
}

.check_palavra {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
}


.nav-link:not(.active):hover {
    color: #fff !important;
    font-weight: 700;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:not(.active):hover {
    color: var(--fundo) !important;
}

.nav-item {

    list-style-type: none !important;
}

.card-palavra {
    height: 77px !important;
}

.ranking_salvo {
    border: solid 2px green;
}

.direita {
    float: right !important;
}


.termos {
    float: left;
    width: 33% !important;
}

.qtdtermos {
    float: left;
    width: 33% !important;
    text-align: center;
    /* margin-left: 40px !important; */
}

.checktermos {
    float: right;
    width: 33% !important;
    text-align: right;
}
