
.sds-card-group{

    box-shadow: 3px 3px 3px black;
}

/* sobrescreve tom de botões vermelhos de #dc3545 para x #c4161c
   e os hovers de #13317c para #13317c*/

.btn-danger {
    color: hsl(0, 0%, 100%);
    background-color: #ca1e1e; 
    border-color: #ca1e1e;
  }
  .btn-danger:hover {
    color: #ffffff;
    background-color: rgb(224, 73, 46);
    border-color: rgb(224, 73, 46);
  }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  }
  .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
  }
  .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
  }


/* substitui botões amarelos */

.btn-primary {
    color: #005593;
    background-color: #6ecff6 !important;
    border-color: #6ecff6 !important;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #6ecff6 !important;
    border-color: #6ecff6 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}



/* substitui botões azuis */

.btn-info {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}
.btn-check:focus + .btn-info, .btn-info:focus {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}   


.btn-outline-info {
    color: #6ecff6 !important;
    border-color: #6ecff6 !important;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #6ecff6 !important;
    border-color: #6ecff6 !important;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6ecff6 !important;
    border-color: #6ecff6 !important;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #6ecff6 !important;
    background-color: transparent;

}
  

.link-info {
    color: #6ecff6;
}

.border-info {
    border-color: #6ecff6 !important;
}


.btn-sample:active {
    color: #6ecff6;
    border-color: #6ecff6 !important;
    box-shadow: none;
}


.btn-success:active:focus {
    color: #ffffff; 
    background-color: #161617; 
    border-color: #494F57;
}



/* sobrescreve estilo de campos de formulário*/

.form-control {
    margin: 5px;
}


/* sobrscreve tamanho do banner principal */

.fullspan{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;    
}
/*
.container-fluid{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
*/
/*
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
*/


/* reduzindo separação da primeira section*/


.short-section{
    padding: 4rem 0;
}
.form-group {
    margin-bottom: 2rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block; /* Opcional, mas ajuda a evitar espaços indesejados abaixo da imagem */
}

/* sobrescreve tamanho da imagem do logo da navbar */

#mainNav .navbar-brand img {
    height: 2.6rem;
}

/* sobrescreve o tamanho da navbar em si */

#mainNav {
    padding-top: 0.4rem;
    padding-bottom: 0.47rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}

.contrast-area{ /* meant for divs that use a stronger color */
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;
}

.secondary-area{ /* meant for divs that use an alternate, usually more neutral color, like the backside of a product */
    color: #ffffff;
    background-color: #6ecff6;
    border-color: #6ecff6;    
}


/* permite mostrar barra de scroll horizontal */

body {
  overflow-x: auto;
}

body div {
    font-family: arial, sans-serif;

}


/* fixa navbar na tela*/
.navbar {
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
}


.DataViewRow:hover{
 color:#005593;
 /*background-color:#ededff;*/
 background-color:#fff5e3;
 /*cursor: default;*/
}

/*
#DataView-Panel {
    margin-top: 30px;
}
*/

.emphasis{ /*important is justified since this is an emphasis element*/
    color:#ffc800 !important;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

/*Dropdown*/
.dropdown-item {
    color: #005593 !important;
    background-color: transparent !important;
    font-size: 0.85rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
}

.dropdown-item:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    cursor: pointer;
}

/* Navbar container */
.megaNav {
    overflow: hidden;

    font-family: Arial;
}

/* Links inside the navbar */
.megaNav a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* The dropdown container */
.megaDropdown {
    float: left;
    overflow: hidden;
}

/* Dropdown button */
.megaDropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;

    font: inherit;
    /* Important for vertical align on mobile phones */
    margin: 0;
    /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
/*
.megaNav a:hover,
.megaDropdown:hover .dropbtn {}
*/

/* Dropdown content (hidden by default) */
.dropdown-content {
    margin: 0 auto;
    align-items: center;
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    width: auto;
    height:40vw;
    left:10vw;
    right:10vw;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
} 


/* Mega Menu header, if needed */
.dropdown-content .header {

    padding: 16px;
    color: white;
}

.bi-cookie {
    color: #6ecff6;
}

/* Show the dropdown menu on hover */
/*Descomentar se não funcionar
.megaDropdown:hover .dropdown-content {
    display: block;
} */

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
    /*background-color: #a81717;*/
    height: 250px;
}

/* Style links inside the columns */
.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a background color on hover */
.column a:hover {
    background-color: #6ecff6;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0px 2px 8px #6ecff6;
}

.modal-footer {
    align-items: center;
    justify-content: center;
}

.modal-footer .btn {
    width: 100px;
   
    box-shadow: 0px 0px 0px#6ecff6;
    transition: box-shadow 0.3s;
}

.modal-footer .btn:hover {
    box-shadow: 0px 0px 5px#6ecff6;
}

.nvmenu {

    box-shadow: 0px 1px 2px #ffffff;
    border-radius: 25px;
    transition: box-shadow 0.3s ease-in-out;
    transition: border-radius 0.3s ease-in-out;
}

.nvmenu:hover {
    box-shadow: 0px 1px 5px #ffffff;
    border-radius: 15px;

}

.bloco {
    width: 7.4rem;
    height: 7.4rem;

    
}

.bloco .card-body{
    transition: all 0.4s ease-in-out;
    
}

.bloco .card-body:hover {
background-color: #f0ba00ec;
}

.megaDropdown:hover .card-body {

    background-color: #f0ba00ec;
}



.bloco i.bi {
    font-size: 0.85em;
}

.bloco p.card-text {
    font-size: 0.75rem;
}

.tiny-inputs input {
    border-radius: 7px;
}
/*Inputs e labels do formulário de macro lançamento*/
.form-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    max-width: 800px;
    margin: 0 auto 20px auto;
}

.form-group-item {
    display: flex;
    flex-direction: column;
}

.full-width {
    grid-column: 1 / -1;
}

.form-group-item label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.form-group-item input,
.form-group-item select {
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group-item input:focus,
.form-group-item select:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #ffc80073;
}

.form-group-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
}

@media (max-width: 991.98px) {

  /* Seletor para os itens de dropdown dentro da barra de navegação principal */
  #mainNav .dropdown-item {
    
    font-size: 0.85rem;
    font-weight: 600;

    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
}

.login-banner-mobile {
    height: 550px;
    width: 100%;  
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #6ecff6;

    transform: translate(-1px, -1px); /*Sim, um pixel para esquerda e um para cima*/
    }

@media (max-width: 768px) {
.image-zoom-container {
    height: 200px; 
    
    width: 100%;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    background-color: #6ecff6; /* Cor de fundo para caso a imagem demore a carregar */

    /* Esconde o que vazar da imagem com zoom */
    overflow: hidden; 
}

.image-zoom-container .login-banner-mobile {
    width: 100%;
    height: 100%;
    border-radius: 4.44px;
    object-fit: cover;
    object-position: 45% 70%; /* Garante que o foco do corte/zoom seja o centro */

    /* zoom */
    transform: scale(4.5);
}
#wave {

padding-top: 1.5rem;
padding-bottom: 1.5rem;
}

#wave .col-md-5 {
text-align: center;
}

#wave .row.align-items-center {
justify-content: center;

}
}
