
#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;
    background-color: transparent;
    z-index: 10000000;
    display: flex;
    justify-content: space-between;
    left:0;
    right:0;
}

#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: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: normal;
}

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

#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: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: normal;
    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;

}

#topul {
}



#logo {
    display: flex;
    gap: 0px;
    margin-left: 20px;
    line-height: 50px;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    width: auto;
    flex-direction: row;
    justify-content: start !important;
    align-items: center;
}


#logoDropdown {
    display: flex;
    gap: 0px;
    margin-left: 20px;
    line-height: 50px;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: normal;
    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: 'Poppins-Medium', sans-serif;
    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: 'Poppins-Regular', sans-serif;
    font-size: 0.8em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    position: relative;
}

.messagesBackHeader {
    z-index: 201;
    padding-top: 10px;
    font-family: 'Poppins-Regular', sans-serif;
    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(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: "Poppins-Bold", sans-serif;
    font-size: 1.5em;
    margin-left: 20px;
}


#showingInLabel {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.9em;
    margin-left: 20px;
}


#generalHeaderBelowBack {
    padding-top: 0px;
    font-family: 'Poppins-Bold', sans-serif;
    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;
    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: "Poppins-Bold", sans-serif;
    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;
    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: "Poppins-Bold", sans-serif;
    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: 'Poppins-Regular', sans-serif;
    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-spinner-view {


}

.footerRow {
    font-family: 'Poppins-Regular', sans-serif;
    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;
}



@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Poppins-Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Poppins-100italic - latin */

/* Poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Poppins-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Poppins-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}