:root {
  /* --color-primary: #008ED3;
	--color-primary-rgb: 0,142,211; */
  /* --color-primary-contrast: #ffffff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-primary-shade: #8e1118;
	--color-primary-tint: #aa2b32; */

  /* --color-secondary: #fed530;
	--color-secondary-rgb: 161,19,27;
	--color-secondary-contrast: #ffffff;
	--color-secondary-contrast-rgb: 255,255,255;
	--color-secondary-shade: #8e1118;
	--color-secondary-tint: #aa2b32; */
}

.min-h-100vh {
  min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
  border: 1px solid #ff0000;
}

.btn .spinner-border {
  width: 1.2rem;
  height: 1.2rem;
}

.bg-filtrando {
  background-color: rgba(28, 200, 138, .4);
  /* background-color: #FFF; */
  background-image: linear-gradient(180deg, rgba(28, 200, 138, .3) 10%, rgba(19, 133, 92, .3) 100%);
  background-size: cover;
}

.card-relatorio {
  color: #000000;
  font-size: 18px;
  font-weight: 800;
}

.link:hover {
  text-decoration: none !important;
}

.nav-tabs {
  border-bottom: 0px;
}

#pager {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 4px;
}

#pager .stepper-before,
#pager .stepper-next,
#pager .stepper {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  cursor: pointer;
}

#pager .stepper-before:hover,
#pager .stepper-next:hover,
#pager .stepper:hover,
#pager .stepper-active {
  color: var(--color-primary-contrast);
  background-color: var(--color-primary);
}

/* Login */
.bg-onboard {
  background-color: #4e73df;
  background-image: url('/img/background-predio.png');
  background-size: cover;
  background-position: bottom;
}

.bg-login-image {
  background-image: url('./img/alphacode_quadrado.jpg');
}

.bg-password-image {
  background-image: url('./img/alphacode_quadrado.jpg');
}

.footer-login p {
  color: #FFFFFF;
  font-size: small;
}

.footer-login img {
  height: 23px;
}

#olho-senha {
  width: 25px;
  margin-right: 20px;
  margin-left: 0px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 58%;
  right: 50px;
  color: #555;
  transform: translateY(-50%);
}

@media (max-width: 383px) {
  #olho-senha {
    top: 60%;
  }
}

::-webkit-calendar-picker-indicator {
  border-radius: 50%;
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

/* usuarios START */

.paddingP {
  padding-top: 80px;
  padding-left: 0;
}

.main {
  margin-top: 15px;
}

.imageContainer {
  /* background-color: rgb(165, 164, 164); */
  width: 250px;
  /* height: 145px; */
  border-radius: 7px;
  cursor: pointer;
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}

.img-avatar {
  position: relative;
  top: 0;
  left: 10px;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50%;
  margin: 0px !important;
  cursor: pointer;
  object-fit: cover;
  margin-bottom: 30px !important;
}

/* usuarios END */

.tabela-listagem thead:nth-of-type(1) {
  background-color: #3F3F3F !important;
  font-weight: 700;
  color: #fff !important;
  line-height: 0.9 !important;
  font-size: 0.9rem !important;
  /* text-align: center; */
}


.filtros {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#lista-negociacoes thead td,
#lista-relatorios thead td,
#lista-sugestoes thead td,
#lista-negociacoes thead td {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

#lista-negociacoes tbody td,
#lista-relatorios tbody td {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

#lista-relatorios tbody td,
#lista-sugestoes tbody td,
#lista-negociacoes tbody td {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

#lista-sugestoes tbody a,
#lista-negociacoes tbody a {
  border-radius: 5px;
  background: #091524;
}

.filtro-sugestoes label,
.filtro-negociacao label {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-titulo {
  color: #0F0F0F;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.divisor-line {
  border-bottom: 1px solid #C5C5C5;
}

.pagamento-table th {
  padding: 11px 30px;
}

.pagamento-table-container {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-left: 10px;
}

.table-head th {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table-body th {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.remove-sugestions {
  background: #D3332E !important;
}

.sugestao#btn-salvar {
  background: #13A84C !important;
  border: #13A84C !important;

}

.sugestao#btn-recusar {
  background: #D3332E !important;
  border: #D3332E !important;
}


.filtros {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  gap: 10px;
}

.tab {
  border-radius: 20px;
  border: 1px solid #6E6E6E;
  background: #fff;
  cursor: pointer;
  user-select: none;
  color: #6F6F6F;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 145.487px;
  height: 30.19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab.active {
  background: #1A8FCE;
  color: #fff;
  border: 1px solid #1A8FCE;
  font-weight: 700;
}

.title-dashboard {
  color: #183E4B;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-dashboard {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

.card-dashboard-logo {
  background: #246AAF !important;
}

.cadastro-title-dash {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

#cadastros-dash {
  border-radius: 4.272px;
  border: 0.854px solid var(--cinza-claro, #838383);
  background: #FFF;
}

.dash-label-indicadores {
  color: #2E2E2E;
  font-size: 16.777px;
  font-style: normal;
  font-weight: 400;
}

.dash-quantidade {
  color: #2E2E2E;
  font-size: 16.777px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dash-indicador {
  color: #1A8FCE;
  font-size: 11.744px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}