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

/* .required {
  border-left: 3px solid #dc3545 !important;
}

.required:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
} */

.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: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 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%;
  }
}

@media (max-width: 480px) {
  .logo-container {
    height: 80px;
  }
}

.logo-responsive {
  max-width: 401px;
  min-width: 310px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.logo-container {
  height: 104px;
}

.login-btn-start {
  background-color: #4e73df !important;
  border-color: #4e73df !important;
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.35rem;
  transition: all 0.15s ease-in-out;
}

.login-btn-start:hover {
  background-color: #2e59d9 !important;
  border-color: #2653d4 !important;
  color: #fff !important;
  text-decoration: none;
}

.login-btn-start:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5) !important;
}

.custom-title {
  color: #0f0f0f !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  font-family: 'Inter', sans-serif !important;
}

::-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 END */

.text-titulo {
  font-family: Inter !important;
  font-size: 32px !important;
}

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

.font-weight-semi-bold{
  font-weight: 600 !important;
}

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

.login-input-start {
  border-radius: 5px;
  text-align: center;
  font-family: 'Inter';
  color: #838383;
  margin: 0 auto 16px auto;
  display: block;
}

.login-input-start::placeholder {
  color: #838383;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.sidebar .nav-item .nav-link {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
}

.sidebar .nav-item .nav-link span {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
}


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

.filter-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 8px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
  background-color: #ffffff !important;
}

.filter-input-custom:focus {
  outline: none !important;
  border-color: #1a8fce !important;
  box-shadow: 0 0 0 0.2rem rgba(26, 143, 206, 0.25) !important;
  color: #424242 !important;
}

.filter-input-custom::placeholder {
  color: #6c757d !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  opacity: 0.8 !important;
}

.filter-input-custom input,
.filter-input-custom select {
  color: #424242 !important;
}

input.filter-input-custom,
select.filter-input-custom {
  color: #424242 !important;
}

select.filter-input-custom {
  line-height: 1.5 !important;
}

.custom-filter-button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0.375rem 0.75rem !important;
  color: #ffffff !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.custom-filter-button:hover {
  background-color: #1578b3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
  color: #ffffff !important;
}

.custom-filter-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(26, 143, 206, 0.25) !important;
}

.custom-filter-button i {
  color: #ffffff !important;
  margin-right: 8px !important;
}



.date-label {
  position: absolute;
  top: -25px;
  left: 0;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #0f0f0f !important;
  z-index: 1;
  padding: 0 0.85rem;
  white-space: nowrap;
}

.label-with-spacing {
  padding-top: 2rem !important;
}

/* Estilos específicos para tabelas de orçamentos - usando classes padrão do Clientes APP */

/* Melhorar aparência dos campos de filtro */
.form-group {
  position: relative;
}

.form-group .date-label {
  background-color: #ffffff;
  padding: 0 4px;
}

/* Forçar estilos específicos para orçamentos */
.orcamento-container .custom-title {
  color: #0f0f0f !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  font-family: 'Inter', sans-serif !important;
}

.orcamento-container .filter-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 8px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
  background-color: #ffffff !important;
}

.orcamento-container .custom-filter-button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0.375rem 0.75rem !important;
  color: #ffffff !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Removido - usando classe padrão .btn-ver-custom */

/* Melhorar labels de data para não quebrar */
.orcamento-container .date-label {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  color: #0f0f0f !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

/* Ajustar colunas para labels de data */
.orcamento-container .col-xl-3.col-md-4 {
  min-width: 200px !important;
}

.table-header-custom thead td {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #0f0f0f !important;
  padding: 0.5rem !important;
}

.table-content-custom tbody td {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #0f0f0f !important;
  padding: 0.5rem !important;
}

.table-header-custom thead td:last-child,
.table-content-custom tbody td:last-child {
  text-align: center !important;
}

/* Garantir que a tabela de orçamentos tenha o mesmo visual do Clientes APP */
.table-header-custom,
.table-content-custom {
  font-family: 'Inter', sans-serif !important;
}

.table-header-custom thead td {
  background-color: #f8f9fa !important;
  border-bottom: 2px solid #dee2e6 !important;
}

.table-content-custom tbody tr:hover {
  background-color: #f8f9fa !important;
}

.table-content-custom tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}

.table-content-custom tbody tr:nth-child(odd) {
  background-color: #f8f9fa !important;
}

.btn-ver-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #e4e4e4 !important;
  background-color: #091524 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
}

.btn-ver-custom:hover {
  background-color: #0a1a2e !important;
  color: #e4e4e4 !important;
  transform: translateY(-1px) !important;
}

.btn-action-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
}

.btn-action-custom:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.label-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #424242 !important;
  margin-bottom: 0.5rem !important;
}

.input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 8px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
  background-color: #ffffff !important;
}

.input-custom:focus {
  outline: none !important;
  border-color: #1a8fce !important;
  box-shadow: 0 0 0 0.2rem rgba(26, 143, 206, 0.25) !important;
}

.btn-voltar-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.25rem 1.25rem !important;
  transition: all 0.2s ease !important;
}

.btn-voltar-custom:hover {
  background-color: #1578b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.btn-alterar-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #ffffff !important;
  background-color: #091524 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
  margin-right: 1.5rem !important;
  width: -webkit-fill-available;
}

.btn-alterar-custom:hover {
  background-color: #0a1a2e !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Estilos específicos para o módulo de tabela fipe */
.tabela-fipe-container .custom-title {
  color: #0f0f0f !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  font-family: 'Inter', sans-serif !important;
}

.tabela-fipe-container .filter-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  background-color: #ffffff !important;
}

.tabela-fipe-container .custom-filter-button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
}


.tabela-fipe-container .col-xl-3.col-md-4 {
  min-width: 200px !important;
}

/* Estilos específicos para o módulo de assinaturas */
.assinaturas-container .custom-title {
  color: #0f0f0f !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  font-family: 'Inter', sans-serif !important;
}

.assinaturas-container .filter-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  background-color: #ffffff !important;
}

.assinaturas-container .custom-filter-button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
}


.assinaturas-container .col-xl-3.col-md-4 {
  min-width: 200px !important;
}

/* Estilos específicos para o módulo de pagamento recuperação */
.pagamento-container .custom-title {
  color: #0f0f0f !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  font-family: 'Inter', sans-serif !important;
}

.pagamento-container .filter-input-custom {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #424242 !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 4px !important;
  padding: 0.375rem 0.75rem !important;
  background-color: #ffffff !important;
}

.pagamento-container .custom-filter-button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #1a8fce !important;
  border: none !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  padding: 0.375rem 0.75rem !important;
  transition: all 0.2s ease !important;
}


.pagamento-container .col-xl-3.col-md-4 {
  min-width: 200px !important;
}

/* Estilo personalizado para botão de colapsar sidebar */
#sidebarToggle {
  background-color: #ffffff !important;
  border: 1px solid #e3e6f0 !important;
}

#sidebarToggle::after {
  color: #000000 !important;
}

#sidebarToggle:hover {
  background-color: #f8f9fc !important;
  border-color: #d1d3e2 !important;
}

#sidebarToggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
}