/* =========================== GERAL =========================== */
:root {
  /*  Variaveis de cores personalizadas */
  --color-bg-primary: #13216A;
  --color-bg-secondary: #fff;
  --color-letra-primary: #13216A;
  --color-letra-secondary: #ffffff;
}

html {
  background-color: #fff;
  /*VERIFICAR*/
}

html,
body {
  height: 100vh !important;
  margin: 0 !important;
}

* {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
}

.ts-iframe {
  width: 100%;
  height: 92vh;
  border: none;
}

/* FUNDO VISUALIZAR */
body.ts-fundoVisualizar{
  background: #F1F2F4;
}


/* =========================== SIDERBAR / NAVBARS =========================== */
.ts-sidebar {
  height: 100vh;
  width: 120px;
}

.ts-itemsiderbar {
  background-color: var(--color-bg-primary);
  color: var(--color-letra-secondary);
  text-decoration: none;
}

.ts-itemsiderbar.active {
  background-color: var(--color-letra-secondary);
  color: var(--color-letra-primary);
  text-decoration: none;
  font-weight: 900;
}

.ts-itemsiderbar:hover,
.ts-itemsiderbar:focus {
  color: var(--color-letra-primary);
  background-color: var(--color-letra-secondary);
  font-weight: 900;
  text-decoration: none;
}

/* FUNDO da barra superior onde fica os aplicativos */
.ts-bgAplicativos {
  background-color: var(--color-bg-primary);
}

/*SELECT  de aplicativos quando estiver em dispositivos tablet e mobile*/
.ts-selectAplicativos {
  color: var(--color-letra-secondary);
  background-color: var(--color-bg-primary);
  border: none;
  border-bottom: 2px solid #fff
}

/*SELECT dos sub menus de aplicativos quando estiver em dispositivos tablet e mobile*/
.ts-selectSubMenuAplicativos {
  color: #000;
  width: 160px;
  text-align: center;
}

/* =========================== FONTES =========================== */
.ts-tituloPrincipal {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: var(--color-letra-primary);
}

/* MODELO DE TITULO FONTE 15PX - Lucas 19112024 */
.ts-tituloPrincipal2 {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: var(--color-letra-primary);
}

.ts-tituloSecundaria {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: var(--color-letra-primary);
}

.ts-tituloPrincipalModal {
  font-size: 18px;
  font-weight: 600;
  color: #172B4D;
  cursor: pointer;
}

.ts-label {
  margin-bottom: -10px;
  color: rgb(122, 122, 122);
  font-size: 14px;
}

/* Style para previsto, quando existe Real */  
span.ts-previsto {
  font-weight: lighter;
}

/* Style para as datas */
span.ts-datas {
    font-size:13px;
    display:flex;
    width:110px;
    float:left;
}

/* Style para as horas */
span.ts-horas {
    font-size:13px; 
    display:flex;
    width:43px;
    float:left;
}

.fonteCorpo td {
  font-size: 13px;
}

.ts-subTitulo {
  color: #172B4D;
}

/* FONT 13px - Lucas 19112024 */
.ts-font13{
  font-size: 13px;
}

.tituloEditor{
  font-size: 16px;
  color: #777;
}

.ts-colorPrimary{
  color: var(--color-letra-primary);
}


/* =========================== BORDAS =========================== */
/* BORDAS - Lucas 19112024 */
.ts-bordaRedonda5{
  border-radius: 5px;
}

.ts-bordaRedonda10{
  border-radius: 10px;
}

.ts-bordaRedonda15{
  border-radius: 15px;
}

.ts-bordaRedonda10_2px {
  border: 2px solid #eee;
  border-radius: 10px;
}

/* =========================== SOBRAS =========================== */
.ts-shadowOff {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
/* fim - CARDS/BOTOES DE STATUS */

/*SOMBRA */
.ts-shadow {
  box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
  -webkit-box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
  -moz-box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
}

/*fim-  SOMBRA */

/* =========================== DIVS =========================== */
.ts-divTabela {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela40 {
  width: 100%;
  height: 40vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela45 {
  width: 100%;
  height: 45vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela50 {
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela60 {
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela70 {
  width: 100%;
  height: 70vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela80 {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-divTabela {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: auto;
}

/* ALTURA DE DIV COM SCROLL - Lucas 27112024 */
.ts-div70 {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: auto;
} 

.ts-div60 {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-div50 {
  height: 50vh;
  overflow-y: scroll;
  overflow-x: auto;
}

/* =========================== DIV CONTADOR =========================== */
.ts-divContador{
  padding: 10px; 
  background-color: #f8f9fa;
}

.ts-divContador h6 { 
  color: var(--color-letra-primary);
}

.ts-divContador a#paginacontador { 
  color: var(--color-letra-primary);
  margin-right:10px;
  margin-left:10px;
}

/* =========================== DIV ZOOM =========================== */
.ts-labelZoom{
  margin-bottom: -17px;
}

.ts-divInputZoom { 
  margin-top: 50px; 
}

/* =========================== INPUTS =========================== */
/* INPUT MODELO NOVO - Lucas 22112024 */
.form-floating .form-control {
  height: 45px;
}

.form-floating label {
  margin-top: -5px;
}

.form-floating {
  margin-right: -10px;
}

/* INPUTS MODELO LABEL EM CIMA INPUT ABAIXO BORDAS ARREDONDADAS - Lucas 19112024 */
.ts-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #484848;
  border-radius: 0px;
  margin-top: -5px;
}

.ts-input:hover,
.ts-input:active,
.ts-input:focus {
  box-shadow: 0 0 0 0;
  border: 1 none;
  outline: 0;
}
/* fim - INPUTS MODELO LABEL EM CIMA INPUT ABAIXO BORDAS ARREDONDADAS */

/* Input com Botao de pesquisa */
.ts-inputcomBtn {
  border-top: 0px;
  border-left: 0px;
  border-color: black;
  border-radius: 0;
}

.ts-inputcomBtn:hover,
.ts-inputcomBtn:active,
.ts-inputcomBtn:focus {
  box-shadow: 0 0 0 0;
  border: 1 none;
  outline: 0;
}

.ts-inputSemBorda {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: -5px;
  background: #F1F2F4;
}

.ts-inputSemBorda:any-link {
  margin-top: -5px;
  background: #fff;
}

.ts-textareaResponsivo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* AJUSTAR NOME */
.ts-selectDemandaModalVisualizar {
  border-radius: 3px;
  border-bottom: 1px solid #C1C1C1;
  background: #F1F2F4;
  cursor: pointer;
}
/* =========================== INPUT FORM-FLOATING =========================== */
.ts-form-floating {
  position: relative;
}

.ts-form-floating input {
  padding-top: 1.5rem;
  height: 43px;
  border: 2px solid #eee;
  border-radius: 10px;
  /* Adiciona espaço no topo para o label */
}

.ts-form-floating textarea {
  padding-top: 1.5rem;
  border: 2px solid #eee;
  border-radius: 10px;
}

.ts-form-floating input[type="date"]::-webkit-calendar-picker-indicator {
  margin-top: -10px;
}

.ts-form-floating Select {
  padding-top: 1.2rem;
  height: 43px;
  border: 2px solid #eee;
  border-radius: 10px;
  /* Adiciona espaço no topo para o label */
}

.ts-form-floating>.labelSelect {
  margin-top: -3px;
}

.ts-form-floating .btnSearch {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.ts-form-floating button {
  margin-right: 5px;
  border: none;
}

.ts-form-floating button:focus {
  border: none;
  box-shadow: none;
}

.ts-form-floating label {
  position: absolute;
  top: -2px;
  left: 0.50rem;
  font-size: 12px;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  padding: 0 0.25rem;
  background: transparent;
  /* Fundo branco para evitar sobreposição */
  transform: translateY(0.5rem);
  /* Ajuste para centralizar verticalmente */
}

.ts-form-floating input:focus+label,
.ts-form-floating input:not(:placeholder-shown)+label {
  top: 1px;
  font-size: 12px;
  transform: none;
  background: none;
  /* Remover o fundo ao focar ou quando preenchido */
}

.ts-form-floating textarea:focus+label,
.ts-form-floating textarea:not(:placeholder-shown)+label {
  top: 1px;
  font-size: 12px;
  transform: none;
  background: none;
  /* Remover o fundo ao focar ou quando preenchido */
}

.ts-form-floating>.labelDataSelect {
  margin-top: -3px;
  margin-left: 30px !important;
}

.ts-form-floating>.btn-outline-secondary {
  border: 2px solid #eee;
  border-radius: 10px 0 0 10px;
  margin-right: -8px;
  background-color: #e9ecef;
  color: #6c757d;

}

.ts-form-floating>.btn-outline-secondary:hover {
  background-color: #e9ecef;
  color: #6c757d;
}



/* =========================== BOTOES =========================== */
.ts-btnAcoes{
  font-size: 13px;
  font-style:italic;
}

.ts-btnDescricaoEditar {
  color: #000000;
  cursor: pointer;
}

/* =========================== ACOES =========================== */
/* usado também no modalTarefas_alterar */
.ts-displayDisable {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

.ts-sumir {
  display: none;
}

.ts-containerDescricaoDemanda .ql-toolbar {
  display: none;
}

/* CURSOR - Lucas 27112024 */
.ts-cpointer{
  cursor: pointer;
}

/* =========================== TABELAS =========================== */
.ts-headertabelafixo {
  background-color: var(--color-bg-primary);
  color: var(--color-letra-secondary);
  top: 0px;
  position: sticky;
}

.ts-headertabelafixo tr th {
  font-weight: 500;
}

.ts-headerTabelaLinhaCima {
  background-color: var(--color-bg-primary) !important;
  position: sticky;
  top: 0px;
}

.ts-headerTabelaLinhaBaixo {
  background-color: var(--color-bg-primary) !important;
  position: sticky;
  top: 34px;
  margin-top: 0px;
}

.ts-selectFiltrosHeaderTabela {
  font-size: 14px;
  color: var(--color-letra-secondary) !important;
  font-style: italic;
  background-color: var(--color-bg-primary) !important;
  margin-top: 0px;
  height: 25px !important;
  padding-top: 0px !important;
}

/* =========================== TAB/ ABAS =========================== */
/*TAB DE CONFIGURAÇÔES*/
.ts-tabConfig {
  background-color: #567381 !important;
  margin-bottom: 2px;
  color: var(--color-letra-secondary);
}

.ts-tabConfig:hover {
  color: var(--color-letra-secondary);
}

.ts-tabConfig.active {
  background-color: #FFF !important;
  color: #567381 !important;
  border: 2px solid #DFDFDF;
  border-radius: 5px 5px 0px 0px;
}

/*fim - TAB DE CONFIGURAÇÔES*/

/* TAB DE DENTRO DO MODAL */
.ts-tabModal {
  background-color: #567381 !important;
  color: #EEEEEE !important;
}

.ts-tabModal .active {
  background-color: #EEEEEE !important;
  color: #567381 !important;
}

/* fim- TAB DE DENTRO DO MODAL */

/* TAB VISUALIZAR  */
.line {
  width: 100%;
  border-bottom: 1px solid #707070;
}

#ts-tabs .tab {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  border-radius: 3px 3px 0 0;
  background-color: #567381;
  color: #EEEEEE;
}

#ts-tabs .whiteborder {
  border: 1px solid #707070;
  border-bottom: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  background-color: #EEEEEE;
  color: #567381;
}

#ts-tabs .tabContent {
  position: relative;
  top: -1px;
  z-index: 1;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  color: black;
}

#ts-tabs .hide {
  display: none;
}

#ts-tabs .show {
  display: block;
}
/* fim- TAB VISUALIZAR */

/*  TAB MODELO JS (BORDA EM BAIXO) - Lucas 19112024  */
#ts-tabs .ts-tabs2.tab {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  border-radius: 3px 3px 0 0;
  background-color: transparent;  
  color: black;
}

#ts-tabs .ts-tabs2.whiteborder {
  border: none;
  border-bottom: 5px solid #2E59D9;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
  color: #2E59D9;
  font-weight: bold;
}
/*  fim - TAB MODELO JS (BORDA EM BAIXO)  */

/* TAB NAV-LINK (TAB COM BORDA REDONDAS) - Lucas 19112024 */
.nav-link.ts-navLink-1 {
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  color: #2E59D9 !important;
  padding-left: 5px;
  padding-right: 5px;
}

a.nav-link.ts-navLink-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-link.ts-navLink-1.active:any-link {
  border-radius: 10px;
  border: 2px solid #2E59D9;
  color: #2E59D9 !important;
  font-weight: 500;
}

.nav-link.ts-navLink-1:hover {
  border: transparent;
  font-weight: 500;
}
/* fim - TAB NAV-LINK (TAB COM BORDA REDONDAS) */

/*  TAB MODELO BOOTSTRAP (BORDA EM BAIXO) - Lucas 19112024  */
.nav-link.ts-navLink-2 {
  background-color: transparent;
  color: black !important;
  padding-left: 5px;
  padding-right: 5px;
}

a.nav-link.ts-navLink-2 {
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}

.nav-link.ts-navLink-2.active:any-link {
  border: none;
  border-bottom: 5px solid #2E59D9;
  background-color: transparent!important;
  color: #2E59D9 !important;
  font-weight: bold;
}

.nav-link.ts-navLink-2:hover {
  border: transparent;
}

/* fim - TAB MODELO BOOTSTRAP (BORDA EM BAIXO) */

/* =========================== HR PERSONALIZADO =========================== */
/* HR PERSONALIZADO COM "--------TEXTO--------"  - Lucas 19112024 */
.ts-hr-text {
  display: flex;
  align-items: center;
  text-align: center;
}

.ts-hr-text::before,
.ts-hr-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.ts-hr-text::before {
  margin-right: 10px;
}

.ts-hr-text::after {
  margin-left: 10px;
}

/* =========================== MENU DE FILTROS =========================== */
/* MENU FILTROS E DIV DA TEBALA QUE TERA O EFEITO DE MOVIMENTO*/
.ts-menuFiltros {
  background-color: #d3d3d3;
  width: 170px;
  position: fixed;
  left: -250px;
  /* menu desaparece */
  transition: left 1s;
  transition: right 0.5s;
  z-index: 2;
  border-radius: 2%;
}

.ts-menuFiltros.mostra {
  left: 0px;
  /* menu aparece */
}

.ts-btnFiltros:hover {
  background-color: rgba(0, 0, 0, 0.103);
}

.ts-btnFiltros i {
  color:#000;
  font-weight: 600px;
}

.ts-tableFiltros {
  padding-left: 0px;
}

.ts-tableFiltros.mostra {
  padding-left: 163px;
}

/* =========================== COMENTARIOS =========================== */
.ts-comentario {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 7px 10px;
  tab-size: 4;
  text-align: left;
  word-wrap: break-word;
}
.ts-comentario > * {
  cursor: text;
}
.ts-comentario p {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* =========================== KANBAN =========================== */
.ts-kanbanFundo {
  background: #f1f1f1;
}

/* QUADRO VISAOCLI/KANBAN */
.ts-kanbanQuadro {
  min-height: 30px;
  padding: 10px;
  background: white;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.ts-kanban {
  width: 100%;
  height: 90vh;
  overflow-y: scroll;
  overflow-x: auto;
}

.ts-kanbanTitulo {
  position: sticky;
  top: -8px;
  background-color: #fff;
  padding: 3px;
  z-index: 2;
}

.ts-cardAtrasado {
  background-color: rgba(234, 64, 36, 0.7);
}

.ts-cardDataPrevisao {
  font-size: 12px;
  float: right;
}

.ts-cardStatusDemanda {
  font-size: 12px;
  float: left;

}

/* =========================== CARDS DE TOTAIS =========================== */
/* CARDS DE TOTAIS DOS PROGRAMAS */
.ts-cardsTotais {
  border-left: solid var(--color-bg-primary);
  height: 65px;
  background-color: #EEEEEE;
}
.ts-cardsTotaisContrato{
  border-left: solid var(--color-bg-primary);
  height: 65px;
  background-color: #FFFFFF;
}

/* CONTRATO STATUS */
[class="Orçamento"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #5271FE !important;
  color: var(--color-letra-secondary);
 /* width: 160px; */
}

[class="Faturamento"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #FE5469 !important;
  color: var(--color-letra-secondary);
 /* width: 160px; */
}

[class="Finalizado"] {
 /* display: inline-block; */
  background: #C34A36 !important;
  color: var(--color-letra-secondary);
 /* width: 160px;*/
}

[class="Aprovação"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #69419D !important;
  color: var(--color-letra-secondary);
  /* width: 160px;*/
}

[class="Desenvolvimento"] {
/*  margin-top: 5px;
  display: inline-block; */
  background: #FEA051 !important;
  color: var(--color-letra-secondary);
 /* width: 160px; */
}

[class="Recebimento"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #18B376 !important;
  color: var(--color-letra-secondary);
 /* width: 160px; */
}
/*fim-  CONTRATO STATUS */

/*  */
/* STATUS DEMANDA */
[class="1"] {
  /*margin-top: 5px;
  display: inline-block; */
  background: #5271FE !important;
  color: #fff;
  /*width: 160px; */
}

[class="9"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #FE5469 !important;
  color: #fff;
 /* width: 160px; */
}

[class="4"] {
 /* display: inline-block; */
  background: #C34A36 !important;
  color: #fff;
 /* width: 100px; */
}

[class="3"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #69419D !important;
  color: #fff;
 /* width: 160px; */
}

[class="5"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #FEA051 !important;
  color: #fff;
  /*width: 160px; */
}

[class="6"] {
  /*margin-top: 5px;
  display: inline-block; */
  background: #18B376 !important;
  color: #fff;
/*  width: 160px; */
}

[class="7"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: #00C2A8 !important;
 /* width: 160px; */
  color: #fff;
}

[class="8"] {
 /* margin-top: 5px;
  display: inline-block; */
  background: blueviolet !important;
  color: #fff;
 /* width: 160px; */
}

[class="2"] {
  /*margin-top: 5px;
  display: inline-block; */
  background: #FFC107!important;
  color: #fff;
  /* width: 160px; */
}
/* fim - STATUS DEMANDA*/

/* CARDS/BOTOES DE STATUS */
.ts-cardLink {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.ts-cardLink:hover {
  cursor: pointer;
}

.ts-cardColor-active {
  background-color: #fff !important;
  box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
  -webkit-box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
  -moz-box-shadow: -2px 3px 10px 0px rgba(207, 169, 169, 0.75);
  border-left: solid #158cee !important;

}

/* =========================== SCROLL BAR =========================== */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #C1C1C1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.ts-noScroll::-webkit-scrollbar {
  display: none; 
}


/* SCROLL PARA 60% da TELA - Lucas 19112024 */
@media (width <= 1250px) {
  .ts-scroll60{
      height:60vh; overflow-x: hidden;
  }
}



/* =========================== IMAGEM EM FORMATO DE PERFIL =========================== */
#imgAplicativo {
  display: none;
}

.picture {
  width: 100px;
  height: 100px;
  background: #ddd;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #aaa;
  border: 1px dashed currentcolor;
  border-radius: 100px;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.picture:hover {
  color: #777;
  background: #ccc;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture:focus {
  color: #777;
  background: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
  height: 100px;
  border-radius: 50%;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #fff;
  }
  ::-webkit-file-upload-button {
  opacity: 0;
  
  padding: 0.5em;
  }


  /* =========================== MODAL DEMANDA VISUALIZAR =========================== */
/* substituir pela classe ts-cpointer */
.ts-click{
  cursor: pointer;
}

/* REMOVER APOS O AJUSTE DE DEMANDA */
/* MODAL DEMANDAS/VIZUALIZAR */
.modal-fullscreen {
  max-width: 75vw;
  height: 98vh;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.ts-divLateralModalDemanda {
  position: sticky;
  display: flex;
  flex-direction: column; 
  height: 98vh;
  background-color: #F1F2F4;
  overflow-y: auto; 
}

@media only screen and (max-width: 785px) {
  .modal-fullscreen {
      max-width: 100vw;
      height: 98vh;
  }

  .ts-divLateralModalDemanda {
      height: 650px;
      overflow-y: auto; 
  }

}