.alert {
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.alert-success {
    border: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.svg-fixado {
    fill: white;
    padding: 7px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transition: all 0.5s;
    cursor: pointer;
}

.svg-fixado>img {
    width: 40px;
    height: 40px;
}

.svg-fixado:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
    background-color: #000042;
}

.wd-100 {
    width: 100%;
}

.wd-99 {
    width: 99%;
}

.wd-95 {
    width: 95%;
}

.wd-90 {
    width: 90%;
}

.wd-80 {
    width: 80%;
}

.wd-70 {
    width: 70%;
}

.wd-60 {
    width: 60%;
}

.wd-50 {
    width: 50%;
}

.wd-40 {
    width: 40%;
}

.wd-30 {
    width: 30%;
}

.wd-25 {
    width: 25%;
}

.wd-20 {
    width: 20%;
}

.wd-15 {
    width: 15%;
}

.wd-10 {
    width: 10%;
}

.wd-5 {
    width: 5%;
}

.alert-box {
    position: fixed;
    right: 1%;
    top: 2%;
    z-index: 9999;
}

.alert-box>*:last-child {
    margin-bottom: 0px !important;
}

.fs-50 {
    font-size: 50;
}

.btn-hover {
    transition: all 0.2s;
}

.btn-hover:hover {
    color: white;
}

.btn-config-usuario {
    color: white;
    animation: all ease-in-out 400ms;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.btn-config-usuario:hover {
    color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    background-color: white !important;
}

@media (min-width: 768px) {
    .w-md-unset {
        width: unset !important;
    }

}

.dropdown-menu[data-bs-popper] {
    top: 88%;
}

.container {
    position: relative;
}

.titulo {
    font-weight: 700;
    font-size: 40px;
}

@keyframes carregando-linear {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}

@keyframes carregando-pulse {
    0% {
        opacity: 30%;
    }

    50% {
        opacity: 100%;
    }

    100% {
        opacity: 30%;
    }
}

.carregando {
    border-radius: 5px !important;
    color: transparent !important;
    animation-fill-mode: forwards !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear !important;
    background-size: 100% !important;
    background-size: 400px 134px !important;
    pointer-events: none !important;
}

.carregando.linear {
    animation-duration: 1.8s !important;
    animation-name: carregando-linear;
    background-color: #f6f7f8 !important;
    background: linear-gradient(to right, #f1f1f1 8%, #e2e2e2 22%, #f1f1f1 48%);
}

.carregando.pulse {
    background-color: #ebebeb !important;
    animation-duration: 400ms !important;
    animation-name: carregando-pulse;
}

.carregando>* {
    visibility: hidden;
}

.efeito-pulse {
    animation-iteration-count: infinite !important;
    animation-duration: 1s !important;
    animation-name: carregando-pulse;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.filtro-blur {
    filter: blur(5px);
}

.cursor-normal {
    cursor: unset !important;
}

.modal-content {
    position: relative;
}

.modal .btn-close.superior-direito {
    position: absolute;
    right: 10px;
    top: 10px;
}

.superior-esquerdo {
    position: absolute;
    left: 10px;
    top: 13px;
}

.invalid-feedback.mensagem {
    font-size: 12px !important;
}

.mensagem.invalid-tooltip {
    border-radius: 10px !important;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-thumb {
    background: #000000bd;
}

.offcanvas .btn-hover {
    transition: all ease-in-out 0.1s;
    padding: 10px;
    border: none;
}

.offcanvas .btn-hover:not(.lista):hover {
    background-color: #00000078;
}

.offcanvas .btn-hover.lista:hover {
    cursor: default;
}

.offcanvas {
    max-width: 260px;
    width: 100%;
    font-size: 17px;
}

.offcanvas-header {
    font-size: 20px;
}

.sub-link {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
}

.offcanvas-footer>#btn-deslogar {
    font-size: 20px !important;
}

.versao_arquivos {
    color: #000000a1;
    position: fixed;
    bottom: 0;
    font-size: 10px;
    background-color: white;
    width: 100%;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F27620;
    z-index: 9999999;
}

.superior-direito {
    position: absolute;
    top: 7px;
    right: 20px;
}

.botao-google {
    width: 32px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 7px;
}

.botao-google>svg {
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.botao-google>svg:hover {
    width: 18px;
}

.texto-detalhe {
    font-size: 12px;
    line-height: 1;
}

.bold {
    font-weight: 700;
}

.dropdown-toggle::after {
    transition: all ease-in-out 0.2s;
}

.dropdown-toggle.show::after {
    rotate: -180deg;
}

.nowrap {
    white-space: nowrap;
}

.table thead th .th-inner {
    font-weight: bold !important;
    color: #000000bf;
}

.table .limitado {
    width: 0 !important;
    white-space: nowrap;
}

.table .wd-90p {
    width: 90px !important;
}

.table {
    font-size: 14px;
}

.bootstrap-table {
    display: flex;
    flex-direction: column;
}

.bootstrap-table .fixed-table-body {
    max-height: 500px;
}

.bootstrap-table .fixed-table-body .detail-view .fixed-table-body {
    max-height: 500px;
    min-height: 0px;
}

.bootstrap-table .fixed-table-container {
    width: 100%;
}

.fixed-table-toolbar input.form-control {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.nav-tabs .nav-item .nav-link {
    padding: 2px 10px !important;
    white-space: nowrap;
}

.nav-tabs .nav-item {
    margin: 0px 1px;

}

.nav-tabs .nav-item .nav-link.active {
    font-weight: 700;
    border-right: 6px solid #5353c3;
    color: #001dff;
}

.nav-tabs .nav-item .nav-link:not(.active) {
    border: 1px solid rgba(0, 0, 0, 0.123);
    color: #000000;
}

input.disabled {
    background-color: #00000014;
}

input.disabled:focus {
    background-color: #00000014;
}

.top-end-0 {
    top: 0px !important;
    right: 0px !important;
}

.top-end-5 {
    top: 5px !important;
    right: 5px !important;
}

.top-end-10 {
    top: 10px !important;
    right: 10px !important;
}

.top-end-15 {
    top: 15px !important;
    right: 15px !important;
}

.top-end-20 {
    top: 20px !important;
    right: 20px !important;
}

.top-start-0 {
    top: 0px !important;
    left: 0px !important;
}

.top-start-5 {
    top: 5px !important;
    left: 5px !important;
}

.top-start-10 {
    top: 10px !important;
    left: 10px !important;
}

.top-start-15 {
    top: 15px !important;
    left: 15px !important;
}

.top-start-20 {
    top: 20px !important;
    left: 20px !important;
}

.start-5 {
    left: 5px;
}

.start-10 {
    left: 10px;
}

.start-15 {
    left: 15px;
}

.start-20 {
    left: 20px;
}

.start-25 {
    left: 25px;
}

.end-5 {
    right: 5px;
}

.end-10 {
    right: 10px;
}

.end-15 {
    right: 15px;
}

.end-20 {
    right: 20px;
}

.end-25 {
    right: 25px;
}

.v-center {
    transform: translateY(-50%);
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-circle-notch {
    transition: all;
    animation: girar 1s linear infinite;
}

.lista-dropdown-menu {
    display: none;
}

.offcanvas-body svg,
.dropdown-menu svg {
    width: 25px;
}

.dropdown-menu-lat::after {
    transition: all ease-in-out 0.3s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu-lat.ativo::after {
    transform: rotate(-180deg);
}

.detail-icon i {
    font-size: 23px;
    font-weight: 700;
}

.bootstrap-table .fixed-table-container .table thead th.detail {
    width: 40px !important;
}

.engrenagem {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.plane {
    animation: girar 5s linear infinite;
    fill: #FFF;
    transform-origin: 50% 50%;
}

.container-carregando {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal .modal-footer {
    justify-content: space-between;
}

.setinha-dropdown::after {
    transition: all ease-in-out 0.3s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 2;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.setinha-dropdown.ativo::after {
    transform: rotate(-180deg);
}

.lista-autocomplete {
    top: 100%;
    position: absolute;
    background-color: white;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    width: 100%;
    z-index: 5;
    gap: 5px;
    border: 1px solid #dee2e6;
    overflow: auto;
}

.lista-autocomplete .opcao-autocomplete {
    border: none;
    background-color: #0000;
    text-decoration: none;
    text-align: left;
    border-radius: 4px;
}

.lista-autocomplete .opcao-autocomplete:hover {
    background-color: #0000000a;
}

.form-floating.sm input.form-control,
.form-floating.sm select.form-select {
    height: 40px !important;
    min-height: 0 !important;
    padding-left: 10px !important;
    font-size: 14px !important;
}

.form-floating.sm select.form-select {
    padding-top: 11px !important;
}

.form-floating.sm input.form-control {
    padding-top: 15px !important;
}

.form-floating.sm label {
    padding: 7px 3px;
    z-index: 2;
    height: 30px !important;
}

.row>.form-floating.sm label {
    left: 10px;
}

.botao-limpo {
    background-color: transparent;
    border: none;
}

.informacoes {
    display: block;
    position: relative;
}

.informacoes .link-responsavel-info {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.informacoes .avatar-info {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}

.informacoes .identificador-info {
    position: absolute;
    top: -12px;
    padding: 0 5px;
    background-color: #ECEFF3;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    border: 1px solid #dee2e6;
    letter-spacing: -0.5px;
}

.informacoes .avatar-info i {
    width: 100px;
    height: 100px;
    font-size: 82px;
    padding-top: 10px;
}

.informacoes .informacoes-conteudo {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .informacoes {
        display: flex;
    }

    .informacoes .informacoes-conteudo {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .informacoes .avatar-info {
        border-bottom: none;
        border-right: 1px solid #dee2e6;
    }

    .informacoes .avatar-info img {
        width: 100px;
    }
}

.fixed-table-toolbar:not(:empty) {
    padding: 10px;
}

.btn-notificacoes {
    color: rgba(0, 0, 0, 0.39);
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 5px;
    width: 37px;
    height: 37px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 200ms;
    position: relative;
    margin-right: 10px;
}

.btn-notificacoes.notificacao-pendente {
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: notificacao-pendente;
}

@keyframes notificacao-pendente {
    0% {
        border: 1px solid rgba(0, 0, 0, 0.137);
        color: rgba(0, 0, 0, 0.39);
        transform: scale(1.0);
    }

    50% {
        border: 1px solid rgba(0, 0, 0, 0.623);
        color: rgba(0, 0, 0, 0.603);
        transform: scale(1.03);
    }

    100% {
        border: 1px solid rgba(0, 0, 0, 0.137);
        color: rgba(0, 0, 0, 0.39);
        transform: scale(1.0);
    }
}

.btn-notificacoes:hover {
    color: rgba(0, 0, 0, 0.781);
    border: 1px solid rgba(0, 0, 0, 0.781);
    transform: scale(1.06);
    animation-name: none;
}

.btn-notificacoes>i {
    font-size: 25px;
}

.btn-notificacoes-contador {
    position: absolute;
}

#lista-notificacoes {
    position: relative;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 15px 9px 10px 20px;
    line-height: 1.1;
    height: calc(100% - 32.59px);
}

#lista-notificacoes-offcanvas {
    max-width: 100% !important;
}

#lista-notificacoes .vazio {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    color: #ffffff2b;
    position: absolute;
    width: 90%;
    margin-top: 30%;
}

#lista-notificacoes .notificacao {
    border: 1px solid #ffffff3d;
    height: 83px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 200ms;
    margin-bottom: 15px;
    cursor: pointer;
}

#lista-notificacoes .notificacao .time-stamp {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 5px;
    top: 0;
    background: #212529;
    border: 1px solid #ffffff3d;
}

#lista-notificacoes .notificacao.ler-hover {
    border: 1px solid #ffffff94;
}

#lista-notificacoes .notificacao:hover {
    transform: scale(1.05);
}

#lista-notificacoes .nao-lido {
    position: absolute;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    left: -10px;
}

#lista-notificacoes .notificacao .div-icone {
    border-right: 1px solid;
    align-items: center;
    display: flex;
    height: 80%;
}

#lista-notificacoes .notificacao .notificacao-icone {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#lista-notificacoes .notificacao .notificacao-mensagem {
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    padding-right: 10px;
}

#lista-notificacoes .vazio i {
    font-size: 100px;
}

.content {
    padding: 1rem 16px 3rem 1.5rem !important;
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
    background-color: transparent !important;
}

ul.sem-marcacao {
    list-style: none;
}

.form-floating label::after {
    background-color: transparent !important;
}

.totalizador-presenca {
    border-radius: 50%;
    padding: 5px;
}

.limitar-nome-atocomplete-ficha {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.not-allowed{
    cursor: not-allowed !important;
}
