

::-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-white{
  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: #ffffff;
  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: #0098C7;
}

.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: #3e474e;
  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;
}
.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;
}

.gradient-avgov{
  background-image: linear-gradient(to right top, #0048c3, #0057c7, #0064c9, #0070c9, #007bc7, #0086cb, #0091cd, #009cce, #00abd4, #00b9d6, #00c8d6, #00d5d2);
}

.effect-bg-gradient {
  position: absolute;
  background-image: linear-gradient(to right top, #0048c3, #0057c7, #0064c9, #0070c9, #007bc7, #0086cb, #0091cd, #009cce, #00abd4, #00b9d6, #00c8d6, #00d5d2);
  height: 140px;
  width: 100%;
  top: 0;
  border-radius: 6px;
  z-index: 0;
}

.z-1{
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}