
@font-face {
    font-family: gotham;
    src: url(../fontes/gotham.otf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fontes/gotham-bold.otf);
}

@font-face {
    font-family: gotham-extraBold;
    src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
    font-family: gotham-italic;
    src: url(../fontes/gotham-italic.otf);
}

a{
 color: inherit !important;
}

*:focus-visible, *:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* Estiliza a barra de rolagem no Chrome, Edge e Safari */
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
    height: 8px; /* Altura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Cor da "thumb" */
    border-radius: 10px; /* Arredondamento das bordas */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); /* Cor ao passar o mouse */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* Cor do fundo da barra de rolagem */
    border-radius: 10px; /* Arredondamento das bordas */
}

/* Estiliza a barra de rolagem no Firefox */
* {
    scrollbar-width: thin; /* Define uma barra de rolagem fina */
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1); /* Cor da "thumb" e do fundo */
}

/* Aplicar flexbox se houver um .icone-loading dentro da .box-modal ou .page-body */
.box-modal:has(.icone-loading),
.page-body:has(.icone-loading) {
    display: flex; /* Flexbox quando .icone-loading está presente */
    align-items: center; /* Centralizar verticalmente */
    justify-content: center; /* Centralizar horizontalmente */
}

/* Estilos para .icone-loading */
.icone-loading {
    width: 100%;
    height: 100%; /* Ocupar toda a altura disponível */
    min-height: 180px;
    display: flex; /* Flexbox para centralizar o SVG */
    justify-content: center; /* Centralizar horizontalmente o SVG */
    align-items: center; /* Centralizar verticalmente o SVG */
}

.icone-loading svg {
    font-size: 80px;
    width: 80px;
    color: #0d589a;
}

.errorInput {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(223, 98, 98, 0.82) !important; /* Chrome, Safari */
    -moz-box-shadow: 0px 0px 3px 1px rgba(223, 98, 98, 0.82) !important;    /* Firefox */
    box-shadow: 0px 0px 3px 1px rgba(223, 98, 98, 0.82) !important;         /* Standard */
}

.errorEmail{
    color: rgba(223, 98, 98, 0.82);
    display: none;
}

.errorSelect{
    color: rgba(223, 98, 98, 0.82);
    display: none;
}


.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #0404049c;
    display: none;
    top: 0;
}

.box-modal{
    width: 90%;
    background-color: white;
    z-index: 20;
    position: fixed;
    margin-left: 5%;
    padding: 20px 40px 40px;
    height: auto;
    max-height: calc(100vh - 100px);
    border-radius: 20px;
    margin-top: 50px;
    display: none;
    top: 0 !important;
    padding-bottom: 15px;
    overflow-y: auto;
    transition: 0.5s;
    min-height: 300px;
}

.box-modal-gigante{
    width: 98% !important;
    margin-left: 1% !important;
    padding: 0px 10px 10px !important;
    max-height: calc(100vh - 20px) !important;
    min-height: calc(100vh - 20px) !important;
    margin-top: 10px !important;
}

.box-modal-grande{
    width: 90% !important;
    margin-left: 5% !important;
}

.box-modal-pequeno{
    width: 400px !important;
    margin-left: calc(50% - 200px) !important;
}

.fechar {
    color: gray;
    font-size: 20px;
    cursor: unset;
    top: 0px;
    right: 10px;
    position: sticky;
    z-index: 10;
    display: block;
    margin-left: 100%;
    text-decoration: none;
    cursor: pointer;
}

.fechar a {
    cursor: pointer;
    text-decoration: none !important;
    width: min-content !important;
    display: block !important;
    position: absolute;
    right: -25px;
}


.fechar a:hover{
    color: black;
}

.bootbox-body, .modal-title{
    color: black;
}

.btn-line-azul, .btn-full-azul{
    font-family: gotham;
}

.btn-line-azul{
    color: #107dde;
    background-color: #ffffff;
    border-color: #107dde;
}

.btn-line-azul:hover{
    color: #ffffff;
    background-color: #0a5ca6;
    border-color: #0a5ca6;
}

.btn-full-azul{
    color: #ffffff;
    background-color: #107dde;
    border-color: #107dde;
}

.btn-full-azul:hover{
    color: #ffffff;
    background-color: #0a5ca6;
    border-color: #0a5ca6;
}

.texto-carregamento-modal{
    
}

.texto-carregamento-modal h1, .texto-carregamento-modal h2, .texto-carregamento-modal h3, .texto-carregamento-modal h4{
    text-align: center;
    padding-top: 20px;
}

.texto-carregamento-modal .icone-loading{
   
}

.fechar {
    color: gray;
    font-size: 20px;
    cursor: unset;
    top: 0px;
    right: 10px;
    position: sticky;
    z-index: 10;
    display: block;
    margin-left: 100%;
    text-decoration: none;
    cursor: pointer;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8c8c8c;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #505050 !important;
    color: white;
}


/*tamanho do filtro select da listagem*/
.select2-container--open .select2-dropdown{
    width: max-content !important;
}

.select2-hidden-accessible {
    width: fit-content !important;
}

.form-check-input:checked {
    background-color: #107dde !important;
    border-color: #107dde !important;
}

.notFound{
    margin-top: 20px;
    text-align: center;
    color: gray;
}

.displayFlex{
    display: flex !important;
    justify-content: space-between !important;
}

.displayShow{
    display: block !important;
}

.dataTable{
    padding-top: 15px;
}

.dataTable tbody tr td {
    color: black;
}

.dataTable tfoot tr th input{
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
    padding-left: 5px;
}


.resultado-dataTable tfoot input, select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.dataTables_wrapper .dataTables_length select{
    width: 60px;
}
.icone-tabela{
   /* display: flex;
    justify-content: center;*/
    text-align: center !important;
}

.icone-tabela button{
    background-color: #107dde;
    display: block;
    width: auto;
    margin: 2px auto;
    color: white !important;
    text-align: center;
    border-radius: 5px;
    border: 0;
    padding: 7px 10px;
}

.icone-tabela button:hover{
    background-color: #0d589a;
    cursor: pointer;
}

#tabela_dataTable_wrapper{
    padding: 10px;
}

#tabela_dataTable_length{
    width: 300px;
}

#tabela_dataTable_length label{
    font-size: 16px;
}

#tabela_dataTable_filter label input{
    width: 100%;    
}

#tabela_dataTable_filter label {
    width: 100%;
    display: flex;
    height: 40px;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 35px;
}

.badge-status-listagem{
    width: auto;
    min-width: 80px;
    padding: 0.7rem .5rem;
}

/* Ajuste o tamanho das imagens nas opções */
.select2-results__option img {
    width: 75px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}


.spanModal{
    color: gray !important;
    font-family: 'gotham-extraBold' !important;
    margin-top: 20px !important;
    display: block !important;
}

.form-modal hr{
    margin: 10px 0px;
}

.form-modal h4{
    color: black;
}


.form-modal label{
    margin: 5px 0px;
    color: gray;
    font-size: 15px;
}

.form-modal h1{
    color: gray;
    font-size: 20px;
    margin-bottom: 25px;
}

.form-modal input{
    margin-bottom: 5px;
}

.form-modal select{
    margin-bottom: 5px;
}

.form-modal button{
    font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    background-color: #107dde;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.form-modal button:hover{
    background-color: #0a5ca6;
}

.box-modal hr{
    margin: 30px 0px;
    border: 1px solid #ced4da;
}

.box-modal-span{
    color: black;
}


.btn-ed-medicos{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 174px; 
    height: 40px; 
    background-color: #107dde; 
    margin: 10px 0 20px; 
    color: white !important; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px;
}

.div-ed-btns-a{

}

.btn-ed-abrir-atual{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 174px; 
    height: 40px; 
    background-color: #107dde; 
    margin-top: 0px; 
    color: white; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px;
}

.btn-ex-abrir-atual{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 196px; 
    height: 40px; 
    background-color: #107dde; 
    margin-top: 0px; 
    color: white; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px; 
    margin-left: 20px; 
    cursor: pointer;
}


.mensagem-input-salvo{
    margin-left: 10px;
}


.mensagem-modal_body_img img{
    width: 200px;
    margin: 0 auto;
    display: block;
}

.mensagem-modal_body_title{
    font-family: gotham-extraBold;
    color: #107dde;
    text-align: center;
    font-size: 21px;
    margin-top: 30px;
}

.mensagem-modal_body_subtitle{
    color: #107dde;
    text-align: center;
    
}

.mensagem-modal_body_dados{
    margin-top: 20px;

}

.mensagem-modal_body_dados_row{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.mensagem-modal_body_dados_row label{
    color: #0d589a;
}

.btn-copy{
    border: none;
    margin-left: 15px;
    border-radius: 5px;
    color: #5b5959;
}

.btn-copy:hover{
    color: #107dde;
}

.labelCentralizada{
    width: 100%;
}

.labelCentralizada span{
    
}



/* Botão de subir */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(118deg, #0b59a8, rgba(11, 89, 168, .7));
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: none; /* Inicialmente escondido */
    z-index: 1;
    transition: width 0.3s ease, padding-left 0.3s ease; /* Transição suave ao expandir */
    width: 55px; /* Largura inicial */
    overflow: hidden; /* Para esconder o texto inicialmente */
    white-space: nowrap; /* Impedir quebra de linha */
}

#scrollTopBtn:hover {
    background-color: #0056b3;
    width: 180px; /* Largura expandida */
    padding-left: 20px; /* Espaçamento extra à esquerda */
    transition: 0.4s;
}

/* Ajuste para o ícone SVG */
#scrollTopBtn svg {
    margin-left: 6px;
    width: 14px;
}

/* Padrão para o small */
#scrollTopBtn small {
    padding-left: 15px;
    transition: padding-left 0.3s ease; /* Transição suave no padding */
    font-size: 16px;
}

/* Ao fazer hover, ajusta o padding-left do small */
#scrollTopBtn:hover small {
    padding-left: 8px; /* Novo padding-left no hover */
}

.itens-cadastrar-exame{
    justify-content: center;
}

.item-cadastrar-exame{
    width: auto;
}













