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

.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-onboard {
  background-color: #4e73df;
  background-image: url('/img/background-predio.png');
  background-size: cover;
  background-position: right center;
}

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

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

/* dashboard START */

.text-black {
  color: #000 !important;
}

/* dashboard END */

/* clientes/anunciantes START */

.divisor-layout {
  width: 98%;
  margin: auto !important;
  margin-bottom: 14px !important;
  border: 0.5px solid #C5C5C5;
}

/* clientes/anunciantes END */

/* servicos START */

.media-gallery {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  justify-content: space-around;
}

.media-item {
  display: inline-block;
  text-align: center;
}

.media-item img {
  object-fit: cover;
}

.media-item img,
.media-item video {
  width: 100%;
  height: 70%;
  cursor: pointer;
  max-height: 227px;
  min-height: 227px;
  max-width: 375px;
  min-width: 375px;
  margin-right: 15px;

  border-radius: 10px !important;
  border: 1px solid #00000029 !important;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%) !important;
  object-fit: cover;
}

/* servicos END */