
body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    overflow: scroll;
}

button {
    font-family: Arial, Helvetica, sans-serif;
}


.left-column {
    /* border: 7px solid white;
    border-left: 1px solid white; */
    width: 300px;
    height: fit-content;
    border-right: 15px solid bisque;
    background-color: black;
    color: white;
    padding: 20px;
    position: sticky;
    top: 0px;
    box-sizing: border-box;
    transition: width 0.5s, height 0.5s;
}

/* .left-column:hover{
    height: auto;
    /* height: auto; */
    /* position: relative; */
    /* overflow: auto; */
/* }  */

#right-content {
    /* position: sticky;
    top: 0px; */
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

h1, h2 {
    margin-bottom: 10px;
}

#hh {
    border: 1px solid white;
    margin: 15px 0;
}
#solid-black {
    border-top: 2px solid black;
}

.hr-black {
    border-top: 2px solid black;
    width: 50%;
    margin-left: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 5px;
}
/* #welcome {
    alignment: center
} */
.white-link {
        color: white;
        text-decoration: none; /* Optional: Remove underline */
}
/* @media only screen and (max-width: 600px) {
    .left-column {
        width: 100%;
        height: 100%;
    }
} */
.text24 {
font-size:24px;
}
.white-link:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 1; /* Ensure the popup is on top of other elements */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.pdfbutton{
    background-color: aqua;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border: 2px solid black;
    font-size: 20px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#timerContainer {
    font-size: 18px;
    margin-top: 10px;
}

#linkContainer {
    display: none;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/* Apply a basic reset for margin and padding */

/* Style the form container */
form {
    max-width: 400px; /* Adjust the width as needed */
    margin: 0 auto;
}

/* Style the form inputs and labels */
label {
    display: block;
    margin-bottom: 8px; /* Adjust the spacing between labels */
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    width: 100%; /* Input fields take up 100% of the container width */
    padding: 7px; /* Adjust padding as needed */
    margin-bottom: 11px; /* Adjust the spacing between input fields */
    border: 2px solid black;
    border-radius: 10px;
    outline: none;
}

#sub-1,
#sub-2 {
    color: white;
    background-color: green;
    padding: 8px 12px;
    font-size: 20px;
    border-radius: 14px;
    cursor: pointer;
}

#feedh{
    text-align: center;
    font-size: 40px;
}

/* #bg1img{
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    /* height: 100%;
} */

/* @media screen and (max-width: 00px) {
    #bg1img{
        height: 100%;
    }
} */

.icon-bar{
    background-color:bisque;
    visibility: hidden;
}

.pdfbutton:hover{
    background-color: blue;
}

.pdfbuttonlink{
    color:black;
    text-decoration: none;
}


/* Style the table */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

/* #adm{
    margin-left: auto;
    margin-right: ;
} */

/* Style table headings */
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

#adm{
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

.download-heading{
    font-size: 30px;
}

@media only screen and (max-width: 600px){
    #pyqpdf{
        width:100%;
        height:300px;
    }    
}

