﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.fas {
    font-weight: 900 !important;
}

/* Para garantir que os ícones de marcas (como fa-whatsapp) também funcionem */
.fab {
    font-weight: 400 !important;
}

.color-cell{

    max-width:10px
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*#region Margins*/
.margim-top-13 {
    margin-top: 13rem !important;
}
.margin-top-32{
    margin-top: 32px;
}
/*#endregion*/

/*#region configuração validação CPF*/
.invisivel{
    display: none;
}
.inputRed{
    border: 1px solid #ff0000;
}
.inputgreen{
    border: 1px solid #00ff21;
}
.spanCPFValido{
    font-size: 14px;
    color: green;
}
.spanCPF{
    font-size: 14px;
    color: red;
}

.spanCNPJValido {
    font-size: 14px;
    color: green;
}

.spanCNPJInvalido {
    font-size: 14px;
    color: red;
}

.trofeu1 {
    font-size: 1.5em;
    color: gold;
    margin-right: 15px;
}

.trofeu2 {
    font-size: 1.5em;
    color: lightgrey;
    margin-right: 15px;
}

.trofeu3 {
    font-size: 1.5em;
    color: brown;
    margin-right: 15px;
}

#qrcode {
    width: 100px;
    height: 100px;
    margin-top: 15px;
}
.margim-esquerdo-14rem {
    margin-left: 14rem;
}
.ml-5-cpf{
    margin-left: 22rem;
}
.ml-16-Data {
    margin-left: 16rem;
}

padding-ajs {
    padding: 4px;
    padding-left: 13px;
    padding-top: 7px;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.toast-container2 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.toast-container3 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.truncated-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.truncar-texto {
    display: block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.readonly-select {
    pointer-events: none;
    background-color: #eee;
}

.is-invalid {
    border-color: #dc3545 !important; /* Cor vermelha de erro do Bootstrap */
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); /* Efeito de brilho opcional */
}

/* Para os inputs de arquivo customizados, o estilo é aplicado no label */
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.ocultarTexto {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 250px;
}

.table-responsive-custom {
    overflow-x: auto; /* Permite a rolagem horizontal */
    -webkit-overflow-scrolling: touch; /* Melhora a rolagem em dispositivos móveis */
}