body {
  overflow-y: unset !important;
}

.nt-badge-false {
  background-color: #f44455;
}

.nt-badge-true {
  background-color: #5fc27e;
}

.nt-badge-bloqueado-false {
  background-color: #5fc27e;
}

.nt-badge-bloqueado-true {
  background-color: #f44455;
}

.nt-badge-RECUSADO,
.nt-badge-expirado,
.nt-badge-false,
.nt-badge-cancelamento,
.nt-badge-cancelado-true {
  background-color: #f44455;
}

.nt-badge-true,
.nt-badge-S,
.nt-badge-APROVADO,
.nt-badge-pago,
.nt-badge-concluido,
.nt-badge-negativa,
.nt-badge-cancelado-false {
  background-color: #5fc27e;
}

.nt-badge-PENDENTE,
.nt-badge-liberado,
.nt-badge-inteiro-teor {
  background-color: #a180da;
}

.nt-badge-diferido {
  background-color: #47bac1;
}

.nt-badge-isento {
  background-color: #5b7dff;
}

.nt-badge-utilizado,
.nt-badge-ordem-judicial-false {
  background-color: #5fc27e;
}

.nt-badge-vencido,
.nt-badge-positiva,
.nt-badge-cancelado {
  background-color: #f44455;
}

.nt-badge-nao_pago,
.nt-badge-aberto,
.nt-badge-ordem-judicial-true,
.nt-badge-N {
  background-color: #feb548;
}

.nt-badge-false {
  background-color: #f44455;
}

.nt-badge-true {
  background-color: #5fc27e;
}

.nt-badge-bloqueado-false {
  background-color: #5fc27e;
}

.nt-badge-bloqueado-true {
  background-color: #f44455;
}

.form-label {
  color: #343a40;
  font-weight: bold;
}

.nt-name-size {
  width: 100%;
  max-width: 475px;
  min-width: 475px;
}

.grande-size {
  width: 100%;
  max-width: 480px;
  min-width: 270px;
}

.medio-size {
  width: 100%;
  max-width: 270px;
}

.pequeno-size{
  width: 100%;
  max-width: 180px;
  min-width: 180px;
}

.valor-size{
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

.data-size {
    width: 100%;
    max-width: 110px;
    min-width: 110px;
}

.data-group-size {
  width: 100%;
  max-width: 225px;
  min-width: 225px;
}

.tin-size {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
}
.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap{
  flex-wrap: wrap;
}

.data-group-size {
  width: 100%;
  max-width: 225px;
  min-width: 225px;
}

.gap-1{
  column-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gap-2{
  column-gap: 2rem !important;
  row-gap: 1rem !important;
}

.gap-3{
  column-gap: 3rem !important;
  row-gap: 1rem !important;
}

.gap-02{
  column-gap: .2rem !important;
  row-gap: 1rem !important;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.nt-medium-size {
  width: 100%;
  max-width: 270px;
  min-width: 270px;
}

.nt-tin-size {
  width: 100%;
  max-width: 78px;
  min-width: 78px;
}

.nt-large-size {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
}

.nt-xl-size {
  width: 100%;
  max-width: 800px;
  min-width: 800px;
}

.nt-doc-size {
  width: 100%;
  max-width:  180px;
  min-width: 180px;
}


.nt-small-size {
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

.nt-uf-size {
  width: 100%;
  max-width: 175px;
  min-width: 175px;
}

.nt-cep-size {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
}

.nt-document-size {
  width: 100%;
  max-width: 180px;
}

.nt-gap-0-3 {
  gap: 0.3rem;
}

.nt-gap-0-6 {
  gap: 0.6rem;
}

.nt-gap-1 {
  gap: 1rem;
}

.nt-gap-2 {
  column-gap: 2rem;
  row-gap: 1rem;
}

.nt-date-size {
  width: 100%;
  max-width: 110px;
  min-width: 110px;
}

.display-none {
  display: none;
}
.font-family-monospace {
  font-family: "monospace", Times, serif;
}

.required-sign {
  color: red;
  font-weight: bold;
}


ul,
#tree-list {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */

#tree-list {
  margin: 0;
  padding: 0;
}

#tree-list .custom-checkbox {
  cursor: pointer;
}

/* Style the tree-dad/arrow */

.tree-dad {
  cursor: pointer;
  user-select: none;
  /* Prevent text selection */
}

/* Create the tree-dad/arrow with a unicode, and style it */

.tree-dad::before {
  content: '\25B6';
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the tree-dad/arrow icon when clicked on (using JavaScript) */

.tree-dad-down::before {
  transform: rotate(90deg);
}

/* Hide the tree-sons list */

.tree-sons {
  display: none;
}

/* Show the tree-sons list when the user clicks on the tree-dad/arrow (with JavaScript) */


::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #313b4c;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #313b4c;
}

.form-plus-button-area {
  padding-top: 28px;
  margin: 0;
}

main.content{
  padding: 2rem 1rem !important;
}


.footer {
  padding: 10px 5px !important;
  /*background: #354052 !important;*/
  background: black !important;
  color: white !important;
}

.footer .text-muted {
  color: white !important;
}

.footer .text-muted .text-left p.mb-0 {
  padding-top: 7px;
}

.table-item-cadastrado-editado {
  background: #737373 !important;
  color: white;
}

table {
  width: 100% !important;
}

.border-top-white {
  border-top: 2px solid #fff;
}

textarea.form-control {
  height: 55px;
}

.color-bg-card {
  background: #eff5f9;
}

.text-dark {
  color: #495057 !important;
}


/* --------------- load ------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #47bac1;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

/* --------------- load ------------- */

.select2-results__message {
  display: none;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}
.tipo-apresentante-btn-selected {
  background: #8459ce !important;
}

.data-keyup-option {
  list-style: none;
  margin: 0;
  padding: 0;
  background: antiquewhite;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.data-keyup-option li {
  padding: 5px 10px;
  cursor: pointer;
}

.data-keyup-option li:hover {
  background: rgb(218, 184, 140);
}

.shadow-apresentante {
  box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 15%) !important;
  background-color: #f5f9fc;
}

.btn-right-field {
  position: absolute;
  right: 0;
  margin-right: -125px;
  /*margin-top: -31px;*/
  margin-top: 29px;
}

.default-validation-error {
  position: absolute;
  margin: 9px 0 0 5px;
}

#loading {
  display: none;
  background-color: black;
  opacity: 0.68;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999;
}

#default-loading-spinner {
  width: 80px;
  height: 80px;
  position: fixed;
  inset: 50%;
}

#spinner-loading-text{
  display: flex!important;
  justify-content: center!important;
}


/***************************************************************************/
.custom-switch .custom-control-label:after,
.custom-control-label:after {
  cursor: pointer;
}
.tag-badge-success:after,
.tag-status-success,
.tag-status-success.tag-status:after,
.tag-status-success.tag-status:before {
  background-color: #5cb85c;
}

@-webkit-keyframes iconAlertAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(50px);
    transform: scale(0.4) translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes iconAlertAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(50px);
    transform: scale(0.4) translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

/* FILTER */

.to-right {
  float: right;
}

::-webkit-input-placeholder {
  text-transform: capitalize !important;
}

::-webkit-input-placeholder {
  /* Chrome, Safari */
  text-transform: capitalize !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: capitalize !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: capitalize !important;
}

:-ms-input-placeholder {
  /* IE */
  text-transform: capitalize !important;
}

.ui-dialog {
  z-index: 99999;
}


.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-end {
  border: none;
  padding: 0;
}
.nav.nav-tabs.step-anchor {
  overflow-x: auto !important;
  flex-wrap: nowrap;
}

.nav.nav-tabs.step-anchor::-webkit-scrollbar {
  display: none;
}
o .wizard-primary.sw-theme-arrows > ul.step-anchor > li.active > a,
.wizard.sw-theme-arrows > ul.step-anchor > li.done > a {
  padding-right: 1rem !important;
}

.flex-auto {
  flex: auto;
}

.mb-1-9 {
  margin-bottom: 0.19rem !important;
}


table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
  top: 50%;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  border-radius: 0px !important;
  pointer-events: none !important;
  background-color: #dee2e6 !important;
  border: 1px solid #adb5bd !important;
  border-radius: 0.2rem !important;
  width: 1rem !important;
  height: 1rem !important;
}
table.dataTable tbody td.select-checkbox:before table.dataTable tbody th.select-checkbox:before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%47bac1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E") !important;
}

table.dataTable tbody td.select-checkbox::after {
  background: no-repeat 50%/50% 50% !important;
}


.block-with-text {
  text-overflow: ellipsis;
  width: 14rem;
  white-space: nowrap;
  overflow: hidden;
}

.block-with-text:hover {
  white-space: normal;
  overflow: auto;
  width: 100%;
}

#centraliza-progress {
  width: -webkit-fill-available;
  height: 1.5rem;
  position: fixed;
  top: 50%;
  left: 2%;
  right: 2%;
}

.progress-bar {
  animation: progress-bar 1.25s linear normal;
}

@keyframes progress-bar {
  0% {
    width: 10%;
  }

  30% {
    width: 30%;
  }

  68%,
  72% {
    left: 70%;
  }

  100% {
    width: 100%;
  }
}

span.text-overflow {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.text-overflow:hover {
  display: block;
  width: 180px;
  white-space: nowrap;
}

/* PASSWORD CONTAINER */

#message {
  display: none;
  color: #000;
  position: relative;
  width: 24rem;
  /* box-shadow: -10px 7px 10px 0px rgba(0, 0, 0, 0.2); */
  margin: 0 0 1rem 0;
  background: linear-gradient(to bottom right, #ffffff, #e4e4e4);
  box-shadow: -9px 9px 9px rgba(0, 0, 0, 0.5);

  border-radius: 10px;
  padding: 20px;

}

#message p {
  margin-top: 5px;
  padding: 0px 1rem;
  margin: 10px 0;
}

.valid {
  color: #24c432;
}

.valid:before {
  position: relative;
  left: -15px;
  content: "\f164"; /* código Unicode do ícone */
  font-family: "Font Awesome 5 Free"; /* a fonte do ícone */
  font-weight: 700;
}

.invalid {
  color: #ff1424;
}

.invalid:before {
  position: relative;
  left: -15px;
  content: "\f165"; /* código Unicode do ícone */
  font-family: "Font Awesome 5 Free"; /* a fonte do ícone */
  font-weight: 700;
}

.password-input {
  border: none;
  outline: none;
}

.image-container {
  position: relative;
  height: 260px;
  width: 260px;
  object-fit: cover;
}

#container-img-perfil {
  display: flex;
  flex: 1;
  justify-content: left;
  flex-direction: column;
  align-items: center;
}

.overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  z-index: 1;
  display: none;
  pointer-events: none;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  margin-top: 70%;
}

.image-container:not(.webcam-active):hover .overlay {
  display: block;
  pointer-events: auto;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line1 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

.line2 {
  font-size: 14px;
  color: #fff;
}

#imageLabel {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.fa-camera {
  font-size: 24px;
  color: #fff;
}

.perfilDropdown {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.perfil-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.perfil-toggle:hover {
  background-color: #f5f5f5;
}

.perfil-toggle i {
  margin-left: 8px;
}

.perfilDropdown {
  width: 100%;
  margin-top: 90px;
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 2;
}

.perfilDropdown .option {
  padding: 8px 12px;
  cursor: pointer;
}

.perfilDropdown .option:hover {
  background-color: #c6c6c6;
}

.image-container:hover img {
  filter: brightness(50%);
}

.foto-label {
  cursor: pointer;
}

#foto-file {
  cursor: pointer;
}

.background-gray-configuracoes {
  background-color: gray;
  padding: 10px;
  /* width: 300px; */
  /* height: 300px; */
}

.background-gray-configuracoes span {
  color: white;
}

#foto-view {
  object-fit: cover;
  height: 260px;
  width: 260px;
}

.underline-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bold-text {
  font-weight: 600;
  color: #000;
}

.modal-divider {
  border-top: 1px solid #e9ecef;
  margin: 16px 0;
}

#baixar-boleto-retorno:hover {
  cursor: pointer;
}


#historicoDeSelosDropdown {
  left: -240px !important;
}

#button-mais-acoes-certidao,
.mais-acoes {
  height: 25px !important;
}


.modal-backdrop.show,
.modal-open .modal {
  overflow-y: auto !important;
}

.daje-modal {
  max-height: 80vh;
  overflow-y: auto;
}

.icone-btn-min {
  height: 31px !important;
  width: 38px !important;
}

i.center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
  width: 100% !important;
}

#logo-page-login {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#autenticando {
  margin: 0 auto;
}

/* .opacity-model {opacity: 0.5;} */

 /* RESPONSIBLE FOR RESPONSIVE LAYOUT --------------------------------------------------*/

@media (max-width: 450px) {
  .min-size {
    width: 90%;
  }
  .pequeno-size {
    width: 90%;
  }
  .input-com-btn {
    width: 90%;
  }

}

@media(max-width: 500px){
  .card-dashboard {
    max-width: 100%;
  }

  .flex-w499-column {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .input-com-btn {width: 80% }

  .filter-block-460,
  .filter-block-250,
  .contribuinte-size,
  .atos-size {
    max-width: 100%;
    min-width: 100%;
  }

  .filter-block-460 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .flex-w599-column {
    flex-direction: column;
  }
}

@media(max-width: 768px) {
  #logo-page-login{
    margin: 0 4.5rem;
    left: 0;
    right: 0;
  }

  #titulo-visualizar-daje{font-size: 1.2rem}
  .tela-formatada-visualizacao{display: block}

}

@media (max-width: 991.98px) {
  .main {
    overflow: hidden;
  }

  main.content{
    padding: 1.5rem 0 !important;
  }
}

@media(max-width: 1400px){
  #container-img-perfil{justify-content: center}
}

@media (min-width: 1400px) {
  .col-2xl-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-2xl-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-2xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-2xl-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-2xl-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-2xl-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-2xl-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-2xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-2xl-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-2xl-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-2xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 270px) {
  .nt-medium-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 78px) {
  .nt-tin-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .nt-large-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 475px) {
  .nt-name-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 800px) {
  .nt-xl-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 180px) {

  .nt-doc-size,
  .nt-document-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 150px) {
  .nt-small-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 175px) {
  .nt-uf-size {
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 120px) {
  .nt-cep-size {
    max-width: 100%;
    min-width: auto;
  }
}

.data-keyup-cidade>li {
  padding: 0.45rem;
  background-color: ivory;
  cursor: pointer;
  vertical-align: middle;
}

.data-keyup-cidade>li:hover {
  background-color: #47bac1;
}

.cidade-options {
  overflow-y: auto;
  max-height: 150px;
}

/* .modal-backdrop+.modal-backdrop {
  z-index: 1051;
}

.modal-dialog.modal-second {
  z-index: 1052;
} */

.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1050;
}

.modal.modal-open {
  z-index: 1060;
}

#suggestions-list {
  max-width: 480px;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
}

#suggestions-list li {
  cursor: pointer;
  padding: 8px;
}

#suggestions-list li:hover {
  background-color: #f0f0f0;
}

#time-line-bloqueio::-webkit-scrollbar {
  display: none;
}

.event-pointer-none {
  pointer-events: none;
}

.status-size {
  width: 100%;
  max-width: 70px;
}

.w-90  {
  width: 90%;
}

.resize-none {
  resize: none;
  overflow: auto
}

.badge-outline-true {
  color: #FFF;
  background-color:#47bac1 !important;
  display: inline-block;
  padding: .3em .45em;
  font-size: 80%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .2rem;
}

.badge-outline-false {
  color: #47bac1;
  border: 1px solid #47bac1 !important;
  display: inline-block;
  padding: .3em .45em;
  font-size: 80%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .2rem;
}

