@import '../librarys/bootstrap-5/css/bootstrap.css';
@import '../librarys/bootstrap-5/css/bootstrap.min.css';
@import '../librarys/bootstrap-5/css/bootstrap-grid.css';
@import '../librarys/bootstrap-5/css/bootstrap-reboot.css';
@import '../librarys/bootstrap-5/css/bootstrap-utilities.css';
@import '../librarys/select2/dist/css/select2.css';
@import '../librarys/select2-bootstrap/dist/select2-bootstrap-5-theme.css';
@import '../librarys/apexcharts/dist/apexcharts.css';

:root {
  --bleeding: 0.5cm;
  --margin: 1cm;
}
::-webkit-scrollbar {
  width: 0px;
}
.required:after {
  content: " *";
  color: red;
}
.required:hover:after {
  content: "( Obrigatório )";
  margin-left: 4px;
  position: relative;
  top: -6px;
  font-size: 10px;
}
.main-content {
  min-height: 70vh;
}
@page {
  size: A4;
}
.page {
  width: 210mm;
  font-size: 12pt;
  margin: 2em auto;
}
.rm-bolinha {
  list-style-type: none;
}
.div-geral {
  font-size: 15px;
}
.svg_servidor {
  max-height: 200px;
}
.div-font {
  width: 50%;
  justify-content: center;
  align-items: center;
}
.div-title-1 {
  max-width: 650px;
  max-height: 35px;
}
.div-title-1, .div-title-2 {
  background-color:gray;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
}
.spacing-title, .primer-title {
  padding-top: 9px;
  padding-left: 10px;
}
.div-label {
  background-color: white;
  margin-bottom: 5px;
  padding: 0px;
}
.table-ficha {
  border-radius: 0px;
}
.columns-ficha {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

 @media print {
  :root {
    --bleeding: 0cm;
    --margin: 0cm;
  }
  .page {
    border: none!important;
    margin: 0;
    width: 100%!important;
    font-size: 11pt;
  }
  .no-print {
    display: none!important;
  }
  .no-border.shadow {
    border: 20px solid black!important;
    box-shadow: 0 0 0 0 !important;
  }
  .div-container {
    width: 100% !important;
    height: 100% !important;
    font-size: 2px !important;
  }
  .print-table {
    overflow-x: unset !important;
  }
  .print-img {
    width: 150px !important;
    height: 150px !important;
  }
  .div-img {
    display: flex !important;
    flex-direction: row !important;
    margin: none;
  }
  .img_servidor {
    max-height: 100px !important;
    max-width: 130px !important;
    filter: none !important;
  }
  .svg_servidor {
    max-height: 135px;
  }
  body.rm-bg {
    background-color: #fff !important;
  }
  div {
    font-size: 9px !important;
  }
  .div-title-1 {
    margin: 0px !important;
    max-height: 13px !important;
    width: 98% !important;
  }
  .spacing-title, .primer-title {
    color: black !important;
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .div-card, .div-card-geral {
    background-color: white !important;
    color: black !important;
    font-size: 25px !important;
    border: none !important;
  }
  .div-card-geral {
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid black !important;
    margin-bottom: 0px;
  }
  .div-text-title {
    width: 75% !important;
  }
  .show-img{
    display: inline !important;
  }
  .div-geral{
    margin-left: 1px !important;
    margin-right: 1px !important;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    padding-bottom: 0px;
  }
  .div-img-print{
    width: 140px !important;
  }
  .div-dados-basicos{
    margin-left: 5px !important;
    width: 510px !important;
    max-height: 140px !important;
  }
  .table-responsive{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .table-ficha{
    margin-bottom: 0px !important;
  }
}

.bg-black-300 {
  background-color: #575757bd!important;
}

.bg-gray-200 {
  background-color: #e7ecf7!important;
}

.modal-listagem-servidor {
  width: 80%!important;
}
