.boxErro {
  height: 32px;
  width: 230px;
  position: absolute;
  top: -54px;
  right: 0px;
  padding: 5px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
  margin-right: 5px;
}

.divErroDash {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 800;
  float: right;
  margin-right: 5px;
  text-decoration: none;
  color: #817981;
}

.avisoErroDash {
  font-size: 12px;
  width: 80px;
  line-height: 12px;
  text-align: right;
  padding-top: 4px;
  padding-right: 8px;
  height: 30px;
  font-weight: 600;
}

.AltoErroDash {
  background: #e71900;
  color: #fff;
}
.MedioErroDash {
  background: #ebb562;
  color: #fff;
}
.BaixoErroDash {
  background: #adadad;
  color: #fff;
}

.fundoconteudo {
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #f2f3f8;
}

.centro {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: 98%;
  display: flex;
  flex-flow: row wrap;
}

.topoTitulo {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d9dadf;
}
.topoTitulo h1 {
  color: #858796;
  font-size: 24px;
  font-weight: 500;
}

.sombra {
  box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
}

@media (max-width: 450px) {
  .someMovelDash {
    display: none;
  }
}

.divauto {
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 215px;
  border-radius: 5px;
  box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
}
.central {
  padding: 10px 10px 10px 10px;
}

.div130 {
  min-width: 130px;
}
.div280 {
  min-width: 280px;
}
.div380 {
  min-width: 380px;
}
.div510 {
  min-width: 510px;
}
.div860 {
  min-width: 860px;
}
.div1150 {
  min-width: 1150px;
}

@media (max-width: 600px) {
  .div380 {
    min-width: 280px;
  }
  .div510 {
    min-width: 280px;
  }
  .div860 {
    min-width: 280px;
  }
}

.refresh {
  color: #6b9cc8;
  font-size: 26px;
  cursor: pointer;
  width: 20px;
  float: right;
  margin-top: -5px;
}

.fundovermelho {
  background: #9c5e5e;
  color: #fff;
}
.fundoverde {
  background: #297d77;
  color: #fff;
}
.fundobranco {
  background: #fff;
  color: #797979;
  animation-duration: 1s;
}
.tituloDashboard {
  font-size: 14px;
  padding: 10px;
  font-weight: 700;
}

.fundoverde .refresh {
  color: #fff;
}
.fundovermelho .refresh {
  color: #fff;
}

.numeroCentro, .numeroMenor {
  text-align: center;
  font-size: 28px;
  --color: #a8aeb2;
  font-weight: 500;
}
.numeroMenor{
  font-size: 24px;
}
.numeroComplemento {
  font-size: 12px;
  font-weight: 500;
}
#btAgora {
  float: left;
  margin-left: 5px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #297d77;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.inpAgora {
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 3px;
  padding: 0px 5px 0 8px;
  font-size: 12px;
}

.fundoVermelhoClaro {
  background-image: url("https://www.sellerpay.com.br/SG/layout/img/fundoVermelhoClaro.png");
  font-weight: 700;
}
.fundoAzulClaro {
  background-image: url("https://www.sellerpay.com.br/SG/layout/img/fundoAzulClaro.png");
}
