.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 5s;
}
.img_perfil {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 5s;
}
.img_perfil:hover {
    transition: 5s;
    width: 350px;
    height: 200px;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    border-radius: 0 10px;
    background: #32373d;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
    position: relative;
}
#sidebar .h6 {
    color: #fff;
}
#sidebar.active {
    margin-left: -300px;
}
#sidebar.active .custom-menu {
    margin-right: -50px;
}
#sidebar.active .btn.btn-primary:before {
    content: "\f053";
    font-family: "FontAwesome";
    right: 2px !important;
}
#sidebar.active .btn.btn-primary:after {
    display: none;
}
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}
#sidebar h1 .logo {
    color: #fff;
    display: block;
    padding: 10px 30px;
    background: rgb(94, 90, 97);
}
#sidebar ul.components {
    padding: 0;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li > ul {
    margin-left: 10px;
}
#sidebar ul li > ul li {
    font-size: 14px;
}
#sidebar ul li a {
    padding: 15px 30px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#sidebar ul li a span.notif {
    position: relative;
}
#sidebar ul li a span.notif small {
    position: absolute;
    top: -3px;
    bottom: 0;
    right: -3px;
    width: 12px;
    height: 12px;
    content: "";
    background: red;
    border-radius: 50%;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 8px;
}
#sidebar ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(94, 90, 97);
    border-bottom: 1px solid rgb(94, 90, 97);
    transform: scale(1.1);
    transition: transform 1s ease;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    border-radius: 1.5rem;
}
#sidebar ul li.active > a {
    background: transparent;
    background: rgb(94, 90, 97);
    color: #fff;
    transition: transform 1s ease;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    border-radius: 1.5rem;
}
#sidebar ul li.active > a:hover {
    background: rgb(94, 90, 97);
    text-decoration: none;
    border-bottom: 1px solid rgb(94, 90, 97);
    border-radius: 1.5rem;
}
@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar .custom-menu {
        margin-right: -60px !important;
        top: 10px !important;
    }
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
#sidebar .custom-menu .btn.btn-primary {
    background: #062c33;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 50px;
    height: 30px;

    z-index: 99;
}

.menu {
    color: #fff;
    margin: 0 15px 0 0;
    color: #fff;
    display: flex;
    /* justify-content: start; */
    margin: -4px 0px 0px 0px;
}

#sidebar .custom-menu .btn.btn-primary {
    background: #062c33;
    border-color: transparent;
    position: relative;
    color: #000;
    height: 30px;
    z-index: 99;
}

#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
    position: relative;
    left: 50%;
    bottom: 0;
    font-family: "FontAwesome";
    color: #fff;
}
#sidebar .custom-menu .btn.btn-primary:after {
    content: "\f054";
    left: 2px;
}

.bg-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
}
.bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: 0.3;
}
.bg-wrap .user-logo .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.bg-wrap .user-logo .img_perfil {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: 5s;
}
.bg-wrap .user-logo .img_perfil:hover {
    transition: 5s;
    width: 170px;
    height: 170px;
    border-radius: 5%;
}
.bg-wrap .user-logo h3 {
    color: #fff;
    font-size: 18px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-primary-menu {
    background: #062c33;
    border-color: #062c33;
}
.btn.btn-primary-menu:hover,
.btn.btn-primary-menu:focus {
    background: #062c33 !important;
    border-color: #062c33 !important;
}

/* Configuração */

.config_img {
    border-radius: 50%;
    transition: 5s;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    /* height: 100px; */
    border-radius: 50%;
}
.img_config {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 5s;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 50%;
}

.img_banner_config {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 5s;
    width: 200px;
    margin: 0 -45px;
    margin-bottom: 10px;
    height: 150px;
    border-radius: 5%;
}

.miniatura {
    height: 100px;
    margin: 10px 50px;
    border-radius: 10%;
    max-width: 300px;
}

.config_div_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn_custom {
    background-color: #1d3038;
    color: #3faf8f;
}
.btn_custom:hover {
    background-color: #1d3038;
    color: #fff;
}

.btn_custom2 {
    background-color: #3faf8f;
    color: #1d3038;
}
.btn_custom2:hover {
    background-color: #3faf8f;
    color: #fff;
}
.form_config {
    display: flex;
    justify-content: space-around;
}
.pesquisa_relatorio {
    display: flex;
    margin: 15px 0;
}
.input_data {
    margin-right: 15px;
}
.btn_relatorio {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    color: #fff;
    transition: 1s;
}
.btn_relatorio:hover {
    color: #7feccd;
}
.btn_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 19vw !important;
    margin: 5px 0 0px -95px !important;
    padding: 10px 15px;
    transition: 1s;
}
.btn_menu:hover {
    color: #7feccd;
}
.btn_relatorios {
    margin: 0 15px 0 0px;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    color: #fff;
    transition: 1s;
}
.btn_relatorio:hover {
    color: #7feccd;
}
.btn_menu_admin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 5px 0 0px -95px !important;
    padding: 10px 15px;
    transition: 1s;
}
.btn_menu_admin:hover {
    color: #7feccd;
}

.titulo_dados_pessoais {
    margin-bottom: 2rem;
}

.titulo_dados_pessoais h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 265px;
}

.titulo_endereco {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_endereco h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 163px;
}

.titulo_escolaridade {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_escolaridade h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 217px;
}

.titulo_anexos {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_anexos h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 135px;
    margin-bottom: 2rem;
}
.titulo_responsavel {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_responsavel h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 212px;
    margin-bottom: 2rem;
}

.titulo_termo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_termo h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 122px;
}

.form_parceiro_add {
    border: 1px solid red;
    border-radius: 1rem;
    padding: 5px 20px;
    margin: 8px 0;
}
.form_nome_add {
    width: 680px;
}
.form_email_add {
    width: 680px;
}
.form_data_nascimento_add {
    width: 204px;
}

input[type="date"]::before {
    color: #999;
    /* content: attr(placeholder) ": "; */
}
input[type="date"]:focus::before {
    content: "" !important;
}

.form_rua_add {
    width: 460px;
}
.form_numero_add {
    width: 125px;
}
.form_complemento_add {
    width: 560px;
}
.form_bairro_add {
    width: 310px;
}
.form_cidade_add {
    width: 310px;
}
.form_uf_add {
    width: 60px;
}
.form_faculdade_add {
    width: 680px;
}
.form_ano_formatura_add {
    width: 200px;
}
.form_oab_add {
    width: 480px;
}

.btn_enviar {
    border: 1px solid red;
    border-radius: 1rem;
    padding: 8px 20px;
    margin: 1rem 0;
}

.associados .dropdown-menu.show {
    top: -200px !important;
    left: -10px !important;
}

@media (max-width: 991px) and (orientation: portrait) {
    .form_config {
        flex-direction: column;
    }
    .config_div_img {
        flex-direction: column;
    }
    .associados .dropdown-menu.show {
        top: 0px !important;
        display: contents;
    }
    .registro_relatorio {
        width: 300px;
    }
}
.registro_relatorio {
    width: 600px;
}
