@font-face {
  font-family: Poppins;
  src: local(Poppins), url(/app/views/temas/sneat/v1.1.1/fonts/Poppins/Poppins-Regular.ttf)
}
.ol-table {
  table-layout: fixed;
}
.larg-pedido {
  width: 14em!important;
}
.larg-id {
  width: 9em!important;
}
.larg-desc-curta {
  width: 20em!important;
}
.larg-desc-longa {
  width: 30em!important;
}
.larg-email {
  width: 30em!important;
}
.larg-fone {
  width: 12em!important;
}
.larg-data {
  width: 10em!important;
}
.larg-datahora {
  width: 14em!important;
}
.larg-valor {
  width: 9em!important;
  text-align: right;
}
/* CORES ENIVIX */
.btn-enivix-verde-1 {
  color: #fff;
  background-color: #138e38;
  border-color: #138e38;
}

/*padroes Enivix*/
.cor-enivix-primary {
  color: #fff;
  background-color: #307545 !important;
  border-color: #138e38 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}

/*padroes Platinum Log*/
.cor-btn-platinum-primary {
  color: #d5be98;
  background-color: #2b3343 !important;
  border-color: #d5be98 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}

.cor-btn-platinum-secundary {
  color: #000000;
  background-color: #d5be98 !important;
  border-color: #2b3343 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}
.text-platinum {
  color: #2b3343;
}

.verde-platinum {
  color: #A7ED56;
}

.vermelho-platinum {
  color: #EF3F3F;
}

.azul-platinum {
  color: #1C2A54;
}
.laranja-platinum {
  color: #FFA500;
}
.fundo-platinum {
  background-color: #000 !important;
}

.text-nobreak {
  white-space: nowrap;
}

.bg-vermelho-tpl {
  background-color: #EF3F3F !important;
  color: #2b3343 !important;
}

.bg-rosa-tpl {
  background-color: #ed8f77 !important;
  color: #2b3343 !important;
}

.bg-vermelho-claro-platinum {
  background-color: #e3cfb6 !important;
  color: #2b3343 !important;
}

.bg-verde-tpl {
  background-color: #A7ED56 !important;
  color: #2b3343 !important;
}


.bg-azul-tpl {
  background-color: #859aca !important;
  color: #2b3343 !important;
}

.bg-cinza-tpl {
  background-color: #d6d7d8 !important;
  color: #2b3343 !important;
}

.cor-btn-platinum-vermelho-claro {
  color: #2b3343;
  font-weight: bold !important;
  background-color: #e3cfb6 !important;
  border-color: #e3cfb6 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(277,207,182,0.4) !important ;
}

.cor-btn-tpl-vermelho {
  color: #2b3343 !important;
  font-weight: bold !important;
  background-color: #e16c48 !important;
  border-color: #e16c48 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(255,108,72,0.4) !important ;
}

.cor-btn-tpl-verde {
  color: #2b3343 !important;
  font-weight: bold !important;
  background-color: #CCDB82 !important;
  border-color: #CCDB82 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(204,219,130,0.4) !important ;
}

.cor-btn-tpl-azul {
  color: #2b3343 !important;
  font-weight: bold !important;
  background-color: #859aca !important;
  border-color: #859aca !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(133,154,202,0.4) !important ;
}

.cor-btn-tpl-cinza {
  color: #2b3343 !important;
  font-weight: bold !important;
  background-color: #d6d7d8 !important;
  border-color: #d6d7d8 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(214,215,216,0.4) !important ;
}

/* Design TPL 2024 */
.bg-img-login {
  height: 100vh;
  min-height: 300px;
  background-image: url(../../TELA-OMS-PLATINUM-AGORA-TPL.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1d3557;
}
.bg-tpl-dark {
  background-color: #0b2655 !important;
}
.bg-tpl-success {
  background-color: #7BD162 !important;
}
.bg-tpl-danger {
  background-color: #EF3F3F !important;
}
.bg-tpl-info {
  background-color: #007FFF !important;
}
.bg-tpl-warning {
  background-color: #FFA500 !important;
}
.bg-tpl-black {
  background-color: #191919;
}
.bg-tpl-white {
  background-color: #FFFFFF;
}

.text-tpl-dark {
  --bs-text-opacity: 1;
  color: #1C2A54 !important;
}

.cor-btn-tpl-dark {
  color: #0b2655 !important;
  font-weight: bold !important;
  background-color: #859aca !important;
  border-color: #859aca !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(133,154,202,0.4) !important ;
}
.cor-btn-tpl-success {
  color: #7BD162 !important;
  font-weight: bold !important;
  background-color: #7BD162 !important;
  border-color: #7BD162 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(123,209,98,0.4) !important ;
}
.bg-menu-tpl-dark {
  background-color: #0b2655 !important;
  color: #d6d7d8 !important;
}
.btn-label-tpl-dark {
  color: #0b2655;
  border-color: transparent;
  background: #dcdfe1;
}

.text-tpl-success {
  color: #A7ED56;
}
.text-tpl-danger {
  color: #EF3F3F;
}
.text-tpl-warning {
  color: #FFA500;
}

.text-tpl-white {
  color: #FFF !important;
}
/* CORES BOTÕES TIMELINE */
/*
.btn-timeline-tpl-azul {
  background-color: #0b2655 !important;
  color: #d6d7d8 !important;
}
*/