html, body{
    height: 100%;
}
body{
    display: flex; 
    flex-direction: column;
}
.shadow-hd {
  box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, 0.2);
  min-height: 180px;
}
.bg-gray {
  background-color: #9ca5ad;
}
.bg-dark-blue {
  background-color: #002434;
}
.font-1-125 {
  font-size: 1.125rem;
}
.font-2 {
  font-size: 2rem;
}
.text-bolder {
    font-weight: bolder !important;
}
.cursor-default {
  cursor: default !important;
}
.p-0-5 {
    padding: .125rem!important;
}
.pt-0-5 {
    padding-top: .125rem!important;
}
.pr-0-5 {
    padding-right: .125rem!important;
}
.pb-0-5 {
    padding-bottom: .125rem!important;
}
.pl-0-5 {
    padding-left: .125rem!important;
}
.notbold {
    font-weight: normal;
}
.roundedborder {
    border-radius: 10px !important;
}
.custom-select-sm {
    padding: .25rem .5rem;
    font-size: 0.875rem;
}
.navbar {
    background-color: #faf3d0;
}

.tab-pane.active {
    background-color: transparent;
}
span.darker {
  font-weight: 500;
  color: #000;
  opacity: 1;
}
li.nav-item {
    cursor: pointer;
    font-size: 15px;
}
/* 1px solid #dee2e6; */
.nav>li>a {
    color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.card-body {
    break-inside: avoid;
}
div.card-header {
    cursor: pointer;
}
table.table-sm td, table.table-sm th{
    vertical-align: middle;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
 
.tabela-minimize td {
    padding-inline: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.tabela-minimize th{
    padding: 0.75rem;
}

table tr td.overflow span{
    max-width: 220px;
    overflow: hidden;
    display: inline-flex;
    margin-right: 10px;
}
/* .dateview{
    width: 200px !important;
    margin-right: 10px;
    display: inline-block;
} */
.deposito{
    width: 100px !important;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
#menu-principal {
    background-color: white;
    color: #ffffff;
    position: fixed;
    width: 100%;
    min-width: min-content;
    z-index: 600;
    justify-content: space-between;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #b8b8b8;
}
header li.nav-item a.nav-link {
    background-color: #002434;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}
header li.nav-item a.nav-link.active {
    background-color: #194457;
}
.btn-outline-success-azul {
    color: #002434;
    background-color: transparent;
    background-image: none;
    border-color: #002434;
}
.btn-outline-success-azul:hover {
    color: #fff;
    background-color: #002434;
    border-color: #002434;
}
.btn-outline-success-azul:focus {
    outline: none;
}
.btn-outline-success-branco {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}
.btn-outline-success-branco:hover {
    color: #002434;
    background-color: white;
    border-color: white;
}
.btn-outline-success-branco:focus {
    outline: none;
}
.dropdown-menu {
    padding: .10rem .5rem;
    font-size: 0.875rem;
    max-height: 300px;
    min-height: auto;
    overflow: auto;
}
/* Classes do senhas */
.senhas .active {
    background-color: #65f1b0;
}
.senhas > .navbar {
    background-color: #002434;
}
.senhas .btn-outline-success {
    color: #086537;
    background-color: transparent;
    background-image: none;
    border-color: #086537;
}
.senhas .btn-outline-success:hover {
    color: #fff;
    background-color: #086537;
    border-color: #086537;
}
/* .main > ul.nav-tabs li.nav-item a.nav-link.active { */
.senhas .main li.nav-item a.nav-link.active {
    background-color: #e3fdf1;
}
.senhas .navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.6);
}
.senhas header li.nav-item a.nav-link:hover {
    color: rgba(0,0,0,0.9);
}
.senhas header li.nav-item a.nav-link.active {
    background-color: #65f1b0;
    color: rgba(0,0,0,1);
}
.tabela_items th:not(:first-child) {
  width: 20%;
}
.troca_senha .invalid-feedback {
    margin: 0;
}
.troca_senha ul.errorlist {
    margin: 0;
    margin-bottom: 0.5rem;
}
.tabela_relatorio_sintetico table th {
    width: 20%;
}
.delete {
    text-decoration: line-through;
}
.form-login {
    width: 20%;
    border-color: #737373;
    height: 48px;
    margin-top: -15px;
    border-radius: 4px;
    font-size: 16px;
}

.espaco-cards
{
    padding-left:  25%;
    padding-right: 25%;
}

.align-center
{
    text-align: "-webkit-center";
}

.label-redefinicao {
    text-align: center;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
}
.label-redefinicao-texto {
    text-align: center;
    color: #1A1A1A;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

.alterar-senha-link {
    color: #002434;
    text-decoration: underline;
    font-size: 14px;
}

.cancelar-redefinicao-senha-link {
    color: #002434;
    text-decoration: underline;
    font-size: 14px;
}

.alerta-erro, .alerta-sucesso {
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-color: transparent;
}

.alerta-erro {
    background: #8C0000;
}

.alerta-sucesso {
    background: #006611;
}

.email-enviado{
    background-color: #E5E5E5;
}

.font-email-enviado
{
 font-size: 14px;
 text-align: center;
 color: #1A1A1A;
 font-weight: 400;
}

.timestamp-consulta-container {
    margin-left: 13px;
    margin-top: 5px
}

.label-alteracao {
    margin-left: -11%;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 12px;
    margin-top: 30px;
}
.label-validacao-senha{

    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
    margin-block-end: 1%;
}
.label-validacoes {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #737373;
    font-weight: 400;
    margin-right: 6%;
    margin-left: 3%;

}

.label-input {

    margin-left: 40%;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 12px;
    margin-top: 30px;
    width: 29%;

}

.label-redefinicao {
    text-align: center;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
}
.label-redefinicao-texto {
    text-align: center;
    color: #1A1A1A;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

#reset_button {
    width: 20%;
    margin-left: -4px;
    background-color: #002434;
    color: white;
    border-radius: 4px;
    border-style: none;
    height: 45px;
    font-weight: 700;
    margin-top: 48px;
}

#reset_button:disabled {
    width: 20%;
    margin-left: -4px;
    background-color:#999999;
    color: white;
    border-radius: 4px;
    border-style: none;
    height: 45px;
    font-weight: 700;
    margin-top: 48px;
}

#id_btn_conheca_csd {
    color: #002434;
    font-weight: 700;
    background-color:white;
    border-radius: 4px;
    border: 1.5px solid #002434;
    padding: 9px 16px !important;
    padding-bottom: 28px;
    height: 48px !important;
    font-size: 16px !important;
}

.button-criar, .label-criar{

    display: flex;
    align-items: center;
    justify-content: center;
}
.label-redefinicao {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
}

.label-redefinicao-texto {
    font-size: 16px;
    font-weight: normal;
    color: #1A1A1A;
}

.teste {
    margin-left: 40%;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 12px;
    margin-top: 30px;
     }

.p-label{
    justify-content: center;
    display: flex;
}


.text-green-16px{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #006611;
}

.text-green-20px{
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #008928;

}

.text-grey{
    margin-block: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #737373;
}

.text-black-16px{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #1A1A1A;
}

.text-black-14px{

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #1A1A1A;
}

.text-blue{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #00548C;
}

.text-red{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: red;
}

.card-align{
    justify-content: flex-start;
    margin-left: 20px;
}

.borda{
    width: 100%;
    border: 1px solid #D6D6D6;
}

.align-buttons{
justify-content: right;
}

* {
    font-family: 'Open Sans' !important;

}

.full-width {
    width: 100%;
    margin-left: 1px;
    display: flex;
    align-items: flex-end;
}

.full-width-card {
    width: 100%;
}

#id_btn_entrar {
    margin-left: -4px;
    background-color: #002434;
    color: white;
    border-radius: 4px;
    border-style: none;
    width: 33.4%;
    height: 45px;
    font-weight: 700;
}

.copy-link-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-inline: 10px;
    background-color: transparent;
    border: 2px solid #002434;
    position: relative;
    cursor: pointer;
  }
  
  .copy-link-icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #002434;
    top: -6px;
    left: -6px;
  }

  .copy-link-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #002434;
    top: -6px;
    left: -6px;
  }

  .texto-copiado {
    width: 70%;
    margin: 0;
    background-color: #002434;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
  }

.copy-link-icon:active {
    transform: scale(0.6);
    transition: transform 0.3s;
  }

@media (min-width: 991.98px) {
    #login-cognito,
    .remover-margem {
      margin-left: -240px;
    }

.centeredbar {
    width: 100px;
    height: 2px;
    background-color: #737373;
    margin: 0 10px;
    }

.ccontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    }
}
