/* _content/ArecoSign/Componentes/Modelos/AddAssinatura.razor.rz.scp.css */
/* _content/ArecoSign/Componentes/Modelos/AddModelo.razor.rz.scp.css */
/* _content/ArecoSign/Componentes/TimelineItem.razor.rz.scp.css */
.timeline[b-qm3gcfhtzl] {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  border-left: 2px solid #e0e0e0;
  padding: 10px;
  padding-bottom: 0;
}

.timeline-item[b-qm3gcfhtzl] {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  margin-left: -25px;
}

.timeline-item:last-child[b-qm3gcfhtzl] {
  margin-bottom: 0;
}

.timeline-icon[b-qm3gcfhtzl] {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0px 0px 0px 10px white;
}

.timeline-content[b-qm3gcfhtzl] {
  padding-left: 10px;
}

.timeline-title[b-qm3gcfhtzl] {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.timeline-description[b-qm3gcfhtzl] {
  color: #6c757d;
  margin: 0px 0;
}

.timeline-time[b-qm3gcfhtzl] {
  font-size: 12px;
  color: #B8BECC;
  margin: 0;
}

.download-link[b-qm3gcfhtzl] {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-self: right;
  margin-top: -25px;
}

.timeline-date[b-qm3gcfhtzl] {
  color: #8F9AB2;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0px 0px 0px;
}
/* _content/ArecoSign/Pages/Envios/Arquivados.razor.rz.scp.css */
.doc-direita[b-703a60rojg] {
  color: #4C5973;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.progress-label[b-703a60rojg] {
  font-size: 12px;
  color: #7b8ca1; /* Cor do texto */
}
.progress-label p[b-703a60rojg] {
  margin: 0;
}

.grid-container[b-703a60rojg] {
  display: grid;
  grid-template-areas: "box1 box2 box3" "box4 box4 box3" "box4 box4 box5";
  gap: 20px;
  grid-template-columns: min-content;
}

.box1[b-703a60rojg] {
  grid-area: box1;
}

.box2[b-703a60rojg] {
  grid-area: box2;
}

.box3[b-703a60rojg] {
  grid-area: box3;
}

.box4[b-703a60rojg] {
  grid-area: box4;
}

.box5[b-703a60rojg] {
  grid-area: box5;
}

/* ----------- Progrees bar ----------- */
.progress-bar-container[b-703a60rojg] {
  width: 100%;
  background-color: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
}

.progress-bar[b-703a60rojg] {
  width: var(--progress, 0%);
  background-color: var(--color, #4caf50);
  height: 100%;
  border-radius: 5px 0 0 5px;
  transition: width 0.3s ease;
}

.graph-container[b-703a60rojg] {
  position: relative;
}

.percent[b-703a60rojg] {
  display: block;
  width: 120px;
  height: 120px;
}

.circle[b-703a60rojg] {
  stroke: #00B25D;
  fill: none;
  stroke-width: 4;
}

.circle:nth-child(2)[b-703a60rojg] {
  stroke: #FFCA42;
}

.circle:nth-child(3)[b-703a60rojg] {
  stroke: #C00;
}

.graph-container p[b-703a60rojg] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  text-align: center;
}

/* ------------------------------------*/
/* Responsividade */
@media (max-width: 768px) {
  .grid-container[b-703a60rojg] {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5";
  }
}

/*# sourceMappingURL=Documentos.razor.css.map */
/* _content/ArecoSign/Pages/Envios/CadastroEnvioPage.razor.rz.scp.css */
.formulario-tabs[b-hs5t7lityi] {
  width: 70%;
}
.formulario-tabs h3[b-hs5t7lityi] {
  color: #4C5973;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 0 !important;
}
.formulario-tabs p.descricao[b-hs5t7lityi] {
  color: #8F9AB2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.div-dest[b-hs5t7lityi] {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.div-dest .destinatario[b-hs5t7lityi] {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}
.div-dest .destinatario .number[b-hs5t7lityi] {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.formulario-doc[b-hs5t7lityi] {
  gap: 45px;
  display: flex;
}

.button-voltar[b-hs5t7lityi] {
  border-radius: 8px;
  background: #E6EDFF;
  box-shadow: 0px 2px 4px 0px rgba(64, 64, 64, 0.06);
  color: #304682;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  display: flex;
}
.button-voltar[b-hs5t7lityi]:before {
  content: "";
  background-image: url(/images/icones-avulsos/Arrow-Left-blue.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button-avancar[b-hs5t7lityi] {
  border-radius: 8px;
  background: linear-gradient(90deg, #263868 0%, #369 100%);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  display: flex;
}
.button-avancar[b-hs5t7lityi]:before {
  content: "";
  background-image: url(/images/icones-avulsos/Arrow-Right-white.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-avancar:disabled[b-hs5t7lityi] {
  background: rgba(255, 255, 255, 0.1098039216) !important;
  filter: brightness(0.7);
}
.button-avancar:hover[b-hs5t7lityi] {
  background: linear-gradient(90deg, #4261B5 0%, #7EB2E5 100%);
}

.div-botoes[b-hs5t7lityi] {
  justify-content: space-between;
  display: flex;
}

.remove-button:hover img[b-hs5t7lityi] {
  transform: translateY(-3px);
}

.remove-button img[b-hs5t7lityi] {
  transition: transform 0.3s ease-in-out;
}

.dados-dest[b-hs5t7lityi] {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #717D96;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.e-stepper[b-hs5t7lityi] {
  margin-right: 55px;
}

.cartao-preview[b-hs5t7lityi] {
  scrollbar-width: thin;
  border-radius: 16px;
  border: 1px solid #D8DCE5;
  display: flex;
  padding: 16px;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  overflow: auto;
  justify-content: flex-start;
}
/* _content/ArecoSign/Pages/Envios/DetalheEnvio.razor.rz.scp.css */
.grid-detalhe[b-04mqy01z8d] {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 0.8fr 1fr 0.8fr 1fr;
  height: 100%; /* Ocupa 100% da altura da viewport */
  width: 100%;
  color: #8F9AB2;
  margin-top: 1rem;
}
.grid-detalhe div[b-04mqy01z8d] {
  /* Desktop Text/desktop-t5 */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 4px;
  align-content: center;
}
.grid-detalhe span[b-04mqy01z8d] {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.grid-title[b-04mqy01z8d] {
  color: var(--Neutro-Dark-neutro-dark-100, #8F9AB2);
  /* Desktop Text/desktop-t5 */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  width: 120px;
  min-width: 120px;
}

.text-grid[b-04mqy01z8d] {
  overflow: hidden;
  color: var(--Neutro-Dark-neutro-dark-300, #4C5973);
  text-overflow: ellipsis;
  /* Desktop Text/desktop-t5 */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  width: 115px;
}
/* _content/ArecoSign/Pages/Envios/Diretorio.razor.rz.scp.css */
.grid-principal[b-r0vqmxfeaz] {
    display: flex;
    /*gap: 20px;*/
    height: 100%;
    flex-grow: 1;
}

.pastas[b-r0vqmxfeaz] {
    display: flex;
    width: 230px;
    flex-flow: column;
    gap: 10px;
    border-right: 1px solid #e0e4ed;
    overflow: auto;
    resize: horizontal;
}
.pastas header[b-r0vqmxfeaz]{
    border-bottom: 1px solid #e0e4ed;
    padding: 8px 22px;
}
.arquivos[b-r0vqmxfeaz]{
    display: flex;
    width: 100%;
    flex-flow: column;
    gap: 10px;
}
.arquivos header[b-r0vqmxfeaz] {
    padding: 8px 22px;
    border-bottom: 1px solid #e0e4ed;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.arquivos .body-arquivo[b-r0vqmxfeaz]{
    padding: 22px;
    max-height: 70vh;
    overflow: auto;
    scrollbar-width: thin;
}

.folder-item[b-r0vqmxfeaz] {   
    font-weight: normal;
    width: calc(12.5% - 15px);
    height: 140px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFF;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    gap: 3px;
    text-align: center;
    overflow: hidden;
    user-select: none;
    position: relative;
}
.folder-item:hover[b-r0vqmxfeaz] {
    cursor: pointer;
    outline: 3px solid #006cff0d !important;
}
.renomear[b-r0vqmxfeaz]{
    display: none;
}
.folder-item:hover .renomear[b-r0vqmxfeaz]{
    display: block;
}
.folder-item img[b-r0vqmxfeaz]{
    transition: all .3s ease-out;
    width: 70px;
    height: 70px;
}
.folder-item span[b-r0vqmxfeaz]{    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    max-width: 100%;
    text-wrap: nowrap;
}
.ativo.folder-item[b-r0vqmxfeaz] {   
    outline: 3px solid #0071ff2e !important;
    background: #e6edff8c;
}
.body-grid[b-r0vqmxfeaz]{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
/* _content/ArecoSign/Pages/Envios/Documentos.razor.rz.scp.css */
.doc-direita[b-btkt2l3uoy] {
  color: #4C5973;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.progress-label[b-btkt2l3uoy] {
  font-size: 12px;
  color: #7b8ca1; /* Cor do texto */
}
.progress-label p[b-btkt2l3uoy] {
  margin: 0;
}

.grid-container[b-btkt2l3uoy] {
  display: grid;
  grid-template-areas: "box1 box2 box3" "box4 box4 box3" "box4 box4 box5";
  gap: 20px;
  grid-template-columns: min-content;
}

.box1[b-btkt2l3uoy] {
  grid-area: box1;
}

.box2[b-btkt2l3uoy] {
  grid-area: box2;
}

.box3[b-btkt2l3uoy] {
  grid-area: box3;
}

.box4[b-btkt2l3uoy] {
  grid-area: box4;
}

.box5[b-btkt2l3uoy] {
  grid-area: box5;
}

/* ----------- Progrees bar ----------- */
.progress-bar-container[b-btkt2l3uoy] {
  width: 100%;
  background-color: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
}

.progress-bar[b-btkt2l3uoy] {
  width: var(--progress, 0%);
  background-color: var(--color, #4caf50);
  height: 100%;
  border-radius: 5px 0 0 5px;
  transition: width 0.3s ease;
}

.graph-container[b-btkt2l3uoy] {
  position: relative;
}

.percent[b-btkt2l3uoy] {
  display: block;
  width: 120px;
  height: 120px;
}

.circle[b-btkt2l3uoy] {
  stroke: #00B25D;
  fill: none;
  stroke-width: 4;
}

.circle:nth-child(2)[b-btkt2l3uoy] {
  stroke: #FFCA42;
}

.circle:nth-child(3)[b-btkt2l3uoy] {
  stroke: #C00;
}

.graph-container p[b-btkt2l3uoy] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  text-align: center;
}

/* ------------------------------------*/
/* Responsividade */
@media (max-width: 768px) {
  .grid-container[b-btkt2l3uoy] {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5";
  }
}

/*# sourceMappingURL=Documentos.razor.css.map */
/* _content/ArecoSign/Pages/Envios/Entrada.razor.rz.scp.css */
.doc-direita[b-39wct0mor8] {
  color: #4C5973;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.progress-label[b-39wct0mor8] {
  font-size: 12px;
  color: #7b8ca1; /* Cor do texto */
}
.progress-label p[b-39wct0mor8] {
  margin: 0;
}

.grid-container[b-39wct0mor8] {
  display: grid;
  grid-template-areas: "box1 box2 box3" "box4 box4 box3" "box4 box4 box5";
  gap: 20px;
  grid-template-columns: min-content;
}

.box1[b-39wct0mor8] {
  grid-area: box1;
}

.box2[b-39wct0mor8] {
  grid-area: box2;
}

.box3[b-39wct0mor8] {
  grid-area: box3;
}

.box4[b-39wct0mor8] {
  grid-area: box4;
}

.box5[b-39wct0mor8] {
  grid-area: box5;
}

/* ----------- Progrees bar ----------- */
.progress-bar-container[b-39wct0mor8] {
  width: 100%;
  background-color: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
}

.progress-bar[b-39wct0mor8] {
  width: var(--progress, 0%);
  background-color: var(--color, #4caf50);
  height: 100%;
  border-radius: 5px 0 0 5px;
  transition: width 0.3s ease;
}

.graph-container[b-39wct0mor8] {
  position: relative;
}

.percent[b-39wct0mor8] {
  display: block;
  width: 120px;
  height: 120px;
}

.circle[b-39wct0mor8] {
  stroke: #00B25D;
  fill: none;
  stroke-width: 4;
}

.circle:nth-child(2)[b-39wct0mor8] {
  stroke: #FFCA42;
}

.circle:nth-child(3)[b-39wct0mor8] {
  stroke: #C00;
}

.graph-container p[b-39wct0mor8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  text-align: center;
}

/* ------------------------------------*/
/* Responsividade */
@media (max-width: 768px) {
  .grid-container[b-39wct0mor8] {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5";
  }
}

/*# sourceMappingURL=Documentos.razor.css.map */
/* _content/ArecoSign/Pages/Envios/Lixeira.razor.rz.scp.css */
.doc-direita[b-xb4lqzie28] {
  color: #4C5973;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.progress-label[b-xb4lqzie28] {
  font-size: 12px;
  color: #7b8ca1; /* Cor do texto */
}
.progress-label p[b-xb4lqzie28] {
  margin: 0;
}

.grid-container[b-xb4lqzie28] {
  display: grid;
  grid-template-areas: "box1 box2 box3" "box4 box4 box3" "box4 box4 box5";
  gap: 20px;
  grid-template-columns: min-content;
}

.box1[b-xb4lqzie28] {
  grid-area: box1;
}

.box2[b-xb4lqzie28] {
  grid-area: box2;
}

.box3[b-xb4lqzie28] {
  grid-area: box3;
}

.box4[b-xb4lqzie28] {
  grid-area: box4;
}

.box5[b-xb4lqzie28] {
  grid-area: box5;
}

/* ----------- Progrees bar ----------- */
.progress-bar-container[b-xb4lqzie28] {
  width: 100%;
  background-color: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
}

.progress-bar[b-xb4lqzie28] {
  width: var(--progress, 0%);
  background-color: var(--color, #4caf50);
  height: 100%;
  border-radius: 5px 0 0 5px;
  transition: width 0.3s ease;
}

.graph-container[b-xb4lqzie28] {
  position: relative;
}

.percent[b-xb4lqzie28] {
  display: block;
  width: 120px;
  height: 120px;
}

.circle[b-xb4lqzie28] {
  stroke: #00B25D;
  fill: none;
  stroke-width: 4;
}

.circle:nth-child(2)[b-xb4lqzie28] {
  stroke: #FFCA42;
}

.circle:nth-child(3)[b-xb4lqzie28] {
  stroke: #C00;
}

.graph-container p[b-xb4lqzie28] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  text-align: center;
}

/* ------------------------------------*/
/* Responsividade */
@media (max-width: 768px) {
  .grid-container[b-xb4lqzie28] {
    grid-template-areas: "box1" "box2" "box3" "box4" "box5";
  }
}

/*# sourceMappingURL=Documentos.razor.css.map */
/* _content/ArecoSign/Pages/Index.razor.rz.scp.css */
.doc-direita[b-tysz48tnt2] {
  color: #4C5973;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: -webkit-fill-available;
  justify-items: center;
  height: calc(100% - 30px);
  justify-content: center;
}

.progress-label[b-tysz48tnt2] {
  font-size: 12px;
  color: #7b8ca1; /* Cor do texto */
}
.progress-label p[b-tysz48tnt2] {
  margin: 0;
}

.dado-graph[b-tysz48tnt2] {
  color: #8F9AB2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.grid-container[b-tysz48tnt2] {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.grid-container .container1[b-tysz48tnt2] {
  display: flex;
  gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 65%;
}
.grid-container .container2[b-tysz48tnt2] {
  display: flex;
  gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
}

.box1[b-tysz48tnt2] {
  place-content: center;
}

.box2[b-tysz48tnt2] {
  max-height: fit-content;
}

.box3[b-tysz48tnt2] {
  /*width: 600px;*/
  width: 100% !important;
}

.e-pager.sf-pager .e-link[b-tysz48tnt2], .e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default[b-tysz48tnt2] {
  border: none !important;
}

.e-pager .e-numericitem[b-tysz48tnt2] {
  border: none !important;
}

.conteudo-atv[b-tysz48tnt2] {
  overflow: hidden auto;
  max-height: 490px;
  scrollbar-width: thin;
}

/* ----------- Progrees bar ----------- */
.progress-bar-container[b-tysz48tnt2] {
  width: 100%;
  background-color: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 4px;
  height: 16px;
  overflow: hidden;
}

.progress-bar[b-tysz48tnt2] {
  width: var(--progress, 0%);
  background-color: var(--color, #4caf50);
  height: 100%;
  border-radius: 4px 0 0 4px;
  transition: width 0.3s ease;
}

.graph-container[b-tysz48tnt2] {
  position: relative;
}

.percent[b-tysz48tnt2] {
  display: block;
}

.circle[b-tysz48tnt2] {
  stroke: #00B25D;
  fill: none;
  stroke-width: 4;
}

.circle:nth-child(2)[b-tysz48tnt2] {
  stroke: #FFCA42;
}

.circle:nth-child(3)[b-tysz48tnt2] {
  stroke: #C00;
}

.graph-container .dado-graph[b-tysz48tnt2] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  text-align: center;
}

/* ------------------------------------*/
/* Responsividade */
@media (max-width: 768px) {
  .grid-container[b-tysz48tnt2] {
    display: flex !important;
    flex-flow: column !important;
  }
  .container1[b-tysz48tnt2], .container2[b-tysz48tnt2] {
    max-width: 100% !important;
  }
}
/* _content/ArecoSign/Pages/Modelos/Assinaturas.razor.rz.scp.css */
/* _content/ArecoSign/Pages/Modelos/Modelos.razor.rz.scp.css */
/* _content/ArecoSign/Shared/ContentTop.razor.rz.scp.css */
.barra-topo ul[b-r8mthvuw2q] {
  position: absolute;
  top: 85px;
  z-index: 99;
  background: white;
  width: 347px;
  padding: 0px 0px;
  list-style: none;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 0px 1000rem rgba(0, 0, 0, 0.23);
}

.barra-topo ul a:hover[b-r8mthvuw2q] {
  color: black !important;
  background: rgba(211, 211, 211, 0.3607843137);
}

.barra-topo ul a[b-r8mthvuw2q] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
}

header.barra-topo[b-r8mthvuw2q] {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  box-shadow: 0px 2px 4px 0px rgba(64, 64, 64, 0.06);
  height: 100px;
}

.search[b-r8mthvuw2q] {
  width: 345px;
  height: auto;
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  z-index: 97;
  border: 1px solid #e0e4ed;
}
.search img[b-r8mthvuw2q] {
  padding: 10px;
}

.search-input[b-r8mthvuw2q] {
  height: 100%;
  width: 100%;
  border: none;
  background: transparent;
}

.search-input:focus-visible[b-r8mthvuw2q] {
  border: none;
  outline: 0;
}

.user[b-r8mthvuw2q] {
  width: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4C5973;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.topo-direita[b-r8mthvuw2q] {
  display: flex;
  align-items: center;
  gap: 105px;
}

.notificacao span[b-r8mthvuw2q] {
  background: #D95757;
  color: white;
  padding: 2px 0px;
  position: absolute;
  font-size: 9px;
  border-radius: 100%;
  margin-left: 10px;
  margin-top: -3px;
  width: 17px;
  height: 17px;
  text-align: center;
}

.notificacao p[b-r8mthvuw2q] {
  margin: 0;
  color: var(--Tipografia-preto, var(--Tipografia-preto, #191C1F));
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.notificacao-dropdown[b-r8mthvuw2q] {
  display: none;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 370px;
  z-index: 1000;
  border-radius: 8px;
  border: 1px solid #E4E7E9;
  background: #FFF;
  box-shadow: 2px 4px 15px 0px rgba(51, 102, 153, 0.1);
}

.notificacao-dropdown a[b-r8mthvuw2q] {
  color: #494C4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.notificacao-dropdown .title[b-r8mthvuw2q] {
  color: #191C1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  padding: 16px 24px;
  border-bottom: 1px solid #E4E7E9;
}

.notificacao-dropdown .li[b-r8mthvuw2q] {
  padding: 16px 24px;
  border-bottom: 1px solid #E4E7E9;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.notificacao-dropdown .li:last-child[b-r8mthvuw2q] {
  border-bottom: none;
}

.notificacao-dropdown .li:hover[b-r8mthvuw2q] {
  background-color: #D6E0EB;
  color: black;
}

.li span[b-r8mthvuw2q] {
  background: unset !important;
  position: relative !important;
  margin: 0 !important;
  width: 100% !important;
  display: block;
  text-align: right !important;
  color: #6C757D !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
}

.visualizar[b-r8mthvuw2q] {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #e4e7e9;
  cursor: pointer;
}
.visualizar:hover[b-r8mthvuw2q] {
  background-color: #D6E0EB;
}
/*# sourceMappingURL=ContentTop.razor.css.map */
/* _content/ArecoSign/Shared/MainLayout.razor.rz.scp.css */
.page[b-h1owkwnbp8] {
  display: flex;
  flex-direction: row;
}

main[b-h1owkwnbp8] {
  flex: 1;
  width: 50% !important;
}

.top-row[b-h1owkwnbp8] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-h1owkwnbp8]  a, .top-row .btn-link[b-h1owkwnbp8] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-h1owkwnbp8] {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-h1owkwnbp8] {
    display: none;
  }
  .top-row.auth[b-h1owkwnbp8] {
    justify-content: space-between;
  }
  .top-row a[b-h1owkwnbp8], .top-row .btn-link[b-h1owkwnbp8] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .sidebar[b-h1owkwnbp8] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row[b-h1owkwnbp8] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row[b-h1owkwnbp8], article[b-h1owkwnbp8] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 950px) {
  main[b-h1owkwnbp8] {
    max-width: 100%;
  }
  .grid-container[b-h1owkwnbp8] {
    display: flex !important;
    flex-flow: column !important;
  }
}
/* _content/ArecoSign/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rcrkrg2hha] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rcrkrg2hha] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rcrkrg2hha] {
    font-size: 1.1rem;
}

.oi[b-rcrkrg2hha] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rcrkrg2hha] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    .nav-item[b-rcrkrg2hha]  a {
        color: #4C5973;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        text-decoration: none;
    }


    .nav-item[b-rcrkrg2hha]  a:hover {
        background-color: rgb(177 177 177 / 26%);
        color: #4C5973;
    }
    .nav-item[b-rcrkrg2hha]  a.active {
        background-color: white !important;
        color: #336699;
        box-shadow: 0px 2px 4px 0px rgba(64, 64, 64, 0.06);
        border-radius: 8px;    
        justify-content: center;
    }
    .nav-link a[b-rcrkrg2hha] {
        color: currentColor !important;
    }

    .e-close a.nav-link span[b-rcrkrg2hha] {
        display: none !important;
    }

    .e-close a.nav-link[b-rcrkrg2hha] {
        place-content: center !important;
    }

.e-open .link-logo[b-rcrkrg2hha] {
    place-content: baseline !important;
}

.nav[b-rcrkrg2hha] {
    font-size: 1rem;
    padding: 0px;
    gap: 0;
}

.nav-link[b-rcrkrg2hha] {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
