@import url('https://fonts.cdnfonts.com/css/poppins');

* {
    font-family: 'Poppins', sans-serif;
}

nav {
    background-color: white;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.container-mkt {
    display: flex;
}

body {
    background-color: rgb(241, 245, 245);
}

.componente-desativado {
    opacity: 0.6 !important;
}

.wrapper {
    flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: stretch;
    background-color: rgb(241, 245, 245);
}

#sidebar {
    position: fixed;
    width: 290px;
    transition: all 0.3s;
    background-color: white;
}

#sidebar.active {
    margin-left: -290px;
}

#sidebar.active+.wrapper {
    padding-left: 0;
    transition: padding-left 0.3s ease;
}

#sidebar+.wrapper {
    padding-left: 280px;
    transition: padding-left 0.3s ease;
}

.menu-content {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

.menu-content:hover {
    overflow-y: scroll;
}

.nav-conteudo:hover {
    background-color: #e6e5e5;
}

.nav-conteudo.btnSidebarAtivado:hover {
    background-color: #182025;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#nav-meu-itens {
    padding: 10px;
}

.icone-navbar {
    color: #556080;
    cursor: pointer;
}

#sidebarCollapse {
    background-color: #1F2A31;
    font-weight: 300;
    color: white;
}

.corTema {
    background-color: #1F2A31;
    border-color: #182025;
}

.corTemaTexto {
    color: #1F2A31;
}

.corTema:hover {
    background-color: #1F2A31;
    border-color: #182025;
}

.corTema:not( :hover) {
    background-color: #1F2A31;
    border-color: #182025;
}

.btnSidebarAtivado {
    background-color: #1F2A31;
}

.textoCorTema {
    color: #1F2A31;
}

.corDanger {
    background-color: #f8d7da !important;
}

.corWarning {
    background-color: #fff3cd !important;
}

.corSuccess {
    background-color: #d1e7dd !important;
}

.corInfo {
    background-color: #a3eaff !important;
}

.corCancel {
    background-color: #d6d6d6 !important;
}

#logoSideBar {
    font-weight: bold;
    text-decoration: none;
    font-size: 30px;
}

.brand {
    width: 300px;
    margin: 0px auto;
    z-index: 1;
}

.card {
    border-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.card.fat {
    padding: 10px;
}

.btnEntrar {
    border-radius: 20px;
    width: 100%;
}

.editarDados {
    color: rgb(71, 130, 238);
    cursor: pointer;
    font-size: 14pt;
}

.editarDados:hover {
    text-decoration: underline;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.nav-link {
    font-size: 0.9rem !important;
    margin-left: 30px;
}

@media (max-width: 768px) {
    #dropdownMenuButton1 {
        font-size: 16px;
    }

    .dropdown-navbar {
        margin-left: 150px;
    }
}

@media (max-width: 300px) {
    #dropdownMenuButton1 {
        font-size: 10px;
    }
}



/* Headers style */
#row-tabs-col-campanha {
    overflow-x: hidden;
    overflow-y: hidden;
}

.tab-header {
    cursor: pointer;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.tab-header-desativada:hover {
    background-color: #ccc;
    transition: .4s;
}

.tab-header-ativo {
    background-color: #1F2A31;
}

.tab-header-ativo:hover {
    background-color: #1F2A31;
    transition: .4s;
}

.tab-header-ativo a {
    color: black !important;
}

.tabPadrao {
    cursor: pointer;
}

.tabPadrao a {
    color: black;
}

.tabPadrao:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: 0.23s;
}

.tabPadraoSelecionada {
    background-color: #1F2A31;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.tabPadraoSelecionada a {
    background-color: #1F2A31;
    color: white;
}

#divBtnVoltarTela {
    display: none;
}

@media (max-width: 768px) {
    #divBtnVoltarTela {
        display: block;
    }

    #row-tabs-col-campanha {
        overflow-x: scroll;
    }

    .tab-header {
        width: 90%;
        margin: 0;
        margin-left: 15px;
    }

    #navbar-mobile {
        display: block;
    }

    #navbar-desktop {
        display: none;
    }

    .dropdown-menu {
        left: -100% !important;
    }

    #sidebar {
        width: 100%;
        margin-left: -540px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebar.active+.wrapper {
        /*padding-left: 700px;
        transition: padding-left 0.3s ease;*/
        display: none;
    }

    #sidebar+.wrapper {
        padding-left: 0px;
        transition: padding-left 0.7s ease;
        display: block;
    }

    #sidebarCollapse {
        width: 27% !important;
    }

    #sidebarCollapse span {
        display: none;
    }
}



/* Placeholder style */
.placeholder-item-300 {
    height: 300px;
}

.placeholder-item-600 {
    height: 600px;
}

.placeholder-item-300,
.placeholder-item-600 {
    position: relative;
    overflow: hidden;
}

.placeholder-item-300::before,
.placeholder-item-600::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}









/* Notificações */
#abrir-notificacoes {
    font-size: 20px;
}

ul.my-list-group li.notificacao {
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(223, 223, 223);
    cursor: pointer;
}

ul.my-list-group li.notificacao span.titulo {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.my-list-group li.notificacao:hover div.conteudo {
    background-color: rgb(233, 233, 233);
}

ul.my-list-group li.notificacao:hover {
    background-color: rgb(233, 233, 233);
}

ul.my-list-group li.notificacao p.conteudo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul#notificacoes {
    width: 300px !important;
    height: auto !important;
}

li.borderless {
    border-top: 0 none;
}

#descricao-notificacoes {
    display: none;
}

#campo-modal-notice {
    height: 530px;
}

.campo-informacoes {
    height: 500px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgb(223, 223, 223);
    overflow: auto;
}

#dropdownMenuButton2 {
    position: relative;
}

#ponto,
#ponto-msg {
    display: none;
    position: relative;
    top: 30%;
    left: 70%;
    font-size: 8pt;
}

.notificacaoSelecionada {
    background-color: #e2e2e2;
}


/* Estilização de Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 8px;
}



/* Estilização de botão do tema do sistema */
.btn-tema {
    background-color: #1F2A31;
    border-color: #182025;
}

.btn-tema:hover {
    background-color: #182025;
    border-color: #182025;
}

.btn-tema:focus,
.btn-tema.focus {
    background-color: #182025;
    border-color: #182025;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-tema:active,
.btn-tema.active {
    background-color: #182025;
    border-color: #182025;
}

.btn-tema:focus,
.btn-tema.focus {
    outline-color: #1F2A31;
    box-shadow: none;
}



/* tela de login */
#loginWallpapers {
    background-color: #1F2A31;
    height: 100vh;
}



/* estilos para centralizar um item verticalmente */
.container-v {
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}






/* estilos da tela de login */
.loginLogoMobile {
    display: none;
}

.loginDivAcesso {
    margin-top: 55px;
}

@media (max-width: 768px) {
    .loginLogoMobile {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
    }

    .loginLogoDesktop {
        display: none;
    }

    .loginDivAcesso {
        margin-top: 0px;
    }
}






/* estilos de vagas */
.vagaEncontrada>.vaga:hover {
    background-color: #F7F7F7;
    cursor: pointer;
}

p.responsabilidades {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#responsabilidades_view {
    white-space: pre-line;
}

.detalhes-vaga {
    text-decoration: none;
}

.detalhes-vaga:hover {
    text-decoration: underline;
}

@media (max-width: 769px) {
    p.responsabilidades {
        -webkit-line-clamp: 6;
    }
}





/* Estilização da área do PCV */
.conteudoPcvBaixarMeuCv {
    min-height: 520px;
}

@media (max-width: 769px) {
    .conteudoPcvBaixarMeuCv {
        min-height: 200px;
        margin-bottom: 20px;
    }
}







/* Estilização de cursos */
.conteudoEncontrado {
    background-color: white;
}

.conteudoEncontrado:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.conteudoSelecionado {
    background-color: #eeeeee;
}

.divConteudoCurso {
    min-height: 200px;
    display: none;
}




/* Estilização do painel do instrutor */
.tab-marcarPresenca {
    cursor: pointer;
}

.tab-marcarPresenca:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.tab-marcarPresenca-ativo {
    background-color: #1F2A31;
}

.tab-marcarPresenca-ativo:hover {
    background-color: #1F2A31;
    transition: .4s;
}

.tab-marcarPresenca-ativo a {
    color: white !important;
}



/* Estilização do alert de presença */
#imgAlertaPresenca {
    width: 100%;
}

@media (max-width: 769px) {
    #imgAlertaPresenca {
        width: 20%;
    }
}