table#reportBuilder tr th {
  color: #444444;
  background-color: #eeeeee;
  padding: 0.75rem 1rem;
}
table#reportBuilder tr td {
  color: #444444;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
}

.reports-section .reports-table .filter {
  appearance: none;
  width: 100px;
  color: #444444;
  background-color: #f9f9f9;
  text-align: center;
  text-align-last: center;
  padding: 6px 12px;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
}

.download-popup-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
}

.download-popup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.download-popup-container .download-popup {
  position: relative;
  width: 400px;
  height: 140px;
}
.download-popup-container .download-popup .download-popup-header {
  position: relative;
  width: 400px;
  height: 40px;
  background-color: #444444;
}
.download-popup-container .download-popup .download-popup-header span {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  padding: 0.75rem 1rem !important;
}
.download-popup-container .download-popup .download-popup-header .download-popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 0px !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  background-color: transparent !important;
  padding: 0.75rem 1rem !important;
  margin: 0px !important;
  border: none !important;
}
.download-popup-container .download-popup .download-popup-body {
  width: 400px;
  height: 100px;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  border: 1px solid #dddddd;
  border-top: none;
}
