*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
@media(max-width: 1100px){
    .header2{
        width: min(600px, 100%);
        border-radius: 0;
    }
}
h1{
    text-align: center;
    display: flex;
    color: #f0f0f0;
    font-style: italic;
    font-size: 300%;
    font-weight: bolder;
}
h3{
    font-size: 400%;
    font-weight: bolder;
}
h4{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}
h5{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: green;
}
h6{
    text-align: center;
    font-size: 500px;
}
h7{
  text-align: right;
  padding-top: 0px;
  padding-right: 200px;
  font-size: 200%;
   display: flex;
    color: #656262;
    font-weight: bolder;
}
.h8{
  text-align: center;
  padding-top: 0px;
  padding-right: 12.5px;
  font-size: 150%;
   display: flex;
    color: #656261;
    font-style: italic;
}
h9{ 
  background-image: url(images/Wrenchkeyboard.png);
  font-size: 300%;
  color: #ffffff; 
}
h10{
  text-align: center;
  padding-top: 0px;
 
  font-size: 10%;
   display: flex;
    font-style: italic;
}
h11{
  text-align: center;
  padding-top: 0px;
  color: #ffffff;
  font-size: 60%;
   display: flex;
}
h12{
  font-size: xx-large;
}
h13{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
}
h14{
    
   display: block;
    color: #f0f0f0;
    font-style: italic;
    font-size: 300%;
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
hw{
    font-size: 200%;
    font-weight: bolder;
    color: red;
    text-align: center;
}
hc{
  border: 2px solid black;
    font-size: 200%;
    font-weight: bolder;
    color: rgb(255, 242, 0);
    text-align: center;
    background-color: #000;
}
hc2{
  border: 2px solid black;
    font-size: 80%;
    font-weight: bolder;
    color: rgb(255, 242, 0);
    text-align: center;
    background-color: #000;
}
bp{
    font-size: 100%;
    font-weight: bolder;
    color: rgb(0, 0, 0);
    text-align: center;
}
.header{
    width: 100%;
    border-left-width: 25%;
    height: 14vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #ffffff, #000000, #000000);
    position: fixed;
    margin-left: 10;
}
.header2{
    width: 100%;
    height:100vh;
    padding: 0 10%;
    background: #ffffff;
    margin-left: 10;
  }
.header3{
    width: 100%;
    border-left-width: 25%;
    height: 8vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #000000, #000000, #000000);
   
    margin-left: 2;
}
.header4{
    width: 100%;
    
    height: 10vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
   
    margin-left: 2;
}
.header5{
    width: 100%;
    border-left-width: 25%;
    height: 8vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #000000, #000000, #000000);
   
    margin-left: 2;
}
.header6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.headerso{
    width: 100%;
    border-left-width: 25%;
    height: 8vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #d92424);
   
    margin-left: 2;
}
.headermt{
    width: 100%;
    border-left-width: 25%;
    height: 8vh;
    padding: 0 10%;
    background-image: linear-gradient(to right, #317ff5);
   
    margin-left: 2;
}
nav{
    width:100%;
    display: flex;
    display: center;
    justify-content: space-between;
    padding: 0;
}
.side-nav{
    width: 11%;
    height: 50%;
    position: fixed;
    top: .1;
    left: 0;
    padding: 5% 0%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: width 0.5s;
}
.user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 0%;
    font-size: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.user div{
    display: none;
}
.user h2{
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}
.user-img{
    width: 40px;
    border-radius: 50%;
    margin: auto;
}
ul{
    list-style: none;
    padding: 0 15px;
}
ul li{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
ul li img{
    width: 30px;
    margin-right: 10px;
}
ul li a{
    white-space: nowrap;
    display: none;
    text-decoration: none;
    color: #000;
}
.side-nav:hover{
    width: 180px;
}
.side-nav:hover .user div{
    display: block;
}
.side-nav:hover .user{
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}
.side-nav:hover ul li a{
    display: block;
}
.side-nav:hover ul li img{
    margin-right: 10px;
}
.side-nav:hover:hover ul li{
    justify-content: flex-start;
}

.calendar-container {
    width: 400px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.body2 {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
}
.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.day {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.day:hover {
    background-color: #f0f0f0;
}

.day.today {
    background-color: #007bff;
    color: white;
}

.day.selected {
    background-color: #28a745;
    color: white;
}

.time-slots-container {
    width: 300px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}

.time-slots button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #e9e9e9;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.time-slots button:hover {
    background-color: #ddd;
}

.time-slots button.booked {
    background-color: #dc3545;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
}
.content-box {  
  height: 8%;
  padding-left: 17%;
  padding-left: 10% solid #ffffff;
  padding-right: 11%;
}
.content-box2{
  height: 630px;
  padding: 0px;
  border-left: 110px solid #ffffff;
}
.content-box3{
  height: 630px;
  padding: 0px;
  border-left: 180px solid #ffffff;
}
.content-box4{
  height: 630px;
  padding: 0px;
  border-left: 0px solid #ffffff;
}
.content-box5 {  
  height: 50px;
  padding: 20px;
  border-left: 160px solid #ffffff;
}
.content-box6 {  
  height: 8%;
  
  padding-left: 10% solid #ffffff;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.right {
  display: block;
  margin-left: 635px;
  margin-right: 0px;
  width: 50%;
}
.box-sizing{
  box-sizing: border-box;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: bottom;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
/* The popup chat - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}
/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.flex-container {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 0px; /* Adds space between the slots */
  padding-top: 10px;
  width: 200px;
  
}
.flex-container2 {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 10px; /* Adds space between the slots */
  padding: 0px;
}
.flex-container3 {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 10px; /* Adds space between the slots */
  padding: 0px;
  border: 1px solid #0b0a0a;
  background-color: rgba(107, 104, 104, 0.529);
  border-radius: 4px;
  width: 400px;
  height: 700px;
  text-decoration-color: #000;
}
.flex-container4 {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 10px; /* Adds space between the slots */
  padding: 0px;
  padding: 20px;
  padding-bottom: 40px;
  border: 1px solid #0b0a0a;
  background-color: rgba(107, 104, 104, 0.529);
  border-radius: 4px;
  width: 1px 1px;
  text-decoration-color: #000;
  position: absolute;
  right: 30px;
  float: left;
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
}
.flex-container5 {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 0px; /* Adds space between the slots */
  padding-top: 0px;
  width: 200px;
  padding-left: 250px;
  height: 300px;
}
.flex-container6 {
  display: flex;
  justify-content: space-between; /* Distributes slots evenly */
  gap: 0px; /* Adds space between the slots */
  padding-top: 0px;
  width: 1000px;
  padding-left: 250px;
  height: 300px;
  
}
a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgb(66, 92, 211);
  background-color: transparent;
  text-decoration: underline;
}
.flex-item {
  /* This ensures each item takes up an equal amount of space */
  flex-grow: 1;
  padding: 0px;
  text-align: center;
}
#thumbnail img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
}
/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
/* Filter*/
#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}
#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}
.container {
    display: flex;              /* establish flex container */
    flex-direction: column;     /* align children (flex items) vertically */
    flex-wrap: wrap;
    height: 120px;
}
.container6 {
  position: relative;
  text-align: center;
  color: white;
}
.container > div {
    flex: 1 0 50px;            /* occupy free space, don't shrink, initial height */
    width: calc(50% - 10px);   /* half container size less margins */
    margin: 5px;
    box-sizing: border-box;
    border: 0px;
}
* {
  box-sizing: border-box;
}
.column2 {
  float: left;
  width: 40%;
  padding: 10px;
  padding-bottom: 40px;

  object-fit: contain; 
  text-align: center;
}
.column3 {
  float: left;
  width: 40%;
  padding: 20px;
  padding-bottom: 40px;

  object-fit: contain;
}
.column4 {
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
  background-color: transparent;
  object-fit: contain;
}
.column5 {
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
  background-color: transparent;
  object-fit: contain;
}
.column8 {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 250px; /* Should be removed. Only for demonstration */
}
.column8a {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 250px; /* Should be removed. Only for demonstration */
  padding-left: 200px;
  padding-top: 90px;
}
.column9 {
  float: left;
  width: 100%;
  padding: 10px;
  height: 250px;
  padding-left: 0px;
} 
.column10 {
  float: left;
  width: 20%;
  padding: 5px;
  height: 200px; /* Should be removed. Only for demonstration */
  border: 2px #000000;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
  background-color: transparent;
}
.img3 {
  width: 200px;
  height: 100px;
  object-fit: contain;
}
.background {
  background-image: url("images/buildingfront.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
 }
* {
  box-sizing: border-box;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
form.example button:hover {
  background: #0b7dda;
}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
/* Styling the Form */
.form2 {
    background-color: #fff;
    max-width: 500px;
    margin: 50px auto;
    padding: 30px 20px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}
/* Styling .form-control */
.form-control2 {
    text-align: left;
    margin-bottom: 25px;
}
/* Styling .form-control label */
.form-control label2 {
    display: block;
    margin-bottom: 10px;
}
/* Styling .form-control input, select, textarea */
.form-control input,
.form-control select,
.form-control textarea {
    border: 1px solid #777;
    border-radius: 2px;
    font-family: inherit;
    padding: 10px;
    display: block;
    width: 95%;
}
/* Styling Radio button and Checkbox */
.form-control input[type="radio"],
.form-control input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
.button1 {
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
/* Styling Button */
.button5 {
    background-color: #05c46b;
    border: 1px solid #777;
    border-radius: 2px;
    font-family: inherit;
    font-size: 21px;
    text-align: center;
    display: block;
    width: 20%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.button6 {
    background-color: #000000;
   border-radius: 30px;
}

.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navbar {
  overflow: hidden;
  background-color: #333;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown .dropbtn2 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}
a:hover {
  background-color: #ddd;
  color: black;
}
.previous {
  background-color: #f1f1f1;
  color: black;
}
.next {
  background-color: #04AA6D;
  color: white;
}
.BI {
  background-image: url(images/ASE-Logo_190312_132616.png);
  background-color: #ffffff;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px 700px;
  position: relative;
}
.BI2 {
  background-image: url(images/ASE\ Tech.png);
  
  height: 400px;
  width: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px 250px;
  position: relative;
}
.BI3 {
  background-image: url(images/Wrenchkeyboard.png);
  
  height: 650px;
  width: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 650px 250px;
  position: relative;
  ;
}
.BI4 {
  background-image: url(images/blackbannner.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  ;
}
.topright {
  position: absolute;
  
  top: 0%;
  right: 0%;
}
.absolute-button {
    position: absolute; /* Positions relative to .container */
    bottom: 10px;    /* 10px from the bottom edge of .container */
    left: 50%;       /* Centers the button horizontally */
    transform: translateX(-50%); /* Adjusts for button's own width */
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.fixed-button {
    position: fixed; /* Positions relative to the viewport */
    bottom: 20px;    /* 20px from the bottom edge of the viewport */
    right: 330px;     /* 20px from the right edge of the viewport */
    padding: 15px 25px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000; /* Ensures the button is on top of other content */
}
/* Clear floats after the columns */
.row4:after {
  content: "";
  display: table;
  clear: both;
}
.text-container {
  border: 1px solid rgb(0, 0, 0); /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 300px; /* Sets a fixed width for the container */
  background-color: rgba(109, 111, 112, 0.65); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 8px; /* Rounds the corners of the container */
}
.text-container2 {
  border: 2px solid black; /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 1000px; /* Sets a fixed width for the container */
  background-color: rgba(107, 104, 104, 0.529); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 1px; /* Rounds the corners of the container */
}
.text-container3 {
  border: 0px solid black; /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 1000px; /* Sets a fixed width for the container */
  background-color: rgba(255, 255, 255, 0.529); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 1px; /* Rounds the corners of the container */
}
.text-container4 {
  border: 2px solid black; /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 1000px; /* Sets a fixed width for the container */
  background-color: rgba(255, 255, 255, 0.529); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 1px; /* Rounds the corners of the container */
}
.text-container5 {
  border: 0px solid rgb(0, 121, 193); /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 30%; /* Sets a fixed width for the container */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 8px; /* Rounds the corners of the container */
}
.text-container6 {
  border: 1px solid rgb(0, 0, 0); /* Creates a 2px solid black border */
  padding: 10px; /* Adds 20px of space between the content and the border */
  width: 1100px; /* Sets a fixed width for the container */
  background-color: rgba(161, 166, 168, 0.65); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 8px; /* Rounds the corners of the container */
}
.text-container7 {
  border: 1px solid rgb(0, 0, 0); /* Creates a 2px solid black border */
  padding: 2px; /* Adds 20px of space between the content and the border */
  width: 190px; /* Sets a fixed width for the container */
  background-color: rgba(255, 255, 255, 0.65); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 0px; /* Rounds the corners of the container */
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hide {
  display: none;
  border: 0px solid black; /* Creates a 2px solid black border */
  padding: 20px; /* Adds 20px of space between the content and the border */
  width: 900px; /* Sets a fixed width for the container */
  background-color: rgb(192, 187, 187); /* Sets a light gray background color */
  margin: 10px auto; /* Centers the container horizontally and adds margin */
  border-radius: 8px;
}
    #spreadsheet {
        width: 100%;
        table-layout: fixed; /* This makes column widths consistent */
    }

    #spreadsheet .editable-cell {
        padding: 8px;
        border: 1px solid #ccc;
    }

    /* Target specific columns with pseudo-classes to adjust their width */
    #spreadsheet .editable-cell:nth-child(1) {
        width: 40%;
    }
    #spreadsheet .editable-cell:nth-child(2) {
        width: 35%;
    }
    #spreadsheet .editable-cell:nth-child(3) {
        width: 25%;
    } 
.myDIV:hover + .hide {
  display: block;
  color: rgb(255, 255, 255);
}
.post {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
iframe body footer {
  display: none !important; /* This attempts to hide the footer within the iframe */
}


@media (max-width:600px) and (orientation: landscape) {

  .wrapper-main {
      width: 100%;
  }
}

@media (max-width:600px) and (orientation: portrait) {

  .wrapper-main {
      width: 100%;
  }
}

@media (min-width:601px) and (max-width:768px) {

  .wrapper-main {
      width: 100%;
  }
}

/* <600px, 601px, 768px, 992px, 1200px */

@media (min-width: 768px) {

  .wrapper-main {
      width: 100%;
  }
}

@media (max-width:992px) {

  .wrapper-main {
      width: 100%;
  }
}

.flex-container7 {
  display: flex; /* Enables flexbox layout for its children */
  gap: 0px; /* Adds space between the form and table sections */
}

/* Make sure your form and table containers take up roughly equal space */
.flex-container7 .column8 {
  flex: 1; /* Allows the form container to grow and shrink */
}

.flex-container7 .column9 {
  flex: 1.5; /* Gives the table slightly more space, as tables often require it */
}
.grid-container {
  display: grid; /* Enables CSS Grid layout for its children */
  grid-template-columns: 1fr 1.5fr; /* Creates two columns; the second is 1.5x wider */
  gap: 0px; /* Adds space between the columns */
}


/* Add this to your universal reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Add back specific margins and padding for form elements */
#uniformForm label {
    margin-top: 0px;
    display: block; /* Ensures labels are on their own line */
}

#uniformForm input[type="text"] {
    padding: 5px;
}



    