@font-face {
  font-family: "Alegreya Sans";
  src: url('../fonts/Alegreya_Sans/AlegreyaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya Sans";
  src: url('../fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya Sans";
  src: url('../fonts/Alegreya_Sans/AlegreyaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Alegreya Sans", Arial, sans-serif;
}

html {
  height: -webkit-fill-available;
}

.header {
  padding: 80px 20px 20px 20px !important;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
    inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

span.novo-alerta {
  padding: 0.35rem !important;
}

/* 
.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
} */

.nav-flush .nav-link {
  border-radius: 0;
}

/* .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
} */

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}

.pad-c {
  padding: 50px;
}

.col-criterio {
  width: 35%;
}

.col-responsavel {
  width: 35%;
}

.col-data {
  width: 10%;
}

.col-validade {
  width: 10%;
}

.col-arquivo {
  width: 10%;
}

.border-linha {
  border: 1px solid #0250a5;
}

.border-color-box {
  background-color: #557ab9;
  color: #ffff;
  border: 1px solid #0250a5;
}

.footer-h {
  height: 300px;
}

.border-navbar {
  border-bottom: 2px dashed white;
}

.form-control:focus {
  box-shadow: 0px 5px 0px 0px #84b9f1;
}

.form-select:focus {
  box-shadow: 0px 5px 0px 0px #84b9f1;
}

.section-title {
  background: linear-gradient(to right, #007bff, #6610f2);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-family: "Alegreya Sans", Arial, sans-serif;
  margin-bottom: 0;
  text-align: center;
}
/* 
body {
  background: #f8f9fa;
  color: #333;
  font-family: "Alegreya Sans", Arial, sans-serif;
}
 */
.header {
  background: linear-gradient(to right, #007bff, #6610f2);
  color: #fff;
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
}

.header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-buttons h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Alegreya Sans", Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.header-buttons h1 i {
  margin-right: 10px;
  color: #fff;
  background: transparent;
}

.header-buttons a {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  display: flex;
  align-items: center;
}

.header-buttons a:hover {
  color: #0056b3;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.header-buttons a i {
  margin-right: 5px;
}

.container {
  margin-top: 20px;
}

.modal-header .btn-save-modal {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.table th,
.table td {
  vertical-align: middle;
}

.datatable-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.datatable-buttons button {
  margin-right: 10px;
}

.datatable-buttons button:last-child {
  margin-right: 0;
}

.datatable-buttons i {
  color: #007bff;
  /* Cor azul para ícones */
}
.table-responsive {
  overflow: visible !important;
}

/*
    .search-bar {
      margin-top: 20px;
    }
    */

.search-bar input#searchInput {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/*
    .bootstrap-table .fixed-table-container .fixed-table-body {
        overflow: visible !important;
    }
    */
.fixed-table-body {
  overflow: unset !important;
}
