.nav-link {
  transition: color .3s ease, background-color .3s ease;
}

.nav-link.is-active {
  background-color: #ffffff;
  color: #020817;
  font-weight: 500;
}

.nav-link:not(.is-active) {
  background-color: transparent;
  color: #64748b;
}

.bg-primary-10 {
  background-color: #1a6eff1a !important;
}

.nav-link:not(.is-active):hover,
.nav-link:not(.is-active):focus,
.nav-link:not(.is-active):active {
  background-color: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.bg-muted {
  background-color: #f1f5f9 !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.border-right {
  border-right: 1px solid;
}

.cursor-pointer {
  cursor: pointer;
}

.border-grey {
  border-color: #e2e8f0 !important;
}

input, textarea {
  font-size: .875rem !important;
}

.btn-outline-accent{
  color: black;
}
.btn-outline-accent:hover {
  background-color: #f1f5f9 !important;
}

/*.form-control:not(.form-control-lg):focus {*/
/*    border-color: black;*/
/*    box-shadow: 0 0 0 1px #020817 !important;*/
/*}*/

.form-check-input:checked {
  background-color: black !important;;
  border-color: black !important;;
}

.form-check-input:focus {
  box-shadow: none !important;;
}

.tamanho-do-dropdown-usuario {
  width: 290px;
}

.text-gradient {
    background: linear-gradient(135deg, #1a6eff 0%, #11b666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-control-login:focus {
    border-color: black;
    box-shadow: 0 0 0 1px #020817 !important;
}

.dropdown-menu {
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.nav-link-custom{
  display: block;
  padding: 0.5rem 1rem;
  color: #64748b !important;
  font-weight: 500;
  text-decoration: none;
  background: 0 0;
  border: 0;
  border-radius:.75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-custom:hover {
  color: #0f172a !important;
  font-weight: 500 !important;
  background-color: #f1f5f9 !important;
}
.nav-link-custom-active{
  color: #1a6eff !important;
  font-weight: 500 !important;
  background-color: #1a6eff1a !important;
}

.tamanho-menu-lateral{
  width: 19rem;
}

.text-success{
  color: #16a34a !important;
}

.btn-success{
  background-color: #16a34a !important;
}

.bg-success{
  background-color: #16a34a !important;
}

.min-width-450 {
  min-width: 500px;

}

.form-control-lg {
    border: 1px solid #ced4da !important;
    border-radius: 0.3rem !important;
}

.ellipsis-redondo{
    width: 32px;
    height: 32px;
}

.main-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  flex-direction: column;
}

.main-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom right, hsl(218 100% 55% / .8) , hsl(218 100% 55% / .6) , hsl(151 83% 39% / .7));
  z-index: 2;
}

.animate-fade-in-up {
  animation: fadeInUp 1s ease forwards;
}

.shadow-elegant {
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.1);
}

.transition-smooth {
  transition: all 0.3s ease;
}

.transition-bounce {
  transition: transform 0.2s ease;
}

.main-btn-primary {
  background: linear-gradient(90deg, #22c55e, #06b6d4);
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

.bg-gradient-primary {
  background: linear-gradient(145deg, #1a6eff, #4d8eff);
}

.alert-success.smk-alert {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #dee2e6 !important; 
}

.alert-danger.smk-alert {
    background-color: #f8d7da !important; 
    color: #842029 !important;
    border: 1px solid #f5c2c7 !important; 
}


.tamanho-do-card-login{
  z-index: 3 !important;
  max-width: 34rem;
  width: 100%;
}

@media (max-width: 768px) {
  .overflow-hidden {
    overflow: inherit !important;
  }

  .min-width-450 {
    min-width: inherit;
  }
}

@media (max-width: 375px) {
  .min-width-450 {
    min-width: inherit;
  }
  
  .overflow-hidden {
    overflow: inherit !important;
  }


}

