/* RELATÓRIO SR */
.sr-topMenu{
  display: flex;
  column-gap: 20px;
  padding: 5px;
  padding-right: 10px;
  background: black;
  border-bottom: solid 1px #333
}
.sr-topMenu>button:hover{
  color: rgb(52 140 253);
}
.sr-iconSearch{
  padding: 5px;
}
.sr-inputSearch{
  padding: 5px;
  background: transparent;
}
.sr-w100{
  width: 100%;
}
.report-scroll-container {
  max-height: 80vh;
  overflow-y: auto;
  padding: 10px;
  background-color: black;
}
/* Scrollbar personalizado */
.report-scroll-container::-webkit-scrollbar {
  width: 8px;
}
.report-scroll-container::-webkit-scrollbar-track {
  background: #000;
}
.report-scroll-container::-webkit-scrollbar-thumb {
  background-color: rgb(52 140 253);
  border-radius: 4px;
}
.sr-header {
  background-color: #111;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin: 20px;
}
.sr-header p {
  margin: 4px 0;
}
.sr-header-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sr-section {
  margin-left: 30px;
  margin-bottom: 20px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}
.sr-section-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: white;
}
.sr-item {
  margin-bottom: 6px;
  margin-left: 10px;
}
.sr-label {
  font-weight: bold;
}
.sr-value {
  font-weight: normal;
}
.sr-sub-items {
  margin-left: 20px;
  border-left: 1px dashed #aaa;
  padding-left: 10px;
  margin-top: 4px;
}
.sr-button{
  background-color: #071426;
  border: none;
  color: white;
  padding: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  text-align: left;
  border-radius: 3px;
  padding-left: 10px;
  margin-left: 5px;
}
.sr-button:hover{
  background-color: #041c4a;
}
.sr-button>div{
  padding-left: 7px;
  border-left: solid 5px rgb(52 140 253);
  font-size: 12px;
}
.sr-fontBold{
  font-weight: bold !important;
}
.sr-buttonSubTitulo{
  font-size: 11px !important;
  color: rgb(52 140 253);
}
.highlight {
  background-color: yellow;
  font-weight: bold;
  color: #000;
}
