.text-white {
    color: #fff !important;
}

.select2-container--default .select2-selection--single {
    border-color: #d9d9d9 !important;
    height: 38px;
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    float: none;
}
.dataTables_filter{
    display: flex!important;
    float: inline-end;
}
.select2-container--default .select2-selection--multiple {
    border-color: #d9d9d9 !important;
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    float: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block !important;
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
}

.border-right-solid {
    border-right: 1px solid #eeee;
}

.border-left-solid {
    border-left: 1px solid #eeee;
}

#div-msg,
#div-msg-falha {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: #999999; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
}

.table thead {

    font-weight: bold;
    color: #000000;
}

.informacoes1 {
    padding-left: 7px;
    margin-top: 8px;
    font-size: 15px;
    color: #808080;
    font-weight: bold;
}

.informacoes1:hover {
    color: #2196F3;
}

.informacoes2 {
    padding-left: 7px;
    margin-top: -5px;
    font-size: 15px;
    color: gray;
}

label.required {
    font-weight: bold; /* Deixar em negrito */
}

label.required::before {
    content: "*"; /* Adicionar um asterisco após o texto */

}
.avaliacao {
    display: flex;
    padding: 0px;
    width: 90px;
    margin: 0;

}

.titulo-subform {
    font-size: 11px;
    text-align: -webkit-center;

    margin: 0;
}

.star-icon {
    list-style-type: none;
    cursor: pointer;
    color: #ffe500;
    font-size: 15px; /* alterar o tamanho das estrelas */
}

.star-icon::before {
    content: "\2605";
}

.star-icon.ativo ~ .star-icon::before {
    content: "\2606";
}

.avaliacao:hover .star-icon::before {
    content: "\2605";
}

.star-icon:hover ~ .star-icon::before {
    content: "\2606";
}

[data-tooltip] {
    position: relative;
    font-weight: bold;
}

[data-tooltip]:after {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 5;
    padding: 5px;
    border-radius: 3px;
    content: attr(data-tooltip);
    white-space: nowrap;
    color: White;
    background-color: #000000;
}

[data-tooltip]:hover:after {
    display: block;
}


/*.card-sub {*/
/*    width: 8%;*/
/*    margin: 10px 0px 0px 10px;*/
/*    margin-bottom: -30px;*/
/*    font-size: 12px;*/
/*}*/

.card-sub {
    width: 10%;
    margin: 20px 0px 0px -19px;
    margin-bottom: -30px;
    font-size: 12px;
}

.card-projeto-a {
    height: 80px;
}

h5 {
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    .card-sub {
        width: 80%;
        margin: 0px;
    }
}


.card-projeto-a {
    border-radius: 15px;
    padding: 5px;
}

.animacao-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: 3px;
}

a.sub-menu-index {
    background: (transparent, transparent, rgba(0, 0, 0, 0.4));
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.animacao-card a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.2);
}


.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}

.options {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.option {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.col-d-12 {
    margin-left: 0rem;
    width: 100%;
    margin-right: 1rem;
}

.titulo-ordenar {
    white-space: nowrap;
    display: flex !important;
}

.icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -3px;
}

.mdi-icon {
    margin-bottom: -15px;
}

a {
    cursor: pointer;
}

.warning {
    color: #ffb22b;
}

.warning:hover {
    color: #f79d00;
}

.danger {
    color: #E34A4A;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.white {
    color: #FFFFFF;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.display-none {
    display: none !important;
}

.danger:hover {
    color: #fb254d;
}

.success {
    color: #16D39A;
}

.success:hover {
    color: #b9f9c2;
}

.list-menu:hover {
    background-color: #EEEEEE !important;
}

.primary {
    color: #00B5B8;
}

.primary:hover {
    color: #c9c2f7;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #fc4b6c !important;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #fb1943 !important;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.5);
}

#badge-light {
    color: #212529;
    background-color: #f2f4f8 !important;
}

a#badge-light:hover, a#badge-light:focus {
    color: #212529;
    background-color: #d1d8e6 !important;
}

a#badge-light:focus, a#badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #212529 !important;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #0a0c0d !important;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

#badge-inverse {
    color: #fff;
    background-color: #2f3d4a !important;
}

a#badge-inverse:hover, a#badge-inverse:focus {
    color: #fff;
    background-color: #1b232b !important;
}

a#badge-inverse:focus, a#badge-inverse.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(47, 61, 74, 0.5);
}

#badge-megna {
    color: #fff;
    background-color: #00897b !important;
}

a#badge-megna:hover, a#badge-megna:focus {
    color: #fff;
    background-color: #00564d !important;
}

a#badge-megna:focus, a#badge-megna.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 123, 0.5);
}

#badge-purple {
    color: #fff;
    background-color: #7460ee !important;
}

a#badge-purple:hover, a#badge-purple:focus {
    color: #fff;
    background-color: #4c32e9 !important;
}

a#badge-purple:focus, a#badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}

#badge-light-danger {
    color: #212529;
    background-color: #f9e7eb !important;
}

a#badge-light-danger:hover, a#badge-light-danger:focus {
    color: #212529;
    background-color: #efbec9 !important;
}

a#badge-light-danger:focus, a#badge-light-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5);
}

#badge-light-success {
    color: #212529;
    background-color: #e8fdeb !important;
}

a#badge-light-success:hover, a#badge-light-success:focus {
    color: #212529;
    background-color: #b9f9c2 !important;
}

a#badge-light-success:focus, a#badge-light-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5);
}

#badge-light-warning {
    color: #212529;
    background-color: #fff8ec !important;
}

a#badge-light-warning:hover, a#badge-light-warning:focus {
    color: #212529;
    background-color: #ffe5b9 !important;
}

a#badge-light-warning:focus, a#badge-light-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5);
}

#badge-light-primary {
    color: #212529;
    background-color: #f1effd !important;
}

a#badge-light-primary:hover, a#badge-light-primary:focus {
    color: #212529;
    background-color: #c9c2f7 !important;
}

a#badge-light-primary:focus, a#badge-light-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5);
}

#badge-light-info {
    color: #212529;
    background-color: #cfecfe !important;
}

a#badge-light-info:hover, a#badge-light-info:focus {
    color: #212529;
    background-color: #9dd8fd !important;
}

a#badge-light-info:focus, a#badge-light-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5);
}


.btn-primary,
.btn-outline-primary {
    box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05);
}

.btn-primary:hover,
.btn-outline-primary:hover {
    box-shadow: 0 8px 15px rgba(116, 96, 238, 0.3);
}

.btn-secondary,
.btn-outline-secondary {
    box-shadow: 0 2px 2px rgba(114, 123, 132, 0.05);
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
    box-shadow: 0 8px 15px rgba(114, 123, 132, 0.3);
}

.btn-success,
.btn-outline-success {
    box-shadow: 0 2px 2px rgba(33, 193, 214, 0.05);
}

.btn-success:hover,
.btn-outline-success:hover {
    box-shadow: 0 8px 15px rgba(33, 193, 214, 0.3);
}

.btn-info,
.btn-outline-info {
    box-shadow: 0 2px 2px rgba(30, 136, 229, 0.05);
}

.btn-info:hover,
.btn-outline-info:hover {
    box-shadow: 0 8px 15px rgba(30, 136, 229, 0.3);
}

.btn-warning,
.btn-outline-warning {
    box-shadow: 0 2px 2px rgba(255, 178, 43, 0.05);
}

.btn-warning:hover,
.btn-outline-warning:hover {
    box-shadow: 0 8px 15px rgba(255, 178, 43, 0.3);
}

.btn-danger,
.btn-outline-danger {
    box-shadow: 0 2px 2px rgba(252, 75, 108, 0.05);
}

.btn-danger:hover,
.btn-outline-danger:hover {
    box-shadow: 0 8px 15px rgba(252, 75, 108, 0.3);
}

.btn-light,
.btn-outline-light {
    box-shadow: 0 2px 2px rgba(242, 244, 248, 0.05);
}

.btn-light:hover,
.btn-outline-light:hover {
    box-shadow: 0 8px 15px rgba(242, 244, 248, 0.3);
}

.btn-dark,
.btn-outline-dark {
    box-shadow: 0 2px 2px rgba(33, 37, 41, 0.05);
}

.btn-dark:hover,
.btn-outline-dark:hover {
    box-shadow: 0 8px 15px rgba(33, 37, 41, 0.3);
}

.btn-inverse,
.btn-outline-inverse {
    box-shadow: 0 2px 2px rgba(47, 61, 74, 0.05);
}

.btn-inverse:hover,
.btn-outline-inverse:hover {
    box-shadow: 0 8px 15px rgba(47, 61, 74, 0.3);
}

.btn-megna,
.btn-outline-megna {
    box-shadow: 0 2px 2px rgba(0, 137, 123, 0.05);
}

.btn-megna:hover,
.btn-outline-megna:hover {
    box-shadow: 0 8px 15px rgba(0, 137, 123, 0.3);
}

.btn-purple,
.btn-outline-purple {
    box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05);
}

.btn-purple:hover,
.btn-outline-purple:hover {
    box-shadow: 0 8px 15px rgba(116, 96, 238, 0.3);
}

.btn-light-danger,
.btn-outline-light-danger {
    box-shadow: 0 2px 2px rgba(249, 231, 235, 0.05);
}

.btn-light-danger:hover,
.btn-outline-light-danger:hover {
    box-shadow: 0 8px 15px rgba(249, 231, 235, 0.3);
}

.btn-light-success,
.btn-outline-light-success {
    box-shadow: 0 2px 2px rgba(232, 253, 235, 0.05);
}

.btn-light-success:hover,
.btn-outline-light-success:hover {
    box-shadow: 0 8px 15px rgba(232, 253, 235, 0.3);
}

.btn-light-warning,
.btn-outline-light-warning {
    box-shadow: 0 2px 2px rgba(255, 248, 236, 0.05);
}

.btn-light-warning:hover,
.btn-outline-light-warning:hover {
    box-shadow: 0 8px 15px rgba(255, 248, 236, 0.3);
}

.btn-light-primary,
.btn-outline-light-primary {
    box-shadow: 0 2px 2px rgba(241, 239, 253, 0.05);
}

.btn-light-primary:hover,
.btn-outline-light-primary:hover {
    box-shadow: 0 8px 15px rgba(241, 239, 253, 0.3);
}

.btn-light-info,
.btn-outline-light-info {
    box-shadow: 0 2px 2px rgba(207, 236, 254, 0.05);
}

.btn-light-info:hover,
.btn-outline-light-info:hover {
    box-shadow: 0 8px 15px rgba(207, 236, 254, 0.3);
}

.btn-light-inverse,
.btn-outline-light-inverse {
    box-shadow: 0 2px 2px rgba(246, 246, 246, 0.05);
}

.btn-light-inverse:hover,
.btn-outline-light-inverse:hover {
    box-shadow: 0 8px 15px rgba(246, 246, 246, 0.3);
}

.btn-light-megna,
.btn-outline-light-megna {
    box-shadow: 0 2px 2px rgba(224, 242, 244, 0.05);
}

.btn-light-megna:hover,
.btn-outline-light-megna:hover {
    box-shadow: 0 8px 15px rgba(224, 242, 244, 0.3);
}


.stylish-table thead th {
    font-weight: 400;
    color: #99abb4;
    border: 0px;
    border-bottom: 1px;
}

.stylish-table tbody tr {
    border-left: 4px solid #fff;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid #009efb;
}

.stylish-table tbody td {
    vertical-align: middle;
}

.stylish-table tbody td h6 {
    font-weight: 500;
    margin-bottom: 0px;
    white-space: nowrap;
}

.stylish-table tbody td small {
    line-height: 12px;
    white-space: nowrap;
}


/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-track {
    background: none;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px !important;

}

/* Resolvendo problema dos selects dos modais */
.modal {
    --bs-modal-zindex: 1051;
}

/* Cores dos circulos das listagens */

.round-secondary {
    color: #fff;
    background-color: #727b84 !important;
}

.round-secondary:hover {
    color: #fff;
    background-color: #5a6269 !important;
}

.round.round-warning {
    background: #ffb22b
}

.round.round-danger {
    background: #fc4b6c
}

.round.round-success {
    background: #d1a768
}

.round.round-primary {
    background: #7460ee
}

/* Cores dos cards das listagens*/
.badge-primary {
    color: #fff;
    background-color: #7460ee !important;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #4c32e9 !important;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #727b84 !important;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #5a6269 !important;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(114, 123, 132, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #21c1d6 !important;
}


a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1a99aa !important;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.5);
}

.badge-green {
    color: #fff;
    background-color: #28a745 !important; /* verde sucesso */
}

a.badge-green:hover,
a.badge-green:focus {
    color: #fff;
    background-color: #218838 !important; /* verde mais escuro no hover */
}

a.badge-green:focus,
a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); /* sombra verde */
}


.badge-info {
    color: #fff;
    background-color: #1e88e5 !important;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #166dba !important;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffb22b !important;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #f79d00 !important;
}

/*.card-sub {*/
/*    width: 9%;*/
/*    margin: 10px 0px 0px 10px;*/
/*    margin-bottom: -30px;*/
/*    font-size: 12px;*/
/*}*/

.card-no-border .card {
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.card-projeto-a {
    padding: 5px;
    height: 80px;
}

/* Correção de cores da tabela no modo dark */
#hoverlinha:hover {
    background-color: rgb(232, 232, 232);
}

/*******************
Timeline page
******************/
.timeline {
    position: relative;
    width: auto;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline:before {
    display: none;
}

.timeline > li {
    position: relative;
    margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid rgba(120, 130, 140, 0.13);
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}

.timeline > li > .timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #7460ee;
}

.timeline-badge.success {
    background-color: #21c1d6;
}

.timeline-badge.warning {
    background-color: #ffb22b;
}

.timeline-badge.danger {
    background-color: #fc4b6c;
}

.timeline-badge.info {
    background-color: #1e88e5;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/* Textos na cor branca na home com o thema dark */
body[data-theme=dark] #texto-card {
    color: #fff;
}

.table thead {
    background-color: #f6f8fb;
}
body[data-theme=dark] table thead  {
    background-color: #323743;
}
.icone-acao {
    font-size: 25px;
}

.option-cabecario {
    cursor: not-allowed;
    background: grey;
    color: white;
    font-size: 16px;
    display: block;
    padding: 10px;
}

.margin-top-opt {
    margin-top: 70px;
}

.page-titles {
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.legenda-input {
    font-size: 10px;
    color: #ff0000;
}

.page-wrapper > .container-fluid, .page-wrapper > .container-sm, .page-wrapper > .container-md, .page-wrapper > .container-lg, .page-wrapper > .container-xl, .page-wrapper > .container-xxl {
    padding: 10px 20px;

}

.resumir-texto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-navegacao {
    margin-top: -10px;
}

.modal-content {
    overflow: hidden;
}

.modal-btn {
    border-top: 1px solid #eeee;
    place-content: center;
    padding: 10px;
}

.card-sub {
    width: 10%;
    margin: 20px 0px 0px -19px;
    margin-bottom: -30px;
    font-size: 12px;
}

.text-informativo {
    font-weight: 600;
}

table.dataTable tbody tr.odd {
    background-color: #f2f2f2; /* Cor de fundo para linhas ímpares */
}

/* Estilo para linhas pares */
table.dataTable tbody tr.even {
    background-color: #ffffff; /* Cor de fundo para linhas pares */
}


#loadingOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carregando-geral img {
    width: 80px;
    height: 80px;
    animation: pulse 1.5s ease-in-out infinite;
}

.preloader img {
    width: 80px;
    height: 80px;
    animation: pulse 1.5s ease-in-out infinite;
}

@media (max-width: 767.98px) {
    .some-responsivo {
        display: none !important;
    }
}