*{
    font-family: 'Trebuchet MS';
    margin: 0;
}

body {
    background: #4E565F;
    margin: 0; 
    padding: 0; 
    height: 100%; 
    width: 100%;
}

.first-nav{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    background-color: #D0CEE2;
}

ul.main {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: #D0CEE2;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

li.menu-item {
    float: left; 
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

li.menu-item a{
    display: block;
    color: black;
    text-align: center;
    padding: 10px 50px;
    text-decoration: none;
    font-family: Helvetica;
}

ul.main li.active{
    background-color: #0050EF;
}

ul.main li.active a{
    color: white;
}

.content{
    background-color: whitesmoke;
    width: 100%;
    height: fit-content;
    min-height: 500px;
    margin-top: -20px;
    padding-bottom: 40px;
}

.home-title{
    text-align: center;
    padding-top: 60px;
    font-family: Georgia;
}

.home-logo{
    width: 320px;
    height: 320px;
    display: block;
    margin: 0 auto;
}

.heading {
    font-family: Helvetica;
    padding-left: 200px; 
    padding-top: 40px;
}

.home-form{
    width: 300px; 
    height: fit-content; 
    display: block; 
    margin-left: 200px;
}

.form-element {
    width: 420px; 
    height: 26px; 
    margin-top: 10px; 
    padding-left: 15px;
}

.submit-button{
    width: 95px;
    height: 40px; 
    display: block;
    background-color: #0050EF; 
    border-style: solid; 
    border-color: black; 
    border-width: 1px; 
    color: white; 
    font-weight:800;
}

.top-bar{
    z-index: 10; 
    height: fit-content; 
    width: 100%; 
    background-color: #fff; 
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10); 
    overflow-x: hidden; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #fff;
    position: fixed;
    top: 0;
}

.banner{
    width: 1050px; 
    padding: 10px;
    background-color: #E51400; 
    color: #fff; 
    font-size: 25px; 
    font-weight: 500; 
    font-family: Helvetica; 
}

.username{
    text-decoration: none; 
    font-size: 18px; 
    font-weight: 800; 
    font-family: Helvetica; 
    color: black; 
    display: block;
}

.top-bar a {
    text-decoration: none;
}

.top-bar img{
    width: 24px; 
    height: 24px; 
    margin-right: 20px;
    object-fit: cover; 
    cursor: pointer
}

.side-bar{
    z-index: 11; 
    height: 100vh; 
    width: 17.4%; 
    background-color: #363535; 
    overflow-x: hidden; 
    position: fixed;
    left: 0px;
    top: 57px;
}

.side-bar a{
    padding: 5px 10px; 
    text-decoration: none; 
    font-family: Helvetica; 
    color: #fff; 
}

.side-bar a.main{
    font-weight: 800;
    font-size: 16px; 
    display: block;
}

.side-bar a.active.main{
    border: 5px solid white;
}

.side-bar a.sub{
    margin: 0px 20px 0px 50px;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.side-bar a.active.sub{
    color: #B976C1;
}

.side-bar img{
    margin-right: 18px;
    padding-top: 2px;
}

.side-bar a span{
    position: relative;
}

.side-bar a.main span{
    top: -5px;
}

.side-bar a.sub span{

    display: flex;
    align-items: center;
}

.side-bar a.active.main span{
    font-size: 16px;
}

.side-bar a.sub.bottom{
    margin-bottom: 5px;
}

.hidden{
    display: none; 
}

.logout-panel{
    background-color: #363535; 
    width: 160px; 
    height: 55px; 
    position: fixed; 
    right: 15px;
    top: 55px;
}

.logout-panel button{
    margin-bottom: 15px; 
    width: 120px; 
    height: 36px; 
    position: relative; 
    left: 20px; 
    top: 10px; 
    font-size: 12px; 
    background-color: #0050EF; 
    border-color: #001DBC; 
    border-style: solid; 
    border-width: 2px; 
    color: #fff; 
    font-weight: 800;
}

.main-content {

    margin-left: 237px;
}

.main-button {
    position: relative; 
    display: inline-block;
}

.main-button button {
    width: 400px; 
    height: 36px; 
    font-size: 12px; 
    background-color: white; 
    border-color: black; 
    border-style: solid; 
    border-width: 1px; 
    color: black;
}

.main-button span{
    position: absolute; 
    top: 50%; 
    right: -28px; 
    transform: translateY(-50%); 
    margin-top: 1px;
}

.nav-container {
    display: flex; 
    gap: 10px;
}

.forward-button {
    width: 60px;
    height: 36px; 
    font-size: 12px; 
    background-color: #0050EF; 
    border-color: #001DBC; 
    border-style: solid; 
    border-width: 2px; 
    color: #fff; 
    font-weight: 800;
}

.reverse-button {
    width: 60px; 
    height: 36px; 
    font-size: 12px; 
    background-color: #E51400; 
    border-color: #B20000; 
    border-style: solid; 
    border-width: 2px; 
    color: #fff; 
    font-weight: 800;
}

.group-container-centered {
    flex-direction: column; 
    align-items: center; 
    gap: 8px;
}

.group-container {
    flex-direction: column; 
    gap: 8px;
    margin-left: 100px;
}

.title-button {
    width: 400px; 
    height: 36px; 
    font-size: 12px; 
    background-color: #fff; 
    border-color: black; 
    border-style: solid; 
    border-width: 1px; 
    color: black;
}

.small-button {
    width: 150px; 
    height: 36px; 
    font-size: 12px; 
    background-color: white; 
    border-color: black; 
    border-style: solid; 
    border-width: 1px; 
    color: black;
}

