@import url(https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Exo&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=Quicksand&display=swap);
@charset "UTF-8";
body {
  margin: 0;
  font-family: "Roboto", "Exo", "Kanit", Tahoma, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: left;
  background-color: rgba(246, 249, 250, 0.7411764706);
}

label {
  font-size: 12px;
  font-weight: 600;
  color: #1e7a91;
}

.app-header {
  position: fixed;
  z-index: 1020;
  width: 100%;
  text-align: center;
  color: #000000;
  background-color: #1e293b;
  border-bottom: 1px solid rgba(71, 181, 214, 0.24);
}

.bg_logo_dashboard {
  background-color: #1e293b;
}

.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #cbd5e1; /* Texto claro */
  background-color: #1e293b; /* Fundo Escuro Moderno */
  height: 100vh; /* Força a sidebar a ter o tamanho exato da tela */
  overflow-y: auto; /* Cria rolagem interna se o menu for maior que a tela */
  overflow-x: hidden; /* Evita barra de rolagem horizontal */
}

.sidebar::-webkit-scrollbar {
  width: 6px; /* Barra mais fina */
}

.sidebar::-webkit-scrollbar-track {
  background: #1e293b; /* Fundo da trilha igual ao menu */
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #475569; /* Cor da barra (Slate 600) */
  border-radius: 20px; /* Arredondada */
  border: 2px solid #1e293b; /* Espaço entre a barra e a borda */
}

.sidebar .nav-link {
  color: #cbd5e1; /* Cor do texto normal */
  transition: all 0.2s ease-in-out; /* Transição suave */
  font-weight: 500;
  border: none;
}

.sidebar .nav-link.active {
  color: #ffffff;
  background: #3b82f6; /* Azul Royal vibrante */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Sombra suave */
}

.sidebar .nav-link.active .nav-icon {
  color: #ffffff;
}

.sidebar .nav-link.active .nav-submenu {
  color: #ffffff;
}

.sidebar .nav-link .nav-icon {
  display: inline-block;
  width: 1.09375rem;
  margin: 0 0.5rem 0 0; /* Aumentei um pouco a margem para respiro */
  font-size: 1rem;
  color: #94a3b8; /* Ícone levemente mais apagado que o texto */
  text-align: center;
  transition: color 0.2s;
}

.sidebar .nav-link:hover {
  background: #334155; /* Um tom mais claro que o fundo */
  color: #ffffff;
}

.sidebar .nav-link:hover .nav-icon {
  color: #ffffff;
}

.sidebar .nav-dropdown-toggle {
  position: relative;
  background: transparent; /* Transparente para pegar a cor da sidebar */
  color: #cbd5e1;
}

.sidebar .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23cbd5e1' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.sidebar .nav-dropdown.open {
  background: #0f172a; /* Fundo mais escuro para o submenu (efeito de profundidade) */
}

.sidebar .nav-dropdown.open .nav-link {
  color: #cbd5e1;
  background: transparent;
  border: none;
}

.sidebar .nav-dropdown.open .nav-link .nav-icon {
  color: #94a3b8;
}

.sidebar .nav-dropdown.open .nav-link.active {
  background: rgba(59, 130, 246, 0.15); /* Azul bem transparente */
  color: #3b82f6; /* Texto azul vibrante */
  box-shadow: inset 3px 0 0 #3b82f6;
}

.sidebar .nav-dropdown.open .nav-link.active .nav-icon {
  color: #3b82f6;
}

.sidebar .nav-dropdown.open .nav-link:hover {
  background: #1e293b; /* Volta para a cor original da sidebar */
  color: #ffffff;
}

.submenu {
  margin-left: 8px;
  margin-right: 5px;
  color: #94a3b8;
}

.submenu-item {
  font-size: 0.85rem; /* Ajuste para rem */
  margin-left: 16px;
  margin-right: 5px;
  color: #cbd5e1;
}

.obrigatorio {
  color: #f00;
  font-weight: bold;
  font-size: 12px;
  padding-left: 2px;
}

.separador_menu {
  margin: 0px;
  padding: 0px;
  border: 0;
  border-top: 1px solid #335b8a;
}

.separador_menu_dropdown {
  margin: 0px;
  padding: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

a {
  color: rgb(0, 0, 0);
}

a:hover {
  color: rgb(255, 187, 0);
}

.login-page {
  background-image: url("/images/bg_login.jpg");
  align-items: center;
  background-color: #f0f0f0;
  background-size: cover;
}

.botao-float-right {
  float: right;
}

.botao-float-left {
  float: left;
}

.botao-funcoesxx {
  min-width: 150px;
  float: left;
}

.font-projetos {
  font-size: 14px;
}

.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1px;
  border-radius: 3px;
}

.bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 25px;
  border-radius: 3px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
  color: #7F98B2;
}

.titulo {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d8ca3;
}

.titulo_ {
  font-size: 15px;
  font-weight: 600;
  color: rgb(65, 150, 184);
  text-transform: uppercase;
}

.titulo__ {
  font-size: 18px;
  font-weight: 500;
  color: rgb(27, 117, 177);
}

.titulo___ {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 115, 0);
  text-transform: uppercase;
}

.titulo____ {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 115, 0);
  text-transform: uppercase;
}

.subtitulo {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 70, 128, 0.699);
}

.titulo13 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.titulo15verde {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(14, 105, 49);
}

.titulo_laranja {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 138, 5);
}

.titulo_dados_selecionados {
  font-size: 16px;
  font-weight: 600;
  color: #5f5f5f;
}

.titulo_dados {
  font-size: 14px;
  color: #f60;
  font-weight: 700;
}

.subtitulo_dados {
  font-size: 14px;
  color: rgb(63, 63, 63);
  font-weight: 500;
}

.titulo_dashboard {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.titulo_separador {
  font-size: 15px;
  color: rgb(0, 140, 255);
  border-bottom: 1px solid rgb(0, 140, 255);
}

.titulo_separador_laranja {
  font-size: 12px;
  font-weight: 600;
  color: rgb(255, 136, 0);
  border-bottom: 1px solid rgb(255, 136, 0);
  text-transform: uppercase;
}

.titulo_separador_verde {
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 163, 8);
  border-bottom: 1px solid rgb(0, 163, 8);
  text-transform: uppercase;
}

.titulo_separador_azul {
  font-size: 11px;
  font-weight: 700;
  color: rgb(12, 132, 201);
  border-bottom: 1px solid rgb(121, 180, 214);
  text-transform: uppercase;
  background-color: rgba(233, 244, 247, 0.6117647059);
  padding: 10px;
}

.titulo_separador_preto {
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(150, 150, 150);
  text-transform: uppercase;
}

.titulo_12_preto {
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.texto_12_preto {
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.titulo_azul_14 {
  font-size: 14px;
  font-weight: 600;
  color: #2995c7;
}

.titulo_azul_16 {
  font-size: 16px;
  font-weight: 600;
  color: #2995c7;
}

.titulo_laranja_14 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 81, 0, 0.6588235294);
}

.titulo_laranja_16 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 81, 0, 0.6588235294);
}

.titulo_laranja_20 {
  font-size: 20px;
  font-weight: 600;
  color: #ff5100;
}

.teste {
  color: #90afc4;
}

.imagem_card_home_funcoes {
  background-image: url("/images/funcoes.png");
  background-repeat: no-repeat;
  background-position-x: right;
  opacity: 0.6;
}

.imagem_card_home_especialidades {
  background-image: url("/images/especialidades.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120px;
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, rgb(161, 25, 107)) !important;
  color: #fff;
}

.l-bg-red-dark {
  background: linear-gradient(to right, #493232, rgb(161, 25, 25)) !important;
  color: #fff;
}

.l-bg-red-light {
  background: linear-gradient(to right, rgba(255, 135, 135, 0.568627451), rgba(252, 206, 206, 0.473)) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #2b4c68, #4286f4) !important;
  color: #fff;
}

.l-bg-blue-light {
  background: linear-gradient(to right, rgba(105, 158, 204, 0.3294117647), rgba(190, 212, 248, 0.2941176471)) !important;
  color: #000000;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #1f7970, #8dd1a7) !important;
  color: #fff;
}

.l-bg-green-light {
  background: linear-gradient(to right, rgba(72, 189, 179, 0.4509803922), rgba(175, 235, 198, 0.3568627451)) !important;
  color: #fff;
}

.l-bg-pink-dark {
  background: linear-gradient(to right, #7c4868, #dd50a2) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

.card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.circle {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 135px;
  height: 135px;
  overflow: hidden;
  position: relative;
}

.circle img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.circle_50 {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.circle_50 img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.redondo {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

.titulo_mini_10px {
  margin-top: 5px;
  margin-left: -14px;
  font-size: 10px;
  color: #000000;
  padding-left: 15px;
  text-align: center;
  font-weight: 500;
}

.titulo_mini_11px {
  margin-top: 5px;
  margin-left: -14px;
  font-size: 11px;
  color: #000000;
  padding-left: 15px;
  text-align: center;
  font-weight: 500;
}

.titulo_mini_10px_preto {
  margin-top: 5px;
  margin-left: -14px;
  font-size: 10px;
  color: #000000;
  padding-left: 15px;
  text-align: center;
  font-weight: 500;
}

.titulo_mini_10px_laranja {
  margin-top: 5px;
  margin-left: -14px;
  font-size: 10px;
  color: #f60;
  padding-left: 15px;
  text-align: center;
  font-weight: 500;
}

.titulo_mini_12px {
  font-size: 12px;
  color: #16456b;
}

.titulo_14px {
  font-size: 14px;
  color: #1d5c8f;
}

:root {
  --scroll-bar-color: #475569; /* Thumb: Slate 600 (Cinza médio azulado) */
  --scroll-bar-bg-color: #1e293b; /* Track: Slate 800 (Fundo escuro igual ao menu) */
}

pre {
  color: var(--code-color);
  font-size: var(--code-font-size);
  line-height: var(--code-line-height);
  background-color: var(--code-bg-color);
}

.code-block {
  max-height: 100px;
  overflow: auto;
  padding: 8px 7px 5px 15px;
  margin: 0px 0px 0px 0px;
  border-radius: 7px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 20px;
  border: 3px solid var(--scroll-bar-bg-color);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Pesquisar";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.a .nav-link .nav-dropdown-toggle {
  color: rgb(0, 0, 0);
}

.card-border-left {
  background-color: rgb(252, 252, 252);
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.l-bg-left-red {
  border-left: 6px solid rgb(211, 73, 73);
  color: rgb(211, 73, 73);
}

.l-bg-left-green {
  border-left: 6px solid rgb(22, 177, 117);
  color: rgb(22, 177, 117);
}

.l-bg-left-blue {
  border-left: 6px solid rgb(15, 122, 172);
  color: rgb(15, 122, 172);
}

.card-border-left .card-statistic-3 .card-icon-large .fas,
.card-border-left .card-statistic-3 .card-icon-large .far,
.card-border-left .card-statistic-3 .card-icon-large .fab,
.card-border-left .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

.card-border-left .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: rgb(165, 165, 165);
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

/* Estilo iOS */
.switch__container {
  margin: 0px auto;
  width: auto;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  width: auto;
  height: 30px;
  background-color: #dddddd;
  border-radius: 0px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.switch--shadow + label:before {
  right: 1px;
  background-color: #f00;
  transition: background 0.4s;
}

.switch--shadow + label:after {
  width: 50%;
  background-color: #fff;
  border-radius: "0%";
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.switch--shadow:checked + label:before {
  background-color: #00ce18;
}

.switch--shadow:checked + label:after {
  transform: translateX(100%);
}

/* Estilo Flat */
.switch--flat + label {
  padding: 2px;
  width: 120px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}

.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

.switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}

.switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 56px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}

.switch--flat:checked + label {
  background-color: #8ce196;
}

.switch--flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196;
}

/* toggle switches with bootstrap default colors */
.custom-control-input-success:checked ~ .custom-control-label::before {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.custom-control-input-danger:checked ~ .custom-control-label::before {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.custom-control-input-warning:checked ~ .custom-control-label::before {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.custom-control-input-info:checked ~ .custom-control-label::before {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
  left: -2.25rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
  top: calc(0.25rem + 3px);
  left: calc(-2.25rem + 4px);
  width: calc(1.5rem - 6px);
  height: calc(1.5rem - 6px);
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
  height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
  padding-left: 1.5rem;
  line-height: 1.7rem;
}

.app-header .navbar-toggler-icon {
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

table {
  border-bottom: 1px solid #ececec;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

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

table.dataTable th {
  font-size: 0.65rem;
  color: rgb(49, 123, 192);
  font-weight: 600;
  text-transform: uppercase;
}

table.dataTable td {
  font-size: 0.8rem;
  border: 0px;
}

table.dataTable thead th {
  border-bottom: none;
  border-top: 1px solid #ececec;
}

table.dataTable tfoot th {
  border-top: none;
  border-bottom: 0px solid #111;
}

.btn {
  padding: 5px;
  font-size: 12px;
  margin-right: 2px;
}

.btn:disabled {
  background-color: rgb(241, 241, 241);
  color: rgba(201, 201, 201, 0.631372549);
  border: 1px solid rgb(241, 241, 241);
}

.btn:disabled:hover {
  background-color: rgb(241, 241, 241);
  color: rgba(201, 201, 201, 0.631372549);
  border: 1px solid rgb(241, 241, 241);
}

.badge-info {
  background-color: rgba(123, 179, 216, 0.199);
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-primary {
  background-color: rgba(44, 111, 156, 0.781);
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-success {
  background-color: rgba(139, 233, 170, 0.555);
  color: rgb(53, 53, 53);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-danger {
  background-color: rgba(255, 64, 64, 0.589);
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-warning {
  background-color: rgba(255, 227, 104, 0.623);
  color: rgb(53, 53, 53);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-secondary {
  background-color: rgba(153, 153, 153, 0.596);
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.btn-primary {
  background-color: #c8e1fc;
  color: #000;
}

.btn-primary:hover {
  background-color: #5f8bb9;
  color: #ffffff;
}

.btn-secondary {
  background-color: #e7e7e7;
  color: #000;
}

.btn-secondary:hover {
  background-color: #c5c5c5;
  color: #000;
}

.btn-info {
  background-color: rgb(195, 238, 255);
  color: #000;
}

.btn-info:hover {
  background-color: rgb(220, 245, 255);
  color: #000;
}

.btn-danger {
  background-color: rgb(255, 156, 156);
  color: rgb(0, 0, 0);
}

.btn-danger:hover {
  background-color: rgb(253, 211, 211);
  color: rgb(0, 0, 0);
}

.btn-warning {
  background-color: rgba(255, 225, 92, 0.8235294118);
  color: #000;
}

.btn-warning:hover {
  background-color: rgba(253, 233, 143, 0.8235294118);
  color: #000;
}

.btn-success {
  background-color: rgb(213, 255, 220);
  color: #000;
}

.btn-success:hover {
  background-color: rgb(173, 255, 186);
  color: #000;
}

.titulox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.titulox:before,
.titulox:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid rgb(192, 192, 192);
  margin: auto;
  font-size: 14px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background: #06638f;
  border-color: #06638f;
  border-bottom-color: #fff;
}

.nav-tabs .nav-link.active:focus {
  color: #ffffff;
  background: #06638f;
  border-color: #06638f;
  border-bottom-color: #fff;
}

.order-card {
  color: #000000;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.card .card-block {
  padding: 25px;
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.testimonial-card .card-up {
  height: 80px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #00657e) !important;
}

.aqua-gradient2 {
  background: linear-gradient(40deg, #00657e, #2096ff) !important;
}

.testimonial-card .avatar2 {
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #0e6fbe;
  border-radius: 50%;
  background-color: #fff;
}

.primary {
  color: #73b4ff;
  padding: 3px;
}

.primary:hover {
  color: #2959c0;
  padding: 3px;
}

.primary:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.primary:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.secondary {
  color: #979797;
  padding: 3px;
}

.secondary:hover {
  color: #616161;
  padding: 3px;
}

.secondary:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.secondary:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.danger {
  color: #db7070;
  padding: 3px;
}

.danger:hover {
  color: #ff0000;
  padding: 3px;
}

.danger:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.danger:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.warning {
  color: #db8330;
  padding: 3px;
}

.warning:hover {
  color: #ff7b00;
  padding: 3px;
}

.warning:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.warning:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.info {
  color: #1db8c4;
  padding: 3px;
}

.info:hover {
  color: rgba(52, 203, 230, 0.6901960784);
  padding: 3px;
}

.info:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.info:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.success {
  color: #57c026;
  padding: 3px;
}

.success:hover {
  color: rgba(51, 223, 151, 0.6901960784);
  padding: 3px;
}

.success:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.success:hover:disabled {
  color: rgba(219, 218, 218, 0.631372549);
  padding: 3px;
}

.alerta {
  font-size: 8px;
  color: #f00;
}

.btn-help {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.61);
  text-align: right;
  border: 0px;
}

.btn-help:hover {
  color: #3b3b3b;
  background-color: rgba(253, 67, 67, 0.61);
  text-align: right;
  border: 0px;
}

.ck.ck-content:not(.ck-comment__input *) {
  height: 300px;
  overflow-y: auto;
}

button:disabled {
  color: rgba(201, 201, 201, 0.631372549);
}

button:disabled:hover {
  color: rgba(201, 201, 201, 0.631372549);
}

button {
  border: 0px;
  background-color: transparent;
}

.ck-editor__editable_inline p {
  font-size: 13px !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c20000;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #37c200;
}

.card-green01 {
  background-color: #d5ece0;
}

.card-green02 {
  background-color: #eef8f3;
}

.card-green03 {
  background-color: rgba(238, 250, 244, 0.8274509804);
}

.card-blue01 {
  background-color: #d5e9ec;
}

.card-blue02 {
  background-color: #eef8f8;
}

.select2-container .select2-selection {
  border-radius: 0.5rem;
}

.form-control {
  border-radius: 0.5rem;
  font-size: 13px;
}

.form-control:focus {
  background-color: #fffeda;
}

.form-select {
  border-radius: 0.5rem;
}

.form-select:focus {
  background-color: #fffeda;
}

.select2 {
  border-radius: 0.5rem !important;
}

.select2-selection--single:focus {
  background-color: #fffeda;
}

[type=file] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

[type=file] + label {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  padding-left: 2rem 4rem;
}

[type=file]:focus + label,
[type=file] + label:hover {
  background-color: #fffeda;
}

[type=file]:focus + label {
  outline: 1px dotted #000;
}

.swal2-popup {
  font-size: 1rem;
}

.bi-md {
  font-size: 14px;
}

.bi-lg {
  font-size: 16px;
}

.form-check-inline {
  width: 150px;
}

.radius-10 {
  border-radius: 10px !important;
}

.border-primary {
  border-left: 5px solid #0d8aa3 !important;
}

.border-info {
  border-left: 5px solid #0dcaf0 !important;
}

.border-danger {
  border-left: 5px solid #fd3550 !important;
}

.border-success {
  border-left: 5px solid #15ca20 !important;
}

.border-warning {
  border-left: 5px solid #ffc107 !important;
}

.border-primary {
  color: #0d8aa3 !important;
}

.color-info {
  color: #0dcaf0 !important;
}

.color-danger {
  color: #fd3550 !important;
}

.color-success {
  color: #15ca20 !important;
}

.color-warning {
  color: #ffc107 !important;
}

.card_home {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.bg-gradient-scooter {
  background: #17ead9;
  background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.widgets-icons-2 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 27px;
  border-radius: 10px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.text-white {
  color: #fff !important;
}

.ms-auto {
  margin-left: auto !important;
}

.bg-gradient-bloody {
  background: #f54ea2;
  background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.bg-gradient-ohhappiness {
  background: #00b09b;
  background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.bg-gradient-blooker {
  background: #ffdf40;
  background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.role {
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  color: #1e5d91;
}

.document_field {
  font-size: 12px;
  padding-top: 6px;
  color: #000000;
}

.document_copy {
  color: #000;
}

.document_copy:hover {
  color: #f60;
}

.isDisabled {
  background-color: rgb(241, 241, 241);
  color: rgba(201, 201, 201, 0.631372549);
  border: 1px solid rgb(241, 241, 241);
}

.isDisabled:hover {
  background-color: rgb(241, 241, 241);
  color: rgba(201, 201, 201, 0.631372549);
  border: 1px solid rgb(241, 241, 241);
}

.font_green {
  color: #0f8f1e;
  font-weight: bold;
}

.font_blue {
  color: #0f678f;
  font-weight: bold;
}

.font_red {
  color: #ca1717;
  font-weight: bold;
}

.navbar .dropdown-item {
  font-size: 14px;
  color: rgb(100, 170, 202);
  min-width: 10px;
  vertical-align: middle;
  border: 0px;
}

.navbar .dropdown-item i {
  font-size: 14px;
  color: rgb(100, 170, 202);
  min-width: 10px;
  vertical-align: middle;
}

.navbar .dropdown-item i:hover {
  font-size: 14px;
  color: #ff7300 !important;
  min-width: 10px;
  vertical-align: middle;
}

.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #0994f1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-left: -100px;
  margin-top: 5px;
}

.navbar .dropdown-menu a {
  color: #777777 !important;
  padding: 8px 20px;
  line-height: normal;
  font-size: 12px;
}

.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
  color: #ff7300 !important;
  background: transparent !important;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:focus {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  background: transparent !important;
}

.navbar .navbar-toggle {
  border-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background: transparent;
}

.navbar .navbar-nav .open .dropdown-menu {
  background: #faf7fd;
  border-radius: 1px;
  border-color: #faf7fd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar .divider {
  background-color: #e9ecef !important;
}

.accordion .card {
  color: #424e5d;
  border: 1px solid #dddddd;
}

.accordion .card a {
  color: #424e5d;
  text-decoration: none;
}

.accordion .card-header {
  background: linear-gradient(#fff, #f1f1f1);
  padding: 0.75rem 1rem;
  position: relative;
}

.accordion .card-header:hover {
  background: linear-gradient(#f1f1f1, #e8e8e8);
}

.accordion .card-header h2 {
  font-size: 0.8rem;
}

.accordion .card-header a {
  float: left;
  width: 100%;
  cursor: pointer;
}

.accordion .toggle {
  font-size: 0.6em;
  line-height: 0.8rem;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  margin: 0;
}

.accordion .toggle:hover {
  opacity: 1;
}

.accordion .card-body {
  padding: 0;
}

.accordion .list-group-item {
  border-radius: 0;
  border-width: 1px 0 1px 0;
  padding-left: 30px;
  background: #d6dbe0;
  font-weight: 500;
}

.accordion .list-group-item:hover {
  background: #6385a8;
}

.accordion .list-group-item:hover a {
  color: #fff !important;
}

.accordion .list-group-item:hover .badge {
  background: #fff;
  color: #007bff;
}

.accordion .list-group-item a {
  color: #61656b;
  display: block;
}

.accordion .list-group-item .badge {
  float: right;
  min-width: 36px;
}

.accordion .rotate {
  transform: rotate(180deg);
}

.card-rounded-blue {
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  background-color: #a9d3db;
  padding: 8px;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 13px;
}

.pagination {
  margin: 0;
}

.pagination li a {
  color: #1AC2EA;
  border-color: #1AC2EA;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  width: 45px;
  height: 30px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

.pagination li a:hover {
  color: #fff;
  background-color: #1AC2EA;
  border-color: #1AC2EA;
}

.pagination li.active a,
.pagination li.active a:hover {
  color: #ffffff;
  background-color: #1AC2EA;
  border-color: #1AC2EA;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
  color: #b9e1fd;
  background-color: transparent;
  border-color: #b9e1fd;
}

.pagination li:first-child a,
.pagination li:last-child a {
  background-color: transparent;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .panel .panel-heading .title {
    text-align: center;
    margin: 0 0 10px;
  }
  .panel .panel-heading .btn_group {
    text-align: center;
  }
}
a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.badge-disabled {
  background-color: rgba(218, 218, 218, 0.555);
  color: rgb(53, 53, 53);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.badge-disabled:hover {
  background-color: rgba(218, 218, 218, 0.555);
  color: rgb(53, 53, 53);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 8px;
}

.deleted_at {
  color: #f00;
  text-decoration: line-through;
}

.datatables_success {
  color: green;
  font-weight: bold;
}

.datatables_primary {
  color: rgb(44, 95, 143);
  font-weight: bold;
}

.datatables_info {
  color: rgb(83, 157, 226);
  font-weight: bold;
}

.datatables_warning {
  color: rgb(212, 97, 20);
  font-weight: bold;
}

.datatables_secondary {
  color: rgb(151, 151, 151);
  font-weight: bold;
}

.ck-editor__editable,
textarea {
  min-height: 150px;
}

.datatable {
  width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
}

.dataTables_filter {
  margin-right: 0.2rem;
}

.dt-buttons .btn {
  margin-left: 0.333em;
  border-radius: 0;
}

.table.datatable {
  box-sizing: border-box;
  border-collapse: collapse;
}

table.dataTable thead th {
  border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c8ced3;
}

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%;
  margin-top: -6px !important;
}

.select2 {
  max-width: 100%;
  width: 100% !important;
}

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
}

.sidebar .nav-item {
  cursor: pointer;
}

.btn-default {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
  font-size: 9px;
}

.btn-default.focus,
.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-default:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.searchable-title {
  font-weight: bold;
}

.searchable-fields {
  padding-left: 5px;
}

.searchable-link {
  padding: 0 5px 0 5px;
}

.searchable-link:hover {
  cursor: pointer;
  background: #eaeaea;
}

.select2-results__option {
  padding-left: 0px;
  padding-right: 0px;
}

.webgrid-table-hidden {
  display: none;
}

.tabela {
  width: 100% !important;
}

.tabela th {
  font-size: 0.6rem;
  color: #2c8be4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.tabela thead th {
  border-bottom: 1px solid #056ccc;
  border-top: 1px solid #056ccc;
}

.tabela td {
  font-size: 0.69rem;
}

.tabela_length,
.tabela_filter,
.dt-buttons {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
}

.tabela_filter {
  margin-right: 0.2rem;
}

.tabela {
  box-sizing: border-box;
  border-collapse: collapse;
}

.tabela thead th {
  border-bottom: 2px solid #c8ced3;
}

.tabela_wrapper.no-footer .tabela_scrollBody {
  border-bottom: 1px solid #c8ced3;
}

.tabela tbody td.select-checkbox::before,
.tabela tbody td.select-checkbox::after,
.tabela tbody th.select-checkbox::before,
.tabela tbody th.select-checkbox::after {
  top: 50%;
  margin-top: -6px !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.relatorio {
  color: #272727;
  font-size: 12px;
}

.loading {
  visibility: hidden;
}

@media (max-width: 576px) {
  .modal-sm {
    max-width: 100%;
    margin: 0 10px;
  }
  .modal-content {
    height: 100vh;
    overflow-y: auto;
  }
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.copyright {
  font-size: 10px;
}

.green-info {
  color: rgb(47, 179, 91);
}

.red-info {
  color: rgb(247, 11, 11);
}
