    
h1 {
    text-align: center;
}
/* body {
    overflow: -moz-scrollbars-vertical !important; 
    overflow-y: scroll !important;
} */

form {
    max-width: 400px;
    margin: 0 auto;
    padding: 2em;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.677);
    border-radius: 10px;
}

label {
    margin: .5em 0 .5em 0;
}
input[type="text"], input[type="email"] {
    width: 100%;
    padding: .5em;
}

input[type="submit"] {
    padding: .7em;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
}

table {
    width: 80%;
    margin: 2em auto;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    padding: .5em;
}

th {
    background-color: #f2f2f2;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
}



.login-div{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 10;
}
.popup, .login-popup {
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5vw 20vh rgba(0,0,0,.7);
    text-align: center;
    width: 300px;

}
.popup{
    display: none;
    z-index: 11;
}
.popup button {
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.popup button:hover {
    background-color: #ddd;
}


#header-container{
    position: relative;
    text-transform: uppercase;
    display:flex;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 10vh;
    background: var(--bg-color2);
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.5);
    z-index: 20 !important; 
    
}
@media screen and (max-width:600px){
    form {
        width: 320px !important;
        max-width: 320px !important;
        min-width: 320px !important;
    }
    
}
.logo-icon-text-div{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    width:30%;
    height: 100%;
    margin-left: 1.5%;
}
#logo-icon{
    height:  10vh;
    width: 10vh;
    margin-left: 5%;
    margin-right: 1.5%;
}  
#logo-text{
    font-size: var(--font-larger);
    letter-spacing: 2px;
    color: var(--theme);
}
#nav-list-div{
    z-index: 10 !important;

}
#nav-list{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 70%;
    height: 100%;
    font-size:large;
    /* letter-spacing: 1px; */
    
}

#nav-list ul{
    display: flex;
    align-items: center;
    justify-content: right;
    gap:4%;
    text-align: center;
    width: 100%;
    padding-right: 5%; 
    list-style-type: none;
    z-index: 10;
}

#nav-list a{
    height: 100%;
}
#nav-list a:hover, .current{
    transition: color 0.3s ease;
    transition: border .1s ease;
    color: lightblue;
    border-bottom: 2px solid lightblue;
}

.nav-text{
    display: inline;
    text-align: center;
    line-height:20px;
    
}
#nav-list .fa-times{
    display: none;
    margin-right: auto;
    margin-bottom: 10px;
}
#nav-list .fa-bars{
    display: none;
    margin-right: 5%;
    margin-bottom: 5px; 
} 

a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
#logo-icon{
    width: 90px;
    margin-left: 5%;
    margin-right: 1.5%;
}  
.general-button:hover{
    background: rgb(110, 147, 159);
    transition: 0.3s;
}
.general-button{
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 0;
    font-weight: bolder;
    color: black;
    background: lightblue;
    cursor: pointer;
}
input{
    border: 2px solid darkgrey;
    padding-left: 10px;
    box-sizing: border-box;
    padding: 5px;
    outline:none;
    height: 40px;
    border-radius: 7px;
    font-weight: bolder;
    color: black;
    background: #f9f9f9;
    cursor: pointer;
}

#logo-text{
    font-size: xx-large;
    letter-spacing: 2px;
    color: black;
}
.label-input{
    display: flex;
    
    grid-template-columns: 30% 70%;
    align-items: center;
}

.error {
    color: red;
    font-size: x-large;
}
.success {
    font-size: x-large;
    color: green;
    text-align: center;
    padding: 10px;
}

.hidden{
    display: none;
}
.center-text{
    text-align: center;
}


@media screen and (max-width:700px){
    .logo-icon-text-div{
        width: 70%;
    }
    #nav-list .fa{
        color: black;
        display: block;
        cursor: pointer;
    }
    #nav-list .fa:hover{
        color: white;
        transition: 0.3s;
    }
    #nav-list .fa-sign-in{
        display: inline;
    }
    #nav-list .fa-bars{
        text-align: right;
    }
    #nav-list .fa-bars{
        position: fixed;
    }
    #nav-list ul{
        transition: 0.5s;
        right: -250px;
        position: fixed;
        /* display: none; */
        background-color: lightblue;
        border-top-left-radius: 10px;
        font-size: medium;
        top: -20px;
        height: 100vh;
        width: auto;
        align-items: flex-start;
        padding: 20px;
        align-items: center;
        z-index: 2;
        gap: 10px;
        flex-direction: column;
        overflow: scroll;
    }
    #nav-list ul::-webkit-scrollbar{
        display: none;
    }
    #nav-list a:hover{
        color: white;
        transition: 0.3s;
        border: 0
    }
}


