.bg-primary-agiliza{
  background-color: #3699ff; /* Fallback para navegadores antigos */
  background-image: linear-gradient(to bottom, #3279e5, #4087e6, #5395e5, #67a2e4, #7dafe2) !important;
}

::-webkit-scrollbar {
  width: 4px; 
}

::-webkit-scrollbar-thumb {
  background-color: #0c7da0; 
  border-radius: 10px; 
  width: 2px; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(12, 125, 160, 0.8); 
}

::-webkit-scrollbar-track {
  background-color: transparent; 
}


::-webkit-scrollbar-button {
  background-color: rgba(12, 125, 160, 0.2);
  border-radius: 50%; 
}

::-webkit-scrollbar-button:hover {
  background-color: rgba(12, 125, 160, 0.4); 
}


html, body {
  scrollbar-width: thin; 
  scrollbar-color: #0c7da0 transparent; 
}

.select2-result-repository__title{
  color: #0098C7;
  font-weight: 600;
}

.tagify__input{
  min-height: 27px;
} 

.datatable-cell-right span {
  float: right;
}

.form-control-detail{
  display: block;
  width: 100%;
  height:calc(1.5em + 1.3rem + 2px);
  /*max-height: calc(1.5em + 1.3rem + 2px);*/
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


.form-control-detail-text {
  max-height: 200px; /* Altura máxima */
  overflow-y: auto; /* Barra de rolagem vertical automática */
  margin-bottom: 1em;
  padding: 0.5em;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.bg-white{
  background-color: #ffffff;
}


.password-wrapper {
  position: relative;
  display: inline-block;
}

.password-wrapper .form-control {
  padding-right: 30px; /* Espaço para o ícone */
}

.password-wrapper i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.hidden-text {
  visibility: hidden;
}

.font-icon-background {
  position: absolute !important;
  font-size: 80px; 
  opacity: 0.25; 
  z-index: 1; 
  top: 20px; 
  right: 20px; 
}


.load-dialog{
  margin-top:20px;
  height:110px;
}

.load-dialog .fa-spin{
  color: #ee2d41;
}

.load-dialog > span{
  font-size: 22px;;
  margin-top: 15px;
}

.bg-light-primary-2{
  background-color: #f3f6f9!important;
}

.menu-item-active .menu-text {
  font-weight: 600;
}

.load-dialog > h3{
  color: #3f4254;
  margin-top: 20px;
}

.option-selected {
  background-color: #e1fffe;
  border: 1px solid #bdf5eb;
}

.wizard.wizard-1 .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
  color: #B5B5C3;
  font-size: 3.75rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  color: #7E8299;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0.75rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
  color: #7E8299;
  font-size: 1.25rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
  display: none;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon, .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon {
  color: #0098C7;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon svg g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #19a48b;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon svg:hover g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title, .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
  color: #0098C7;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow, .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow {
  color: #f5b708;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow svg g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #19a48b;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow svg:hover g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
    font-size: 3.75rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    margin-top: 0.75rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .wizard.wizard-1 .wizard-nav .wizard-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
    font-size: 1.5rem;
    margin-right: 1.25rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
    font-size: 1rem;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
    display: block;
  }
}


.select2-container.is-invalid .select2-selection {
  border-color: #dc3545; /* Exemplo para Bootstrap 4 */
}


.card-aplik-credito {
  font-family: 'Helvetica', sans-serif;
  background-color: #19a48b;/* Cor de fundo do cartão */
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra leve para dar efeito elevado */
  color: #ffffff; /* Cor do texto */
  max-width: 350px;
  width: 350px; /* Largura máxima do cartão */
}
.card-aplik-credito .card-body {
  padding: 20px;
}
.card-aplik-logo {
  height: 40px; /* Altura do logo do cartão */
}
.card-aplik-number {
  font-size: 20px; /* Tamanho da fonte do número do cartão */
  margin: 10px 0;
}

.card-aplik-details {
  display: flex;
  justify-content: space-between; 
  margin-top: 15px;
  position: relative;
}

.card-aplik-details div {
  text-align: left;
}

.copyCardNumber {
  position: absolute; 
  top: 10px; 
  right: 10px; 
  z-index: 10; 
  width: 40px;
  height: 40px; 
  line-height: 40px; 
  text-align: center; 
  padding: 0; 
}

.kit-item.selected {
  border: 2px solid #19a48b;
  background-color: #e4f9f8;
}

.card-kit .card-img-top{
  max-height: 145px;
  width: auto;
  object-fit: scale-down;
}

.gallery-container {
  overflow-x: auto;
}

/* Estilo para ocultar scrollbar em diferentes navegadores */
.gallery-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.gallery-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.gallery-container img {
  cursor: grab;
}

.img-thumb-card{
  width: 90px;
  height: 60px;
}

.select2-container {
  width: 100% !important;
}

.bg-app-yellow-300 {
  background-color: #fae968 !important;
}

.bg-app-yellow-200 {
  background-color: #fbef94 !important;
}

.bg-app-yellow-100 {
  background-color: #fdf6bf !important;
}

.bg-app-purple-300 {
  background-color: #aa70a2 !important;
}

.bg-app-purple-200 {
  background-color: #c396bd!important;
}

.bg-app-purple-100 {
  background-color: #dabfd7 !important;
}

.icon-menu-mobile{
  font-size: 18px;
}

.icon-dash-sm{
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .nav-link .text-white {
      color: #b5b5c3 !important;
  }
  .nav-link  {
      color: #0c7da0 !important;
  }

  .menu-item i {
      display: none;
  }

  .nav-link i {
      display: none;
  } 
}
@media (min-width: 992px) {
  .active .text-white {
      color: #181c32 !important;
  }
  .menu-item-active i, .menu-item:hover i {
      color: #0098c7;
  }
  .content {
      padding-top: 0;
  }
}

.user-sub-relation{
  display: none;
}

.border-grey{
  border: 1px solid #f2f2f5;
}

.nav-link.active .fad {
  color: #0b6b88 !important;
}

.grid-logo {
  /* Define uma margem padrão, caso necessário */
  margin-right: 0;
}

@media (max-width: 1400px) {
  .grid-logo {
      margin-right: 2rem !important;
  }
  .grid-logo .logo-single {
      display: none;
  }
  .grid-logo .logo-summed {
      display: inline;
  }
}

@media (min-width: 1401px) {
  .grid-logo {
      margin-right: 5rem !important;
  }
  .grid-logo .logo-single {
      display: inline;
  }
  .grid-logo .logo-summed {
      display: none;
  }
}

.grid-arp-items{
  background-color: #f4f4f4;
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
}

.grip-public-agency{
  background-color: #f4f4f4;
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
}

.grid-relation-entity{
  background-color: #f4f4f4;
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
}

.bootstrap-touchspin .quant-touch-spin{
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}

.item-dash[data-dash-item-selected="true"]{
  background-color: #e6f1f5 !important;
  border-right: 4px solid #0098c7;
}

.jc-normal{
  justify-content: normal !important;

}

.public-agency-detail{
  display: none;
}

.detail-pending{
  color: #bc9d26 !important;
  background: #ffebda !important;
}

.detail-confirmed{
  color: #1d8bad !important;
  background: #e6f1f5 !important;
}

.detail-committed{
  color: #2eab7e !important;
  background: #e1f6ee !important;
}

.detail-canceled{
  color: #ee4141 !important;
  background: #ffe8e8 !important;
}

.detail-finished{
  color: #2eab7e !important;
  background: #e1f6ee !important;
}

.readonly{
  background-color: #e9ecef; 
  cursor: not-allowed;
}

.bg-warning-tr{
  background-color: #fff6ee;
}

.bg-danger-tr{
  background-color: #fff3f3;
}

.bg-success-tr {
  background-color: #dff7f2;
}

.quant-touch-spin.is-valid,
.quant-touch-spin.was-validated {
  padding: 0.55rem 0.75rem !important;
  background-image: none;
}

.custom-scroll-sig {
  max-height: 400px; 
  overflow-y: auto; 
  overflow-x: hidden; 
}


.custom-scroll-sig::-webkit-scrollbar {
  width: 4px; 
}

.custom-scroll-sig::-webkit-scrollbar-thumb {
  background-color: #0c7da0; 
  border-radius: 20px; 
  width: 2px; 
}

.custom-scroll-sig::-webkit-scrollbar-thumb:hover {
  background-color: rgba(12, 125, 160, 0.8); 
}

.custom-scroll-sig::-webkit-scrollbar-track {
  background-color: transparent; 
}


.custom-scroll-sig::-webkit-scrollbar-button {
  background-color: rgba(12, 125, 160, 0.2); 
  border-radius: 50%;
}

.custom-scroll-sig::-webkit-scrollbar-button:hover {
  background-color: rgba(12, 125, 160, 0.4); 
}

.custom-scroll-sig {
  scrollbar-width: thin; 
  scrollbar-color: #0c7da0 transparent;
}


.icon-card-selected {
  position: absolute !important;
  right: 20px;
  top: 20px;
  font-size: 60px;
  opacity: 0.25;
}

/* Waves Effect Agiliza - Versão Natural */
.waves-effect-agiliza {
  position: relative;
  overflow: hidden;
  background-color: #3699ff;
}

.waves-effect-agiliza .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  z-index: 1;
  pointer-events: none;
}

.waves-effect-agiliza .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

/* Garantir que o conteúdo fique acima das ondas */
.waves-effect-agiliza > div {
  position: relative;
  z-index: 2;
}

.waves-effect-agiliza .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 18s;
}

.waves-effect-agiliza .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 8s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/* Shrinking for mobile */
@media (max-width: 768px) {
  .waves-effect-agiliza .waves {
    height: 30px;
    min-height: 30px;
  }
  
  /* Ondas mais sutis em telas estreitas */
  .waves-effect-agiliza .parallax > use {
    animation-duration: 35s;
  }
  
  .waves-effect-agiliza .parallax > use:nth-child(1) {
    animation-duration: 25s;
  }
  
  .waves-effect-agiliza .parallax > use:nth-child(2) {
    animation-duration: 15s;
  }
}

/* Ondas ainda mais sutis em telas muito estreitas */
@media (max-width: 480px) {
  .waves-effect-agiliza .waves {
    height: 20px;
    min-height: 20px;
  }
  
  .waves-effect-agiliza .parallax > use {
    animation-duration: 40s;
  }
  
  .waves-effect-agiliza .parallax > use:nth-child(1) {
    animation-duration: 30s;
  }
  
  .waves-effect-agiliza .parallax > use:nth-child(2) {
    animation-duration: 20s;
  }
}

/* Versão alternativa com SVG para melhor performance */
.waves-effect-agiliza-svg {
  position: relative;
  overflow: hidden;
  background-color: #3699ff;
}

.waves-effect-agiliza-svg .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  z-index: 1;
}

.waves-effect-agiliza-svg .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.waves-effect-agiliza-svg .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 18s;
}

.waves-effect-agiliza-svg .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 8s;
}

/* Shrinking for mobile */
@media (max-width: 768px) {
  .waves-effect-agiliza-svg .waves {
    height: 30px;
    min-height: 30px;
  }
  
  /* Ondas mais sutis em telas estreitas */
  .waves-effect-agiliza-svg .parallax > use {
    animation-duration: 35s;
  }
  
  .waves-effect-agiliza-svg .parallax > use:nth-child(1) {
    animation-duration: 25s;
  }
  
  .waves-effect-agiliza-svg .parallax > use:nth-child(2) {
    animation-duration: 15s;
  }
}

/* Ondas ainda mais sutis em telas muito estreitas */
@media (max-width: 480px) {
  .waves-effect-agiliza-svg .waves {
    height: 20px;
    min-height: 20px;
  }
  
  .waves-effect-agiliza-svg .parallax > use {
    animation-duration: 40s;
  }
  
  .waves-effect-agiliza-svg .parallax > use:nth-child(1) {
    animation-duration: 30s;
  }
  
  .waves-effect-agiliza-svg .parallax > use:nth-child(2) {
    animation-duration: 20s;
  }
}

/* =====================================
   Menu Mobile da Área Administrativa
======================================= */

/* Estilos para o menu mobile administrativo */
.header-mobile {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #3699ff 0%, #187de4 100%);
}

.header-mobile .burger-icon {
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    color: white;
}

.header-mobile .burger-icon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-mobile .burger-icon i {
    transition: all 0.3s ease;
    font-size: 1.5rem;
}

/* Animação do ícone do menu */
.header-mobile .burger-icon.active i.fa-list-ul {
    transform: rotate(180deg);
}

.header-mobile .burger-icon.active i.fa-times {
    transform: rotate(0deg);
}

/* Menu mobile ativo */
.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .header-mobile .burger-icon {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.mobile-nav-active .header-mobile .burger-icon:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

/* Menu de navegação mobile */
.mobile-nav-active #kt_header_navs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(33, 37, 41, 0.95);
    z-index: 9998;
    overflow-y: auto;
    padding: 80px 20px 20px 20px;
}

.mobile-nav-active #kt_header_navs .header-tabs {
    display: flex !important;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.mobile-nav-active #kt_header_navs .nav-item {
    margin-bottom: 10px;
}

.mobile-nav-active #kt_header_navs .nav-link {
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #3699ff !important;
    background: rgba(54, 153, 255, 0.1);
}

.mobile-nav-active #kt_header_navs .nav-link:hover,
.mobile-nav-active #kt_header_navs .nav-link.active {
    background: #3699ff;
    color: white !important;
    transform: translateX(5px);
}

/* Conteúdo do menu mobile */
.mobile-nav-active .tab-pane {
    display: block !important;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.mobile-nav-active .menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-active .menu-item {
    margin-bottom: 10px;
}

.mobile-nav-active .menu-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    color: #3699ff;
    font-weight: 500;
    transition: all 0.3s ease;
    background: rgba(54, 153, 255, 0.1);
}

.mobile-nav-active .menu-link:hover,
.mobile-nav-active .menu-item-active .menu-link {
    background: #3699ff;
    color: white;
    transform: translateX(5px);
}

.mobile-nav-active .menu-link i {
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Responsividade */
@media (max-width: 576px) {
    .header-mobile .d-sm-block {
        display: none !important;
    }
    
    .mobile-nav-active #kt_header_navs {
        padding: 70px 15px 15px 15px;
    }
    
    .mobile-nav-active #kt_header_navs .header-tabs,
    .mobile-nav-active .tab-pane {
        padding: 15px;
    }
}

/* Fade in/out animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-nav-active #kt_header_navs {
    animation: fadeIn 0.3s ease-out;
}

.bg-gray-input{
  background-color: #f7f7f7 !important;
  color: #6f7c87 !important;
  font-weight: 500;
}