.highlighted {
    font-weight: bold;
    background-color: yellow;
    /* Cor de fundo para realçar */
}

.marginTop10{
    margin-top:10px !important;
}
.marginTop25{
    margin-top:25px !important;
}
.marginBottom40{
    margin-bottom:40px !important;
}
.marginBottom60{
    margin-bottom:60px !important;
}
.marginBottom80{
    margin-bottom:80px !important;
}
/* REQUIRED CLASS LABEL */

label.required::after {
    content: "*";
    /* conteúdo do pseudo-elemento, nesse caso um asterisco */
    color: #38C;
    /* cor do asterisco */
    padding-left: 2px;
    /* adiciona algum espaço entre o label e o asterisco */
}

.estado {
    display: none;
}

.hidden {
    display: none;
}

.black-text {
    color: black;
    font-size: 20px;
}

.warning, .warning-message {
    padding: 5px;
    font-family: Arial;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.warning-message {
    padding: 25px;
    background-color: #FFF;
    color: #38C;
    padding-top: 0px;

}

.warning-message b {
    color: #707075;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
}

.warning {
    display: none;
}

.news-img {
    max-width: 800px;
}

.rScrollOnTop0 {
    margin-top: 0px;
}

.rScrollOnConfirmBtn0 {
    margin-top: 0px;
}

/* .warning-message:not(:empty) + .warning {
    display: block;
} */

.warning, main {
    opacity: 0;
    animation: fadeIn 0.5s ease-in;
}

.warning:not(:empty), main {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.warning-message .error-table {
    margin: 0 auto;
    width: fit-content;
    text-align: left;
}

.warning-message .error-cell {
    padding: 5px;
}

.warning-message .align-right {
    text-align: right;
    color: #888;
}

.warning-message .align-left {
    text-align: left;
}

.warning-message strong {
    font-weight: bold;
}

.warning-message .variable {
    font-weight: bold;
}

.warning-message .filename {
    font-weight: bold;
}

.warning-message {
    padding: 25px;
    background-color: #FFF;
    color: #38C;
    padding-top: 0px;

}

.ajax-message {
    width: 600px;
    min-height: 200px;
    color: #555;
    font-size: 14px;
    overflow: auto;
    white-space: pre-wrap;
    /* Alterado para pre-wrap */
    text-align: left;
    word-wrap: break-word;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    /* Adicionado para ocultar a barra de rolagem horizontal */
}

.ajax-message pre {
    overflow: auto;
    white-space: pre-wrap;
    /* Alterado para pre-wrap */
    text-align: left;
    word-wrap: break-word;
    overflow-x: hidden;
    /* Adicionado para ocultar a barra de rolagem horizontal */
}

.fadeIn {
    animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.routing .text-color, .routing p {
    color: #919191;
}

.routing table {
    margin-top: 40px;
    margin-bottom: 80px;
}

.routing table tr td {

    color: #666 !important;
}

.error-back {
    margin-bottom: 100px;
}

.routing a {
    color: #888;
}

.routing a:hover {
    color: #38C;
}

.routing, .routing p {
    font-size: 14px;
}

.login-container {
    margin-top: -150px;
}


/* 404 */


.error-container {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
}

.error-container table, .error-container table td, .error-container li {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* FIM 404 */

.error-container .error-back {
    margin-top: 20px;
}

.error-container {
    margin-top: 50px;
    max-width: 800px;
}

.nav-link.active {
    color: #1E90FF;
}

.fade-in {
    animation: fadeInAnimation 0.3s ease-in forwards;
}

.fade-out {
    animation: fadeOutAnimation 0.3s ease-out forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* FORMULARIOS */

.form-group {
    margin-bottom: 20px;
}

.form-group input {
    height: 32px;
}

.form-group label {
    font-size: 14px;
    color: #666;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

h3 {
    display: inline-block;
    font-size: initial;
}

.title {
    border-bottom: 1px solid #efeee8;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
}

/* INICIO DE SELECT 2 */

.select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 38px;
    line-height: 38px;
}

.select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-selection__rendered {
    color: #666;
    line-height: 38px;
}

.select2-search__field {
    color: #666;
}

.select2-search--dropdown {
    border: 1px solid #ced4da;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.select2-results__option {
    padding: .375rem .75rem;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--highlighted {
    background-color: #f8cbac;
    color: #666;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    min-height: 32px !important;
    font-size: 14px !important;
    padding-top: 2px !important;
    padding-left: 4px !important;
    border: 1px solid #D2D2D2 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #D2D2D2 !important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left: 12px;
    color: #666 !important;
}

/* FIM DE SELECT2 */

/* CURSOS E ARTIGOS E FOTOS */
.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom25 {
    margin-bottom: 25px;
}

.marginBottom35 {
    margin-bottom: 35px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

/* ARTIGOS E FOTOS */
.minHeight430 {

    min-height: 430px;
}

.minHeight435 {

    min-height: 435px;
}

.minHeight440 {

    min-height: 440px;
}

.minHeight450 {

    min-height: 450px;
}

.minHeight460 {

    min-height: 460px;
}

.minHeight480 {

    min-height: 480px;
}

/* CURSOS */
.minHeight405 {

    min-height: 405px;
}

.minHeight410 {

    min-height: 410px;
}

.minHeight420 {

    min-height: 420px;
}

.course-img {
    max-width: 850px;
    /* max-height: 400px; */
    border: 5px solid #ffffff;
    /* Adicionado borda */
}

.course-body {
    height: auto;
}

/* ARTIGOS E FOTOS */

.article-img {
    max-width: 418px;
    max-height: 228px;
    border: 5px solid #FFF;
    /* Adicionado borda branca */
}

.article-block {
    position: relative;
    padding-bottom: 60px;
}

.article-actions {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 20px;
}

/* trancar navbar no topo */

/* .navbar {
            position: sticky;
            top: 0; */
/* z-index: 1000; */
/* Essa propriedade vai garantir que a barra de navegação fique por cima dos outros conteúdos */
/*          } */

/* IMAGENS */

.fade-articles .row>div:hover {
    /* cursor: pointer; */
}

.fade-articles .row>div:hover .img-thumbnail {
    opacity: 0.7;
    transition: 0.3s;
}

.fade-albums .row>div:hover {
    cursor: pointer;
}

.fade-albums .row>div:hover .img-thumbnail {
    opacity: 0.7;
    transition: 0.3s;
}

.fade-photos .row>div:hover {
    cursor: pointer;
}

.fade-photos .row>div:hover .img-thumbnail {
    opacity: 0.7;
    transition: 0.3s;
}

.fade-videos .card:hover .embed-responsive-item {
    opacity: 0.7;
    transition: 0.3s;
}

.video {
    /* height: 0; remove this line */
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
    /* Moved transition here to animate background */
}

.video:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* PAGINACAO DE NOTICIAS */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination-item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    background: #eee;
    text-decoration: none;
    color: #333;
}

.pagination-item:hover {
    background: #1e90ff !important;
    color: #fff !important;
}

.pagination-item.active {
    background: #1e90ff !important;
    color: #fff !important;
}

/* FIM DE PAGINACAO DE NOTICIAS */


/* FIM DE FOTO */

/* INICIO DE DATATABLE */

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
}

.table> :not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));

}

.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6;
}

th {
    text-align: inherit;
}

table.dataTable {
    /* border-collapse: separate !important; */
    border-spacing: 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0px !important;
    border-top-color: inherit;
    border-top-style: solid;
    border-width: 0px !important;
    border-top-width: 0px;
    border-top: 1px solid #e8e8e8 !important;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: none !important;
    border-spacing: 0;
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_paginate {
    vertical-align: middle !important;
}

.dataTable td {}

.dataTable th {
    font-size: 14px;
    font-weight: 700;
}

/* FORM CONTROL COR INPUTS COLORS */

.form-control {
    /*  #333 #444 #555 ~#666 */
    color: #555;
}

label {
    /*  #555 #444 #555 ~#666 */
    color: #555;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*  #555 #444 #555 ~#666 */
    color: #555 !important;
}

table thead th, table tbody tr td {
    /*  #555 #444 #555 ~#666 */
    /* color: #555 !important; */
}

tbody, td, tfoot, th, thead, tr {
    /*  #555 #444 #555 ~#666 */
    color: #555 !important;
}

div.dataTables_wrapper div.dataTables_info {
    /*  #555 #444 #555 ~#666 */
    color: #555;
}

.title-well {
    color: #555 !important;
}

.well label {
    color: #555;
}


/* SHORTS */

.shortText {
    word-wrap: break-word;
    width: auto;
    /* color: #428bca; */
}

.shortText:hover, .inactive-record-text .shortText:hover {
    cursor: pointer;
    color: #38C !important;
}

/* INATIVO E ATIVO DATA TABLE CREATE ROW */

.inactive-record-text, .inactive-record-text td {
    color: #888 !important;
    /* Ou a cor que você deseja */
}

.inactive-record-text .shortText {
    color: #888 !important;
    /* Ou a cor que você deseja */
}


/* FIM DE SHORTS */

/* INATIVO E ATIVO DATA TABLE CREATE ROW */

.deactive-record-text {
    color: #999 !important;
    /* Ou a cor que você deseja */
}

.inactive-record-text, .inactive-record-text .shortText {
    color: #777 !important;
    /* Ou a cor que você deseja */
}

.inactive-record-text .shortText {
    color: #8dcaff !important;
    /* Ou a cor que você deseja */
}

/* PROFILE CSS */

.show {
    display: block;
}

/* PAGINA DE VISUALIZACAO DE CURSO */

.left-align-content {
    text-align: left !important;
}

.mainCursoAssociado section .d-flex {
    justify-content: left !important;
}

.mainCursoAssociado .card-title {
    text-align: left !important;
}

.mainCursoAssociado .card {
    padding: 3rem !important;
    margin-top: 50px;
    box-shadow: 15px 15px 45px 15px #E3E3E3;
    margin-bottom: 100px;
}

.mainCursoHome .card {
    padding: 3rem !important;
    margin-top: 50px;
    box-shadow: 15px 15px 45px 15px #E3E3E3;
    margin-bottom: 100px;
}

/* PAGNA DE LISTAR VIDEOS */

.mainVideos .card {
    box-shadow: 15px 15px 55px #ddd;
    border: 1px solid #CCC !important;
    min-height: 300px;
}

/* PAGINA DE INSCRICAO */

.mainInscricao .card {
    margin: 0 auto;
    max-width: 1350px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 50px;
    border: 1px solid #DDD;
}

.mainInscricao .card input {
    border: 1px solid #CCC;
}

.mainInscricao .card .form-field {
    margin-bottom: 20px;
}

/* INICIO DE EFEITO CURTIR */
@keyframes thumbUp {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-40deg);
    }

    80% {
        transform: rotate(-40deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.like-thumb-animation {
    animation: thumbUp 0.5s linear;
}

.like-button {
    font-size: 13px;
    height: 30px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #EEE;
    color: #888;
}

.like-button:hover, .like-button:active {
    background-color: #FFF !important;
    color: #38C !important;
    border: 1px solid #EEE !important;
    font-weight: 600;
}

.like-button.liked {
    color: #38C;
    font-weight: 600;
}

.like-thumb-fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.like-fade-out {
    opacity: 0.5;
    /* Mudar para 0.5 de opacidade */
    transition: opacity 0.25s ease-out;
}

.like-fade-in {
    opacity: 1;
    transition: opacity 0.25s ease-in;
}

/* FIM DE EFEITO CURTIR */

/* INICIO DE EFEITO AO CLICAR EM BOTAO VISUALIZACOES */

.view-button {
    font-size: 13px;
    height: 30px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #EEE;
    color: #888;
}

.view-button:hover, .view-button:active {
    background-color: #FFF !important;
    color: #888;
    border: 1px solid #EEE !important;
    cursor: default;
}

.view-button.gaining-popularity {
    font-weight: 400;
}

.view-button.popular {
    color: #46B56C;
    font-weight: 400;
}

/* FIM DE EFEITO CURTIR AO CLICAR EM BOTAO VISUALIZACOES */

/* BREADCUMB CSS */

.breadcrumb a {
    color: #676767;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #38C;
    transition: 0.3s;
}

.card-body {
    color: #333;
}