body {
  font-family: Arial, sans-serif;
  background-color: #1a1a1a; /* Dark background */
  color: transparent ; /* White text */
  margin: 0;
  padding: 10px; 
     
  }
  
  
.container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Dark gray */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); opacity: 0.7;background-image: url(video1.mp4); background-size: cover;background-repeat: no-repeat;   
}

h1 {
  text-align: center; font-size: 60px; margin-top: -50px;
  color: #00ff00; /* Bright green */ 
}

.input-section {
  margin-bottom: 20px;
  text-align: center; /* Center align content */
}

.input-section h3 {
  margin-bottom: 20px; /* Adjust spacing as needed */color: #fff;
}

input {
  width: 150px; /* Adjust the width as needed */
  display: block; /* Display input field as block element */
  margin: 0 auto; /* Center align input field */
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #666; /* Dark gray border */
  background-color: #444; /* Dark gray input background */
  color: #fff; /* White text */
}



label {
  font-weight: bold;
  color: #fff; /* White text */
}

input {
  width: 170px; /* Adjust the width as needed */
  padding: 8px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #666; /* Dark gray border */
  background-color: #444; /* Dark gray input background */
  color: #fff; /* White text */opacity: 0.7;
}

.buttons {
  text-align: center; /* Center align content */
  margin-bottom: 20px;opacity: 0.7;
}

.buttons button {
  margin: 0 10px; /* Add space between buttons */
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #00ff00; /* Bright blue */
  color: black  /* White text */
  transition: background-color 0.3s ease; opacity: 0.9;
}

.buttons button:hover {
  background-color:  #00ff00; /* Darker blue on hover */opacity: 0.7;
}


.summary {
  margin-top: 30px;opacity: 0.7 ;justify-content: center;
}

.summary h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #00ff00; /* Bright green */ text-align: center;
}

.summary p {
  margin: 10px 0;   text-align: center;font-size: 20px;
}

.summary span {
  font-weight: bold;opacity:0.7; display: block;
}

.timeline {
  margin-top: 20px;opacity: 0.7; text-align: center;
}

.timeline h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #00ff00; /* Bright green */ 
}

#transaction-list {
  list-style-type: none;
  padding: 0;opacity: 0.7;
}

#transaction-list li {
  margin: 5px 0;
  padding: 5px;
  border-left: 3px solid #007bff; /* Bright blue */
  background-color: #444; /* Dark gray */
  color: #fff; /* White text */
  transition: background-color 0.3s ease;opacity: 0.7;
}

#transaction-list li:hover {
  background-color: #333; /* Darker gray on hover */opacity: 0.7;
}
.container video{ position: absolute; right: 0; bottom: 0; z-index: -1; }  @media(min-aspect-ratio:16/9){.container  video {width: 150%; height: auto; }}  @media(max-aspect-ratio:16/9){.container  video {width: auto; height: 100%; }} .summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

 /* .summary-box {
  padding: 15px;
  border-radius: 8px;
  background-color: #444; /* Dark gray */
  transition: background-color 0.3s ease;
/* }

.summary-box:hover {
  background-color: #333; /* Darker gray on hover */
}

/* .summary h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; */
  color: #00ff00; /* Bright green */
} */

/* .summary p {
  margin: 10px 0;
  color: #fff; /* White text */
/* }  .timeline {
  margin-top: 20px;
} */ */ */

.timeline h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #00ff00; /* Bright green */
}

#transaction-table {
  width: 100%;
  border-collapse: collapse;opacity: 0.7;
}

#transaction-table th,
#transaction-table td {
  padding: 10px;
  border: 1px solid #666; /* Dark gray border */
  background-color: #444; /* Dark gray */
  color: #fff; /* White text */
  text-align: center; /* Center align text */opacity: 0.7;
}

#transaction-table th {
  background-color: #333; /* Dark gray */opacity: 0.7;
}

#transaction-table th:first-child,
#transaction-table td:first-child {
  border-left: none;opacity: 0.7;
}

#transaction-table th:last-child,
#transaction-table td:last-child {
  border-right: none;opacity: 0.7;
}

#transaction-table tbody tr:hover {
  background-color: #333; /* Darker gray on hover */opacity: 0.7;
}
.summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 15px;justify-content: center;
}

.summary-box {
  padding: 10px;width: 180px;height: 120px; 
  border-radius: 8px;
  background-color: #444; /* Dark gray */
  transition: background-color 0.3s ease;
}

.summary-box:hover {
  background-color: #333; /* Darker gray on hover */
}
.summary h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; /* Adjusted padding */
  margin-bottom: 10px; /* Adjusted margin */
  font-size: 28px; /* Adjusted font size */
  color: #00ff00; /* Bright green */
}
.summary p {
  margin: 5px 0; /* Adjusted margin */
  font-size: 24px; /* Adjusted font size */
  color: #fff; /* White text */
}

@media only screen and (max-width: 950px) {
  .summary {
    grid-template-columns: repeat(2, auto);
    align-items: center; /* Center align content vertically */ ;
 
  }body{padding: 10px;}
}