.base__background {
  background-color: var(--color-grey);
  overflow-x: hidden;
}

.base__nav__container {
  background-color: #ffff;
  padding: 20px 15px;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.base__nav__container .base__logo {
  background-color: var(--color-grey);
  border-radius: 3px;
  width: 60px;
  height: 60px;

  margin-right: 40px;
}
.base__darkblue {
  background-color: #008fd4;
  width: 60px;
  height: 60px;
  border-radius: 3px 0 0 3px;
}
.bnt__blue {
  background-color: #14a8f0;
  height: 60px;
  width: 150px;
  border-radius: 0 3px 3px 0;
  color: #ffff !important;
}
.base__nav__content {
  background-color: var(--color-grey);
  width: 100%;
}
.base__nav__content .base__nav__item {
  width: 100%;
}
.base__nav__content .base__nav__item strong {
  font-size: 0.8rem;
}
.base__nav__bntAlterar {
  width: 180px;
  height: 60px;
  border: none;
  background-color: #e2e2e2;
  border-radius: 0 3px 3px 0;
}

/* menu */
.container_base_header {
}
.cargo_dropdown {
  display: none !important;
}
.unidade_dropdown {
  display: none !important;
}
.ds-flex {
  display: flex;
}

.n-user {
  background-color: var(--color-primary);
  display: flex;
}

.blue-dark {
  background-color: #18a39a;
  width: 58px;
  height: 56px;
}

.bg-grey {
  background-color: var(--color-grey);
}

.n-header {
  padding: 10px 0;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cago_display {
  display: flex;
  justify-content: end !important;
}

.btn-custom1 {
  background-color: var(--color-primary) !important;
  color: white !important;
  border-color: var(--color-primary) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media screen and (max-width: 1200px) {
  .cargo_dropdown {
    display: block !important;
  }
  .item_cargo {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .item_unidade {
    display: none !important;
  }
  .unidade_dropdown {
    display: block !important;
  }
  .base__nav__content .base__nav__item {
    justify-content: space-between !important;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .infor-user {
    padding-left: 15px;
  }
  .truncate {
    width: 320px;
  }
  .CARGO {
    justify-content: start !important;
  }

  .truncate {
    width: 223px;
  }
}
@media screen and (max-width: 660px) {
  .base__darkblue {
    display: none;
  }
  .bnt__blue {
    border-radius: 3px;
  }
  .base__nav__content .base__nav__item {
    width: 33%;
  }
  .container_base_header {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .base__darkblue {
    display: none;
  }
  .bnt__blue {
    border-radius: 3px;
  }
  .base__nav__bntAlterar {
    width: 100px;
  }
}

.modal-size-custom1 {
  max-width: 1500px;
}

 .no-more-tables th,
.no-more-tables td {
  padding: 8px;
}
.btn-max-content {
  width: max-content !important;
}

/*
.no-more-tables a,
.no-more-tables button {
  width: max-content;
}

.no-more-tables,
.modal-size-custom1 {
  max-width: 1500px;
}

.no-more-tables td:last-of-type {
  gap: 5px;
  grid-auto-flow: column;
}

.modal .no-more-tables table,
.modal .no-more-tables thead,
.modal .no-more-tables tbody,
.modal .no-more-tables th,
.modal .no-more-tables td,
.modal .no-more-tables tr {
  display: block;
}

.modal .no-more-tables thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.modal .no-more-tables tr {
  border: 1px solid #ccc;
}
.modal .no-more-tables td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 10px;
  padding-left: 55%;
  white-space: normal;
  text-align: left;
}
.modal .no-more-tables td:before {
  position: absolute;
  top: 6px;
  left: 14px;
  font-weight: bold;
}
.modal .no-more-tables td:before {
  content: attr(data-title);
}

.modal .no-more-tables a,
.modal .no-more-tables button {
  height: 50px !important;
  line-height: 37px;
  width: 100%;
  margin-bottom: 8px !important;
}
.modal .no-more-tables td:last-of-type {
  background-color: #eaeaea;
  padding-left: 12px;
  padding-top: 40px;
} */

@media only screen and (max-width: 768px) {
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables tr {
    border: 1px solid #ccc;
  }
  .no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    padding-left: 55%;
    white-space: normal;
    text-align: left;
  }
  .no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 14px;
    font-weight: bold;
  }
  .no-more-tables td:before {
    content: attr(data-title);
  }

  .no-more-tables a,
  .no-more-tables button {
    height: 50px !important;
    line-height: 37px;
    width: 100% !important;
    margin-bottom: 8px !important;
  }
  .no-more-tables td:last-of-type {
    background-color: #eaeaea;
    padding-left: 12px;
    padding-top: 40px;
  }
}
