body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: #d7dadc;
  padding-top: 8px;
}

body.loginPage {
  background: url(../images/bg.jpg) center;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
}

body.loginAdmin {
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.disconnected {
  color: #842029;
  background-color: #f8d7da;
  border-bottom: 2px solid #f5a0a9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.link-tabela {
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 5px;
}

.login {
  width: 333px;
  left: 553px;
  top: 264px;

  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}

.duvida {
  border: 1px solid red;
}

.duvidas {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.bar {
  min-width: 180px;
  min-height: 100%;
  background: #d7dadc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bar > img {
  width: 100px;
  height: 100px;
}

.menu {
  margin-top: 50px;
  padding: 20px 10px;
  background-color: #e1e1e1;
  border-radius: 8px;
  width: 150px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.menu h2 {
  font-size: 16px;
}

.menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  font-size: 14px;
  text-decoration: none;
}

.main {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.containerx {
  width: 100%;
  background: #fff;
  padding: 32px;
  min-height: calc(100% - 35px);
  position: relative;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.bar-superior {
  display: flex;
  justify-content: space-between;
}

.open-solicitacao {
  cursor: pointer;
}

.dados-solicitacao {
  display: flex;
  flex-wrap: wrap;
}

.dados-solicitacao > div {
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.dados-solicitacao p {
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

.documentos {
  margin: 20px 0;
  padding: 16px;
  background-color: #fafafa;
  border-radius: 6px;
}

.doc-cte {
  display: flex;
  margin-bottom: 40px;
}

#errormsg {
  display: none;
}

.barOptions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tabSolicitacoes {
  border: 1px solid #e9e9e9;
}

#cadSolicitacao input[type="text"] {
  text-transform: uppercase;
}

.page-item.active .page-link {
  background-color: #198754;
  border-color: #198754;
}

.page-link {
  color: #198754;
}

ion-icon {
  font-size: 24px;
}

a.nota,
a.xml,
a.cteo,
a.cted,
a.ticket,
a.nfrasg {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}

a.nota {
  background: #1d8ecd;
}

a.xml {
  background: #842029;
}

a.cteo {
  background: #ef9c02;
}

a.cted {
  background: #0bd022;
}

a.ticket {
  background: #023a44;
}

a.nfrasg {
  background: #a904f5;
}

a.deleteArquivo {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  background: #db2626;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}

a.deleteArquivo:hover {
  background: #d97171;
}

.accordion {
  margin: 20px 0;
}

#flush-collapseTwo {
  background: #91db99;
  text-align: center;
}

#flush-collapseOne {
  background: #d97171;
  text-align: center;
}

#erroCte {
  font-size: 12px;
  margin-top: 10px;
}

.bg-orange {
  background: rgb(255, 120, 2);
}

/* Loading */
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: progress;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ccc;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* cHAT */

.conversas {
  padding: 20px;
  border-bottom: 2px solid #fff;
  font-size: 10px;
}

.conversas ul {
  padding: 0;
}

.conversas ul li {
  list-style: none;
  margin-bottom: 30px;
  text-align: right;
}

.conversas ul li:last-child {
  margin-bottom: 0px;
}

.conversas .message-data {
  margin-bottom: 15px;
}

.conversas .message-data img {
  border-radius: 40px;
  width: 40px;
}

.conversas .message-data-time {
  color: #434651;
  padding-left: 6px;
}

.conversas .message {
  color: #444;
  padding: 18px 20px;
  line-height: 20px;
  font-size: 13px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.conversas .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.conversas .my-message {
  background: #efefef;
}

.conversas .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px;
}

.conversas .other-message {
  background: #e8f1f3;
  text-align: right;
}

.conversas .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 65%;
}

.chat .chat-message {
  padding: 20px;
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle;
}

.online {
  color: #86c541;
}

.offline {
  color: #e47297;
}

.me {
  color: #1d8ecd;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.dataTables_filter {
  text-align: right;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 620px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 1313px) {
  #DataTables_Table_0 select {
    display: none;
  }
}

.footer {
  font-size: 12px;
  background-color: #d7dadc;
  color: #424242;
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  text-align: right;
  padding: 5px 10px;
}

.footer a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #161722;
}

.msg-erro {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
}

.solicitacoes-erro {
  display: flex;
  gap: 8px;
  width: fit-content;
  flex-wrap: wrap;
}

.doc-success,
.doc-error {
  color: white;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-error {
  background-color: #dc3545;
}

.doc-success {
  background-color: #198754;
}

.select-erros {
  display: flex;
  gap: 16px;
}

.select-erros .form-floating {
  width: 100%;
}

table td {
  vertical-align: middle;
}

table td .pendencia {
  display: flex;
  flex-direction: column;
}

.text-html {
  border: 1px solid #434651;
  padding: 20px;
  border-radius: 12px;
}

.link-secondary {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background-color: #f2f2f2;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 8px;
  transition: all 200ms;
}

.link-secondary:hover {
  background-color: #7e7e7e;
  color: #f2f2f2;
}

.link-secondary ion-icon {
  font-size: 18px;
}