
#topheader {
    height: 50px;
    position:fixed;
    background-color: hsla(0,0%,15%,97%);
    z-index: 10000000;
    display: flex;
    justify-content: space-between;
    left:0;
    right:0;

}

#topheader2 {
    height: 50px;
    position:fixed;
    z-index: 10000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left:0;
    right:0;
    background: white;
}

#navProfilePic {
    z-index: 1000;
}

#dropdownDismissBackgroundHeader {
   position: absolute;

}

#topheader img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 10px;
    opacity: 1;
    margin: 0 auto;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;

}

#topheader2 img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 10px;
    opacity: 1;
    margin: 0 auto;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;

}

#topheader h1 {
    position: absolute;
    left: 54px;
    top: 0px;
    line-height: 50px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

#topheader2 h1 {
    position: absolute;
    left: 54px;
    top: 0px;
    line-height: 50px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

#logoDropdown img {
    width: 30px;
    height: 30px;
    top: 10px;
    opacity: 1;
    margin: 0 auto;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    cursor: default;

}

#logoDropdown h1 {
    position: absolute;
    left: 54px;
    top: 0px;
    line-height: 50px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: default;
}

#topheader nav ul{
    height:50px;
    display: flex;
    margin-right: 0px;
    justify-content: right;

}

#topheader2 nav ul{
    height:50px;
    display: flex;
    margin-right: 0px;
    justify-content: right;

}

#logo {
    display: flex;
    gap: 0px;
    margin-left: 20px;
    line-height: 50px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    justify-self: start;
    align-items: center;
}

#logoImg {
    width: 37px;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#logo img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#logoText {
    height: 50px;
    padding-bottom: -20px;
}
#logoDropdown {
    display: flex;
    gap: 0px;
    margin-left: 20px;
    line-height: 50px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: auto;
    cursor: default;
}


#topheader a{
    text-decoration: none;

}

#topheader2 a{
    text-decoration: none;

}


.nav {
    display: flex;
    justify-content: end;
    z-index: 5; /* this needs to be higher than the dismissbackgrounds in dropdownHandler.css */
}

.ul {
    list-style-type: none;
    right: 200px;
}

#linesButton {
    visibility: hidden;
    opacity: 0.0;
    display: none;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#dropdownMenuHeader {
    height: 50px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#navXButton {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.toplinkitem {
    height: 36px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}



.toplinkitem:hover {
    text-decoration: underline;
}

.toplinktext {

    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    height:36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;

}

a {

    color: white;
}

a:hover {

}

*{
    padding: 0;
    margin: 0;
}

.backHeader {
    padding-top: 72px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    position: relative;
}

.messagesBackHeader {
    z-index: 201;
    padding-top: 10px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    position: relative;
}




.backHeaderLabel {
    cursor: pointer;
    line-height: 40px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
   /* color: hsl(218,58%,66%); */
    color: hsl(0,0%,20%);
}

.backHeaderLabel:hover {
    color: hsl(218,42%,48%);
}

#areaHeader {
    margin-top: 20px;
    left: 0;
    right: 0;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}

#areaLabel {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 20px;
}


#showingInLabel {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    margin-left: 20px;
}


#generalHeaderBelowBack {
    padding-top: 0px;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    color: hsl(0, 0%, 10%);
    width: 100%;
    height: 32px;
    background-color: transparent;
    position: relative;
}


.headerLabel {
    line-height: 40px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#dropdownMenuBackground {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    visibility: hidden;
    opacity: 0.0;
    z-index: 10000
}

#dropdownMenu {
    display: flex;
    flex-direction: column;
    height: auto;
    /*padding-top: 50px;*/
    left: 0;
    width: 100%;
    background-color: white;
}

.dropdownRow {
    height: 70px;
    width: 100%;
    background-color: white;
    padding-left: 26px;
    line-height: 70px;
    color: hsl(0,0%,20%);
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.dropdownSeparatorLine {
    left: 0;
    right: 0;
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: hsl(0,0%,94%)
}

#headerSignIn {
    visibility: hidden;
    opacity: 0;
    position: relative;
    width: 0px;

}

#profileDropdown {
    visibility: hidden;
    opacity: 0;
    top: 35px;
    right: 20px;
    z-index: 102;
    position: absolute;
    overflow:hidden;
    /*background-color: hsla(100, 100%, 100%, 100%); */
    border-radius: 20px;
     box-shadow: 0 2px 20px rgba(0, 0 ,0, 0.2);
    width: 210px;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    transition: opacity 0.2s ease
}





.profileDropdownLargeRow {
    padding-left: 16px;
    align-items: center;
    align-content: center;
    height: 84px;
    cursor: pointer;
    display: flex;
    gap:16px;
    flex-direction: row;
    position: relative;

}


#profilePic {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

#profilePic img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#loggedInAsLabel {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
}

.profileDropdownSmallRow {
    height: 55px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 8px;
    padding-left: 9px;
    cursor: pointer;
}

.profileDropdownIcon {
    height: 20px;
    width: 20px;
    position: relative;
    top: 9px;
}

.profileDropdownIcon img {
    opacity: 0; /* should be 0 */
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    animation: fadeInOpacity 0.3s ease-in 1 forwards;
    display: block;
    margin: 0 auto;
    transform: translate(0, -50%);
    left: -10px;
}

.dropdownSmallRowLabel {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    color: hsl(0,0%,20%);
}

#largeRowBottomLine {
    height: 1px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    left: 10px;
    background-color: hsl(216, 11%, 92%);
}

#dropdownLogoutRow {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

/* Footer */

.footer-spinner-view {


}

.footerRow {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: hsl(0, 0%, 50%);
    height: 80px;
    display: flex;
    padding-right: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    cursor: default;
}

/* Container for the dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button styling */
.dropdown-btn {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}

/* List items inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu with animation */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    height: auto;
}

