:root {
  /* --color-primary: #A1131B;
	--color-primary-rgb: 161,19,27;
	--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;
}

.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;
}

.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-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;
} */

.icone-input-login {
  border: none;
  background: white;
  display: flex;
  align-items: center;
  width: 46px;
}

.icone-input-login img {
  color: #c30f0c !important;
}

.input-login {
  border: none;
  box-shadow: none !important;
  height: 50px;
}

.input-group{
  margin-bottom: 20px;
}

.link-esqueci-senha {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-top: 2rem;
  color: #fff;
  margin-bottom: 5rem !important;
  margin-right: -6rem;
}

.link-esqueci-senha a {
  text-decoration: none;
  color:#AAAAAA;
  position: absolute;
  right: 0;
  text-decoration: underline;
}

.titulo-esqueci-senha {
  color: #fff;
  font-weight: bold;
  width: 30%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}

.form-control{
  border-radius: 20px!important;
}

.container-login {
  height: 45%;
  border-radius: 9px;
  position: relative;
  margin-bottom: 95px;
}


.btn-login {
  width: 250px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 7px !important;
  opacity: 1;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff !important;
  background-color: #c30f0c;
}

.centralizar {
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centralizar-contador {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

.centraliza {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.container img{
  width: 110px;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: white !important;
  background-color: #000000 !important;
  border-radius: 3rem;
}

.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
  color: white !important;
  background-color: #000000 !important;
  border-radius: 3rem;
}

#content{
  background-color: #f2f2f2;
}

.btn-primary{
  color: #fff;
  background-color: #c3110c !important;
  border-color: #c3110c !important;
}

.btn-secondary{
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-grey{
  color: #fff;
  background-color: #6E6E6E !important;
  border-color: #6E6E6E !important;
}

.card-header{
  background-color: #6E6E6E !important;
}

.text-primary{
  color: #fff !important;
}

.text-secondary{
  color: #c3110c !important;
}


.container-logo-img{
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.logo{
  width: 75% !important;
  object-fit: cover;
}

thead{
  background-color: #6E6E6E !important;
  color: white;
}

.toggle{
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  background-color: #c6c6c6;
  outline: none;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  border: none;
}
.toggle:checked{
  background-color: #000;
}

.toggle::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* top: 3px;
  left: 10px; */
  background-color: #FFF;
  transition:.5s;
  outline: none;
}
.toggle:checked::before{
  transform: translateX(20px);
  transition: .5s;
  border: 0;
}

.switch_container{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  padding: 0.5rem 0 0.2rem 1.5rem; 
  box-shadow: 2px 6px 6px 2px #00000026;
}

.imagem_banner{
  background-color: #fcfcfc;
  height: 130px;
  width: 223px;
  border: 2px dashed;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DDD;
}
textarea{
  resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.proportion1{
  height: 200px;
}

.proportion2{
  height: 355px;
}

.imagem_banner--over {
  border-style: solid;
}

.imagem_banner__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.imagem_banner__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.proporcao{
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #ccc;
  position: absolute;
  margin-left: 5px;
}

.input_imagem_banner{
  display: none;
}

@media (max-width: 500px) {
  .container-logo{
    margin-top: 8rem;
  }

  .container-login{
    height: 54% !important;
    margin: 10;
  }
}

.foto_produto{
  background-color: #fcfcfc;
  height: 130px;
  width: 240px;
  border: 2px dashed;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DDD;
}

.input_foto_produto{
  display: none;
}

textarea{
  resize: none;
}


.media-avaliacoes{
  display: flex;
}

.media-avaliacoes > .stars{
  margin-right: 5px;
  color: #c5231a;
}

.media-avaliacoes > p{
  color: gray;
}

.avaliacao_table{
  border: 1px solid grey;
  border-radius: 10px;
}

.avaliacao-col{
  padding: 10px;
  box-sizing: border-box;
}

.no-info {
  margin-left: auto;
  margin-right: auto;
}

.no-info-message{
  font-size: 20px;
}

.disabled{
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.div-img-dashboard {
  background-image: url("../img/dashboard.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 25rem;
  border-radius: 1rem;
}

.div-img-dashboard-lab {
  background-image: url("../img/dashboard-lab.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 25rem;
  border-radius: 1rem;
}

.multiselect{
  border-color: #555555;
  color: #c5231a;
}

.card-relatorio{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px !important;
}

.title-relatorio{
  width: 235px !important;
  height: 126px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  font-size: 1.6rem;
}