html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #dfdfdf;
}

.h1-login-titulo-principal {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: black;
}

.span-texto-destaque {
    color: #042d57;
}

.div-login-form {
    background: white;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
    padding: 45px;
    width: 420px;
}

.div-registro-ponto-form {
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
    padding: 45px;
    width: 350px;
    height: 260px;
}

.dados-tabela {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 12px;
    font-weight: bold;
    word-wrap: break-word;
    padding-top: 15px !important;
}

#map {
    width: 100%;
    height: 350px;
}

.leaflet-container img {
    max-width: none !important;
    max-height: none !important;
}


.oculto {
    display: none;
}

.div-registro-ponto-form-2 {
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
    padding: 45px;
    width: 350px;
}

.dados-codigo {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.btn-login {
    background: #0B1F5B;
    color: white;
    border-radius: 8px;
    height: 50px;
    font-weight: 600;
    transition: .3s;
}

    .btn-login:hover {
        background: #173A86;
    }

.close-alert {
    position: absolute;
    right: -10px;
    top: -15px;
    border-radius: 15px;
    width: 30px;
    height: 31px;
}

.pagina-login {
    margin-top: 60px;
    background-color: lightblue;
    min-height: 70vh;
    padding: 5px;
    border-radius: 12px;
}

.login-label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.p-ver-senha {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: steelblue;
}

.a-login-esqueci-senha {
    font-weight: bold;
    font-size: 15px;
    color: steelblue;
    cursor: pointer;
}

.div-login-titulo-principal-sec {
    margin-top: 30px;
    color: white;
}

.div-cadastro-cliente-titulo-principal-sec {
    color: white;
}

.h1-cadastro-titulo-principal {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: black;
}

.form-label {
    font-weight: bold;
}

.pagina-cadastrar-cliente {
    margin-top: 30px;
    background-color: #3b3b3b;
    min-height: 70vh;
    padding: 5px;
    border-radius: 12px;
}


.pagina-div-boas-vindas {
    margin-top: 30px;
    background-color: #053c66;
    padding: 5px;
    border-radius: 3px;
}

.h1-index-titulo-principal {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
    font-size: 50px;
}

.h3-index-titulo-principal {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
}

.pagina-index {
    margin-top: 5px;
    background-color: #dfdfdf;
    min-height: 70vh;
    padding: 5px;
    border-radius: 3px;
}

.a-menu {
    text-decoration: none !important;
}

.legenda-menu-index {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

.img-menu-index {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    margin: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid darkgray;
    border-radius: 25px;
    background-color: white;
    padding: 35px;
}

.input-upper {
    text-transform: uppercase;
    text-align: center;
}

.span-asterisco-obrigatorio {
    color: red;
}

.div-botao-proximo-anterior {
    height: 60px;
}

.a-botao-alterar-cadastrar {
    width: 150px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    border-radius : 5px;
}

.p-form-label-ponto-data {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    color: steelblue;
}

.p-form-label-ponto-horario {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    text-align: center;
    color: #053c66;
}

.pagina-div-registro-ponto {
    margin-top: 30px;
    background-color: #053c66;
    padding: 5px;
    border-radius: 25px;
    min-height: 665px;

}



.dados-tabela-coluna-imagem {
    white-space: nowrap;
    height: 30px;
    width: 30px;
    text-align: center !important;
    margin-top: 5px;
}

.btn-excluir-registro {
    width: 105px !important;
}


.button-form-ponto {
    font-size: 24px;
    border-radius: 10px;
}

.alert-sucesso {
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
}

.div-alert-sucesso {
    text-align: center !important;
}

#Observacao {
    min-height: 60px;
}

.alert-danger-custom {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c2c7;
    border-radius: .375rem;
    background-color: #f8d7da;
    color: #842029;
}

.dados-botoes-horizontal {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.dados-tabela-coluna {
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 12px;
    word-wrap: break-word;
    text-align: center !important;
}

.dados-tabela {
    vertical-align: middle;
    text-align: center;
}

.dados-imagem {
    vertical-align: middle;
    text-align: start;
}

.camera-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.camera-container {
    width: 90%;
    max-width: 500px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

#video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.camera-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dados-botoes {
    display: flex;
    flex-direction: column;
    gap: 6px; /* Espaço entre os botões */
    align-items: center; /* Centraliza horizontalmente */
}

    .dados-botoes .btn {
        width: 100px; /* Opcional: deixa os botões com a mesma largura */
    }

.checklistbox {
    border: 1px solid #ced4da;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

    .checklistbox label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    }