: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(/assets/images/logo2.png);
  height: 34vh;
  margin-top: 5rem;
  padding: 7.5rem;
  background-position: 0;
  margin-right: -1rem;
}
.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%;
  }
}

/* usuarios START */

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

.label-style{
  padding-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  
}

.label-style-dados{
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

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

.bg-gradient-primary{
  background-color: #266344 !important;
  background-image: linear-gradient(180deg,#266344 10%,#224abe 100%) !important;
  background-size: cover !important;
}

#conf-style{
  margin-bottom: 20px;
  margin-left: 10px;  
}

#text-blog .note-editing-area,#text-blog .note-editable{
 height: 1000px !important;
}