@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Solway:wght@300;400;500;700;800&display=swap');


body {
    font-family: "Solway", serif;
    font-weight: 400;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background-color: #132347;
}


/* Navbar styling */

nav {
    width: 100%;
    background-color: #070c1b;
    padding-top: .25%;
    padding-bottom: .25%;
}

.stylingbelownav {
    width: 100%;
    height: 1vw;
    background-color: #0A0F25;
    border: 2.5px solid #000000;
    border-right: none;
    border-left: none;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    padding-left: 0;
    height: 2.5vw;
}

nav li {
    display: flex;
    align-items: center;
    height: 2.5vw;
}



nav a {
    text-decoration: none;
    color: white;
    height: 100%;
    margin: 0 50px;
    display: inline-flex;
    align-items: center;
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
}



li a:hover:not(#logo) {
    background-color: rgba(0, 0, 0, 0.697);
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
    height: 65px;
}

.activePage {
    height: 65px;
    border-radius: 13px;
    transition: background-color 0.3s ease;
    text-decoration: underline ;
    text-underline-offset: 50%;
}

.parentdiv {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.reportform {
    background-color: #081430;
    width: 250%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 3%;
    padding-bottom: 10%;
    color: white;
    text-align: center;
}

.reportform h1 {
    font-size: 45px;
}

form h2 {
    font-size: 32px;
    text-align: left;
    padding-left: 12%;
}

form {
    background-color: #9F9F9F;
    border-radius: 36px;
    color: black;
    width: 45vw;
    height: 100vh;
    padding-top: 1%;
}

form input:not(#upload) {
    background-color: #717171;
    border-radius: 12px;
    color: #252525;
    width: 75%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border: none;
    padding-left: 2%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Solway', serif;
}

.fileinput {
    background-color: #717171;
    border-radius: 12px;
    color: #252525;
    width: 75%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border: none;
    padding-left: 2%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.fileinput input {
    font-size: 16px;
    font-family: 'Solway', serif;
    padding-top: 5%;
}

#upload::file-selector-button {
    background-color: #434343;
    border-radius: 100px;
    font-family: 'Solway', serif;
    color: white;
    border: none;
    padding: 3% 6% 3% 6%;
    margin-left: 33%;
    cursor: pointer;
}

::placeholder {
    color: #252525;
    font-family: "Solway", serif;
}

form button {
    background-color: #262626;
    color: #D9D9D9;
    outline: black 2px solid;
    border-radius: 6px;
    border: none;
    padding: 1% 3% 1% 3%;
    margin-top: 5%;
    font-family: "Solway", serif;
    font-size: 24px;
    cursor: pointer;
}

.component10 {
    position: absolute;
    z-index: 99;
    left: 20%;
    
}

.rightalign {
    margin-left: auto;
    position: relative;
    margin-right: 2.5%;
    z-index: 2;
}

.component10 {
    position: absolute;
    z-index: 99;
    left: 0%;
    z-index: 3;
}

.Group15 {
    cursor: pointer;
}

/* Settings Popup Styling */

.settings {
    background-color: #262626;
    color: white;
    font-size: 28px;
    width: 15vw;
    padding: 2vh 1vw 2vh 1vw;
    text-align: left;
    border-left: 4px solid black;
    border-bottom: 4px solid black;
    font-family: 'Solway', serif;
    font-weight: 400;
    position: absolute;
    left: 82.8%;
    z-index: 99;
}

.settings a {
    color: white;
    text-decoration: none;
}

.settingssvg {
    width: 40px;
    height: 40px;
    padding-right: 5%;
    position: absolute;
    right: 78%;
    bottom: -15%;
}

.settingsdiv {
    position: relative;
    padding-left: 20%;

}

.avatar {
    display: block;
    margin: auto;
    width: 90px ;
    height: 90px ;
}

.avatarname {
    text-align: center;
}

.signout {
    padding: 2.5% 5% 2.5% 5%;
    font-family: 'Solway', serif;
    font-weight: 400;
    background-color: #434343;
    color: white;
    border-radius: 10px;
    border: 2px solid white;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    display: block;
    margin: auto;
}