
body, html {
    background: black url(../../images/wallpaper/wallpaper-gaussian-2.jpg);
    font-family: Arial, Helvetica, sans-serif;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 768px) {
  body, html {
    background-image: linear-gradient(to bottom, #421717, #0b2b3b); /* imagem menor */
    background-attachment: scroll; /* não fixa */
    background-size: cover; /* mantém o enquadramento */
    background-position: center center;
  }
}

:root {
  --colourFalse: #FF0022;
  --colourTrue: #10b52d;
  --colour01: #0E103D;
}

@font-face {
  font-family: "police";
  src: url(../../fonts/police-metro.otf);
}


footer#report {
  display: none;
}

/* ------- Table -------*/

div.contain {
    background-color: #e7e7e74b;
    height: 500px;
    overflow-x: auto;
    box-shadow: 5px 4px 17px #ffffff3a;
}

table {
    position: relative;
    height: 300px;
    border-collapse: collapse;
    box-shadow: 10px 10px 10px #000000;
}

table#agent {
  width: 100%;

}

table#bos {
  width: 1120px;
}

table#report {
  width: 100%;
  box-shadow: none;
  overflow-x: scroll;

}


table#header {
  display: none;
}

/* ------- Table Report -------*/

table#report th{
  position: sticky;
  top: -1px;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

table#report td {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
/* ---------------------------*/


th, td {
    border: 2px solid #000000;
    padding: 10px;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

thead th{
    position: sticky;
    top: -1px;
    background-color: #000000;
    border: 2px solid #000000;
}

th {
    border: 2px solid #6e6e6e;
    background-color: #000000;
    color: #ffffff;
}

th.name {
    width: 400px;
}

td {
    text-align: left;
}

.number {
    text-align: center;
    width: 7px;
}

td.desc {
  width: 20vw;
}

.nometab {
    width: 200px;
}

tr:nth-child(even) {
    background-color: #00000081;
}

tr:nth-child(odd) {
  background-color: #30303081;
}

/* ------- Button -------*/

/* Botão padrão */
button.click,
a.click {
  --accent: #1e90ff;                /* azul policial para foco/efeitos */
  --bg: rgba(0,0,0,.45);            /* equivalente a #00000073 */
  --bg-hover: rgba(0,0,0,.65);
  --bg-active: rgba(0,0,0,.8);

  display: inline-flex;
  align-items: center;
  gap: .5rem;

  padding: .6rem 1rem;
  margin: 17px;
  min-height: 36px;

  background: var(--bg);
  color: #fff;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;

  font: 600 14px/1 "Segoe UI", Roboto, sans-serif;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;

  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  transition: background-color .2s ease, border-color .2s ease,
              box-shadow .2s ease, transform .06s ease;
}

button.click:hover,
a.click:hover {
  background: var(--bg-hover);
  border-color: rgba(255,255,255,.25);
  box-shadow: 0 6px 18px rgba(30,144,255,.22);
  transform: translateY(-1px);
}

button.click:active,
a.click:active {
  background: var(--bg-active);
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

button.click:focus-visible,
a.click:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(30,144,255,.45), /* anel de foco acessível */
    0 6px 18px rgba(30,144,255,.25);
}

button.click[disabled],
a.click.is-disabled {
  opacity: .55;
  pointer-events: none;
  cursor: not-allowed;
}

/* Ícones dentro do botão (opcional) */
.click .icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

/* Variante de perigo (excluir) */
.click--danger { --accent: #ff3b30; }
.click--danger:hover {
  box-shadow: 0 6px 18px rgba(255,59,48,.25);
}


.print-btn {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  margin: auto;
}

.print-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* ------------------------*/

/* ------- Box -------*/

section.main {
  background-color: #ffffff;
  color: #000000;
  margin: 5px;
  padding: 20px;
  border-radius: 20px;
  overflow-x: hidden;
  width: 80vw;
  margin: auto;
}

section.signup {
  width: 400px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(8px);
}

section.bos {
  display: block;
  text-align: center;
  margin: auto;
}

div.check {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  max-width: 500px;
}

div.check_bo {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  max-width: 500px;

}

div.check_report {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  max-width: 1000px;

}


div.area {
  text-align: center;
  margin: auto;
}

textarea#bo {
  width: 80%;
  max-width: 600px;
  font-size: 14px;
  text-align: justify;
  margin: auto;
  padding: 20px;
}

div.anexo-imagem {
  display: block;
  text-align: center;
  margin: 10px auto;
}


/* ------------------------*/

/* ------- Box -------*/

.true {
  color: var(--colourTrue);
}

.false {
  color: var(--colourFalse);
}

div.services {
  margin-bottom: 10px;
  text-align: left;
}

div.centre {
  text-align: center;
  display: block;
  margin: auto;
}

div.photo {
  height: 4cm;
  width: 3cm;
  border: 1px solid;
}

div.check_bo {
  width: 170px;
  display: inline-block;
}


/* ------------------------*/

/* ------- input -------*/

div.button {
  display: inline-block;
  margin: 15px;
}

input.sub {
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 15px;
  padding: 7px;
  margin: 10px 30px;
  width: 100px;
}

input.sub:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  transition: 0.4s;
}

/* ------- input -------*/

p.form {
  font: 17px;
  margin-bottom: 30px;
}

div.form {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 2.0;
}


/* ------- Images -------*/

img.h {
  display: none;
}

img.federal {
  height: 70px;
  display: block;
  margin: auto;
}

img.dc {
  display: block;
}

img.header {
  width: 90%;
  display: block;
  margin: auto;
}

img.icon {
  width: 25px;
}

img.action {
  width: 37px;
}

img.logo {
  width: 120px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
/* ------- Text -------*/

h2 {
  font-size: 1.6em;
  text-align: center;
}

h2.main {
  font-family: "police";
  display: block;
}

h2.susp {
  display: none;
  
}

h3 {
  font-size: 1.6em;
  text-align: left;
}

h2.sub {
  font-size: 20px;
  text-align: center;
  margin: 20px;
}

h3.topic {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

p {
    font-size: 18px;
}

p.assign {
  margin: 70px 0px 0px 0px;
}

p#pt {
  display: block;
}

legend {
  font-size: 20px;
}

/* ------- select -------*/

option {
  padding-bottom: 100px;

}

select {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0px 17px;
  padding: 7px;
}

