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

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

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

/* Topbar START */
#topbar {
  width: 100%;
  height: 84px;
  padding: 0 25px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
}

#topbar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  width: 962px;
  white-space: nowrap;
}

#topbar .logo img {
  height: 29px;
}

#topbar .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  flex-shrink: 1;
}

#topbar .links a {
  margin: 0;
  padding: 0;
}

#topbar a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

#topbar .links li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#topbar .nav-link.active {
  color: #EDCF78;
  font-weight: 700;
}

#topbar .cta-button {
  border: 1px solid #EDCF78;
  border-radius: 6px;
  padding: 10px 20px;
}

#topbar .cta-button.active {
  background: #EDCF78;
  color: #1E1E1E;
  font-weight: 700;
}

#topbar .menu-toggle {
  display: none;
  cursor: pointer;
}

#side-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 250px;
  background: #1E1E1E;
  z-index: 1000;
  pointer-events: none;
  transform: translateX(280px);
  transition: transform 0.3s ease-in-out;
  padding: 16px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;

}

#side-menu ul,
#side-menu ul a {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d5d5d5;

  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

#side-menu ul li {
  margin-bottom: 20px;
}

#side-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #EDCF78;
  color: #1E1E1E;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 6px;

}

#side-menu.active {
  transform: translateX(0);
  pointer-events: auto;
}

#side-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#side-menu-backdrop.active {
  display: block;
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #topbar .content {
    width: 100%;
    padding: 0 20px;
  }

  #topbar .links,
  #topbar .cta-button {
    display: none;
  }

  #topbar .menu-toggle {
    display: block;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }
}

/* Topbar END */

/* Hotsite Footer */
#hotsite-footer {
  width: 100%;
  background: #263238;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

#hotsite-footer .copyright {
  display: flex;
  gap: 10px;
}

#hotsite-footer .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

#hotsite-footer .info .collumn {
  height: 160px;
}

#hotsite-footer .info .collumn h1 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #EDCF78;
  margin-bottom: 10px;
}

#hotsite-footer .info .collumn ul,
#hotsite-footer .info .collumn ul a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding: 0;
  list-style: none;
}

#hotsite-footer .info .collumn ul li {
  margin-bottom: 12px;
  display: flex;
  gap: 6px;
}

#hotsite-footer .dados {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

#hotsite-footer .institucional {
  min-width: 35%;
}

#hotsite-footer svg {
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
}

@media screen and (max-width: 960px) {
  #hotsite-footer .selo {
    height: 145px;
  }
}

@media screen and (max-width: 760px) {
  #hotsite-footer .info {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 14px;
  }


  #hotsite-footer .contato {
    max-width: 50%;
  }

  #hotsite-footer .selo {
    height: 95px;
  }
}

@media screen and (max-width: 410px) {

  #hotsite-footer .collumn {
    min-width: 100%;
  }

  #hotsite-footer .dados {
    flex-wrap: wrap;
  }
}