@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* @import "../../node_modules/bootstrap/scss/bootstrap.scss";*/
body {
  padding: 25px;
  font: 14px "Roboto", Helvetica, Arial, sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#003366), to(#005693));
  background: linear-gradient(to right, #003366 0%, #005693 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

p {
  font-size: 18px;
  color: white;
}

h1 {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: white;
}

h2 {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: white;
  text-wrap: balance;
}

h3 {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  text-wrap: balance;
}

h5 {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: white;
  text-wrap: balance;
}

pre {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
}

.home-container {
  margin-top: 40px;
}

.footer-text {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: white;
}

.card {
  /* box-shadow: 2px 2px 5px lightgray; */
  width: 400px;
  height: 400px;
  padding: 15px;
  border-color: white;
  margin: 0 15px 0 0;
}

.home-card {
  /* box-shadow: 2px 2px 5px lightgray; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 250px;
  border-color: white;
  margin: 0 5px 0 0;
}

.home-card h2 {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  text-wrap: balance;
}

.report-card {
  /* box-shadow: 2px 2px 5px lightgray; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 200px;
  padding: 15px;
  border-color: white;
  margin: 0 0 0 0;
}

.ji-label {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  text-wrap: balance;
}

.ji-toggle-label {
  font: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-wrap: balance;
  margin: 0;
}

.ji-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin: 0;
}

.navbar-nav .form-check {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.btn-primary {
  background-color: #003366;
  border-color: #003366;
}

.embed-container {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  margin-top: 40px;
  /* max-width: 100%; */
  height: 95vh;
}

footer {
  background-color: #f8f9fa;
  padding: 0.5rem 0;
  margin-top: auto;
}

.modal-lg-custom {
  max-width: 85% !important;
  background-color: #003366;
}

.sidebar {
  background-color: #f8f9fa;
  padding: 15px;
  border-left: 1px solid #dee2e6;
  height: 100%;
  overflow-y: auto;
}

.d-none {
  display: none !important;
}

.report-table {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font: "Roboto", Helvetica, Arial, sans-serif;
}
.report-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.report-table th {
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
}
.report-table tr td {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
.report-table tr:hover {
  background-color: rgb(39, 39, 39);
}
.report-table .form-control-plaintext {
  color: white;
}

.report-title-banner {
  padding: 5px;
  text-align: left;
  margin-left: 10px;
}
.report-title-banner h1 {
  font-size: 24px;
}

.report-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
.report-title h1 {
  font-size: 10px;
}

@media only screen and (max-width: 600px) {
  h1 {
    font: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: white;
  }
  h2 {
    font: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: white;
    text-wrap: balance;
  }
  h3 {
    font: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    text-wrap: balance;
  }
  pre {
    font: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: white;
  }
}