
/* ------------------------------------------ Banners, Headers, Navbars/lists, Sidepanels, and Footers ------------------------------------------ */

/* -------------------- Banners -------------------- */
.bannerThin1{
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 950;

    position: sticky;
    top: 0;

    height: 30px;

    padding: 5px 0;
}

/* -------------------- Headers -------------------- */



.headerThin{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;

    height: 75px;
    width: calc(100% - 10px);

    margin: 0;
    padding:  0 5px;


    /* background-color: white; */

}
.headerMedium{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;

    height: 100px; min-height: 100px;
    width: calc(100% - 8px);

    margin: 0;
    padding:  0 4px;


    /* background-color: white; */

}
.headerLarge{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;

    height: 200px; min-height: 100px;
    width: calc(100% - 8px);

    margin: 0;
    padding:  0 4px;


    /* background-color: white; */

}


/* ----- Main Header Content Bins ----- */

.headerContentBin{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: calc(100% - 20px); max-width: calc(1200px - 20px);
    height: calc(100% - 20px - 1px);

    padding: 10px 0;
    margin: 0 10px;

    border-bottom: 1px solid lightgray;
}
.headerContentBinWide{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%; max-width: calc(1600px - 20px);
    height: calc(100% - 20px - 1px);

    padding: 10px 0;
    margin: 0;

    /* border: 1px solid red; */
    border-bottom: 1px solid lightgray;
}
.headerContentBinThin{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%; max-width: 1400px;
    height: fit-content;

    padding: 0;

    border: none;


    /* border: 1px solid green; */
}



/* ----- Header Component Bins ----- */
.headerLogoBin1{
    display: flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    height: 100%;

    margin: 0;
    padding: 0;

    /* color: white; */
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    /* border: 2px solid red; */
}
.accountOptions{
    display: flex;
    justify-content: flex-end;
    align-items: center;

    height: 100%;
    min-width: 200px; width: fit-content;
    margin: 0 5px;
    /* border: 2px solid blue; */
}
.accountsOptions .registerTag{
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    max-height: 20px;
    width: 200px;
    text-align: center;
}







/* -------------------- Navbars, tabs, and lists -------------------- */

/* ----- ID Elements ----- */
#dropDownMenu_desktop{
    width: 100%;
}

/* ----- Navbars ----- */
.headerNavbar1{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;

    height: 5rem;
    width: fit-content;

    padding: 0;
    margin: 0;

    background-color: rgba(0, 0, 0, 0);
    /* border: 2px solid yellow; */
}




/* ----- Navtabs ----- */
.navtab1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: fit-content; min-width: 50px;
    margin: 0 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;

    padding: 2px 5px;
    margin: 0 10px;
    /* border-radius: 10px; */
    border: 2px solid white;

    color: var(--primary);
}
.navtab1:hover{
    /* border-bottom: 2px solid var(--accent); */
    border-bottom: 2px solid var(--tertiary);
    color: var(--tertiary);
}
.navtab1_Selected{
    border-bottom: 2px solid var(--tertiary);
    color: var(--tertiary);
}


/* ----- Navlists ----- */
.navList{
    display: flex;
    flex-direction: column;

    list-style: none;
    width: calc(100% - 10px - 2px);
    padding: 5px;
}
.navlistItem{
    display: flex;
    align-items: center;

    font-size: 14px;

    width: 96%;
    height: 38px;
    
    padding: 0 5px;
    /* margin: 5px 0; */
    margin: 0;

    /* border: 1px solid lightgray; */
    /* border-radius: 5px; */
}
.navlistItem:hover{
    cursor: pointer;
    background-color: whitesmoke;

}
.navlistItemPressed{
    background-color: whitesmoke;
    border-left: 3px solid var(--tertiary);
}




.navList2{
    display: flex;
    flex-direction: column;

    list-style: none;
    width: calc(100% - 25px - 2px);
    padding: 5px;
    padding-left: 20px;
    /* border: 1px solid gray; */
}
.navlistItem2{
    display: flex;
    align-items: center;
    text-decoration: none;

    font-size: 14px;

    width: 96%;
    height: 35px;
    
    padding: 0 5px;
    /* margin: 5px 0; */
    margin: 0;

    color: black;
    /* border: 1px solid lightgray; */
    /* border-radius: 5px; */
}
.navlistItem2:hover{
    cursor: pointer;
    background-color: whitesmoke;

}
.navlistItem2_Pressed{
    background-color: whitesmoke;
    border-left: 3px solid var(--accent);
}


.listWrapper{
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    width: calc(100% - 20px);
    height: calc(100% - 20px);

    padding: 10px;

    /* background-color: var(--primary_lite); */
    background-color: white;

    border-radius: 10px;
}







/* ----- Horizontal Selection Tabs ----- */

.basicTab1{
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 50px;

    height: 50px;
    width: 250px;

    /* margin: 0 1px; */

    /* border-right: 1px solid lightgray; */
    /* border-left: 1px solid lightgray; */
    border-bottom: 1px solid lightgray;
}
.basicTab1:hover{
    cursor: pointer;
    /* background-color: whitesmoke; */
}
.basicTab1_Selected{
    background-color: var(--primary);
    color: white;
}
.basicTabContent1{
    width: 100%;
    border: 1px solid red;
}
.tabContentBin{
    display: none;
}

.dropDownMenu1{
    display: none;
    flex-direction: column;

    z-index: 910;

    position: absolute;
    top: calc(40px + 100px);

    width: calc(100% - 2px); max-width: calc(100% - 2px);
    height: fit-content;

    padding: 0;

    background-color: white;
    border: 1px solid lightgray;

    transition: 0.25s ease-in-out;
}
.dropDownMenu1_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;

    min-width: 30%;
    height: 250px;

    padding: 0;
    margin-top: 20px;

    /* border: 1px solid green; */

    /* background-color: whitesmoke; */
}
.dropDownMenu1_listItem{
    width: calc(90%);
    padding: 10px 5px;
    margin: 0;
}
.dropDownMenu1_listTag{
    display: inline-block;
    min-width: 100%;
    padding: 10px 5px;
}
.dropDownMenu1_listItem:hover{
    /* cursor: pointer; */
    background-color: whitesmoke;
}
#menu_btnBin{
    width: calc(100% - 20px);

    padding: 10px;
}




/* -------------------- Sidepanels -------------------- */
.sidepanel{
    display: flex;
    flex-direction: column;

    height: inherit;
    width: 250px;
    box-shadow: 2px 2px 10px -2px lightgray;
}


/* ---------------------------------------- Footers ---------------------------------------- */

/* -------------------- Footers -------------------- */
.footer1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
    position: relative;

    height: 300px; min-height: 300px;
    width: calc(100%);

    margin: 0;
    padding:  0;


    background-color: white;
}

