body { 
  font-family: 'Calibri'; 
  margin-left: 2em; 
  margin-right: 2em; 
  background-color: #faf8f5;
  color: black;
}

.header-left {font-size:200%;}

.header-right {font-size:170%;}

p, li {margin-left:1em;}

h1,h2,h3,h4 {font-style:italic;color:rgb(0, 51, 203);}

.bigti {font-size:220%;font-style:bold;color:rgb(0, 51, 203);}

table {
  margin-left:auto;
  margin-right:auto;
}

td {
  text-align:left;
}

table.reports {


}
table.reports td{
  vertical-align:top;
  text-align:left;
}

.page-header {background-color: #faf8f5;}

.toggle-control {
  cursor: pointer;
  color: rgb(0, 51, 203);
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  user-select: none;
}

.toggle-control:hover {
  text-decoration: underline;
}

.collapsible-section {
  margin-top: 0.5em;
}

.the_bottom {
  width:100%;
  background:white;
  border: 1px solid black;
  padding-top:0.2em;
  padding-bottom:0.5em;
  font-style: Arial;
  text-align:center;
  font-size:95%;
  margin-bottom:2em;
}

.inquiry-form-container {
  max-width: 600px;
  margin: 2em auto;
  padding: 2em;
  background: #f9f9f9;
  border: 2px solid rgb(0, 51, 203);
  border-radius: 8px;
}

.inquiry-form-container h3 {
  color: rgb(0, 51, 203);
  margin-top: 0;
  text-align: center;
}

.inquiry-form-container p {
  text-align: center;
  color: #666;
  margin-bottom: 1.5em;
}

.form-group {
  margin-bottom: 1.2em;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: 'Calibri', Arial, sans-serif;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgb(0, 51, 203);
  box-shadow: 0 0 5px rgba(0, 51, 203, 0.3);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 1em;
  background: rgb(0, 51, 203);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: rgb(0, 40, 160);
}

.submit-btn:disabled {
  background: #999;
  cursor: not-allowed;
}

.form-message {
  margin-top: 1em;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  display: none;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.download-button {
  background:white;
  padding: 2px 3px;   /* vertical, horizontal */
  font-size: 9px;
}

.no-bullets {
  list-style-type: none;
}

.no-bullets  li {
  margin-left:2.0em;
  padding-left:0.3em;
}

/*dril down */

/* Category styling */
div[onclick] {
  cursor: pointer;
  margin: 3px 0;
  border-radius: 4px;
  user-select: none;
  xfont-weight: 500;
}

div[onclick]:hover {
}

/* Nested categories */
div[id^="node_"] > div[onclick] {
  margin-left: 20px;
}

div[id^="node_"] > div[id^="node_"] > div[onclick] {
  margin-left: 40px;
}

.toggle {
  font-size: 0.8rem;
  color: #666;
  margin-right: 8px;
  transition: transform 0.2s;
  display: inline-block;
  width: 12px;
}

.toggle.expanded {
  transform: rotate(90deg);
}

/* File lists */
ul {
  list-style: none;
  margin: 5px 0 10px 40px;
  padding: 0;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}

li {
  margin: 0;
  border-bottom: 1px solid #e9ecef;
}

li:last-child {
  border-bottom: none;
}

li xa {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
    font-size: 0.9rem;
}

li xa:hover {
    background: #4caf50;
    color: white;
    transform: translateX(4px);
}

.xhighlighted {
    background: #ffeb3b !important;
}

@media (max-width: 768px) {
    xheader {
        flex-direction: column;
        text-align: center;
    }
    
    .xcontrols {
        width: 100%;
        justify-content: center;
    }
    
    xinput { width: 100%; max-width: 250px; }
    
    div[id^="node_"] > div[onclick] { margin-left: 20px; }
    div[id^="node_"] > div[id^="node_"] > div[onclick] { margin-left: 40px; }
    ul { margin-left: 20px; }
}


